Is there a 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/08
22:47 UTC
Read the original article
Hit count: 293
Is there a 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