aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-133-3/+0
* Merge branch 'migration-timestamp-fix'Gannon McGibbon2019-05-101-0/+1
|\
| * Add class option timestamps to migration generatorMichael Duchemin2019-02-091-0/+1
* | 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-283-3/+8
* | Make aliases of `database` option in generators workyuuji.yaginuma2019-03-202-2/+2
|/
* Refactor migrations_path command option to databaseGannon McGibbon2018-09-283-6/+17
* Add migrations_paths option to model generatorGannon McGibbon2018-09-271-0/+1
* Add migrations_paths option to migration generatorEileen Uchitelle2018-08-302-1/+4
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-5/+1
* Use .tt extension to all the template filesRafael Mendonça França2017-11-135-0/+0
* Fix RuboCop offensesKoichi ITO2017-08-161-5/+6
* Handling add/remove to/from migration edge casesGuilherme Reis Campos2017-08-031-1/+1
* Stop creating ApplicationRecord on model generationLisa Ugray2017-07-243-23/+26
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-194-0/+8
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-024-4/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-014-0/+4
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Check whether `Rails.application` defined before calling itAndrew White2017-03-071-1/+1
* move `db_migrate_path` method to `Migration` moduleyuuji.yaginuma2017-01-223-16/+8
* Generate migrations at path set by `config.paths["db/migrate"]`Kevin Glowacz2017-01-162-2/+18
* `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-252-8/+8
* Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-242-10/+11
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-27/+27
* modernizes hash syntax in activerecordXavier Noria2016-08-062-2/+2
* applies new string literal convention in activerecord/libXavier Noria2016-08-064-14/+14
* adds missing requiresXavier Noria2016-07-241-0/+1
* systematic revision of =~ usage in ARXavier Noria2016-07-231-1/+1
* 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
* Added references option to join tablesErnst Rullmann2016-01-311-0/+4
* 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
* Add migration versioning via Migration subclassesMatthew Draper2015-12-152-2/+2
* 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-234-10/+10
* Move default uuid generation to active_recordJon McCartie2015-10-232-1/+9