Has anyone come across any decent rails tutorials on how to set up
multi-tenant applications (other than the 2009 aac presentation)?
That presentation is great, but doesn't go into quite the depth I'm
looking for, specifically regarding using the URL/scoping method.
i.e. - using URLs like
cbooth.myapp.com to determine the tenant and
scoping the data to only that tenant.
Or maybe I'm trying to out-think myself and making this too hard. Is
there a simply way to do this?
Thanks,
Chris