aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit/model
Commit message (Expand)AuthorAgeFilesLines
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-183-0/+55
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-243-51/+0
* Change attributes default type to array to allow order to be preserved.José Valim2009-07-211-1/+1
* Removing unecessary class methods.José Valim2009-07-021-1/+1
* Added ResourceGenerator.José Valim2009-06-281-1/+1
* Added migrations and make base generators be lazy loaded.José Valim2009-06-281-1/+3
* Rename invoke_for to hook_for.José Valim2009-06-271-1/+1
* Add a fixture replacement hook to TestUnit model generator.José Valim2009-06-271-6/+4
* Initial scratch of model generators.José Valim2009-06-273-0/+51