rails_upgrade/lib
Jesse Storimer ce22c72ee8 Underscore the app_name before classifying it.
Fixes invalid constant if your app name has a dash in it.
'rails-upgrade'.classify # => Rails-upgrade
'rails-upgrade'.underscore.classify # => RailsUpgrade
2010-02-06 12:11:39 +08:00
..
tasks fix location of tasks to silence deprecation warning 2010-02-06 11:49:15 +08:00
application_checker.rb Merge branch 'master' of git@github.com:rails/rails_upgrade 2010-02-05 22:10:27 -06:00
gemfile_generator.rb Remove extra newline (thanks greatseth) 2010-02-02 21:13:52 -06:00
new_configuration_generator.rb Add new generator for generating an application.rb from your existing environment.rb code 2010-02-02 18:55:50 -06:00
rails_upgrade.rb Initial commit of Rake task/plugin version of rails-upgrade script 2010-01-31 20:27:32 -06:00
routes_upgrader.rb Underscore the app_name before classifying it. 2010-02-06 12:11:39 +08:00