aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/model_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-1/+1
* Fixed generating a namespaced model with table pluralization turned off. Add ...Hugo Peixoto2009-08-091-0/+44
* Updated vendored Thor to 0.11.1 and update Rails::Generators.José Valim2009-07-141-1/+1
* Ensure non timestamped migrations are generated properly.José Valim2009-07-131-0/+11
* Add the new generators environment and update commands.José Valim2009-07-081-1/+1
* More tests for rails generators and lookup.José Valim2009-07-031-2/+2
* Added lookup to generators.José Valim2009-07-031-2/+0
* Ensure both migration and routes are removed on revoke.José Valim2009-07-021-2/+20
* Added tessts for resources generator.José Valim2009-06-281-3/+19
* Added migrations and make base generators be lazy loaded.José Valim2009-06-281-40/+40
* Show invoked generators options on meta generators.José Valim2009-06-271-0/+6
* Add model_subclass generator with deprecation warning.José Valim2009-06-271-0/+5
* Added parent option to model generator.José Valim2009-06-271-0/+5
* Add a fixture replacement hook to TestUnit model generator.José Valim2009-06-271-0/+6
* Initial scratch of model generators.José Valim2009-06-271-0/+72