aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/test_xml_mini.rb
Commit message (Collapse)AuthorAgeFilesLines
* XmlMini.rename_key emits valid xml with dasherizeBernerd Schaefer2010-07-261-0/+49
This resolves issues for libraries which use '_' prefixed keys in their attributes hash, such as Mongoid. A key like "_id" or "_type" will no longer be converted to "<-id>" and "<-type>". Signed-off-by: wycats <wycats@gmail.com>