Gem Gemfile 里使用 git repo 之后这个 gem 安装到哪里去了?

nine · April 04, 2015 · Last by nine replied at April 04, 2015 · 2428 hits
gem 'twitter-bootstrap-rails' , git: 'https://github.com/seyhunak/twitter-bootstrap-rails'

我想知道 bundle install 之后,这个 gem 安装到系统哪个地方了。

.gem 或是“源代码”的位置都可以。

不可能每一次 rails s 都去 github 上获取一次吧?

bundle show twitter-bootstrap-rails

You need to Sign in before reply, if you don't have an account, please Sign up first.