alecdotninja / active_record_distinct_on

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

Rails 5.2 support #5

Closed alecdotninja closed 6 years ago

alecdotninja commented 6 years ago

This closes #4.

I've also added an additional constraint to the activerecord dependency to close the gap between what the gemspec says the requirements are and what is actually tested here.