bundler

bundlerの疑問点とか色々メモ

bundlerのgemのインストール先ってどこ? 普通は、rvm等で標準で指定されている場所 bundle show ${gem名} path オプション で格納先を変更できる bundle install --path vender/bundle Gemfile.lockって何? 初回の bundle install で生成される 全ての開発環…

Bundlerの公式のトップページを読んでみた

元記事 Bundler: The best way to manage a Ruby application's gems What is Bundler? It tracks an application's code and the rubygems it needs to run, それは、アプリケーションコードと、rubygemsが動くのに必要なものを監視するよ track : たどる、…