Skip to content

Latest commit

 

History

History
193 lines (126 loc) · 3.65 KB

File metadata and controls

193 lines (126 loc) · 3.65 KB
layout page
title Ruby presentations

Ruby

  • Introduction
    Who we are and what we will do in this cource.

  • Ruby Basics
    Start working with Ruby!

  • OOP in Ruby
    How works OOP model in Ruby.

  • Metaprogramming
    Metaprogramming... it sounds cool! It doesn’t just sound cool; it is cool.

  • Ruby gems
    How to use Ruby gems and write your own.

  • Rake
    Rake is a Make-like program implemented in Ruby, build tool for Ruby developers.

  • RSpec
    Testing Ruby code with RSpec.

  • Refactoring in Ruby
    Learn how to do refactoring in Ruby.

  • Rack
    Where only web-requests dare to go.

Ruby on Rails

Utils