alecdotninja / active_record_distinct_on

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

Update for Rails 5.1 (with some housekeeping ✨) #3

Closed alecdotninja closed 6 years ago

alecdotninja commented 6 years ago

This should fix #2.

Per @michaelherold's suggestion, it also tests against multiple versions of Ruby and Rails.