aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record/model
Commit message (Expand)AuthorAgeFilesLines
* Whitelist all attribute assignment by default.Michael Koziarski2012-03-052-0/+9
* Tidy up migration types.José Valim2011-12-242-8/+7
* added ability to specify from cli when generating a model/migration whether p...Dmitrii Samoilov2011-12-242-3/+6
* for => each in model migration templateGuillermo Iguaran2011-05-201-1/+1
* Delete blank lines in migration generatorSantiago Pastorino2011-02-021-3/+2
* Configurable generation of add_index for references columnsMichał Łomnicki2011-02-012-0/+3
* Use Rails 3.1 `change` method in model generatorPrem Sichanugrist2011-01-041-5/+1
* Generate add_index by default when giving type belongs_to or referencesSantiago Pastorino2010-12-161-0/+4
* updating generatorsAaron Patterson2010-11-171-2/+2
* Generators fix: properly check if module should be created when creating a na...Piotr Sarnacki2010-09-251-1/+1
* Refactor namespaced generators to use module_namespacing block helperPiotr Sarnacki2010-09-243-2/+6
* Generators are not aware of namespace of isolated engines and applicationsPiotr Sarnacki2010-09-241-2/+2
* Patch for Namespace problem in Scaffold. [#4763 state:resolved]Mohammed Siddick.E2010-06-231-1/+1
* Generate module file for namespaced models [#4230 state:resolved]Andrew White2010-04-122-0/+10
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-233-0/+54