From: Jason Roelofs Date: 2007-03-09T05:45:25+09:00 Subject: Re: rails 1.1 to 1.2 upgrade question - is it recommended to upgrade the various rails files (e.g. scripts/*, config/*) ------=_Part_218503_20193112.1173386723029 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 1. Yes 2. rake update[:configs, :javascripts, :scripts] If you have lots of special configuration, you'll probably want to back it up and copy over to the new file, but from 1.1 to 1.2 it's not that much of a change. Jason On 3/8/07, Greg Hauptmann wrote: > > Just a general question re upgrading an application to a new version of > rails: > > Q1 - Is it recommended to upgrade the various rails files to the latest > version (e.g. the scripts, configuration files etc) > > Q2 - If yes, what's the easiest approach? Create a new project and then > copy your specific rails files across, but then for config files carefully > copy/paste your changes out of the old to the new? Ummmm...but how then to > align your new development area with your SVN repository? > > Tks > Greg > ------=_Part_218503_20193112.1173386723029--