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
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-2
/
+2
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Ensure `false` is preserved in attr serialization
Nick Rivadeneira
2017-06-22
1
-0
/
+8
|
/
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-2
/
+2
*
Restore `fixtures :author_addresses`
Ryuta Kamizono
2017-04-27
1
-1
/
+1
*
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
1
-1
/
+1
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
1
-1
/
+1
*
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
1
-1
/
+1
*
Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...
Rafael França
2017-01-03
1
-1
/
+1
|
\
|
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
1
-1
/
+1
*
|
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
|
/
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-7
/
+7
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-3
/
+3
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-9
/
+9
*
Make Active Record emit significantly smaller YAML
Sean Griffin
2016-05-31
1
-0
/
+10
*
Add YAML compatibility for objects from Rails 4.2
Sean Griffin
2015-03-10
1
-26
/
+18
*
Attempt to provide backwards compatible YAML deserialization
Sean Griffin
2015-03-10
1
-0
/
+43
*
Implement required #encode_with
Gustavo Beathyate
2014-07-15
1
-0
/
+1
*
Keep the types of virtual columns after yaml serialization
Sean Griffin
2014-06-10
1
-1
/
+14
*
New records should remain new after yaml serialization
Sean Griffin
2014-06-01
1
-0
/
+17
*
Don't change values in `@raw_attributes` during serialization
Sean Griffin
2014-06-01
1
-7
/
+12
*
Add test for ActiveRecord::Relation YAML serialization, for #5303 issue
Ivan Antropov
2013-11-03
1
-0
/
+4
*
prevent global timezone state from leaking out of test cases.
Yves Senn
2013-10-25
1
-10
/
+4
*
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