kmurph73 / ctes_in_my_pg

ActiveRecord support for PostgreSQL's CTEs
MIT License
39 stars 23 forks source link

chore(rails 6): drop arel to support rails 6 #4

Closed nbrustein closed 5 years ago

nbrustein commented 5 years ago

Fixes #3

I guess, to follow what was done for 5-2-0, this would just be pulled in as a new branch in the main project.

kmurph73 commented 5 years ago

Thanks for the PR & the fix. I just merged the rails-5-2-0 branch to make this a bit smoother (dunno why I didn't merge it earlier). Can you update your PR to just remove the arel dependency?

nbrustein commented 5 years ago

Done.