aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record/model
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Remove `required: true` from the model generator templatePrathamesh Sonpatki2019-04-151-1/+1
* Add attachment and attachments field generatorsChris Oliver2019-03-301-0/+6
* Add rich_text field to model generatorsChris Oliver2019-03-281-0/+3
* Make aliases of `database` option in generators workyuuji.yaginuma2019-03-201-1/+1
* Refactor migrations_path command option to databaseGannon McGibbon2018-09-281-1/+1
* Add migrations_paths option to model generatorGannon McGibbon2018-09-271-0/+1
* Use .tt extension to all the template filesRafael Mendonça França2017-11-132-0/+0
* Stop creating ApplicationRecord on model generationLisa Ugray2017-07-242-28/+0
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* move `db_migrate_path` method to `Migration` moduleyuuji.yaginuma2017-01-221-8/+0
* Generate migrations at path set by `config.paths["db/migrate"]`Kevin Glowacz2017-01-161-1/+9
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-031-1/+1
* Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-031-1/+1
* No need `:doc:` for `:nodoc:` classes [ci skip]Ryuta Kamizono2016-12-251-5/+5
* Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-241-6/+6
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-6/+6
* Always genererate models with ApplicationRecord parentGenadi Samokovarov2016-04-281-11/+3
* correctly check `ApplicationRecord` is exist in moutable engineyuuji.yaginuma2016-02-252-11/+17
* Add notes for future selvesJon Moss2016-02-221-0/+1
* Generate ApplicationRecord if it does not already existJon Moss2016-02-222-0/+11
* 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
* Add Secure Token Generatorrobertomiranda2015-01-111-0/+3
* Add a `required` option to the model generatorSean Griffin2014-08-081-1/+1
* copy edits[ci skip]Vijay Dev2013-05-191-1/+1
* Added documentation for model migration generationaditya-kapoor2013-05-141-0/+4
* Add support for generate scaffold password:digestSam Ruby2013-03-131-1/+4
* Support creating a table migration generatorSammy Larbi2013-03-012-16/+1
* nodoc AR::Generators [ci skip]Francesco Rodriguez2012-10-201-2/+2
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-5/+0
* Fixed generating namespaced table_name_prefix in enginesWojciech Wnętrzak2012-07-061-1/+1
* Add polymorphic option to model generatorAleksey Magusev2012-06-271-1/+1
* 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-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