kmurph73 / ctes_in_my_pg

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

ActiveRecord 6 support #3

Closed nbrustein closed 5 years ago

nbrustein commented 5 years ago

Arel is no included as part of activerecord, rather than being a separate gem. So, in order for it to work with this project, we should remove the arel dependency here. I'll put together a PR.