index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
yaml_serialization_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
No need to require psych since require yaml does that.
Rafael Mendonça França
2012-01-04
1
-1
/
+0
*
No need to use rescue block to require psych
Rafael Mendonça França
2012-01-04
1
-18
/
+14
*
stop test resetting global state
Jon Leighton
2011-12-23
1
-0
/
+6
*
Add hackery to make Syck use encode_with/init_with. Fixes 1.8 after recent ch...
Jon Leighton
2011-12-01
1
-0
/
+5
*
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
*
adding an `encode_with` method for Psych dump/load methods
Aaron Patterson
2011-01-05
1
-0
/
+7
*
make sure new objects can round trip
Aaron Patterson
2011-01-05
1
-0
/
+6
*
make sure that Psych can roundtrip an AR object
Aaron Patterson
2011-01-05
1
-0
/
+13
*
adding a test for YAML round trip
Aaron Patterson
2010-12-02
1
-0
/
+9
*
Added #to_i to DateTime in ActiveSupport so #to_yaml works correctly on Activ...
Serguei Filimonov
2009-12-15
1
-0
/
+11