background preloader

Rails 3

Facebook Twitter

The administration framework for Ruby on Rails. Ruby on Rails Tutorial: Learn Rails by Example. Michael Hartl Contents Foreword My former company (CD Baby) was one of the first to loudly switch to Ruby on Rails, and then even more loudly switch back to PHP (Google me to read about the drama).

Ruby on Rails Tutorial: Learn Rails by Example

This book by Michael Hartl came so highly recommended that I had to try it, and the Ruby on Rails Tutorial is what I used to switch back to Rails again. Though I’ve worked my way through many Rails books, this is the one that finally made me “get” it. The linear narrative is such a great format. Enjoy! The Rails 3 Way, Second Edition. Subscriber Reviews Average Rating: Based on 13 Ratings "The Rails3 Way, Second Edition" - by CraigPayne on 12-JUL-2013Reviewer Rating: The more I use this book, the more useful I think it becomes.

The Rails 3 Way, Second Edition

Examples are very good - and I've found multiple problems in my own code by comparison to the examples. If a future revision comes out, examples with the newer syntax ( replacing :a => b with a: b) would be nice to have. Thank you so much. CraigReport as Inappropriate "Way to go, Obie! " Often enough in the Rails community you hear people saying that following the Rails way of doing things will make life much easier. This book is not for beginners. On the other hand, readers who already can develop Rails applications would find this a very interesting book to read. Like Rails, this book is highly opinionated. The content of the book is arranged like this: The first chapter discusses Rails configurations (bundler, dveleopment/test/production environment etc.) and is followed by a chapter on routing.

Ruby on Rails Guides: Ruby on Rails 3.0 Release Notes. To install Rails 3: 1 Upgrading to Rails 3 If you're upgrading an existing application, it's a great idea to have good test coverage before going in.

Ruby on Rails Guides: Ruby on Rails 3.0 Release Notes

You should also first upgrade to Rails 2.3.5 and make sure your application still runs as expected before attempting to update to Rails 3. Then take heed of the following changes: