Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 728 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 728 Bytes

Active Record Gotchable

A sql statements helper for batches of select queries on ActiveRecord.

Usage

  • Only works for mysql, but I have a plan to make this gem to support postgres.
  • Documentation is still in progress, please refer tests.

Installation

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

License

The gem is available as open source under the terms of the MIT License.