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