1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/locking
Ryuta Kamizono d1107f4d1e Fix dirty tracking for touch
Before this fix, `touch` only clears dirty tracking for touched
attributes, doesn't track saved (touched) changes.

This fixes that tracks saved changes and carry over remaining changes.

Fixes #33429.
Closes #34306.
2019-04-15 13:53:58 +09:00
..
optimistic.rb Fix dirty tracking for touch 2019-04-15 13:53:58 +09:00
pessimistic.rb Fix example for database-specific locking clause 2018-10-30 16:58:57 -04:00