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