activerecord-delay_touching 1.0.0
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.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
>= 4.2
Development Dependencies (8):
bundler
~> 1.6
rake
>= 0
rspec-rails
~> 2.0
simplecov
>= 0
simplecov-rcov
>= 0
sqlite3
>= 0
timecop
>= 0
yarjuf
>= 0