On 11 January 2012 18:06, jsnark <[email protected]> wrote: > > > On Jan 11, 11:55 am, Colin Law <[email protected]> wrote: > >> Because that is what bundle install is for, to install the appropriate >> gems as defined by Gemfile and gemfile.lock. >> The one thing I am not sure of is why it did not work when the gems >> were already in vendor/cache. How did you get them there in the first >> place? >> >> Colin > > In my development environment I used the command: > > $ bundle pack > > to get the gems into vendor/cache. I then committed them to > subversion and > > $ cap deploy > > copied them from subversion to the target machine.
So the question is, what is the difference between bundle pack and bundle install --path vendor/cache Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

