aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/xml_serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* removing unused models from testsSubba Rao Pasupuleti2010-07-211-1/+0
* test cases for record.to_xml [#458 state:resolved]Neeraj Singh2010-04-301-0/+8
* Move several configuration values from Hash to ActiveSupport::XmlMini, which ...José Valim2010-04-291-2/+2
* Missing require addedSantiago Pastorino2010-04-181-0/+1
* working around syck defects by optionally matching a space [#4426 state:resol...Aaron Patterson2010-04-171-1/+1
* Made arrays of ActiveRecords, and any classes, with namespaces convert to val...mfoster2010-04-101-1/+11
* Patch to ActiveModel's (and ActiveRecord, by association) XML serialization: ...John Maxwell2009-07-221-0/+6
* Ensure ActiveRecord#to_xml respects :skip_types for included associations [#1...Bruce Krysiak2009-03-101-1/+12
* Added a :camelize option to ActiveRecord and Hash to_xml serialization and fr...Bruce Krysiak2008-12-101-0/+7
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-5/+5
* Fix pathsJeremy Kemper2008-01-181-6/+6
* Move tests to casesJeremy Kemper2008-01-181-0/+202