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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix actionview and activemodel test cases typos
Rajarshi Das
2013-09-05
1
-1
/
+1
*
remove unused instance variable
Rajarshi Das
2013-08-23
1
-2
/
+1
*
Dont' check for any order in hash since we aren't sorting it and this is dete...
Guillermo Iguaran
2013-08-18
1
-11
/
+0
*
Refactor serialization test for hash order
Guillermo Iguaran
2013-08-18
1
-7
/
+6
*
Avoid Skip in test, have a unified test for order
Gaurish Sharma
2013-08-09
1
-10
/
+7
*
Add tests for ActiveModel::Serializers::JSON#as_json ordering
Gaurish Sharma
2013-08-09
1
-1
/
+10
*
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
2
-28
/
+28
*
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
*
Simplify keys order test for as_json in Active Model
Carlos Antonio da Silva
2012-11-30
1
-4
/
+1
*
Specify type of singular association during serialization
Steve Klabnik
2012-11-28
1
-2
/
+10
*
Add test for code change introduced in this commit f20032f
Cédric FABIANSKI
2012-10-29
1
-0
/
+9
*
AM::Serializers::Xml depends on AM::Naming
Francesco Rodriguez
2012-10-26
2
-3
/
+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
*
change AMS::JSON.include_root_in_json default value to false
Francesco Rodriguez
2012-06-06
1
-50
/
+40
*
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
*
replacing ordered hash to ruby hash
prasath
2012-02-08
1
-2
/
+2
*
Revert "Implement ArraySerializer and move old serialization API to a new nam...
José Valim
2011-11-30
2
-0
/
+429
*
Implement ArraySerializer and move old serialization API to a new namespace.
José Valim
2011-11-23
2
-425
/
+0
*
Fixing `as_json` method for ActiveRecord models.
Nicolás Hock Isaza
2011-09-29
1
-0
/
+10
*
fixed a bug with the json serialization when the class setting is set to not ...
Matt Aimonetti
2011-09-22
1
-0
/
+10
*
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
*
Enable passing root: false to #to_json
Joe Fiorini
2011-07-01
1
-1
/
+52
*
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
2
-0
/
+279