Created
September 8, 2014 14:20
-
-
Save coreyd303/e0af8d36fc10e2b44875 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. What does it mean for an application to be multi-tenant? | |
2. What would you want to build an application to be multi-tenant? | |
3. How do you implement multi-tenancy at the data / database level? | |
4. How do Active Record scopes help keep tenant data segregated? | |
5. Why is multi-tenancy dangerous from a security/privacy perspective? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment