Ruby Tutorial: Index

Ruby for Programmers

Taught by Alex Chaffee

[email protected]

GitHub/Twitter/LinkedIn/Google: alexch

In Collaboration with ProTech

For further training see our Ruby course page.

Test-First Teaching

  • We use tests to check for code correctness
  • We use tests to define the task to implement
  • We know we're done when the tests pass

Conceived by Sarah Allen and Alex Chaffee

Let's get started

git clone https://github.com/alexch/learn_ruby.git

cd learn_ruby

open /bookshelf/ruby_tutorial/index # (open in browser)