Skip to content

v0.5.0

Compare
Choose a tag to compare
@excid3 excid3 released this 18 Nov 14:16
· 108 commits to master since this release
094328c

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