Heroku rails console does not start any more

后端 未结 5 615
北海茫月
北海茫月 2021-02-05 06:36

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

5条回答
  •  渐次进展
    2021-02-05 07:03

    For Cedar Stack and later:

    heroku run rails console --app 
    

    Previous stacks could use this command:

    heroku run console --app 
    

提交回复
热议问题