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 6.0 #8

Closed leboshi closed 5 years ago

leboshi commented 5 years ago

Specs passing, and still works like a charm for me locally!

alecdotninja commented 5 years ago

Thank you so much for your work here, @leboshi .

Unfortunately, CI is not currently testing Rails 6 with this configuration. I am handling that issue in #9 .