NathanielWroblewski / prop

Prop is a Rails 4 app generator with customized defaults and an opinionated workflow.
https://rubygems.org/gems/prop_up
MIT License
5 stars 4 forks source link

Deal with Heroku if app name is already taken #22

Open fab opened 11 years ago

fab commented 11 years ago

The current setup is to create two heroku apps: (app_name)-production and (app_name)-staging, but in the chance that one or both of these is being used by someone else we'll get the following message: Name is already taken

If this happens I suggest we just stick a number at the end of the app_name and try again.