Acts As Tennant v0.5.0 Release Notes

Release Date: 2020-11-18 // over 3 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