All Versions
25
Latest Version
Avg Release Cycle
143 days
Latest Release
933 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.5.0 Changes
November 18, 2020โฌ๏ธ 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 -
v0.4.4 Changes
August 14, 2019- ๐ Implement support for polymorphic tenant
- Ability to use acts_as_tenant with only ActiveRecord (no Rails)
- ๐ Allow setting of custom primary key
- ๐ Bug fixes
-
v0.4.3 Changes
- ๐ allow 'optional' relations
- ๐ Sidekiq fixes
- Replace all
before_filter
withbefore_action
for Rails 5.1 compatibility
-
v0.4.2 Changes
January 04, 2018๐ Github was somehow missing some tags, leading to some confusion. This releases ensures sync between RubyGems with Github. No code changes between this version and the previous 0.4.1 version published on Rubygems.
-
v0.4.1 Changes
January 04, 2018- โ Removed (stale, no longer working) MongoDB support; moved code to separate branch
- โ Added without_tenant option (see readme, thx duboff)
-
v0.4.0 Changes
- (Sub)domain lookup is no longer case insensitive
- โ Added ability to use inverse_of (thx lowjoel)
- โ Added ability to disable tenant checking for a block (thx duboff)
- ๐ Allow for validation that associations belong to the tenant to reflect on associations which return an Array from
where
(thx ludamillion)
-
v0.3.9 Changes
June 29, 2015- โ Added ability to configure a default tenant for testing purposes. (thx iangreenleaf)
- AaT will now accept a string for a tenant_id (thx calebthompson)
- ๐ Improvements to readme (thx stgeneral)
-
v0.3.8 Changes
January 25, 2015- โ Added Mongoid compatibility [thx iangreenleaf]
-
v0.3.7 Changes
November 15, 2014- ๐ Fix for proper handling of polymorphic associations (thx sol1dus)
- ๐ Fix fefault scope to generate correct sql when using database prefix (thx IgorDobryn)
- โ Added ability to specify a custom Primary Key (thx matiasdim)
- ๐ Sidekiq 3.2.2+ no longer supports Ruby 1.9. Locking Sidekiq in gemspec at 3.2.1.
- โก๏ธ Update RSPEC to 3.0. Convert all specs (thx petergoldstein)
- ๐ support sidekiq 3 interface (thx davekaro)
-
v0.3.6 Changes
August 14, 2014- Added method
set_current_tenant_by_subdomain_or_domain
(thx preth00nker)
- Added method