Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Just tried to update factory_girl and got tons of errors from Yard:

    Updating installed gems
Updating factory_girl
Fetching: factory_girl-4.0.0.gem (100%)
Successfully installed factory_girl-4.0.0
Gems updated: factory_girl
Installing ri documentation for factory_girl-4.0.0...
Building YARD (yri) index for factory_girl-4.0.0...
[error]: Unhandled exception in YARD::Handlers::Ruby::CommentHandler:
[error]:   in `lib/factory_girl/syntax/methods.rb`:33:

    33: 

[error]: NoMethodError: undefined method `gsub' for :name:Symbol
[error]: Stack trace:
    /Users/Gingitsune/.rvm/gems/ruby-1.9.3-rc1/gems/yard-0.8.2.1/lib/yard/docstring_parser.rb:279:in `block (2 levels) in <class:DocstringParser>'
    /Users/Gingitsune/.rvm/gems/ruby-1.9.3-rc1/gems/yard-0.8.2.1/lib/yard/docstring_parser.rb:279:in `map'
    /Users/Gingitsune/.rvm/gems/ruby-1.9.3-rc1/gems/yard-0.8.2.1/lib/yard/docstring_parser.rb:279:in `block in <class:DocstringParser>'
    /Users/Gingitsune/.rvm/gems/ruby-1.9.3-rc1/gems/yard-0.8.2.1/lib/yard/docstring_parser.rb:248:in `call'
    /Users/Gingitsune/.rvm/gems/ruby-1.9.3-rc1/gems/yard-0.8.2.1/lib/yard/docstring_parser.rb:248:in `block in call_after_parse_callbacks'
    /Users/Gingitsune/.rvm/gems/ruby-1.9.3-rc1/gems/yard-0.8.2.1/lib/yard/docstring_parser.rb:247:in `each'

[error]: Unhandled exception in YARD::Handlers::Ruby::CommentHandler:
[error]:   in `lib/factory_girl/syntax/methods.rb`:39:

    39: 

[error]: NoMethodError: undefined method `gsub' for :name:Symbol
[error]: Stack trace:
    /Users/Gingitsune/.rvm/gems/ruby-1.9.3-rc1/gems/yard-0.8.2.1/lib/yard/docstring_parser.rb:279:in `block (2 levels) in <class:DocstringParser>'
    /Users/Gingitsune/.rvm/gems/ruby-1.9.3-rc1/gems/yard-0.8.2.1/lib/yard/docstring_parser.rb:279:in `map'
    /Users/Gingitsune/.rvm/gems/ruby-1.9.3-rc1/gems/yard-0.8.2.1/lib/yard/docstring_parser.rb:279:in `block in <class:DocstringParser>'
    /Users/Gingitsune/.rvm/gems/ruby-1.9.3-rc1/gems/yard-0.8.2.1/lib/yard/docstring_parser.rb:248:in `call'
    /Users/Gingitsune/.rvm/gems/ruby-1.9.3-rc1/gems/yard-0.8.2.1/lib/yard/docstring_parser.rb:248:in `block in call_after_parse_callbacks'
    /Users/Gingitsune/.rvm/gems/ruby-1.9.3-rc1/gems/yard-0.8.2.1/lib/yard/docstring_parser.rb:247:in `each'

Anyone else experience this or hear of the fix? I'm on ruby 1.9.3dev (2011-09-23 revision 33323) [x86_64-darwin11.2.0]

share|improve this question
I have same problems with factory_girl as well as some other gems. I don't have a solution at the moment. – Lenart Nov 15 '12 at 20:04

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.