Skip to content

Instantly share code, notes, and snippets.

@121watts
Last active August 29, 2015 14:06
Show Gist options
  • Save 121watts/4d719e0e908e05af5804 to your computer and use it in GitHub Desktop.
Save 121watts/4d719e0e908e05af5804 to your computer and use it in GitHub Desktop.
Storing State in Sessions
  1. What does it mean for an application to be multi-tenant? -serves many clients from one application on one server.

  2. Why would you want to build an application to be multi-tenant? -so you only have to build ONE thing that can serve many people instead of many things to serve many people

  3. How do you implement multi-tenancy at the data / database level? no idea

  4. How do Active Record scopes help keep tenant data segregated? no idea

  5. Why is multi-tenancy dangerous from a security/privacy perspective? cause if you can screw one thing up, you can screw it up for everyone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment