代码之家  ›  专栏  ›  技术社区  ›  devth

轨道2.3.x使用出血边缘宝石

  •  0
  • devth  · 技术社区  · 14 年前

    在Rails 3中,您可以使用出血边缘宝石,如: gem "devise", :git => "git://github.com/plataformatec/devise.git" . 如何在Rails2.3.x中使用config.gem?

    2 回复  |  直到 14 年前
        1
  •  0
  •   John Topley    14 年前

    对于这个特定的例子,我认为您可以做到:

    config.gem 'devise', :source => 'http://github.com/plataformatec/devise.git'
    
        2
  •  0
  •   devth    14 年前

    最好的选择是在Rails 2.3.x上使用Bundler或切换到Rails 3。

    Heroku的文档很有用: http://docs.heroku.com/bundler