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 3d400ed03a fix gemfile generator, a joint effort of loincloth and bakineggs 2010-02-01 22:07:54 -05:00
lib fix gemfile generator, a joint effort of loincloth and bakineggs 2010-02-01 22:07:54 -05:00
tasks Initial commit of Rake task/plugin version of rails-upgrade script 2010-01-31 20:27:32 -06:00
test Update preamble to work with bundler 0.9 2010-02-01 11:43:55 -06: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