Displaying 1 result from an estimated 1 matches for "_ensure_no_block".
2010 May 17
0
ActiveResource 3 on MRI 191: NameError (uninitialized constant Builder::XmlBase::Symbol)
...lly placed require or include did the trick but I''m probably
misremembering.
The offending code in Builder is xmlbase:40:
sym = "#{sym}:#{args.shift}" if args.first.kind_of?(Symbol)
Why that method_missing is firing off xmlmarkup:239 is a bit of a
mystery to me, as 239 is just:
_ensure_no_block block_given?
the backtrace:
builder (2.1.2) lib/builder/xmlbase.rb:40:in `method_missing''
builder (2.1.2) lib/builder/xmlmarkup.rb:239:in `instruct!''
relock/gems/activesupport-3.0.0.beta3/lib/active_support/core_ext/hash/
conversions.rb:136:in `to_xml''
[...]
Any sugge...