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.
Required Ruby Version
>= 0
Authors
GoDaddy P&C Commerce, Brian Morearty
Versions
- 1.1.0 August 24, 2018 (11 KB)
- 1.0.1 July 08, 2015 (10.5 KB)
- 1.0.0 May 07, 2015 (10.5 KB)
- 0.0.4 July 08, 2015 (10.5 KB)
- 0.0.3 June 05, 2015 (10.5 KB)