Nithin Bekal About

Notes / Ruby

Installation: RVM (Ruby Version Manager) is the best way to manage Ruby installations on Linux and Mac OSX. RubyInstaller is the quickest way to get Ruby installed on Windows.

Learning tools

  • Tryruby - Try Ruby in your browser.
  • Rubymonk - Interactive Ruby tutorials.

Books (Available online)

Debugging tips

Bookmarked articles

Blogs

Contributing to Ruby

Performance

  • Fast Ruby: collection of fast Ruby idioms
  • Fasterer suggests speed improvements in your code