Hi, not sure how to get my recipe working. Using basically a vanilla recipe 
from capify with some RVM and Git info added:

  $:.unshift(File.expand_path('./lib', ENV['rvm_path']))
  require "rvm/capistrano"  
  set :rvm_ruby_string, 'ruby-1.9.3-p0@myapp'

 Seems to work fine but fails on
[server] rvm_path=/usr/local/rvm /usr/local/rvm/bin/rvm-shell 
'ruby-1.9.3-p0@oscar' -c 'cd /web/rails/oscar/releases/20120225235724 && 
rake RAILS_ENV=production RAILS_GROUPS=assets assets:precompile'
with: Could not find *some_gem* in any of the sources. So I go to the 
server gem install *some_gem* and try again, only to be missing another 
gem. I'd do the bundle:install manually, BUT, there's no code on the 
server, yet, as the transaction fails and it all gets removed (at least I 
think that's what's happening cuz it's not there). So wondering how to get 
my recipe to 'bundle install' (or equivalent) before 

Anyway, I'm sure that I'm approaching this wrong. Hoping someone can set me 
straight. I have a different cap recipe deploying another application fine 
to an older server...just having trouble getting things working on newer 
equipment. 

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" 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/capistrano?hl=en

Reply via email to