About me: I'm becoming "the technical guy" so I can build my web startup. It's a relatively simple idea (no complex algorithms, etc. just moving data from input boxes around.) I'm spending the next 6~ish months learning how to program and building a basic prototype.

Anyway, I've decided to go with Ruby and RoR for the backend. Agile Web Development with Rails seems to be the best book around. Here's my dilemma: my local library has the 3rd edition available for checkout. Seeing that it's slightly dated, I'm a little hesitant to jump right in. The newest edition is about $50.

My budget isn't that tight, but the less I spend, the better. So I don't mind spending the $50 if the newer edition is really worth it.

Should I get the new 4th edition or stick with the free library 3rd edition?

Thanks.

link|improve this question
go with the latest one. You should be lean in start-ups but not super lean. Get your own latest copy, it will sure have improvements over the old one. – Nishant Jan 16 '11 at 18:57
feedback

7 Answers

The third edition covers Rails 2.3. For new projects, I really recommend using Rails 3.0, which is (unfortunately?) covered by the fourth edition.

There are a bunch of other free resources to get you started though:

link|improve this answer
feedback

Go with Rails 3

If the 4'th edition pragprog.com book is too expensive right now just get the online version or use the Ruby on Rails Guides and the Hartl book.

link|improve this answer
feedback

The 4th edition is 300 pages shorter than the 3rd edition. I don't know exactly what they took out or why, but I just noticed when I tried to refer to the chapter AJAX that it is completely missing. I had to find my old 3rd edition to get what I needed. So maybe the stuff in the 3rd edition will require a few changes to work on Rails 3, but there is actually more stuff there.

link|improve this answer
feedback

Start here: http://railstutorial.org/ruby-on-rails-tutorial-book

link|improve this answer
feedback

I think the 4th edition covers the rails 3.0 framework, it you use 3rd position, then you will read about rails 2.3 framework.

But I think online free documentation is good enough, and I don't think you even need a book.

link|improve this answer
feedback

You could learn here as well: http://railsforzombies.org/

link|improve this answer
feedback

Get the 4th Edition. Rails 3 is a big jump from Rails 2.x, and the 4th Edition also includes more test-based development as well (which is always useful).

I have the 4th Edition book (so I may be a little biased), but it's been a fantastic intro to Rails (I come from Django/Python), especially considering I wasn't a huge fan back in the v1/v2 days.

Also, as mentioned by a few others here, http://railstutorial.org/ is also worth checking out. It also mentions Heroku deployment and how to do it, which is a nice touch.

The Rails 3 starter docs are good, but in no way will they get you started with a full-sized application.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.