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
/
serializers
/
xml_serialization_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move model definition to test/models for test order indenendency
Akira Matsuda
2014-08-28
1
-12
/
+0
*
Fix warning for overshadowing XML variable
Musannif Zahir
2014-03-28
1
-2
/
+2
*
Completely remove potential global state leaks in ActiveModel tests.
Zuhao Wan
2014-03-11
1
-33
/
+33
*
remove unused instance variable
Rajarshi Das
2013-08-23
1
-2
/
+1
*
Remove redundant escapes from xml serialization test
Vipul A M
2013-07-01
1
-6
/
+6
*
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
1
-27
/
+27
*
Removed unused setup
Anupam Choudhury
2013-04-09
1
-4
/
+0
*
chmod -x from non-script files
Akira Matsuda
2012-12-24
1
-0
/
+0
*
Specify type of singular association during serialization
Steve Klabnik
2012-11-28
1
-2
/
+10
*
AM::Serializers::Xml depends on AM::Naming
Francesco Rodriguez
2012-10-26
1
-2
/
+0
*
Update Active Model xml serialization test to reflect a change in builder
Carlos Antonio da Silva
2012-09-07
1
-1
/
+1
*
Following the false issue reporting I did here : https://github.com/rails/rai...
Anthony
2012-08-13
1
-1
/
+37
*
Add some coverage for AR serialization with serializable_hash
Carlos Antonio da Silva
2012-06-22
1
-1
/
+1
*
changed xml type datetime to dateTime, fixes #6328
Angelo capilleri
2012-05-23
1
-1
/
+1
*
Use respond_to?(:to_ary) rather than is_a?(Enumerable) to detect collection-t...
Jon Leighton
2012-05-11
1
-0
/
+17
*
Revert "Implement ArraySerializer and move old serialization API to a new nam...
José Valim
2011-11-30
1
-0
/
+208
*
Implement ArraySerializer and move old serialization API to a new namespace.
José Valim
2011-11-23
1
-206
/
+0
*
to_xml should also rely on serializable hash.
José Valim
2011-09-18
1
-0
/
+17
*
ActiveModel support for the :include serialization option
John Firebaugh
2011-07-17
1
-2
/
+50
*
Attributes with :string type should not be given the type passed in model ser...
Jim Herzberg
2011-05-18
1
-1
/
+7
*
Methods that return nil should not be considered YAML
Joshua Wehner
2011-05-10
1
-0
/
+4
*
Rename test directory to match code directory
John Firebaugh
2011-04-06
1
-0
/
+131