Are there any really good books on rails 3 that don't just talk about the basics (it's easy to learn that very quickly by watching screen-casts, etc.)? For example, is there a book that basically takes you through one of all the types of things you'd ever want to do? Or one of every type of problem you are likely to run into?
And not just designing the application, but testing as well. I find a lot of the time, I have questions like, "What is the best way to test this?" In that area, I find myself spending a lot of time just trying to derive the most concise testing code to express what I need to test, but I often think to myself, "Hasn't 100,000 people figured this out before?"
I'd like to read a book that isn't going to teach programming, or teach what an mvc architecture is - I know that. I just find myself wanting to know the differences between ruby and rails compared to other things I know well (like java or scala). So basically I know the concepts really well, just don't know the practice. It'd be neat to have a book that basically shows, "Here is one good example for each really important thing you'd ever want to do in a ruby/rails application"
Does that make sense? ;)
If such a book didn't exist, would it be worth writing one, compiling all of the best practices and examples on how to achieve 1 of everything? Seems pretty common sense to me. What a value it would be ;)
Thanks