aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/xml_serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_match instead of String#include? so we can get helpful error messa...Michael Koziarski2007-05-061-1/+3
* Change Base#to_xml to take the name for a container element for an associatio...Michael Koziarski2007-05-031-1/+8
* 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