English 中文(简体)
为什么用“夜总供应商”来标明“:git”不是当地供应商?
原标题:Using bundler with "--path vendor", why are gems specified with ":git" not locally vendored?

使用dler子的Im,有Gemfile

source  http://rubygems.org 
gem  sinatra ,  1.3.1 
gem  httparty 
# ...etc...
gem  my_custom_gem , :git =>  git@github.com:me/my_custom_gem.git 

当我操作<条码>bundle 安装<>条/条码>时,它收集了包括我的习俗表在内的必要地块,并安装在系统名录上。 迄今为止,情况良好。 然而,当我试图把他们卖到项目——当地名录时,就会产生一个问题。 一. 导言

bundle install --path vendor

该系统在我的项目根基中创建“供应商”名录,并安装所有固定的地块。 因此,我看像主任。

vendor/ruby/1.8/gems/sinatra-1.3.1
vendor/ruby/1.8/gems/httparty-0.8.1
...etc...

但是,它并不出售用meter参数标明的em。 我期望看到但看不出任何东西。

vendor/ruby/1.8/gems/my_custom_gem-1.0.0

它继续使用这一格姆的系统表格。 对此的任何解释? 如何使这一习俗成为供应商?

最佳回答
问题回答

暂无回答




相关问题
Ruby parser in Java

The project I m doing is written in Java and parsers source code files. (Java src up to now). Now I d like to enable parsing Ruby code as well. Therefore I am looking for a parser in Java that parses ...

rails collection_select vs. select

collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...

RubyCAS-Client question: Rails

I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?

Ordering a hash to xml: Rails

I m building an xml document from a hash. The xml attributes need to be in order. How can this be accomplished? hash.to_xml

multiple ruby extension modules under one directory

Can sources for discrete ruby extension modules live in the same directory, controlled by the same extconf.rb script? Background: I ve a project with two extension modules, foo.so and bar.so which ...

Text Editor for Ruby-on-Rails

guys which text editor is good for Rubyonrails? i m using Windows and i was using E-Texteditor but its not free n its expired now can anyone plese tell me any free texteditor? n which one is best an ...

热门标签