Jodi Showers
unread,Mar 30, 2012, 2:56:37 PM3/30/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby-b...@googlegroups.com
Greetings,
When I deploy through capistrano, bundler is building gems in the wrong folder:
/var/www/apps/homestars/shared/bundle/ruby/1.9.1/
but I'm deploying 1.9.3 (1.9.1 isn't even installed - was a long time ago, but removed). Only 1.9.2 and 1.9.3 are installed through rvm, and the system is using 1.8.7.
I'm encountering a crash, and it traces back to the logger.rb gem in the 1.9.1 shared bundle dir. My gut is saying this gem is miscompiled - and the 1.9.1 dir name just feels wrong.
.rvmrc references only 1.9.3-p125
capistrano notes:
set :rvm_type, :user
set :rvm_ruby_string, "1.9.3-p125"
The capistrano deploy log shows only this ruby
cap shell only references 1.9.3, with no references to other folders for other rubies
I know this could be a capistrano or rvm issue, but hard to know where to start.
I'd appreciate any thoughts - not sure where to start debugging.
Jodi