views:

200

answers:

2

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

+3  A: 

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.

EmFi
+1  A: 

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

Guy C
+1 for mentioning Ryan Bates.
jrhicks