Hey guys, are you using capistrano-bundler gem? I suppose yes. You can check it's default settings on the project's webpage here<https://github.com/capistrano/bundler#usage> . Essentially, with it, gems are installed to the shared/bundle path, as you can read here<https://github.com/capistrano/bundler/blob/master/lib/capistrano/tasks/bundler.cap#L3-4> .
Aside from that, there's been much written in the posts above.. but can you please say what are you trying to accomplish and is not working? On Thursday, May 1, 2014 6:18:16 PM UTC+2, Dan Auerbach wrote: > > John, > > I am hitting the behavior with ruby 2.0.0p247. I fell like I am missing > something about how this is working, but can't figure it out. > > Any help or insights greatly appreciated. > > thx, > dan > > > On Friday, April 4, 2014 2:59:50 AM UTC-7, John wrote: >> >> PS 2: >> >> This is strange: >> >> When Capistrano (at the beginning of the deployment) runs >> >> /usr/local/rvm/bin/rvm current >> >> ...it logs... >> >> ruby-2.1.1@rails410rc2 >> >> But when I do (after the deployment)... >> >> $ ls /home/deploy/shared/bundle/ruby >> >> ...it returns: >> >> 2.1.0 (where it should be '2.1.1', right?) >> >> I then deleted the directory '2.1.0' and re-deployed - same result: All >> gems are in this (newly re-created) folder, but only a few basic ones (not >> the content of the Gemfile) are inside /usr/local/rvm/gems/ruby-2.1.1/gems >> > -- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/b99ac626-df22-4fb9-9cfb-ab0f3e39a21a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
