`method_missing_with_variables' undefined method `_cset'
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 8.9k
- Forks
- 715
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I have added cap file in my project directory and when i do cap deploy i am getting the following error. I tried the solutions from other threads .. nothing seems to have worked.
/Users/ViswaMani/.rvm/gems/ruby-2.1.0@futura/gems/capistrano-2.15.5/lib/capistrano/configuration/variables.rb:122:in method_missing_with_variables': undefined method_cset' for #Capistrano::Configuration:0x007fac92b6f7d8 (NoMethodError)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing cap deploy with Ruby 2.1.0, Capistrano 2.15.5, and the reported cap file. Inspect capistrano/configuration/variables.rb around line 122 and compare the _cset call path with the Whenever configuration. Done means the reported method_missing_with_variables error no longer occurs during deployment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100