brianhempel / active_record_union

UNIONs in ActiveRecord! Adds proper union and union_all methods to ActiveRecord::Relation.
Other
423 stars 42 forks source link

Rails 5 support + Test on both Rails 4 and 5 #10

Closed glebm closed 8 years ago

glebm commented 8 years ago
glebm commented 8 years ago

@brianhempel Rails 5 is nearing release, could you please have a look at this? We are using it over at Thredded and would like to provide a Rails 5 compatible version on release.

brianhempel commented 8 years ago

I tightened up the diff a bit and merged. v1.2.0 is now on RubyGems with Rails 5 compatibility.

Thanks for the PR!