0

I'm considering using bundler for deploying a Spree app on Heroku. My question is, is bundler ready for prime time? I know there are some rough edges but I guess I'd like to know more about what the current limitations are and figure out if this is an option for us.

Specifically, I'd like to do the git repository stuff

git "git://github.com/indirect/rails3-generators.git"
gem "rails3-generator

Does anyone want to encourage/discourage me from this course of action? Anybody have experience with this on Heroku in particular?

4

2 回答 2

1

Bundler 似乎为我工作。有一些粗糙的边缘。但总的来说,这还很遥远。

我可以使用 Bundler 很好地部署到 Heroku。

请记住,最新版本的 Bundler 需要更新的 Rubygems。所以你不能使用默认的 Heroku 堆栈。相反,您必须使用更新的堆栈之一(bamboo-ree-1.8.7 或bamboo-mri-1.9.1)。

于 2010-03-17T05:04:29.703 回答
0

请参阅有关 Bundler 的 Heroku 博客文章:简而言之:本机支持。

在 Heroku 之外,我当前的项目尝试在 Rails+RubyEnterpriseEdition+Passenger 组合上使用 Bundler,但效果不佳。可能是我们对 Bundler 的了解不够,或者它需要一两个月才能成熟,但这就是我们的故事。

于 2010-03-17T04:46:13.977 回答