aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/model
Commit message (Expand)AuthorAgeFilesLines
* Removed calls to fixtures in generated tests as fixtures :all is now present ...David Heinemeier Hansson2007-10-011-2/+0
* Use the correct generator name in the docs (closes #9111) [ceefour]David Heinemeier Hansson2007-09-251-1/+1
* Added --skip-fixture option to script/generate model (closes #6862) [sandofsky]David Heinemeier Hansson2007-09-231-2/+7
* Fixed the placement of fixture files for nested models when generating throug...David Heinemeier Hansson2007-09-221-1/+1
* 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
* Wordsmith generator USAGEs.Jeremy Kemper2007-05-291-14/+14
* Generated migrations include timestamps by default. Closes #8501.Jeremy Kemper2007-05-293-4/+10
* 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
* Include field:type option for modelsDavid Heinemeier Hansson2006-10-091-0/+4
* Added script/generate resource which works just like scaffold_resource, but c...David Heinemeier Hansson2006-10-093-15/+30
* Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440.Nicholas Seckar2006-06-281-1/+1
* Make generation of namespaced models produce proper migrations #4219 [Caio Ch...David Heinemeier Hansson2006-03-181-2/+2
* Migrations created alongside models should be called CreateModels not AddMode...David Heinemeier Hansson2006-03-051-2/+2
* 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 tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ...David Heinemeier Hansson2006-02-251-1/+1
* Added that script/generate model will now automatically create a migration fi...David Heinemeier Hansson2006-02-253-1/+30
* Model generator: correct relative path to test_helper in unit test.Jeremy Kemper2005-11-221-1/+1
* Remove superfluous check for pluralize_table_names (use table_name which does...Sam Stephenson2005-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 that model generator would make fixtures plural, even if ActiveRecord::...David Heinemeier Hansson2005-07-021-1/+1
* Improved the generated scaffold code a lot to take advantage of recent Rails ...David Heinemeier Hansson2005-03-201-1/+1
* Check class path for conflicts on generation #640 [bitsweat]David Heinemeier Hansson2005-02-171-1/+1
* 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-153-6/+9
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-153-9/+6
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-153-6/+9
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-075-0/+56