Hello all, 

I'm trying to implement capistrano to deploy from my workstation to another 
server. I followed the instructions from 
2.x-From-The-Beginning<https://github.com/capistrano/capistrano/wiki/2.x-From-The-Beginning>,
 
and I configured my apache server according to this serverfault 
answer<http://serverfault.com/a/65416/116448>
.

However, when I use capistrano to transport it to the other server, the 
rails app doesn't seems to find methods containen in gems, like paginate 
from will_paginate. If I remove the references to that gem, then rails will 
complain about not finding some other method of another gem, like the ones 
from blueprint-rails.

I'm guessing that it could be some problem with the config of my 
environment, or maybe in my capistrano config, but right now I'm out of 
ideas, and don't know what else to check. Any ideas?

Some info that might help:

Ruby:

$ rvm list

rvm rubies

   ruby-1.9.2-p290 [ i686 ]
=* ruby-1.9.3-p194 [ i686 ]

Capistrano:
$ cap --version
Capistrano v2.12.0

My deploy.rb
http://pastie.org/3951922

My Capfile
http://pastie.org/3951928

Thanks! any suggestions will be appreciated


-- 
* 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