Skip to content

Latest commit

 

History

History
192 lines (141 loc) · 4.1 KB

File metadata and controls

192 lines (141 loc) · 4.1 KB
layout title
page
RubyWorkout

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.

  • Continuous integration
    How works Continuous integration.

  • Refactoring
    Clean code is code that is easy to read, understand and maintain.

  • Rack
    Where only web-requests dare to go.

Ruby on Rails

Tools