Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added tests for XmlMini#to_tag. | Nick Sutterer | 2011-01-06 | 1 | -42/+81 |
| | |||||
* | add more tests surrounding camlize in xmlmini, refactor rename_key() | Aaron Patterson | 2010-11-03 | 1 | -0/+12 |
| | |||||
* | Allowing to_xml :camelize option to be set to :lower to enable ↵ | Jeremy Holland | 2010-11-03 | 1 | -2/+2 |
| | | | | lower-camelcase tags [#5903 state:resolved] | ||||
* | XmlMini.rename_key emits valid xml with dasherize | Bernerd Schaefer | 2010-07-26 | 1 | -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> |