Project
Ruby
Priority
Major
Type
Bug
Fix versions
RubyMine after 4.0
State
Open
Assignee
Oleg Shpynov
Subsystem
Rails. Code Insight
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Anna Bulenkova
    2 years ago (23 Apr 2009 18:41)
  • Updated by   Dmitry Jemerov
    6 months ago (04 Aug 2011 20:19)
  • Jira: RUBY-3810
    (history, comments)
 
RUBY-3810 Resolve to Object methods instead of Builder::XmlBase.method_missing
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
something.rxml
xml.instruct! :xml, :version=>"1.0", :encoding=>"UTF-8"
xml.feed "xml:lang" => "en", "xmlns" => "http://www.w3.org/2005/Atom" do
  xml.title feed_title, :type => "html"  #<----resolved to Builder::XmlBase.method_missing as it should be
  xml.id feed_id  #<----resolved to Object.id
end
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments