Here's the list of Rails books for beginner or intermediate developer.
1
1. Learn Ruby on Rails
Learn Ruby on Rails is must read for absolute rails beginner. In book you will create mailing list application with integration with GoogleDrive and MailChimp. I've included book reveiw here.
2
2. Ruby on Rails Tutorials By Michael Hartl
You should read this book after Learn Ruby on Rails book. In book you will create Twitter like social network in Rails.
It's also perfect introduction to Git, Rspec and Sass.
3
3. Agile Web Development With Rails
Here's the third book you should read. In book you will create web based shopping cart.
4
4. Rails Antipatterns
If you're looking for a book about how to improve your Rails code, this book is a easy choice.
You will look at each part of Rails application separately.
5
5. Rails View
If you have trouble with arrangment of your views here's the book for you.
Book gives you instructions how to improve your stylesheets, javascripts and templates.
6
6. Deploying Rails
If you are developing real world application and you wonder how to deploy it, Deploying Rails is right choice.