aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/test_xml_mini.rb
Commit message (Collapse)AuthorAgeFilesLines
* added tests for XmlMini#to_tag.Nick Sutterer2011-01-061-42/+81
|
* add more tests surrounding camlize in xmlmini, refactor rename_key()Aaron Patterson2010-11-031-0/+12
|
* Allowing to_xml :camelize option to be set to :lower to enable ↵Jeremy Holland2010-11-031-2/+2
| | | | lower-camelcase tags [#5903 state:resolved]
* 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>