activerecord-batch_touching 3.0.0
Batch up your ActiveRecord "touch" operations for better performance. All accumulated "touch" calls will be consolidated into as few database round trips as possible.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
>= 6
Development Dependencies (11):
bundler
>= 0
rake
>= 0
rspec-rails
>= 0
rubocop
>= 0
rubocop-performance
>= 0
rubocop-rake
>= 0
rubocop-rspec
>= 0
simplecov
>= 0
simplecov-rcov
>= 0
sqlite3
~> 1.4
timecop
>= 0