RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in