happymapper
happymapper copied to clipboard
Object to XML mapping library, using Nokogiri (Fork from John Nunemaker's Happymapper)
As a fallback that allows for other gems defining them, only define Boolean and XmlContent if they're not already defined. Currently unhappymapper and the boolean gem are incompatible, because unhappymapper...
The owner of nokogiri-happymapper has returned and granted me access to the repository and the ability to push gems. I would like, if no one has a problem with it,...
If I change the xpath_spec.rb to this: ``` ruby class TestBaby include HappyMapper tag 'baby' has_one :name, String end class Item include HappyMapper tag 'item' namespace 'amazing' element :title, String...
You are using Nokogiri builder to create the XML output, which as you know, uses a Hash to pass in attribute key/value pairs when adding a new element. I am...
Provide support for elements with value of CDATA!