python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to configure acts_as_tenant gem with ActionCable in rails7
I'm working on a project with I use ActionCable, at the moment I'm learning about acts_as_tenant gem.
I implement it in the project, but my WebSockets don't work.
If I'm logged in subdomain1, and send...
Henrique Barros
Votes: 0
Answers: 1
Multitenancy (Acts as Tenant gem): How to delete a tenant?
I am using the Acts as Tenant gem for Rails and, if I understood it right when using the acts_as_tenant :tenant on models/course.rb, it automatically includes the relationships between models (i.e. be...
Gustavo Borges
Votes: 0
Answers: 0