diff options
author | ov3y <matt@ov3y.com> | 2011-08-07 07:55:59 -0300 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:33 -0700 |
commit | 8c133fc4c0c04ddfe6f964062c4dcfc65ceb0222 (patch) | |
tree | 93641d63f9f916e0fd8fc26407b18b51e5d74e1a /railties/guides/source | |
parent | b840d71bfb702b121b48832f984090e202793f10 (diff) | |
download | rails-8c133fc4c0c04ddfe6f964062c4dcfc65ceb0222.tar.gz rails-8c133fc4c0c04ddfe6f964062c4dcfc65ceb0222.tar.bz2 rails-8c133fc4c0c04ddfe6f964062c4dcfc65ceb0222.zip |
Point to current, official upgrade plugin
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/3_0_release_notes.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile index fbb684978a..d22c76dd81 100644 --- a/railties/guides/source/3_0_release_notes.textile +++ b/railties/guides/source/3_0_release_notes.textile @@ -59,12 +59,12 @@ The +config.gem+ method is gone and has been replaced by using +bundler+ and a + h4. Upgrade Process -To help with the upgrade process, a plugin named "Rails Upgrade":http://github.com/jm/rails_upgrade has been created to automate part of it. +To help with the upgrade process, a plugin named "Rails Upgrade":http://github.com/rails/rails_upgrade has been created to automate part of it. Simply install the plugin, then run +rake rails:upgrade:check+ to check your app for pieces that need to be updated (with links to information on how to update them). It also offers a task to generate a +Gemfile+ based on your current +config.gem+ calls and a task to generate a new routes file from your current one. To get the plugin, simply run the following: <shell> -$ ruby script/plugin install git://github.com/jm/rails_upgrade.git +$ ruby script/plugin install git://github.com/rails/rails_upgrade.git </shell> You can see an example of how that works at "Rails Upgrade is now an Official Plugin":http://omgbloglol.com/post/364624593/rails-upgrade-is-now-an-official-plugin |