What are your favorite Ruby on Rails books and why? [closed]

别说谁变了你拦得住时间么 提交于 2020-01-23 01:40:14

问题


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

回答1:


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.




回答2:


alt text http://ecx.images-amazon.com/images/I/51QMXWhhVjL._SL500_BO2,204,203,200_AA219_PIsitb-sticker-dp-top,TopLeft,25,-40_SH20_OU01_.jpg

The Rails Way is an excellent book. However, don't forget to read plenty of websites. For example, The Rails Way.




回答3:


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.




回答4:


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




回答5:


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.




回答6:


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.




回答7:


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.




回答8:


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




回答9:


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




回答10:


I'm currently reading;

  • Ruby on Rails for Dummies
  • Simply Rails 2.0
  • Agile Web evelopment with Rails

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




回答11:


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

If you need more information use google :)



来源:https://stackoverflow.com/questions/149060/what-are-your-favorite-ruby-on-rails-books-and-why

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!