aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/model
Commit message (Expand)AuthorAgeFilesLines
* 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