activerecord-delay_touching
activerecord-delay_touching copied to clipboard
Batch up your ActiveRecord "touch" operations for better performance. ActiveRecord::Base.delay_touching do ... end. When "end" is reached, all accumulated "touch" calls will be consolidated into as fe...
This PR adds Rails 5.0 support to the `activerecord-delay_touching` gem. This PR does not break Rails 4.0 compatibility. Rspec has passed against both latest Rails version 5.2.1 and 4.2.9. One...
This PR introduces a failing spec to replicate issue described in #19. This branch can be used as the source branch for fixes, but shouldn't be merged until specs pass.
Sorry for the delay here @mtuckergd; thanks for merging a fix and cutting a new release. After testing with the new version, there's no infinite loop (👍 ), but for...
The test does not fail but starts an infinite loop which updates the `persons` `updated_at` where `id` is `NULL`