Skip to content

Latest commit

 

History

History
200 lines (132 loc) · 3.86 KB

File metadata and controls

200 lines (132 loc) · 3.86 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.

  • Continuous integration
    How works Continuous integration.

  • Rack
    Where only web-requests dare to go.

Ruby on Rails

Utils