Re: IronRuby + Rails + format.xml

Have you defined a to_xml builder method on the object? Also, you may
need to call to_xml in the format.xml block. I can’t remember if the
rails processes for format.xml call to_xml in the render, or just pass
it to the view.