Kris Leech
2005-Nov-16 15:50 UTC
does upgrading rails require you to use generate rails again for existing apps?
If I upgrade from my current version 0.14 to the latest version using "gem update rails" do my existing apps need to have the rails structure re-generated to take advantage of changes to rails? If so is there an easy way to do this without loosing my MCV''s? Thanks, Kris.
Jeremy Kemper
2005-Nov-16 19:57 UTC
Re: does upgrading rails require you to use generate rails again for existing apps?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Nov 16, 2005, at 7:50 AM, Kris Leech wrote:> If I upgrade from my current version 0.14 to the latest version > using "gem update rails" do my existing apps need to have the rails > structure re-generated to take advantage of changes to rails? > If so is there an easy way to do this without loosing my MCV''s?Yes, it does. Here''s an upgrade guide: http://manuals.rubyonrails.org/read/chapter/121 Best, jeremy -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (Darwin) iD8DBQFDe49GAQHALep9HFYRAl53AJ43J7MD0VrS2u04k8nlFNid3+t6DACfQYq5 7NtsEX4+eiHxnSVOiQ/4b9U=Thvd -----END PGP SIGNATURE-----
Kris Leech
2005-Nov-16 20:10 UTC
Re: does upgrading rails require you to use generate rails again for existing apps?
I had a feeling that was the case, many thanks! Jeremy Kemper wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Nov 16, 2005, at 7:50 AM, Kris Leech wrote: > >> If I upgrade from my current version 0.14 to the latest version >> using "gem update rails" do my existing apps need to have the rails >> structure re-generated to take advantage of changes to rails? >> If so is there an easy way to do this without loosing my MCV''s? > > > Yes, it does. Here''s an upgrade guide: > http://manuals.rubyonrails.org/read/chapter/121 > > Best, > jeremy > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2 (Darwin) > > iD8DBQFDe49GAQHALep9HFYRAl53AJ43J7MD0VrS2u04k8nlFNid3+t6DACfQYq5 > 7NtsEX4+eiHxnSVOiQ/4b9U> =Thvd > -----END PGP SIGNATURE----- > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > >