What's a good book to start with for Ruby on Rails and Ruby together.
I'm a novice, but I have good understanding of OO programming.
Please let me know a book that helps me to get up and running on Rails and Ruby.
|
What's a good book to start with for Ruby on Rails and Ruby together. I'm a novice, but I have good understanding of OO programming. Please let me know a book that helps me to get up and running on Rails and Ruby. | |||||
feedback
|
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
Agile Web Development with Rails seems by far the most recommended text for starting Rails. It's also the most updated text. As far as I know, it's the only Rails book you can order at the moment that covers Rails 3, through Pragmatic Programmers' beta book program. All other Rails 3 books are still in preorder. That said, I didn't enjoy reading it terribly because its approach is to throw a lot at you at once without explaining things thoroughly. After the first half, I had a working shopping website with all the bells and whistles, but I still didn't understand fully why things worked (all the explanations are in the 2nd half). If you don't like this style, Foundation Rails is a book that addresses AWDR's problems. The only issue is that it covers Rails 2, and so much has changed as to make much of the book unreliable for Rails 3. | |||||||||||
feedback
|
|
Rails 3 in Action is a book I'm writing with Yehuda Katz which covers using the same practices that people use in the real world to develop an application from the ground up, covering things such as RSpec, Cucumber as well as common gems and practices. The book, as of this writing, is still in progress but you can get a copy at the above link and receive updates as they become available. | |||||
feedback
|
|
Because Rails has grown so fast, print publications grow dated quickly. There is certainly valuable info in many print resources, like Agile, but the most recent stuff hasn't made it off the web into print yet. While Agile Web Development with Rails is the quintessential read on Ruby on Rails, I'd really recommend checking out this Rails tutorial/book online, http://railstutorial.org/. One of the best out there for a broad overview. For specific functions, Ryan Bates provides a free screencast at railscasts.com with over 200 videos. Hope this helps! | |||||||
feedback
|
|
| |||
|
feedback
|
|
Rails for Zombies was very helpful for me starting out and is fun. http://railsforzombies.org/ | |||
|
feedback
|
|
For beginners "Ruby on Rails Tutorial Learn Rails by Example" is preferred and it's free too. Also, "Agile Web Development with Rails" is recommended for the people who know had gone through the first book. I would recommend "Rails 3 Way" who wants to be master on the subject. | ||||
|
feedback
|
|
For Rails, online resources are generally better than books (and free). I 'd recommend http://guides.rubyonrails.org/ and http://railscasts.com/ (also available as http://asciicasts.com/). Ruby doesn't age so fast as Rails, so I'd pick some book about ruby instead: Programming Ruby (also available online) or The Ruby Way. | |||
|
feedback
|