aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/templates/script/plugin
Commit message (Collapse)AuthorAgeFilesLines
* Removed all the default commands in script/* and replaced them with ↵David Heinemeier Hansson2010-02-021-2/+0
| | | | script/rails and a rails command that'll act the same when run from within the app [DHH]
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-181-0/+2
rspec:install generator, you need generators/rspec/install_generator in your load path.