Sign in Sign up
rubygems

activerecord-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
8y ago
Total releases
7
Cadence
~31 days
Last 12 months
0

Details

License
MIT
First release
Oct 16, 2014
Releases
Version Released
1.1.0 minor
1.0.1 patch
0.0.4 patch
0.0.3 patch
1.0.0 major
0.0.2 patch
0.0.1 initial