开发者

Rails 2.3.x use bleeding edges gems

In rails 3 you can us开发者_如何学JAVAe bleeding edge gems like: gem "devise", :git => "git://github.com/plataformatec/devise.git". How do you do that with config.gem in rails 2.3.x?


For that specific example I think you can do:

config.gem 'devise', :source => 'http://github.com/plataformatec/devise.git'


The best option is to use bundler on rails 2.3.x or switch to rails 3.

Heroku's docs are helpful: http://docs.heroku.com/bundler

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜