aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/model
Commit message (Collapse)AuthorAgeFilesLines
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-182-0/+38
| | | | 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-38/+0
|
* Change attributes default type to array to allow order to be preserved.José Valim2009-07-211-1/+1
|
* 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
|
* Added ResourceGenerator.José Valim2009-06-281-1/+1
|
* Add model_subclass generator with deprecation warning.José Valim2009-06-271-0/+3
|
* Rename invoke_for to hook_for.José Valim2009-06-271-1/+1
|
* Initial scratch of model generators.José Valim2009-06-272-0/+35