aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record/model/model_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Whitelist all attribute assignment by default.Michael Koziarski2012-03-051-0/+4
* Tidy up migration types.José Valim2011-12-241-1/+5
* added ability to specify from cli when generating a model/migration whether p...Dmitrii Samoilov2011-12-241-1/+1
* Configurable generation of add_index for references columnsMichał Łomnicki2011-02-011-0/+1
* 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-241-2/+2
* 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-121-0/+5
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-0/+33