aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/controller/USAGE
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-231-18/+0
| | | | former since it's less obstrusive.
* fix usage examples and more to use new invocationsRomD2010-02-061-1/+1
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-181-0/+18
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-18/+0
|
* Spec --no and --skip.José Valim2009-06-261-1/+0
|
* Update some USAGE files.José Valim2009-06-261-13/+2
|
* Added Controller Generators.José Valim2009-06-261-0/+30