https://github.com/driftingruby/085-working-with-subdomains
Learn to create a multi-tenant application where access to tenants are determined by the subdomain.
https://github.com/driftingruby/085-working-with-subdomains
multitenancy ruby-on-rails
Last synced: 3 months ago
JSON representation
Learn to create a multi-tenant application where access to tenants are determined by the subdomain.
- Host: GitHub
- URL: https://github.com/driftingruby/085-working-with-subdomains
- Owner: driftingruby
- Created: 2017-06-19T03:40:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T02:21:57.000Z (over 7 years ago)
- Last Synced: 2024-12-23T08:45:37.550Z (about 1 year ago)
- Topics: multitenancy, ruby-on-rails
- Language: Ruby
- Homepage: https://www.driftingruby.com/episodes/working-with-subdomains
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
For domains with longer top level domain names like `example.co.uk`
In the `config/environments/production.rb`
config.action_dispatch.tld_length = 2