Ask A Question

Notifications

You’re not receiving notifications from this thread.

How do I have SubDomain and Multi-Tenant in Rails project.

Gourav Lele asked in Rails

Can anyone please expain me How do I have sub-domains and Multi-tenant database for each sub domain in Rails Application.

For an Example:-
I am having Multi-Tenant database for year wise record of hotels, but my requiremnt :-
star.hotel.com => multi-tenant database
blue.hotel.com => multi-tenant database

Thank You

Reply

Check one more time :-
star.hotel.com =>
2011 // tenant1
2012// tenant2
2013// tenant3

blue.hotel.com =>
2011//tenant1
2012//tenant2
2013//tenant3

Reply

I covered how you can do this with the Apartment gem as well as from scratch in these episodes: https://gorails.com/series/multitenancy-crash-course

Reply

Thank you Chris I will try to do the same, but getting error on root page.
www.lvh.me:3000 is redirected if account is not present and its not working please assist me.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 81,842+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more.

    © 2024 GoRails, LLC. All rights reserved.