aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/scaffold_controller
Commit message (Expand)AuthorAgeFilesLines
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-183-0/+132
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-243-134/+0
* Ensure scaffold works properly even if plural name is given. [#3062]José Valim2009-08-301-2/+3
* Removed invoke_if and allow hook_for to accept boolean options.José Valim2009-07-041-2/+1
* Rename ControllerNamedBase to ScaffoldBase and move ActionORM helpers.José Valim2009-07-021-17/+2
* Added tests to scaffold controller.José Valim2009-07-021-4/+12
* Added scaffold views to scaffold controller.José Valim2009-07-022-2/+10
* Make scaffold controller generate agnostic code and mark some hooks as required.José Valim2009-07-022-1/+95
* Put migration methods into a separate folder and let just ActiveRecord depend...José Valim2009-07-021-7/+9
* Added controller named base.José Valim2009-07-021-1/+3
* Removing unecessary class methods.José Valim2009-07-021-0/+1
* Added scaffold_controller.José Valim2009-07-023-0/+34