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
/
serialization.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Array.wrap call in ActiveModel
Rafael Mendonça França
2012-01-06
1
-3
/
+3
*
Revert "Implement ArraySerializer and move old serialization API to a new nam...
José Valim
2011-11-30
1
-5
/
+134
*
Implement ArraySerializer and move old serialization API to a new namespace.
José Valim
2011-11-23
1
-134
/
+5
*
Fixed serialization issues with multiple includes with options
zhengjia
2011-10-11
1
-1
/
+1
*
Provide read_attribute_for_serialization as the API to serialize attributes.
José Valim
2011-09-30
1
-2
/
+23
*
Make serializable_hash take attr values directly from attributes hash.
Jon Leighton
2011-09-26
1
-1
/
+3
*
added missing require array/wrap in serialization
Anand
2011-08-23
1
-0
/
+2
*
ActiveModel support for the :include serialization option
John Firebaugh
2011-07-17
1
-1
/
+32
*
Replace map+compact with select
John Firebaugh
2011-07-17
1
-1
/
+1
*
serializable_hash(:only => [], :methods => [:foo]) should work
John Firebaugh
2011-07-17
1
-7
/
+4
*
Remove extra white spaces on ActiveModel docs.
Sebastian Martinez
2011-05-23
1
-1
/
+1
*
Fixed broken, memoized attributes method example
Nathaniel Bibler
2011-02-07
1
-2
/
+2
*
'nil' => nil
Akira Matsuda
2010-12-17
1
-2
/
+2
*
Perf: refactor methods using inject when not need in activemodel.
Emilio Tagua
2010-09-22
1
-9
/
+2
*
fixed some issues with JSON encoding
Jakub Suder
2010-09-07
1
-8
/
+10
*
to_json => as_json
James Miller
2010-08-25
1
-2
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-22
/
+22
*
adding documentation to ActiveSupport::Concern ht:strictly typed for an aweso...
Neeraj Singh
2010-08-04
1
-0
/
+2
*
Revised and added headings.
Rizwan Reza
2010-06-14
1
-0
/
+2
*
Full update on ActiveModel documentation
Mikel Lindsaar
2010-02-01
1
-0
/
+57
*
Break up concerns for choosing what attributes should be serialized and the a...
Joshua Peek
2009-08-13
1
-0
/
+30