aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/controller
Commit message (Collapse)AuthorAgeFilesLines
* 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-183-0/+39
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-243-39/+0
|
* Removed invoke_if and allow hook_for to accept boolean options.José Valim2009-07-041-2/+1
|
* Added lookup to generators.José Valim2009-07-031-1/+1
|
* Removing unecessary class methods.José Valim2009-07-021-1/+1
|
* Added ResourceGenerator.José Valim2009-06-281-1/+1
|
* Rename invoke_for to hook_for.José Valim2009-06-271-1/+1
|
* Spec --no and --skip.José Valim2009-06-261-1/+0
|
* Added invoke_if and make use of it on controller generators.José Valim2009-06-261-4/+1
|
* Update some USAGE files.José Valim2009-06-261-13/+2
|
* Added Controller Generators.José Valim2009-06-263-0/+55