Please let me know the best books available for Implementing Multitenant Architecture in Ruby on Rails. Is there any gem or framework available for same?
There are no books just yet, but there's an interesting talk on the subject http://aac2009.confreaks.com/06-feb-2009-14-30-writing-multi-tenant-applications-in-rails-guy-naor.html
and there's a gem you can use for it.
I will make a useful list for a seminar slide. (http://goo.gl/cJBJG it is Turkish) .
GEMS
- https://github.com/wireframe/multitenant
- https://github.com/influitive/apartment
- https://github.com/ErwinM/acts_as_tenant
Articles
- http://samuel.kadolph.com/2010/12/simple-rails-multi-tenancy/
- http://samuel.kadolph.com/2011/12/simple-rails-multi-tenancy-ii/
- http://msdn.microsoft.com/en-us/library/aa479086.aspx
- http://www.ibm.com/developerworks/cloud/library/cl-multitenantsaas/
- http://ecomcanada.wordpress.com/2011/06/29/multi-tenancy-in-cloud-computing/
- http://blog.jerodsanto.net/2011/07/building-multi-tenant-rails-apps-with-postgresql-schemas/
Open Source Repos which use ROR
Videos
Best Regards.
来源:https://stackoverflow.com/questions/8009517/multitenant-architecture-in-ruby-on-rails