aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/base.rb
Commit message (Expand)AuthorAgeFilesLines
* active_support/core_ext/object/duplicable is not in use hereRyuta Kamizono2019-07-161-1/+0
* Refactor `Relation#cache_key` is moved from `CollectionCacheKey#collection_ca...Ryuta Kamizono2019-04-041-1/+0
* Refactors Active Record connection managementEileen Uchitelle2018-08-301-1/+1
* Lazily add `Aggregations` to `composed_of` modelsAaron Patterson2018-06-251-1/+1
* Refactor configs_for and friendseileencodes2018-03-211-0/+1
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-1/+0
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-8/+8
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-8/+8
* Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...Sean Griffin2016-11-011-0/+2
* Merge pull request #26183 from Shopify/fix-no-touching-touch-laterRafael França2016-08-161-1/+1
|\
| * Makes touch_later respects no_touching policyJean Boussier2016-08-161-1/+1
* | applies new string literal convention in activerecord/libXavier Noria2016-08-061-22/+22
|/
* Highlight the dynamic method finder 'find_by_' [ci skip]Santosh Wadghule2016-03-261-1/+2
* Remove duplicated `require 'arel'`Ryuta Kamizono2016-02-061-1/+0
* Don't recommend using `ActiveRecord::Base[]`Sean Griffin2016-01-291-3/+0
* fix typo in method name [ci skip]yuuji.yaginuma2015-12-171-1/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-15/+24
* remove unused require ‘set’NehaGautam2015-08-251-1/+0
* Add #cache_key to ActiveRecord::Relation.Alberto F. Capel2015-07-201-0/+1
* Remove `.superclass_delegating_accessor`. Refer #14271Akshay Vishnoi2015-05-241-1/+0
* Merge pull request #19787 from Senjai/patch-2Yves Senn2015-04-181-5/+4
|\
| * Encourage users to user super to override methods.Richard Wilson2015-04-161-5/+4
|/
* Batch touch parent recordsArthur Neves2015-04-081-0/+1
* [ci skip] Add <tt> tag to `save!` and `create!`yui-knk2015-03-211-1/+1
* Add `ActiveRecord::Base.suppress`Michael Ryan2015-02-181-0/+1
* Add has_secure_token to Active Recordrobertomiranda2015-01-041-0/+1
* Extract an explicit type caster classSean Griffin2014-12-291-0/+1
* Clarify that query methods have a custom definition of whether a numeric valu...Michael D.W. Prendergast2014-12-231-2/+2
* Clarify that the word present refers to Object#present?. [ci skip]Michael D.W. Prendergast2014-12-231-36/+2
* Update Active Record's attribute query methods documentation to describe its ...Michael D.W. Prendergast2014-12-221-2/+36
* Fix typo and remove code block since present is not a method.Rafael Mendonça França2014-07-281-1/+1
* docs, clarify attribute query methods on numeric columns. Closes #16246.Yves Senn2014-07-281-0/+1
* Move STI docs off of the main Base document, leaving a noteSean Griffin2014-06-301-28/+3
* Update documentation on STI change handlingjamesprior2014-06-301-0/+9
* Use `Hash#transform_values` to clean up `AttributeSet`Sean Griffin2014-06-291-0/+1
* Don't mess with `column_defaults` when optimistic locking is enabledSean Griffin2014-06-171-2/+2
* Promote time zone aware attributes to a first class type decoratorSean Griffin2014-06-161-2/+2
* Timestamp values should be present on callbacksRafael Mendonça França2014-06-091-1/+1
* Merge pull request #15558 from sgrif/sg-rename-propertyRafael Mendonça França2014-06-071-2/+2
|\
| * Rename `property` to `attribute`Sean Griffin2014-06-071-2/+2
* | Don't query the database schema when calling `serialize`Sean Griffin2014-06-071-0/+2
|/
* Add a public API to allow users to specify column typesSean Griffin2014-05-261-0/+2
* `ActiveRecord::Base.no_touching` no longer triggers callbacks or start empty ...Lucas Mazza2014-04-231-1/+1
* Merge pull request #14469 from tiegz/timestamp_inheritance_fixRafael Mendonça França2014-03-271-1/+1
* put core at the beginning so other classes can modify the behaviorKeenan Brock2014-01-221-1/+1
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
* add #no_touching on ActiveRecord modelsDamien Mathieu2013-11-131-0/+1
* Added ActiveRecord::Base#enum for declaring enum attributes where the values ...David Heinemeier Hansson2013-11-021-0/+1
* move the cache to the AR models and populate it on inheritedAaron Patterson2013-08-301-0/+2