aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record/model/model_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Generate application_record.rb file before model fileWojciech Wnętrzak2016-06-081-10/+2
* correctly check `ApplicationRecord` is exist in moutable engineyuuji.yaginuma2016-02-251-11/+15
* Add notes for future selvesJon Moss2016-02-221-0/+1
* Generate ApplicationRecord if it does not already existJon Moss2016-02-221-0/+8
* correctly presence check of `application_record.rb` in pluginyuuji.yaginuma2016-01-021-1/+7
* Make sure File.exist? run in the root of the applicationRafael Mendonça França2015-12-161-1/+5
* Do not define attributes_with_index as a Thor taskRafael Mendonça França2015-12-161-4/+4
* Remove dead codeRafael Mendonça França2015-12-161-4/+0
* Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-161-1/+8
* Stop aligning the argumentsRafael Mendonça França2015-10-231-4/+4
* Use thor class_option to make the primary_key_type option workRafael Mendonça França2015-10-231-2/+1
* copy edits[ci skip]Vijay Dev2013-05-191-1/+1
* Added documentation for model migration generationaditya-kapoor2013-05-141-0/+4
* Support creating a table migration generatorSammy Larbi2013-03-011-1/+1
* nodoc AR::Generators [ci skip]Francesco Rodriguez2012-10-201-2/+2
* Automatically create indexes for references/belongs_to statements in migrations.Joshua Wood2012-04-141-1/+2
* 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