No commit activity in last 3 years
No release in over 3 years
Extends the XML serialization support in activesupport to allow for arrays containing strings, symbols, and integers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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.