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