aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/observer
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-182-0/+19
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-242-19/+0
|
* Make scaffold controller generate agnostic code and mark some hooks as required.José Valim2009-07-021-1/+1
|
* Added scaffold_controller.José Valim2009-07-021-1/+1
|
* Show second level invocations on usage.José Valim2009-07-021-1/+1
|
* Rename invoke_for to hook_for.José Valim2009-06-271-1/+1
|
* Make Observer generator agnostic.José Valim2009-06-273-12/+3
|
* Update some USAGE files.José Valim2009-06-261-2/+2
|
* Clean up class collisions check and a class method helper.José Valim2009-06-261-3/+1
|
* More code refactoring.José Valim2009-06-251-1/+1
|
* Added class collision checks.José Valim2009-06-251-2/+3
|
* Added observer generator.José Valim2009-06-253-0/+29