| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix AR tests due to builder change with nil values / empty strings | Carlos Antonio da Silva | 2012-09-07 | 1 | -6/+6 |
* | Remove ActiveRecord::Base.to_a | Jon Leighton | 2012-08-03 | 1 | -1/+1 |
* | ActiveRecord::Base.all returns a Relation. | Jon Leighton | 2012-07-27 | 1 | -1/+1 |
* | Fix serializable_hash with xml generation and default :except option | Carlos Antonio da Silva | 2012-06-22 | 1 | -0/+15 |
* | Add some coverage for AR serialization with serializable_hash | Carlos Antonio da Silva | 2012-06-22 | 1 | -9/+49 |
* | changed xml type datetime to dateTime, fixes #6328 | Angelo capilleri | 2012-05-23 | 1 | -7/+7 |
* | Move to_xml tests to xml_serialization_test.rb | John Firebaugh | 2011-07-17 | 1 | -1/+133 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | Methods that return nil should not be considered YAML | Joshua Wehner | 2011-05-10 | 1 | -4/+1 |
* | Provide test for #4840: to_xml doesn't work in such case: Event.select('title... | Franck Verrot | 2010-12-15 | 1 | -0/+6 |
* | Take into account current time zone when serializing datetime values [#6096 s... | Mike Dvorkin | 2010-12-09 | 1 | -0/+21 |
* | removing unused models from tests | Subba Rao Pasupuleti | 2010-07-21 | 1 | -1/+0 |
* | test cases for record.to_xml [#458 state:resolved] | Neeraj Singh | 2010-04-30 | 1 | -0/+8 |
* | Move several configuration values from Hash to ActiveSupport::XmlMini, which ... | José Valim | 2010-04-29 | 1 | -2/+2 |
* | Missing require added | Santiago Pastorino | 2010-04-18 | 1 | -0/+1 |
* | working around syck defects by optionally matching a space [#4426 state:resol... | Aaron Patterson | 2010-04-17 | 1 | -1/+1 |
* | Made arrays of ActiveRecords, and any classes, with namespaces convert to val... | mfoster | 2010-04-10 | 1 | -1/+11 |
* | Patch to ActiveModel's (and ActiveRecord, by association) XML serialization: ... | John Maxwell | 2009-07-22 | 1 | -0/+6 |
* | Ensure ActiveRecord#to_xml respects :skip_types for included associations [#1... | Bruce Krysiak | 2009-03-10 | 1 | -1/+12 |
* | Added a :camelize option to ActiveRecord and Hash to_xml serialization and fr... | Bruce Krysiak | 2008-12-10 | 1 | -0/+7 |
* | Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails | Jeremy Kemper | 2008-01-21 | 1 | -5/+5 |
* | Fix paths | Jeremy Kemper | 2008-01-18 | 1 | -6/+6 |
* | Move tests to cases | Jeremy Kemper | 2008-01-18 | 1 | -0/+202 |