Acts As Tennant v0.5.0 Release Notes
Release Date: 2020-11-18 // over 4 years ago-
โฌ๏ธ Drop support for Rails 5.1 or earlier
โ Add tests for Rails 5.2, 6.0, and Rails master
๐ Use standardrb - @excid3
๐จ Refactor controller extensions into modules - @excid3
โ Add subdomain_lookup option to change which subdomain is used - @excid3
Unsaved tenant records will now return no records. #227 - @excid3
๐จ Refactor test suite and use dummy Rails app - @excid3
โ Remove tenant getter override. Fixes caching issues with association. - @bernardeli
Previous changes from v0.4.4
-
- ๐ Implement support for polymorphic tenant
- Ability to use acts_as_tenant with only ActiveRecord (no Rails)
- ๐ Allow setting of custom primary key
- ๐ Bug fixes