Berlin Brown
2006-Jun-01 15:32 UTC
[Rails] Upgrading old rails application for new rails version
I want to update my application which was generated with rails 1.0.0 to the new version. My question. I have already updated the ruby gems library and things seem to work. Do I really need to update the actual code. Can I update the code? For example, I noticed that prototype is a lot newer version. I would like to update that. -- Berlin Brown (ramaza3 on freenode) http://www.newspiritcompany.com http://www.newspiritcompany.com/newforums also checkout alpha version of botverse: http://www.newspiritcompany.com:8086/universe_home
Philip Ross
2006-Jun-01 22:04 UTC
[Rails] Re: Upgrading old rails application for new rails version
Berlin Brown wrote:> I want to update my application which was generated with rails 1.0.0 to > the new version. My question. I have already updated the ruby gems > library and things seem to work. Do I really need to update the actual > code. Can I update the code? For example, I noticed that prototype is > a lot newer version. I would like to update that.Run the following command from your application directory: rake rails:update This will update all the configs, scripts and javascripts to the latest version. -- Philip Ross http://tzinfo.rubyforge.org/ -- DST-aware timezone library for Ruby