【问题标题】:Freeze push heroku master冻结推送heroku大师
【发布时间】:2014-03-22 15:47:05
【问题描述】:

我正在尝试在 heroku 上进行部署并在最后一步冻结,Fetching http://github.com/rails/prototype_legacy_helper.git

-----> Removing .DS_Store files
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using 1.5.2
       New app detected loading default bundler cache
       Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
       Fetching gem metadata from https://rubygems.org/.......
       Fetching additional metadata from https://rubygems.org/..
       Fetching http://github.com/rails/prototype_legacy_helper.git

【问题讨论】:

    标签: ruby-on-rails ruby heroku


    【解决方案1】:

    将 gem 安装为插件(仅当 Rails 版本低于 4.0 时):

    $ rails plugin install git://github.com/rails/prototype_legacy_helper.git
    

    prototype_legacy 助手不再维护。

    【讨论】:

      猜你喜欢
      • 2019-07-04
      • 2012-01-05
      • 1970-01-01
      • 1970-01-01
      • 2012-07-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-07-23
      相关资源
      最近更新 更多