Rails is a target that moves fast which makes finding up-to-date books difficult. I know there are some great Rails Guides that cover Rails 2.3; but sometimes I just want something in print.

Are there any Rails books that have recently or will soon be released that cover up to Rails 2.3?

Thanks

link|improve this question

feedback

closed as not constructive by Bill the Lizard Sep 26 '11 at 14:12

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

2 Answers

up vote 3 down vote accepted

I don't know of any on the horizon, but the last batch of books that were updated for Rails 2.0+ were released earlier this year. So it may be a while before any books cover 2.3.

Your best bet may be starting with Agile Web Development With Rails and then filling in the blanks with the release notes. This book was published a month before 2.3 was released and covers Rails 2.2. there are a lot of changes between 2.2 and 2.3, but nothing that is both game changing and wasn't already available as a plugin.

Most of these changes were either performance improvements or methods recognizing new options. The biggest of all these changes was nested attributes/objects. There's plenty of documentation about it, most importantly, a github repository that gives you a working example to play around with.

The short version is: Agile Web Development With Rails may not cover Rails 2.3, but it's close enough.

link|improve this answer
feedback

Sorry not a book recommendation but I found the Railscasts that were tagged as Rails 2.3 useful in getting me up to speed with some of the changes.

In fact I had been using Rails 2.1 so I also took at look a the Railscast Rails 2.2 screencasts

link|improve this answer
+1 for mentioning Ryan Bates. – jrhicks Oct 31 '09 at 20:01
feedback

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