alpinegizmo-xml_serialization

Extends the XML serialization support in activesupport to allow for arrays containing strings, symbols, and integers.


License
MIT
Install
gem install alpinegizmo-xml_serialization -v 0.1.0

Documentation

What is this?

ActiveSupport provides a to_xml method that produces appealing XML for ActiveRecord objects and arrays and hashes containing ActiveRecord objects. The xml_serialization gem extends that XML serialization support to allow for arrays and hashes containing strings, symbols, and integers.

The xslt_render plugin for rails depends on this gem.

For more information, see Rails on XML, part 7.

Installation

If you haven't already done so:

gem sources -a http://gems.github.com

And then:

sudo gem install alpinegizmo-xml_serialization

Authors

This code was originally written by Larry Baltz and David Anderson of FolkLogic for Mirai España.

Copyright (c) 2008 Mirai España, S.L., (c) 2009 FolkLogic SARL. See MIT-LICENSE for details.