参见英文答案 >
“bin/rails: No such file or directory” w/ Ruby 2 & Rails 4 on Heroku7个
我的部署有问题.我的本地测试环境很好,没有任何错误.当我推到Heroku我得到这个:
我的部署有问题.我的本地测试环境很好,没有任何错误.当我推到Heroku我得到这个:
2013-07-17T15:54:04.619297+00:00 app[web.1]: bash: bin/rails: No such file or directory 2013-07-17T15:54:07.240398+00:00 heroku[web.1]: Process exited with status 127 2013-07-17T15:54:07.255379+00:00 heroku[web.1]: State changed from starting to crashed 2013-07-17T15:54:13.467325+00:00 heroku[web.1]: Error R99 (Platform error) -> Failed to launch the dyno within 10 seconds 2013-07-17T15:54:13.467325+00:00 heroku[web.1]: Stopping process with SIGKILL 2013-07-17T15:54:58.714647+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=radiant-thicket-1062.herokuapp.com fwd="174.4.33.188" dyno= connect= service= status=503 bytes=
我不确定在哪里调用bin / rails或如何解决这个问题.在H10的其他任何地方,我找不到任何信息.这就像我是唯一有经验的人(不太可能..)!
我会感谢任何见解或帮助.谢谢!