aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/serializeration/xml_serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename test directory to match code directoryJohn Firebaugh2011-04-061-131/+0
* psych does not emit a space after the tagAaron Patterson2011-01-211-1/+1
* Allowing to_xml :camelize option to be set to :lower to enable lower-camelcas...Jeremy Holland2010-11-031-0/+7
* Fix xml serialization test [#4650 state:resolved]Anil Wadghule2010-05-191-2/+5
* Use better assertion methods for testingNeeraj Singh2010-05-191-1/+1
* Make ActiveResource serialize XML correctly when element_name is set.Santiago Pastorino2010-05-121-2/+2
* test cases for record.to_xml [#458 state:resolved]Neeraj Singh2010-04-301-0/+8
* array.to_xml should be able to handle all types of data elements [#4490 state...Neeraj Singh2010-04-291-2/+5
* Fix warnings in AMoJoshua Peek2009-09-051-1/+1
* Fix failing AMo isolated testsJoshua Peek2009-09-051-0/+2
* Dasherize XML root by default to avoid invalid tags "<admin/posts>...</admin/...Joshua Peek2009-07-221-0/+11
* Patch to ActiveModel's (and ActiveRecord, by association) XML serialization: ...John Maxwell2009-07-221-0/+12
* Kill AMo ivar attributes helperJoshua Peek2009-07-201-0/+4
* Initial extraction of AMo xml serializerJoshua Peek2009-07-031-0/+81