Ask HN: Learning Ruby on Rails
1–7 of 7 posts
Re: Ask HN: Learning Ruby on Rails
#2What helped me the most was to just jump into a project and start coding. I decided to try to do a clone of twitter, just to see if I could get that working. It helped that I had a few friends who were good rails hackers that I could go to with questions.
Re: Ask HN: Learning Ruby on Rails
#3Re: Ask HN: Learning Ruby on Rails
#4http://guides.rubyonrails.org/
http://asciicasts.com/ (text versions of the railscasts mentioned below)
Screencasts:
http://rubyonrails.org/screencasts
Books:
http://www.pragprog.com/titles/rails3/agile-web-development-...
http://www.pragprog.com/titles/fr_arr/advanced-rails-recipes
And others in the Ruby and Ruby on Rails sections at prag progammers: http://www.pragprog.com/categories
The "pickaxe book" (http://www.pragprog.com/titles/ruby/programming-ruby) is often considered the standard Ruby reference, and there is a version for 1.9.
API:
http://www.gotapi.com/rubyrails
Conference presentations:
http://www.confreaks.com/events
Ruby and Rails projects are abundant on github, providing lots of example code.
Re: Ask HN: Learning Ruby on Rails
#5Re: Ask HN: Learning Ruby on Rails
#6The Rails framework and methodology/philosophy is somewhat hard to just "get into". A complete picture of what's going on - ActiveRecord, Migrations, etc - is incredibly hard to get from the "15 minute blog" screencasts.
I picked up the book last night and so far it's going well.