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
*
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