質問

HerokuにRails 3ベータプロジェクトを展開する方法は?私がそれをしようとするとき、私はこのエラーを取得します:

-----> Heroku receiving push
-----> Gemfile detected, running gem bundle
 !     Heroku push rejected, "gem bundle" failed, please check your Gemfile for errors.
役に立ちましたか?

解決

Rails 3 is now available on heroku

http://docs.heroku.com/rails3

cheers

他のヒント

I would contact their technical support team. It looks like their deploy scripts are still using an old version of the bundler. It is up to 0.9.3 right now, and higher in the prerelease versions.

Heroku is currently running Ruby MRI version 1.8.6, rails 3 requires 1.8.7 or higher... as heroku is aimed at more production apps I doubt you see a bump until Rails 3 is officially released or even after.

http://docs.heroku.com/technologies

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top