Hi there,
I’m using act_as_tenant gem and I would like to test it on my local
environment.
I need to have entries like “app1.localhost”, “app2.localhost”, etc.
I’ve tried to set those entries on /etc/hosts:
127.0.0.1 localhost
127.0.0.1 app1.localhost
127.0.0.1 app2.localhost
But http://app2.localhost:3000 does not respond.
Am I missing something?
P.S.: I’m using a vagrant running Ubuntu.
Thanks in advance