Update README
This commit is contained in:
parent
ff685a759c
commit
af9b73e2af
6
README
6
README
|
@ -7,8 +7,14 @@ A simple battery of scripts for upgrading Rails app/checking them for required u
|
|||
# Check your app for required upgrades
|
||||
rake rails:upgrade:check
|
||||
|
||||
# Backup your likely modified files that might be overwritten by the generator
|
||||
rake rails:upgrade:backup
|
||||
|
||||
# Generate a new route file
|
||||
rake rails:upgrade:routes
|
||||
|
||||
# Generate a Gemfile from your config.gem directives
|
||||
rake rails:upgrade:gems
|
||||
|
||||
# Generate code for a new config/application.rb from your environment.rb
|
||||
rake rails:upgrade:configuration
|
Loading…
Reference in New Issue