aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/model/templates
Commit message (Expand)AuthorAgeFilesLines
* rm -rf rails_generator/generatorsJosé Valim2009-07-024-48/+0
* Get Railties passing againYehuda Katz2009-05-161-1/+1
* Generate belongs_to association when generating a modelTarmo Tänav2008-08-231-1/+1
* Generate belongs_to associations automatically for 'references' types [#640 s...Tarmo Tänav2008-08-231-0/+3
* Changed all generated tests to use the test/do declaration style [DHH]David Heinemeier Hansson2008-06-121-1/+1
* Generated tests rely on test dir in load path rather than File.dirname shenan...Jeremy Kemper2008-03-291-1/+1
* Generated fixtures should not specify ids since theyre expected to be foxy fi...David Heinemeier Hansson2007-12-011-9/+9
* Make work with --skip-timestampsDavid Heinemeier Hansson2007-11-061-0/+4
* Added --skip-timestamps to generators that produce models (closes #10036) [tp...David Heinemeier Hansson2007-11-041-1/+3
* Excise generated whitespace. Closes #10017 [Tim Pope]Jeremy Kemper2007-10-291-1/+1
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-1/+1
* Generated fixtures use the actual primary key instead of id. Closes #4343.Jeremy Kemper2007-10-151-2/+2
* Removed calls to fixtures in generated tests as fixtures :all is now present ...David Heinemeier Hansson2007-10-011-2/+0
* 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