aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/touch_later.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Don't track implicit `touch` mutationRyuta Kamizono2019-05-131-0/+1
* Should attempt `committed!`/`rolledback!` to all enrolled records in the tran...Ryuta Kamizono2019-05-071-0/+1
* Extract `_raise_record_not_touched_error`Ryuta Kamizono2019-04-291-6/+1
* Don't expose `add_to_transaction`Ryuta Kamizono2019-04-141-1/+1
* [ci skip] Mark ActiveRecord::TouchLater as private docAbhay Nikam2019-04-051-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* 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 the behavior of AR::Dirty inside of after_(create|update|save) call...Sean Griffin2016-11-011-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* Use `squish` rather than `strip_heredoc`Ryuta Kamizono2016-07-041-2/+2
* Improve error message when record touch fails.Ben Standefer2016-07-021-1/+6
* Make sure we touch all the parents when touch_later.Arthur Neves2015-12-061-4/+12
* Batch touch parent recordsArthur Neves2015-04-081-0/+50