15 lines
431 B
Plaintext
15 lines
431 B
Plaintext
= 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
|
|
|
|
# Generate a new route file
|
|
rake rails:upgrade:routes
|
|
|
|
# Generate a Gemfile from your config.gem directives
|
|
rake rails:upgrade:gems
|