on_ruby icon indicating copy to clipboard operation
on_ruby copied to clipboard

chore: replace /etc/hosts change with RFC6761 localhost

Open salzig opened this issue 1 year ago • 0 comments

As described in https://www.rfc-editor.org/rfc/rfc6761#section-6.3, anything "ending" with .localhost is considered localhost, so we can use http://$label.onruby.localhost:3000 for development purposes without changing /etc/hosts at all.

unless we want to develop with safari, which doesn't support this right now.

salzig avatar Aug 06 '24 21:08 salzig