Heroku rails console does not start any more -


i have issue running rails console @ heroku (cedar-stack). each of following commands heroku run console, heroku run rails console, heroku run bundle exec rails console results in following error-message:

running bundle exec rails console attached terminal... up, run.8155

abort testing: rails environment running in production mode!

this error-message little bit confused. kind of test tries heroku start? want fire console, had worked fine 4 weeks ago.

for cedar stack , later:

heroku run rails console --app <app name> 

previous stacks use command:

heroku run console --app <app name> 

Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -