What are you #Rails devs using for apps that use subdomains locally? *.localhost is simple but doesn’t work in Safari and I can’t get https://lvh.me or https://nip.io to work locally (🤷‍♂️). What’s “best practice”?

In tests I just use the default https://example.com and set host! accordingly. Using localhost for Capybara tho

Comments