Skip to content

Software as a service gem providing multi-tenancy through scopes for Activerecord and Mongoid.

Notifications You must be signed in to change notification settings

mankind/saas-gem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software as a service gem

##saas-gem

The Saas-Gem provides multi-tenancy through scopes.

The saas-gem scopes query through the current_account in the controller. It also does not use default_scope in activerecord model. However, the saas-subdomain branch allows you to scope query via the default_scope in the model. You can easily setup subdomain and scope all accounts to the subdomain. The the saas-subdomain branch works with rails 3.x, and has adapters for activerecord and mongoid.

Installation

This follow soon after i review the code and add some generators

About

Software as a service gem providing multi-tenancy through scopes for Activerecord and Mongoid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages