Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Migrating from Rails 2 to Rails 3 [duplicate]

Possible Duplicate:
Rails 3 deprecated methods and APIs

What resources are out there (free or paid) that help walk you through the process of migrating a Ruby on Rails 2 application to Rails 3? I've seen some blog posts (some of which seem out of date) and an eBook for sale somewhere on the RoR website, but what can you recommend as an accurate and complete explanation of what changed from version 2 to version 3 and what needs to be updated when porting to a Rails 3 environment?

like image 291
jrdioko Avatar asked Sep 23 '10 18:09

jrdioko


2 Answers

Aside from a number of RailsCasts, on the paid front, BDDCasts has one entitled Upgrading to Rails 3 for only $5. I can't vouch for the quality of the latter (they have some free episodes too), but Ryan's stuff at RailsCasts is top notch.

Gregg Pollack's videos on the official site give a great overview as well.

Peepcode also has a Rails 3 Upgrade Handbook for purchase.

like image 102
Joost Schuur Avatar answered Oct 04 '22 09:10

Joost Schuur


Watch this http://railscasts.com/episodes/225-upgrading-to-rails-3-part-1

like image 27
Alextoul Avatar answered Oct 04 '22 09:10

Alextoul