Skip to content

Instantly share code, notes, and snippets.

Create a Heroku app with an obscure (difficult to guess) random name, e.g.: http://rmenhxmpeniezkqnzlzspppvrbufsi.herokuapp.com
system("heroku create #{30.times.map{ ('a'..'z').to_a.sample }.join}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment