aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/scaffold
Commit message (Collapse)AuthorAgeFilesLines
* fix usage examples and more to use new invocationsRomD2010-02-061-4/+4
| | | | 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/+42
| | | | 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-42/+0
|
* Ensure scaffold works properly even if plural name is given. [#3062]José Valim2009-08-301-1/+2
|
* Added stylesheets controller which is invoked by scaffold.José Valim2009-07-021-2/+2
|
* Added tests to scaffold controller.José Valim2009-07-021-2/+0
|
* Added scaffold views to scaffold controller.José Valim2009-07-021-0/+2
|
* Make scaffold controller generate agnostic code and mark some hooks as required.José Valim2009-07-021-1/+1
|
* Removing unecessary class methods.José Valim2009-07-021-0/+2
|
* Added scaffold_controller.José Valim2009-07-021-1/+2
|
* Started with scaffold controller and added remove_hook_for.José Valim2009-07-022-0/+38