Ask HN: Best Ruby On Rails resources for experienced developer?
1–10 of 10 posts
Re: Ask HN: Best Ruby On Rails resources for experienced developer?
#2Let's so someone enlightens us. :)
Re: Ask HN: Best Ruby On Rails resources for experienced developer?
#3Re: Ask HN: Best Ruby On Rails resources for experienced developer?
#4The canonical resource is the Ruby on Rails Tutorial by Michael Hartl: http://ruby.railstutorial.org/ruby-on-rails-tutorial-book . It's aimed primarily at programmers, and it's free online.
A subscription to Railscasts pro ( http://railscasts.com/ ) is also well worth the cost.
Re: Ask HN: Best Ruby On Rails resources for experienced developer?
#5Edit: Nevermind, here's a resource you should bookmark (even if it is obvious): http://guides.rubyonrails.org/
I still reference pieces of it, and I've been using Rails for six years or so now.
Re: Ask HN: Best Ruby On Rails resources for experienced developer?
#6The canonical resource is the Ruby on Rails Tutorial by Michael Hartl: http://ruby.railstutorial.org/ruby-on-rails-tutorial-book . It's aimed primarily at programmers, and it's free online.
Re: Ask HN: Best Ruby On Rails resources for experienced developer?
#7The canonical resource is the Ruby on Rails Tutorial by Michael Hartl: http://ruby.railstutorial.org/ruby-on-rails-tutorial-book . It's aimed primarily at programmers, and it's free online.
The other place to look for books is Pragmatic Programmers ( http://pragprog.com/titles ) who do the Agile Web Development with Rails book which is usually fairly up to date, along with some other in depth titles. A subscription to Railscasts pro ( http://railscasts.com/ ) is also well worth the cost.
The pro membership pays for itself back right away as you have access to the whole collection of pro and revised episodes he has released to this point.
The docs for ruby and rails both are really helpful too. http://corelib.rubyonrails.org/ http://www.ruby-doc.org/core-1.9.3/
Re: Ask HN: Best Ruby On Rails resources for experienced developer?
#8Railstutorial.org
The Rails 3 Way
Rails 3 Antipatterns
guides.rubyonrails.org
It's probably best to start with the absolute basics, just to make sure you don't miss anything. Even if you just skim through them.
Re: Ask HN: Best Ruby On Rails resources for experienced developer?
#9I don't have a specific resource to add, but I want to point out that Rails has a rather steep learning curve. Once you get over the "aha!" hump, though, it's really productive. Edit: Nevermind, here's a resource you should bookmark (even if it is obvious): http://guides.rubyonrails.org/ I still reference pieces of it, and I've been using Rails for six years or so now.
I can't agree more. I came in thinking it was going to be fairly easy to pick up, but it seems like I spend most of my time just looking up how to do things "the Rails way" (not that that's a bad thing persay, but you definitely feel like you're doing nothing sometimes).
Anyways, I found Agile Web Development with Rails (4th Edition):
http://pragprog.com/book/rails4/agile-web-development-with-r...
to be fairly useful if you don't mind buying a book. Plus, the ebook gets updated fairly frequently with erratas and stuff, as per usual with the PragProg team.
Re: Ask HN: Best Ruby On Rails resources for experienced developer?
#10You'll get better working out and experimenting with things on your own, but Hartl's book serves as a great beginner's guide (while being comprehensive).
I think "The Rails Way" by Obie Fernandez works as a good reference book after you get more experienced as well.
http://www.amazon.com/The-Rails-Way-Obie-Fernandez/dp/032144...
That's bout all(: