RubyFlow The Ruby and Rails community linklog

Proxy your local web-server and make it publicly available over the internet

Sometimes when testing web applications it is needed to have them available from outside (i.e. in public Internet). For example some APIs you use may need to send callbacks. Or you just want to show somebody another cool feature on your development web-server. I’ve launched ProxyLocal that could make your local web-server publicly available over the internet.

Comments

nice gem :)

does it generate an exception when the hostname you specify is not available?

dude, this is a SUPER USEFUL gem! great work ;)

does it generate an exception when the hostname you specify is not available

Yes, you can’t use hostname that another person use. It’ll notify you in this case.

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