Im a newbie to ror. Started learning it from last month alongwith spree
commerce. Please sort out this to me
What is the differnce between gems installed at
.rvm/gems/ruby 2.2.1/gems
and those at
rvm/gems/ruby 2.2.1/bundler/gems
while using in a application? Is the bundler/gems some kind of a cache
file as its named like for example 'spree_i18n-d7a8911f299b'
Im a newbie to ror. Started learning it from last month alongwith spree
commerce. Please sort out this to me
What is the differnce between gems installed at
.rvm/gems/ruby 2.2.1/gems
and those at
rvm/gems/ruby 2.2.1/bundler/gems
while using in a application? Is the bundler/gems some kind of a cache
file as its named like for example 'spree_i18n-d7a8911f299b'
Those are gems installed from a git repository (for example if you've forked a gem or if a change you want hasn't been released yet). The d7a8911f299b is the commit that was checked out