Hi all,
I just installed rails 2.0 RC. How do I make that my application use
the new rails 2.0?
Thanks
Stijn
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
http://macournoyer.wordpress.com/2007/10/28/moving-to-rails-20/
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs