--
You received this message because you are subscribed to the Google Groups "Saint Louis Ruby Users Group" group.
To post to this group, send email to stl...@googlegroups.com.
To unsubscribe from this group, send email to stlruby+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/stlruby?hl=en.
If you use bundler then gemsets are only causing you to install more copies of the same gem.
Use bundler and not gemsets was my suggestion.
--
You received this message because you are subscribed to the Google Groups "Saint Louis Ruby Users Group" group.
To view this discussion on the web visit https://groups.google.com/d/msg/stlruby/-/Kn_hpg4uzsIJ.
Run the version you want when starting the app. Or create a gemfile first.
You really don't need gem sets. You have to install for each ruby, but that is the ame either way. Gem sets are frustrating. Just use bundler that is what it is for. It also resolves dependencies.
Jeff Barczewski <jeff.ba...@gmail.com> wrote:
>If you project needs to be able to generate apps in all my rubies (if one
>of its purposes is a generator) and be tested in each, then again it means
>installing for each and every ruby.
>
>Also when using bundler it did not have to reinstall the gems locally for
>each app, if it could find the appropriate versions in my gempaths, so I
>didn't need as much duplication across all my apps, it would just use the
>right gem already available..
>
>Maybe I am the only one who ever had these issues or disliked all the
>duplication :-)
>
>
>
>
>On Mon, Apr 9, 2012 at 12:08 PM, Amos King <amos....@gmail.com> wrote:
>
>> Run the version you want when starting the app. Or create a gemfile first.
>> On Apr 9, 2012 12:06 PM, "Jeff Barczewski" <jeff.ba...@gmail.com>
Yes but my time is not and so waiting to reinstall a bunch of gems is worth not having gem sets.
Amos King <amos....@gmail.com> wrote:
>> >>>>> All the best,
>> >>>>>
>> >>>>> Jeff
>> >>>>>
>> >>>>>
Red
I personally wouldlike to understand so I can learn. I want to know what color makes the best shed.
Sorry, couldn't resist the red dwarf reference.