Heroku rails console does not start any more

后端 未结 5 604
北海茫月
北海茫月 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 06:40

    I was with the same problem and I decided to do this and it worked

    $ heroku run bash
    $ cd bin
    ~/bin $ ruby rails console
    

提交回复
热议问题