aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/erb/scaffold/scaffold_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-0/+53
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-53/+0
* Ensure scaffold works properly even if plural name is given. [#3062]José Valim2009-08-301-1/+2
* Change scaffold to use _form as partial and div's instead of paragraphs. [#17...José Valim2009-08-301-2/+0
* Change attributes default type to array to allow order to be preserved.José Valim2009-07-211-1/+1
* Add a form hook to erb scaffold. Customize and go!José Valim2009-07-151-2/+8
* Tests for scaffold generator.José Valim2009-07-021-0/+4
* Rename ControllerNamedBase to ScaffoldBase and move ActionORM helpers.José Valim2009-07-021-1/+1
* Added tests to scaffold controller.José Valim2009-07-021-2/+3
* Added test unit files for scaffold_controller.José Valim2009-07-021-2/+3
* Added scaffold views to scaffold controller.José Valim2009-07-021-0/+42