Interage::Query
Installation
Add this line to your application's Gemfile:
gem 'interage-query', '~> 0.1'And then execute:
bundle installOr install it yourself as:
gem install interage-queryUsage
You can use a Rails generator to create ApplicationQuery:
rails g interage:query:installAnd you can use a Rails generator to create query classes:
rails g interage:query:create UsersByEmail UserContributing
Bug reports and merge requests are welcome on GitLab at https://gitlab.com/[USERNAME]/interage-query.