aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/xml_serialization.rb
Commit message (Expand)AuthorAgeFilesLines
* 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