If I run the console on the hero, it looks like this:
heroku run console --app myapp-production irb(main):001:0>
This seems a lot more dangerous than something like this:
heroku run console --app myapp-production myapp-production:001:0>
Does anyone know how to solve this?
source share