2010-02-01 02:27:32 +00:00
= rails-upgrade
A simple battery of scripts for upgrading Rails app/checking them for required updates. This application should work on Rails 2.x and 3.0, with a focus on upgrading to 3.0.
== Usage
# Check your app for required upgrades
rake rails:upgrade:check
2010-02-03 01:15:37 +00:00
# Backup your likely modified files that might be overwritten by the generator
rake rails:upgrade:backup
2010-02-01 02:27:32 +00:00
# Generate a new route file
rake rails:upgrade:routes
# Generate a Gemfile from your config.gem directives
rake rails:upgrade:gems
2010-02-03 01:15:37 +00:00
# Generate code for a new config/application.rb from your environment.rb
rake rails:upgrade:configuration