What is the canonical resource on multi-tenancy web applications using ruby + rails

Posted by AlexC on Programmers See other posts from Programmers or by AlexC
Published on 2012-06-08T18:54:03Z Indexed on 2012/06/12 22:48 UTC
Read the original article Hit count: 238

What is the canonical resource on multi-tenancy web applications using ruby + rails. There are a number of ways to develop rails apps using cloud capabilities with real elastic properties but there seems to be a lack of clarity with how to achieve multitenancy, specifically at the model / data level. Is there a canonical resource on options to developing multitenancy rails applications with the required characteristics of data seperation, security, concurrency and contention required by an enterprise level cloud application.

© Programmers or respective owner

Related posts about ruby-on-rails

Related posts about cloud-computing