Ruby on Rails Thursday, December 3, 2015


On Thursday, December 3, 2015 at 11:09:56 AM UTC, Colin Law wrote:

>> >> That said, I'd like to hear from those of you who are still part of the
>> >> vast majority who use Ruby on Rails directly on the host OS.  How do you
>> >> deal with the issues that prompted me to use VirtualBox/Vagrant?  (I think
>> >> that gemsets are a popular solution.  Is this correct?)
>> >
>> >
>> > I don't use gemsets - when using a bundler enabled project it won't let
>> > you load a gem that's not in the Gemfile.
>>
>> Can you explain what you mean by that in more detail please, I don't
>> understand what you are saying.
>>
>
> If you are using bundler, you can only load gems in the Gemfile or
> Gemfile.lock

I don't understand why that is a problem, or do you mean that given
the above then there is no advantage to using gemsets?


It's not a problem - it's a feature which ensures that all the used gems are in the Gemfile. I've not used gemsets since I've been using bundler.

Fred

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/5a14c219-e46d-4ba8-b98e-f4005299db6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment