Hello all, I'm trying to use Capistrano to deploy a Rails application to a server I share with some friends. The global version of Rails is old, and I want to use a newer version with my deployment. Thus, I installed Rails 2.2.2 for my user only (~/.gems/gems/rails-2.2.2). However, it looks like the spawner script I'm calling in script/spin is looking for Rails 2.2.2 in the global gems location. I've set the user variable in the config/deploy.rb file, but this doesn't seem to help. Can anyone tell me how I can configure Capistrano to use user-specific gems?
-- Thanks! Bryan --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
