alecdotninja / active_record_distinct_on

Support for `DISTINCT ON` statements when querying with ActiveRecord
MIT License
34 stars 11 forks source link

Relax ActiveRecord version constraints #7

Closed alecdotninja closed 6 years ago

alecdotninja commented 6 years ago

This fixes #6 .

The constraints that I added in #5 were too restrictive. I'm optimistic that bugfix releases won't be an issue.

This also updates the appraisals to be against the latest version for every major.minor release.