Multitenant Architecture in Ruby on Rails [closed]

爷,独闯天下 提交于 2019-12-20 11:09:36

问题


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?


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/8009517/multitenant-architecture-in-ruby-on-rails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!