heroku staging or new app in heroku for staging?
heroku, production, ruby-on-rails, staging
Solution
Second app - add the git remote of the new app to your repo so you can deploy to it from a single code base.
Read more at https://devcenter.heroku.com/articles/multiple-environments
Problem
What are thoughts around creating a staging environment for my app or should i create a second app on heroku for staging? Which one is better, or preferred? Thanks.