Sign in Sign up
rubygems

activerecord5_delay_touching

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 few database round trips as possible.

Activity

Latest release
7y ago
Total releases
1
Cadence
Last 12 months
0

Details

License
MIT
First release
Nov 28, 2018
Releases
Version Released
1.1.1 initial