aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit/controller/controller_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-15/+0
* Controller generators should generate tests when action is supplied. [#3421 s...Sam Ruby2010-03-201-0/+1
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-0/+14
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-14/+0
* Added test unit files for scaffold_controller.José Valim2009-07-021-1/+2
* Added migrations and make base generators be lazy loaded.José Valim2009-06-281-0/+2
* Added Controller Generators.José Valim2009-06-261-0/+11