aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/xml_serialization.rb
Commit message (Expand)AuthorAgeFilesLines
* Use class name as XML_TYPE_NAMES key.Jeremy Kemper2006-09-291-2/+2
* Duplicate the hash provided to AR::Base#to_xml to prevent unexpected side eff...Michael Koziarski2006-09-241-1/+1
* Add a :namespace option to AR::Base#to_xml [Koz]Michael Koziarski2006-09-171-2/+7
* to_xml: the :methods option works on arrays of records. Closes #5845.Jeremy Kemper2006-09-021-1/+1
* Fix spurious newlines and spaces in AR::Base#to_xml outputJamis Buck2006-08-301-14/+6
* to_xml: correct naming of included associations. Closes #5831.Jeremy Kemper2006-08-201-1/+1
* Fixed to_xml with :include misbehaviors when invoked on array of model instan...David Heinemeier Hansson2006-08-031-0/+2
* Refactored ActiveRecord::Base.to_xml to become a delegate for XmlSerializer, ...David Heinemeier Hansson2006-06-041-0/+309