aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_mutation_tracker.rb
Commit message (Expand)AuthorAgeFilesLines
* Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-091-111/+0
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Remove deprecated code concerning non-attributes and `*_will_change!`Sean Griffin2017-07-181-7/+2
* Add missing `attr_name.to_s` in `AttributeMutationTracker`Ryuta Kamizono2017-07-041-2/+3
* 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
* Deprecate calling `attr_will_change!` with non-attributesSean Griffin2017-02-111-2/+7
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...Sean Griffin2016-11-011-7/+43
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-4/+4
* Add Singleton in NullMutationTracker classacapilleri2015-10-031-0/+2
* Further encapsulate dirty checking on `Attribute`Sean Griffin2015-10-021-23/+7
* nodoc the mutation trackersRafael Mendonça França2015-09-251-2/+2
* Improve the performance of `save` and friendsSean Griffin2015-09-241-0/+29
* Encapsulate a lot of the logic from `Dirty` in an objectSean Griffin2015-09-241-0/+55