aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/attribute_mutation_tracker.rb
Commit message (Expand)AuthorAgeFilesLines
* PERF: 2x ~ 30x faster dirty trackingRyuta Kamizono2019-04-111-29/+88
* Merge pull request #32498 from eugeneius/mutation_tracker_merge_changesRyuta Kamizono2018-04-101-1/+1
|\
| * Prevent changes_to_save from mutating attributesEugene Kenny2018-04-081-1/+1
* | Avoid generating full changes hash on every saveEugene Kenny2018-04-081-0/+8
|/
* Revert "PERF: Recover `changes_applied` performance (#31698)"Sean Griffin2018-03-061-4/+3
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-6/+1
* PERF: Recover `changes_applied` performance (#31698)Ryuta Kamizono2018-01-221-3/+4
* Add missing require "active_support/core_ext/hash/indifferent_access"Ryuta Kamizono2017-11-101-0/+2
* Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-091-0/+114