alecdotninja / active_record_distinct_on

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

Gem will work on `4.2.1` #1

Closed kuldeepaggarwal closed 8 years ago

kuldeepaggarwal commented 8 years ago

Tested on Rails-4.2.1 version in my current project and everything is working fine.

alecdotninja commented 8 years ago

Thanks for the PR, @kuldeepaggarwal! Would you try removing the activesupport dependency to see if that clears up the security warning?

Since activesupport is a dependency of activerecord anyway, I don't think there is an issue with removing it.

kuldeepaggarwal commented 8 years ago

Sure!!

kuldeepaggarwal commented 8 years ago

@anarchocurious Updated the PR

kuldeepaggarwal commented 8 years ago

Can you please release a new version so that I can refer to my project's Gemfile?

alecdotninja commented 8 years ago

I just pushed it out as v0.1.2. Thanks for your contribution!