aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record/model
Commit message (Expand)AuthorAgeFilesLines
...
* 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