I have an issue with running the rails console at heroku (cedar-stack). Each of the following commands heroku run console, heroku run rails console, heroku run bundle exec rails
For Cedar Stack and later:
heroku run rails console --app
Previous stacks could use this command:
heroku run console --app