A sql statements helper for batches of select queries on ActiveRecord.
- Only works for mysql, but I have a plan to make this gem to support postgres.
- Documentation is still in progress, please refer tests.
Add this line to your application's Gemfile:
gem 'active-record-gotchable', git: 'https://github.com/ghayn/active-record-gotchable.git', branch: 'master'
And then execute:
$ bundle
The gem is available as open source under the terms of the MIT License.