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:43

I started with "Agile Development With Rails" and I hear good things about the SitePoint book "Simply Rails 2". The thing to consider, especially with Rails, is to make sure that the edition you're reading is relevant. Rails moves extremely fast and I've found that finding accurate, timely documentation is hard. It's a mash of blogs and random wiki documentation across multiple websites. Take the time to make sure you're getting the right documentation about the right version.

查看更多
叼着烟拽天下
3楼-- · 2019-04-11 10:43

This question has been asked in similar forms a few times on StackOverflow. Here's a link to one similar question.

查看更多
乱世女痞
4楼-- · 2019-04-11 10:47

alt text http://ecx.images-amazon.com/images/I/51M9z0rC3aL._SL500_AA240_.jpg

Simply Rails 2 is a great book that I've been using to get started with Rails

查看更多
Root(大扎)
5楼-- · 2019-04-11 10:48

I agree with "The Rails Way". It just covers more advanced topics than most other books.

查看更多
孤傲高冷的网名
6楼-- · 2019-04-11 10:52

After Agile Web Development with Rails, my favourite is Practical Rails Projects, which goes over rails by 'developing' several projects, using features such as web services, REST, javascript, etc.

查看更多
登录 后发表回答