[Rails] Migrating Rails 1.0 Application to 1.1
John Hornbeck
hornbeck at gmail.com
Sat Apr 1 05:50:30 GMT 2006
>From the Rails Weblog
"
*Upgrading from 1.0*
So with such a massive update, upgrading is going to be hell, right? Wrong!
We've gone to painstaking lengths to ensure that upgrading from 1.0 will be
as easy as pie. Here goes the steps:
- Update to Rails 1.1:
gem install rails --include-dependencies
- Update JavaScripts for RJS:
rake rails:update
That's pretty much it! If you're seeing any nastiness after upgrading, it's
most likely due to a plugin that's incompatible with 1.1. See if the author
hasn't updated it and otherwise force him to do so.
If you're on Ruby 1.8.2 with Windows, though, you'll want to upgrade to the
1.8.4 (or the script/console will fail). And even if you're on another
platform, it's a good idea to upgrade to Ruby 1.8.4. We still support 1.8.2,
but might not in the next major release. So may as well get the upgrading
with over with now."
On 3/31/06, Conrad Taylor <conradwt at gmail.com> wrote:
>
> Hi, I was wondering, what's the steps to migrating a Rails 1.0 to 1.1?
>
> Thanks in advance,
>
> -Conrad
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
--
John Hornbeck
http://findlawton.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060401/7761fb2e/attachment.html
More information about the Rails
mailing list