Plugin to run checks on your Rails 2.x/3.x to check for obvious upgrade points on the path to 3.0
Go to file
Seth Thomas Rasmussen 685d28e6e4 no, you don't 2010-02-02 16:10:53 -05:00
lib no, you don't 2010-02-02 16:10:53 -05:00
tasks Initial commit of Rake task/plugin version of rails-upgrade script 2010-01-31 20:27:32 -06:00
test failing test 2010-02-01 23:47:44 -05:00
MIT-LICENSE Initial commit of Rake task/plugin version of rails-upgrade script 2010-01-31 20:27:32 -06:00
README Initial commit of Rake task/plugin version of rails-upgrade script 2010-01-31 20:27:32 -06:00
Rakefile Initial commit of Rake task/plugin version of rails-upgrade script 2010-01-31 20:27:32 -06:00
init.rb Initial commit of Rake task/plugin version of rails-upgrade script 2010-01-31 20:27:32 -06:00
install.rb Initial commit of Rake task/plugin version of rails-upgrade script 2010-01-31 20:27:32 -06:00
uninstall.rb Initial commit of Rake task/plugin version of rails-upgrade script 2010-01-31 20:27:32 -06:00

README

= 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