ErwinM / acts_as_tenant

Easy multi-tenancy for Rails in a shared database setup.
MIT License
1.53k stars 263 forks source link

Guide for setting up acts_as_tenant with custom domains #257

Closed DavidGeismarLtd closed 3 years ago

DavidGeismarLtd commented 3 years ago

Acts as tenant can work with both subdomain and domain which is great. Working with subdomain is pretty straightforward but setting up your multitenant production app on heroku with custom domains is not as easy. Are there any resource or guides here that can help doing that ?