aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/xml_serialization.rb
Commit message (Expand)AuthorAgeFilesLines
* Support for non heterogeneous arrays when serializing to xml. Unless guessabl...Tobias Lütke2007-07-091-1/+11
* Make [7169] work as expected with indented XML. Tobias Lütke2007-07-091-2/+6
* Include empty has_many/has_and_belongs_to_many associations as empty array ta...Tobias Lütke2007-07-091-7/+4
* Don't call unsupported methods on associated objects when using :include, :me...Michael Koziarski2007-06-301-2/+4
* Add the type="array" moniker to has_many / has_and_belongs_to_many associatio...Tobias Lütke2007-06-271-1/+1
* Change Base#to_xml to take the name for a container element for an associatio...Michael Koziarski2007-05-031-2/+2
* Added yielding of Builder instance for ActiveRecord::Base#to_xml calls [DHH]David Heinemeier Hansson2007-04-131-2/+21
* Hash#to_xml supports YAML attributes; ActiveRecord::Base#to_xml support seria...Jeremy Kemper2007-03-181-1/+1
* 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