Sha256: 86e2c0805907a7e17191f19281ce84486a81ead3cc4fdffe5e5eb689a0a793a6
Contents?: true
Size: 579 Bytes
Versions: 3
Compression:
Stored size: 579 Bytes
Contents
# Overview For instructions on upgrading to newer versions, visit [mongoid.org](http://mongoid.org/en/mongoid/docs/upgrading.html). ## 1.0.0 ### Major Changes (Backwards Incompatible) * Rename `#with` and `#use` to `#with_tenant` and `#use_tenant` because it conflicts with mongoid. * Replace `#without_scope` to `#tenant_scope`. * Support Mongoid 3/4. ## 0.2.0 * Add [request_store](https://github.com/steveklabnik/request_store) as dependency. * Add `#without_scope`. * Support ActiveRecord 4. ## 0.1.0 * First Release * Support ActiveRecord 3. * Add `tenany/matchers`.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tenancy-1.0.2 | CHANGELOG.md |
tenancy-1.0.1 | CHANGELOG.md |
tenancy-1.0.0 | CHANGELOG.md |