citusdata / activerecord-multi-tenant

Rails/ActiveRecord support for distributed multi-tenant databases like Postgres+Citus
MIT License
717 stars 97 forks source link

NameError: uninitialized constant Arel::Visitors::DepthFirst #106

Closed ihor-chepurnyi closed 2 years ago

ihor-chepurnyi commented 3 years ago

Got this error NameError: uninitialized constant Arel::Visitors::DepthFirst when updated to Rails 6.1, using the following version - gem "activerecord-multi-tenant", "~> 1.1"

Found similar issues: https://github.com/rgeo/rgeo-activerecord/pull/55

Laykou commented 3 years ago

This looks like a duplicate to https://github.com/citusdata/activerecord-multi-tenant/issues/86

Laykou commented 3 years ago

This seems to be resolved now

serprex commented 2 years ago

Going to trust @Laykou on this, if someone runs into this again please open another issue