aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_mutation_tracker.rb
Commit message (Expand)AuthorAgeFilesLines
* 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