我有一個Rails 3.2.3應用程序,我試圖使用Ruby 2.0.0preview1推送到Heroku(請參閱:http://blog.heroku.com/archives/2012/11/5/ruby-2-preview-on-heroku/)。Heroku:在Ruby 2.0.0下找不到'bundle command'
這是一個在Ruby 1.9下正常運行並且在Ruby 2.0.0下沒有問題的應用程序。
我現在遇到的錯誤是:
2012-11-07T15:19:32+00:00 heroku[web.1]: State changed from crashed to starting
2012-11-07T15:19:37+00:00 heroku[web.1]: Starting process with command `bundle exec unicorn -p 3225 -c ./config/unicorn.rb`
2012-11-07T15:19:38+00:00 app[web.1]: bash: bundle: command not found
2012-11-07T15:19:39+00:00 heroku[web.1]: Process exited with status 127
2012-11-07T15:19:39+00:00 heroku[web.1]: State changed from starting to crashed
我通過的bash登錄到的Heroku和安裝捆紮機(創業板安裝捆綁),但沒有幫助。我也嘗試過改變GEM_PATH環境變量,但似乎也沒有做任何事情。
我在討論如何解決這個問題。任何幫助表示讚賞!
另請參閱Heroku Devcenter文章[更改Ruby版本中斷路徑](https://devcenter.heroku.com/articles/changing-ruby-version-breaks-path)。 – willglynn
我剛剛收到Heroku的電子郵件,他們推薦你推薦的東西。 您可以在這裏看到有關更改Ruby版本的Heroku文檔:https://devcenter.heroku.com/articles/changing-ruby-version-breaks-path – cobrabyte