What are your favorite Ruby on Rails books and why

2019-04-11 10:17发布

I'm looking to pick up a few books on RoR to help teach myself how to build a scalable RoR app. I have read the RailsSpace book, and am starting the Rails Way book tonight.

Some topics of interest are:

  • REST - considering using Amazon's SimpleDB
  • Using RSpec effectively
  • memcached - server architecture and code implementation
  • mongrel - server architecture
  • MySQL

11条回答
男人必须洒脱
2楼-- · 2019-04-11 10:29

Rails Recipes and Advanced Rails Recipes are great straightforward books for just getting things done. I've just started reading The Art of Rails which covers some more advanced topics such as meta-programming, API design and RSpec. I'm enjoying it so far.

查看更多
smile是对你的礼貌
4楼-- · 2019-04-11 10:38

I quite liked the Rails Recipes books, as they're a good collection of best practices. For learning rails, the Agile book is the standard.

查看更多
做个烂人
5楼-- · 2019-04-11 10:39

Agile Web Development With Rails is always a good starting point for Rails newcomers.

I really liked this book because of it's example driven approach to teaching you the framework. They walk through building an application step by step which I think really helps you get your head around the gist of the Rails framework.

查看更多
走好不送
6楼-- · 2019-04-11 10:39

Agile Web Development With Rails is my favorite book for rails!

If you need more information use google :)

查看更多
放荡不羁爱自由
7楼-- · 2019-04-11 10:40

I'm currently reading;

They're all good, (probably listed in order of complexity)

查看更多
登录 后发表回答