Custom domains and SSL in Rails development
Custom domains for local development in Rails can be a nice addition to our toolbox.
Trading localhost and some port number for a short and memorable domain name sounds nice, right? How about if we throw some secure connections into the mix?
https://avohq.io/blog/custom-domains-ssl-in-rails-development
Comments
For development, you can use lvh.me domain and unlimited subdomains in it. lvh.me is a publicly resolvable domain which resolves to 127.0.0.1 with a wildcard addition. This way you do not need to edit your hosts file
Post a comment