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
/
serialized_attribute_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-2
/
+2
*
Change refute to assert_not
Daniel Colson
2018-01-25
1
-1
/
+1
*
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
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Add a Monitor to ModelSchema#load_schema
Matthew Draper
2017-05-25
1
-0
/
+28
*
Indicate action that failed in YamlColumn
Kir Shatrov
2017-02-05
1
-1
/
+1
*
Report the attribute on ActiveRecord::SerializationTypeMismatch
Kir Shatrov
2017-01-29
1
-0
/
+14
*
assert_equal takes expectation first
Akira Matsuda
2016-12-26
1
-3
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Revert "Made ActiveRecord consistently use ActiveRecord::Type (not"
Sean Griffin
2016-10-23
1
-2
/
+2
*
Made ActiveRecord consistently use ActiveRecord::Type (not
Iain Beeston
2016-10-03
1
-2
/
+2
*
Do not handle as an associated predicate if a table has the column
Ryuta Kamizono
2016-08-16
1
-0
/
+7
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-9
/
+9
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-17
/
+17
*
Fix false positive mutation detection when JSON is used with serialize
Sean Griffin
2016-05-12
1
-0
/
+33
*
Add a test to ensure `serialize` persists `nil` as `NULL`
Sean Griffin
2015-06-12
1
-0
/
+8
*
Add a missing test case for the persistence behavior of `serialize`
Sean Griffin
2015-06-11
1
-0
/
+13
*
Make sure to persist a newly-nil serialized value
Matthew Draper
2015-03-23
1
-0
/
+10
*
Remove deprecated `serialized_attributes`
Rafael Mendonça França
2015-01-04
1
-6
/
+0
*
Provide a better error message for unsupported classes in `serialize`
Sean Griffin
2014-12-27
1
-0
/
+6
*
Don't treat `nil` as changed in serialized types
Sean Griffin
2014-12-23
1
-0
/
+8
*
`update_column` take ruby-land input, not database-land input
Sean Griffin
2014-12-16
1
-2
/
+4
*
Fixed test throwing unused variable warning
Vipul A M
2014-10-19
1
-1
/
+1
*
test, better describe `SerializationTypeMismatch` behavior. refs #14716.
Yves Senn
2014-10-16
1
-2
/
+1
*
AR#reset_column_information sometimes queries via table_exists?
Akira Matsuda
2014-08-31
1
-1
/
+1
*
Document the change in `nil` handling for serialized attributes
Godfrey Chan
2014-07-15
1
-9
/
+12
*
Fixed SQL syntax for postgresql
Godfrey Chan
2014-07-15
1
-1
/
+1
*
Merge pull request #16162 from chancancode/fix_json_coder
Godfrey Chan
2014-07-15
1
-0
/
+18
*
Revert "Revert "Merge pull request #16059 from jenncoop/json-serialized-attr""
Godfrey Chan
2014-07-15
1
-1
/
+15
*
Revert "Merge pull request #16059 from jenncoop/json-serialized-attr"
Godfrey Chan
2014-07-05
1
-15
/
+1
*
Merge pull request #16059 from jenncoop/json-serialized-attr
Godfrey Chan
2014-07-05
1
-1
/
+15
*
Deprecate `serialized_attributes` without replacement
Sean Griffin
2014-06-14
1
-2
/
+4
*
Introduce an Attribute object to handle the type casting dance
Sean Griffin
2014-06-13
1
-6
/
+0
*
Don't query the database schema when calling `serialize`
Sean Griffin
2014-06-07
1
-0
/
+7
*
Bring type casting behavior of hstore/json in line with serialized
Sean Griffin
2014-06-04
1
-1
/
+1
*
Remove most code related to serialized properties
Sean Griffin
2014-06-01
1
-4
/
+7
*
Update some bad test cases for serialized columns
Sean Griffin
2014-05-30
1
-53
/
+17
*
Refactor serialized types to be partially defined as custom properties
Sean Griffin
2014-05-29
1
-10
/
+0
*
Fix serialized field returning serialized data after update_column
Simon Eskildsen
2014-04-05
1
-0
/
+16
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-2
/
+1
*
prevent global timezone state from leaking out of test cases.
Yves Senn
2013-10-25
1
-8
/
+7
*
Remove unnecessary loop
Vipul A M
2013-09-13
1
-5
/
+2
*
Perf: avoid dupes add fallback logic for coders
Sam
2013-09-11
1
-1
/
+1
*
Remove instance level serialized_attributes setting was deprecated.
kennyj
2013-06-02
1
-6
/
+0
*
Fix typo in serialized_attribute_test. [ci skip]
Max Edmands
2013-04-28
1
-1
/
+1
*
Added testcase for #10067 and a CHANGELOG entry about this change.
kennyj
2013-04-25
1
-0
/
+14
*
test case for `serialize` default values.
Yves Senn
2013-03-07
1
-0
/
+7
*
Serialized attribute can be serialized in an integer column
Rafael Mendonça França
2012-12-21
1
-1
/
+10
*
Fix decorating columns for serialized attributes
itzki
2012-12-10
1
-0
/
+13
[next]