【问题标题】:Heroku cedar stack, thin and eventmachineHeroku cedar stack、thin 和 eventmachine
【发布时间】:2011-12-02 20:34:56
【问题描述】:

Heroku Cedar 堆栈应用程序是否需要 Gemfile 中的 Thin 和 eventmachine?

gem 'thin'
gem 'eventmahine'

版本呢? 在其他堆栈上它们是自动安装的?

【问题讨论】:

    标签: heroku cedar


    【解决方案1】:

    是的,您需要指定要在 Cedar 堆栈上使用的任何 gem,这与在 Bamboo 上预装了 gem 的情况不同。

    使用您的应用程序需要的任何版本,

    【讨论】:

    • 哦,谢谢。我还有一个问题:在 Windows 上,我必须在 Gemfile 中使用 eventmachine 版本“1.0.0.beta.4.1”(如果我没有指向确切的版本并且失败,捆绑更新会尝试安装 0.12.6 - 那里不是windows的这个版本),我在heroku上推送带有'1.0.0.beta.4.1'的Gemfile,推送失败,因为heroku无法安装'1.0.0.beta.4.1'(
    猜你喜欢
    • 2012-08-19
    • 1970-01-01
    • 1970-01-01
    • 2014-12-18
    • 2012-05-30
    • 1970-01-01
    • 2013-01-14
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多