aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/xml_serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Added yielding of Builder instance for ActiveRecord::Base#to_xml calls [DHH]David Heinemeier Hansson2007-04-131-0/+8
* Hash#to_xml supports YAML attributes; ActiveRecord::Base#to_xml support seria...Jeremy Kemper2007-03-181-6/+17
* Duplicate the hash provided to AR::Base#to_xml to prevent unexpected side eff...Michael Koziarski2006-09-241-0/+15
* Add a :namespace option to AR::Base#to_xml [Koz]Michael Koziarski2006-09-171-1/+7
* Add some XmlSerialization tests for ActiveRecord [Rick Olson]Rick Olson2006-09-011-0/+104