I think I'm sold on getting the Rails 3 Way. It seems like while the book may not be perfect, it's going to have a lot of in-depth information that will probably save me a lot a lot of time.
I'm curious though, if you had to buy 2 books about Ruby/Rails... which ones and why?
Assumptions:
You are not a novice developer. In the Java world, you are considered master-level
You don't want to be talked down to, learning what an "MVC framework is", or ORM, or what CSS is, etc. Essentially, execution and real-world solutions are more important than general web-development concepts. However, in-depth information about Rails specifically would be appreciated (Which I think Rails 3 Way might provide).
You don't want just want "basic examples" - but really in-depth stuff, info on common "gotchas" in complex applications... as well as examples to "exceptions to the rule".
You want up-to-date information. You want to avoid googling for things (sadly, there's more inaccurate information than accurate information about Rails right now... there's a massive pollution of info on Rails online that often leads people astray and making mistakes than helping).
You already write really clean and refactored code
You already understand the merits of testing and have 10 years experience testing with junit/scalatest/dbunit/mocking... but you don't know how to test well in Ruby/Rails yet (I find myself googling "how to test X" a lot, which has been a time sink")