All Versions
25
Latest Version
Avg Release Cycle
143 days
Latest Release
1227 days ago

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 with before_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)