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
/
activemodel
/
test
/
cases
/
serialization_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #28270 from mmangino/dont_ignore_seralization_options
Ryuta Kamizono
2018-02-27
1
-0
/
+7
|
\
|
*
Fix style
Mike Mangino
2017-03-03
1
-1
/
+1
|
*
Don't accidentally lose includes in serialization
Mike Mangino
2017-03-03
1
-3
/
+9
*
|
Use frozen string literal in activemodel/
Kir Shatrov
2017-07-16
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 more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-32
/
+32
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-34
/
+34
*
applies new string literal convention in activemodel/test
Xavier Noria
2016-08-06
1
-18
/
+18
*
ensure `method_missing` called for non-existing methods passed to
Jay Elaraj
2015-04-28
1
-9
/
+16
*
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
1
-17
/
+17
*
Use respond_to?(:to_ary) rather than is_a?(Enumerable) to detect collection-t...
Jon Leighton
2012-05-11
1
-0
/
+18
*
Make sure serializable hash with :include always returns string keys
Carlos Antonio da Silva
2012-03-09
1
-13
/
+13
*
Make sure serializable hash with :methods option returns always string keys
Carlos Antonio da Silva
2012-02-13
1
-3
/
+3
*
Cleanup extra spaces
Carlos Antonio da Silva
2012-02-13
1
-45
/
+44
*
Revert "Implement ArraySerializer and move old serialization API to a new nam...
José Valim
2011-11-30
1
-0
/
+151
*
Implement ArraySerializer and move old serialization API to a new namespace.
José Valim
2011-11-23
1
-151
/
+0
*
Fixed serialization issues with multiple includes with options
zhengjia
2011-10-11
1
-0
/
+8
*
Provide read_attribute_for_serialization as the API to serialize attributes.
José Valim
2011-09-30
1
-3
/
+3
*
Make serializable_hash take attr values directly from attributes hash.
Jon Leighton
2011-09-26
1
-0
/
+9
*
added more tests for only-include and except-include options in serialization
Anand
2011-08-23
1
-1
/
+14
*
ActiveModel support for the :include serialization option
John Firebaugh
2011-07-17
1
-6
/
+67
*
Add a test
John Firebaugh
2011-07-17
1
-0
/
+5
*
serializable_hash(:only => [], :methods => [:foo]) should work
John Firebaugh
2011-07-17
1
-0
/
+10
*
adding new test for ActiveModel::Serialization
Neeraj Singh
2010-08-31
1
-0
/
+45