aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/resource_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Scaffolding generates new routing dsl examplesJoshua Peek2009-12-091-3/+3
* Pass config.generators options along when RAILS_GENERATORS is set and show --...José Valim2009-11-031-1/+1
* CI breakageYehuda Katz2009-11-021-1/+1
* Generators should use Rails.root instead of Dir.pwd [#3408 status:resolved]José Valim2009-10-281-1/+1
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-1/+1
* Updated vendored Thor to 0.11.1 and update Rails::Generators.José Valim2009-07-141-1/+1
* Added lookup to generators.José Valim2009-07-031-12/+0
* Ensure both migration and routes are removed on revoke.José Valim2009-07-021-2/+11
* Started with scaffold controller and added remove_hook_for.José Valim2009-07-021-0/+14
* Simplifying resource generator.José Valim2009-06-291-6/+0
* Added singleton support to resource controller.José Valim2009-06-281-0/+14
* Added tessts for resources generator.José Valim2009-06-281-0/+87