ruby - Heroku App Crash H10 - bash: bin/rails: No such file or directory -
this question has answer here:
i having issue deployment. test env locally works great no errors. when push heroku this:
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 status 127 2013-07-17t15:54:07.255379+00:00 heroku[web.1]: state changed starting crashed 2013-07-17t15:54:13.467325+00:00 heroku[web.1]: error r99 (platform error) -> failed launch dyno within 10 seconds 2013-07-17t15:54:13.467325+00:00 heroku[web.1]: stopping process 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=
i unsure calling bin/rails or how solve this. can't find information on anywhere else h10. it's i'm person ever experience (unlikely..)!
i'd appreciate insight or help. thank you!
you're missing bin
folder added in rails 4. run rake rails:update:bin
create it, make commit , push heroku.
Comments
Post a Comment