puts"Thanks for installing the Rails upgrade plugin. This is a set of generators and analysis tools to help you upgrade your application to Rails 3. It consists of three tasks...
Thisshouldgiveyouanideaofthemanualchangesthatneedtobedone,butyou'll probably want to upgrade some of those automatically. The fastest way to do this is to run 'rails.',whichwillsimplygenerateanewappontopofyourexistingcode.Butthisgenerationalsohastheeffectofreplacingsomeexistingfiles,someofwhichyoumightnotwanttoreplace.Tobackthoseup,firstrun:
rakerails:upgrade:backup
Thatwillbackupfilesyou've probably edited that will be replaced in the upgrade; if you finish the upgrade and find that you don'tneedtheoldcopies,justdeletethem.Otherwise,copytheircontentsbackintothenewfilesorrunoneofthefollowingupgraders...