How does bundler work (in general)?

Posted by MAP on Stack Overflow See other posts from Stack Overflow or by MAP
Published on 2010-06-17T01:13:22Z Indexed on 2010/06/17 1:52 UTC
Read the original article Hit count: 284

Filed under:
|
|
|
|

Hello, I'm pretty new to Ruby/Rails but I was taking a look at bundler and was wondering how it works exactly. Do you install a full set of gems like normal gem install XYZand then use the Gemfile to pull a certain subset of those gems for use with a specific application? Or do you not install gems normally anymore and just include them in the Gemfile and then do a bundle install to include them all in a bundle that is then used with your application?

Thank you so much for taking the time to answer this, I'm just a little confused on what bundler's functionality is exactly.

-- MAP

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby