On Saturday, May 9, 2015 at 8:11:19 AM UTC+1, Ruby-Forum.com User wrote: > 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 Fred > Thanks in advance. > > -- > Posted via http://www.ruby-forum.com/. -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/02f1b98a-b863-4726-9529-2e14245546b5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

