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
/
lib
/
active_model
/
serializers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ActiveResource serialize XML correctly when element_name is set.
Santiago Pastorino
2010-05-12
1
-1
/
+1
*
Active Model JSON serializer now supports custom root option
Jatinder Singh
2010-05-04
1
-1
/
+5
*
Move several configuration values from Hash to ActiveSupport::XmlMini, which ...
José Valim
2010-04-29
1
-111
/
+51
*
Speed up xml serializer by computing values just once and remove unecessary c...
José Valim
2010-04-22
1
-18
/
+17
*
Use Array.wrap uniformly
Jeremy Kemper
2010-03-27
1
-1
/
+2
*
Adding documentation for ActiveModel::Serialization
Mikel Lindsaar
2010-01-17
1
-2
/
+2
*
Change the ActiveModel::Base.include_root_in_json default to true for Rails 3...
David Heinemeier Hansson
2010-01-03
1
-5
/
+3
*
Break up concerns for choosing what attributes should be serialized and the a...
Joshua Peek
2009-08-13
2
-38
/
+56
*
Dasherize XML root by default to avoid invalid tags "<admin/posts>...</admin/...
Joshua Peek
2009-07-22
1
-1
/
+1
*
Patch to ActiveModel's (and ActiveRecord, by association) XML serialization: ...
John Maxwell
2009-07-22
1
-1
/
+5
*
Kill AMo ivar attributes helper
Joshua Peek
2009-07-20
2
-2
/
+0
*
Integrate AMo XML serializer into AR
Joshua Peek
2009-07-11
1
-22
/
+27
*
Integrate AMo JSON serializer into AR
Joshua Peek
2009-07-03
1
-4
/
+69
*
Initial extraction of AMo xml serializer
Joshua Peek
2009-07-03
2
-15
/
+187
*
Ensure JSON serializer includes model naming
Joshua Peek
2009-07-03
1
-0
/
+2
*
Add basic JSON serializer to AMo
Joshua Peek
2009-06-17
1
-0
/
+38