Skip to content

alpinegizmo/xml_serialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

extensions to builder and activesupport for XML serialization of additional object types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages