Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multitenant Architecture in Ruby on Rails [closed]

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?

like image 458
Jai Madhav Avatar asked Nov 04 '11 12:11

Jai Madhav


2 Answers

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.

https://github.com/wireframe/multitenant

like image 184
Joseph Le Brech Avatar answered Oct 06 '22 00:10

Joseph Le Brech


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

  • https://github.com/lab2023/dudupress
  • https://github.com/kebab-project/kebab-revolution

Videos

  • http://aac2009.confreaks.com/06-feb-2009-14-30-writing-multi-tenant-applications-in-rails-guy-naor.html

Best Regards.

like image 28
onurozgurozkan Avatar answered Oct 05 '22 22:10

onurozgurozkan