Sat 3 Aug 2013 6:17AM
Learning resources for Ruby, Rails, etc.

Here's a list of learning resources for getting started with Ruby on Rails (feel free to add to the list):
- Learn Ruby the Hard Way - anyone new to programming should start with this
- The Rails Tutorial Book - Must read. Great tutorial for building a modern Rails app.
- The Ruby Programming Language - for experienced programmers, this is the golden standard for really learning Ruby
- Ruby On Rails Guides - this is the main documentation on Rails, and should be your first stop when you want to learn an aspect of Rails.