Moving from rails 1.2 -> 2.0 RC

Hi all,

I just installed rails 2.0 RC. How do I make that my application use
the new rails 2.0?

Thanks
Stijn

Tarscher wrote:

Hi all,

I just installed rails 2.0 RC. How do I make that my application use
the new rails 2.0?

$ rake rails:update

provided that you have not previously frozen rails. Otherwise

$ rake rails:freeze --force (I think)
$ rake rails:update

This link talks about the migration

On Nov 28, 2007 5:09 PM, James B. [email protected]

James B. wrote:
Should be:

$ rake rails:freeze:edge --force (I think)
$ rake rails:update