On 11 January 2012 18:06, jsnark <s...@monmouth.com> wrote:
>
>
> On Jan 11, 11:55 am, Colin Law <clan...@googlemail.com> 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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to