activerecord-multi-tenant v0.8.0 Release Notes

Release Date: 2017-08-16 // over 6 years ago
    • Significant improvements and simplifications of query rewriting
      • Big thanks to Kyle Bock and Ben Olive for (re-)writing this code and verifying it works well
      • This fixes caching issues across multiple MultiTenant.with { } blocks when interacting with the Rails statement cache
    • ⬇️ Drop support for Rails 3.2
      • The arel version used in Rails 3.2 has caused more trouble than its worth - it seems less troublesome to ask any users of this library to upgrade to at least Rails 4.0