aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/scaffold_controller_generator_test.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Move all generators tests to use new test case syntax.José Valim2010-01-031-8/+1
|
* Create Rails::Generators::TestCase.José Valim2010-01-031-9/+9
|
* CI breakageYehuda Katz2009-11-021-1/+1
| | | | This reverts commit a288b74f1c75c6f100de7611a5093a421f1ad6d1.
* Generators should use Rails.root instead of Dir.pwd [#3408 status:resolved]José Valim2009-10-281-1/+1
| | | | Signed-off-by: Yehuda Katz <wycats@gmail.com>
* By default use ActiveModel API in controller generators, unless otherwise ↵José Valim2009-10-171-4/+37
| | | | specified [#3123 status:resolved]
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-2/+2
|
* Rename Rails::Generators::ActionORM to Rails::Generators::ActiveModel.José Valim2009-08-081-1/+1
|
* Updated vendored Thor to 0.11.1 and update Rails::Generators.José Valim2009-07-141-1/+1
|
* Allow scaffold controller to load action_orm files on demand.José Valim2009-07-041-1/+1
|
* Added lookup to generators.José Valim2009-07-031-5/+0
|
* Added tests to scaffold controller.José Valim2009-07-021-0/+117