Updating a Rails App for 1.2 - Notes and Tips
Recently finished updating a app for Rails 1.2, the whole process wasn't too painful and its nice to see core get serious about removing cruft. Here are a few notes on the process:
Do the easy changes first – @request, @params, @flash, etc should all go away. Note that you still need @request in [...]
