I am creating a rails3 project, and now comes the time to deploy it to
our server. It is the first time i am using Capistrano,
but we have an example application in rails 2.3.8 of which i copied
the capistrano scripts (Capfile and deploy.rb and some recipes).

If i type

    cap -T

I get two weird errors: in our bundler recipe, i get the error:


/home/nva/.rvm/gems/ree-1.8.7-2010.02/gems/capistrano-2.5.19/lib/
capistrano/configuration/variables.rb:122:in `method_missing':
undefined method `depend' for #<Capistrano::Configuration:0xa86f790>
(NoMethodError)

If comment out the code, i get the next error:


/home/nva/.rvm/gems/ree-1.8.7-2010.02/gems/capistrano-2.5.19/lib/
capistrano/configuration/variables.rb:122:in `method_missing':
undefined local variable or method `shared_path' for
#<Capistrano::Configuration:0x9e4e6d0> (NameError)

But it seems that [depend] and [shared_path] are just elementary to
capistrano, so it seems i am missing something obvious.
I am using ruby 1.8.7. ree and capistrano v2.5.19.

Any insights?

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