Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
bundle私はしばらくの間Rails3を使用してきましたが、gemを実行することとbundle installインストールすることの違いについての答えに出くわすことはありませんでしたGemfile。
bundle
bundle install
Gemfile
2つのコマンドに違いはありますか?
いいえ は、コマンドinstallのデフォルトオプションにすぎません。bundleGemfileでも実行しないでください。ただし、gem "fubar"そこを指定するだけです。bundlerは、そのファイルの読み取りと処理の方法を知っています。
install
gem "fubar"