brianhempel / active_record_union

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

Rails 5.2 support #19

Closed glebm closed 6 years ago

glebm commented 6 years ago

Since Rails 5.2, binds are maintained only in the Arel AST.

glebm commented 6 years ago

Thredded tests pass on Rails 5.2 with this PR. Travis here is green.

@brianhempel Merging without review so there is support for Rails 5.2 on master. If you have any comments, I can try to address them in a follow-up PR.

glebm commented 6 years ago

@brianhempel Please release a new version when you can. It'd be nice to get it released before Rails v5.2 release candidate.

brianhempel commented 6 years ago

Okay! v1.3.0 released.

glebm commented 6 years ago

Thanks!