aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/model/templates
Commit message (Expand)AuthorAgeFilesLines
* Added db:version to get the current schema number [via Tim Bray]David Heinemeier Hansson2007-06-251-1/+1
* Fix indentation in model generator migration template. Closes #8577 [Josh Peek]Jeremy Kemper2007-06-051-1/+1
* Generated migrations include timestamps by default. Closes #8501.Jeremy Kemper2007-05-292-0/+5
* Normalize whitespace. Closes #8385 [Time Pope]Jeremy Kemper2007-05-271-1/+1
* Added short-hand declaration style to migrations (inspiration from Sexy Migra...David Heinemeier Hansson2007-05-061-1/+1
* Added script/generate resource which works just like scaffold_resource, but c...David Heinemeier Hansson2006-10-092-3/+11
* Migrations should use symbols now that the schema dumper is switching to that...David Heinemeier Hansson2006-03-041-3/+3
* Stop annoying me when Im changing fixtures for other tests firstDavid Heinemeier Hansson2006-02-281-1/+1
* Added that script/generate model will now automatically create a migration fi...David Heinemeier Hansson2006-02-251-0/+11
* Model generator: correct relative path to test_helper in unit test.Jeremy Kemper2005-11-221-1/+1
* Added demonstration of fixture use to the test case generated by the model ge...David Heinemeier Hansson2005-11-022-7/+3
* Fixed generated functional test for nested controllers has wrong paths #635David Heinemeier Hansson2005-02-151-3/+0
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-152-6/+4
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-152-4/+6
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-152-6/+4
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-073-0/+26