aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit/scaffold/scaffold_generator.rb
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-231-18/+0
| | | | former since it's less obstrusive.
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-181-0/+18
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-18/+0
|
* Ensure scaffold works properly even if plural name is given. [#3062]José Valim2009-08-301-1/+2
|
* Rename ControllerNamedBase to ScaffoldBase and move ActionORM helpers.José Valim2009-07-021-1/+1
|
* Added tests to scaffold controller.José Valim2009-07-021-0/+2
|
* Added test unit files for scaffold_controller.José Valim2009-07-021-0/+15