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