Hi,
I'm going to have to move a Rails 1.1.2 app, because my hosting contract is going to expire.
I haven't done anything to the code for a few years and I would like to know what would be the best way to upgrade my app. Many things have changed since then, RoR isn't using a localization plugin anymore but i18n, etc..
I would like to re-deploy it to a new hosting like Heroku, and that will not allow me to use rails 1.1.2.
Should I try a rake rails:update or do I need to re-create a new project?