Rails updated to 2.0.1
Thrax
🐌Austin, TX Icrontian
The framework that Web 2.0 made famous, Ruby-on-Rails, has been updated to 2.0.1 this past Friday. The RoR blog has been getting hammered all weekend, but the Rails 2 entry is a treasure trove of information. Highlights include the big changes to the project, and amidst the usual garbage of a comment thread are several links to tutorials on migrating old code.
For those of you who are looking to upgrade to 2.0.1 without compatibility issues, assure your app has no deprecation warnings on Rails 1.2.6, then update rails with dependencies with rubygems.
Additionally, here is a guide to converting your restful states to the 2.0 path.
For those of you who are looking to upgrade to 2.0.1 without compatibility issues, assure your app has no deprecation warnings on Rails 1.2.6, then update rails with dependencies with rubygems.
Additionally, here is a guide to converting your restful states to the 2.0 path.
0