aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/xml_serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move to_xml tests to xml_serialization_test.rbJohn Firebaugh2011-07-171-1/+133
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Methods that return nil should not be considered YAMLJoshua Wehner2011-05-101-4/+1
* Provide test for #4840: to_xml doesn't work in such case: Event.select('title...Franck Verrot2010-12-151-0/+6
* Take into account current time zone when serializing datetime values [#6096 s...Mike Dvorkin2010-12-091-0/+21
* removing unused models from testsSubba Rao Pasupuleti2010-07-211-1/+0
* test cases for record.to_xml [#458 state:resolved]Neeraj Singh2010-04-301-0/+8
* Move several configuration values from Hash to ActiveSupport::XmlMini, which ...José Valim2010-04-291-2/+2
* Missing require addedSantiago Pastorino2010-04-181-0/+1
* working around syck defects by optionally matching a space [#4426 state:resol...Aaron Patterson2010-04-171-1/+1
* Made arrays of ActiveRecords, and any classes, with namespaces convert to val...mfoster2010-04-101-1/+11
* Patch to ActiveModel's (and ActiveRecord, by association) XML serialization: ...John Maxwell2009-07-221-0/+6
* Ensure ActiveRecord#to_xml respects :skip_types for included associations [#1...Bruce Krysiak2009-03-101-1/+12
* Added a :camelize option to ActiveRecord and Hash to_xml serialization and fr...Bruce Krysiak2008-12-101-0/+7
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-5/+5
* Fix pathsJeremy Kemper2008-01-181-6/+6
* Move tests to casesJeremy Kemper2008-01-181-0/+202