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
Post a Comment