aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/xml_serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Support for non heterogeneous arrays when serializing to xml. Unless guessabl...Tobias Lütke2007-07-091-2/+17
* Make [7169] work as expected with indented XML. Tobias Lütke2007-07-091-2/+3
* Include empty has_many/has_and_belongs_to_many associations as empty array ta...Tobias Lütke2007-07-091-0/+8
* Don't call unsupported methods on associated objects when using :include, :me...Michael Koziarski2007-06-301-2/+14
* Add the type="array" moniker to has_many / has_and_belongs_to_many associatio...Tobias Lütke2007-06-271-1/+1
* 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