aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/yaml_serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* No need to require psych since require yaml does that.Rafael Mendonça França2012-01-041-1/+0
* No need to use rescue block to require psychRafael Mendonça França2012-01-041-18/+14
* stop test resetting global stateJon Leighton2011-12-231-0/+6
* Add hackery to make Syck use encode_with/init_with. Fixes 1.8 after recent ch...Jon Leighton2011-12-011-0/+5
* 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
* adding an `encode_with` method for Psych dump/load methodsAaron Patterson2011-01-051-0/+7
* make sure new objects can round tripAaron Patterson2011-01-051-0/+6
* make sure that Psych can roundtrip an AR objectAaron Patterson2011-01-051-0/+13
* adding a test for YAML round tripAaron Patterson2010-12-021-0/+9
* Added #to_i to DateTime in ActiveSupport so #to_yaml works correctly on Activ...Serguei Filimonov2009-12-151-0/+11