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
*
Revert "Add code example for include option of AM::Serialization#serializable...
Rafael Mendonça França
2015-06-10
1
-14
/
+1
*
Add code example for include option of AM::Serialization#serializable_hash
Radan Skoric
2015-06-09
1
-1
/
+14
*
Tiny documentation edits [ci skip]
Robin Dupret
2015-06-07
1
-2
/
+2
*
add docs to include option at ActiveModel::Serialization#serializable_hash [c...
rusikf
2015-05-11
1
-0
/
+31
*
ensure `method_missing` called for non-existing methods passed to
Jay Elaraj
2015-04-28
1
-1
/
+1
*
:scissors: and :nail_care: from d60c405 [ci skip]
Zachary Scott
2014-06-16
1
-3
/
+3
*
[ci skip] correct doc for serialization in accordance with API Doc Guide
Aditya Kapoor
2014-06-16
1
-11
/
+11
*
Fix few typos and improve markup at some levels
Robin Dupret
2013-12-24
1
-1
/
+1
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-1
/
+1
*
minor edits in AM documentation [ci skip]
Francesco Rodriguez
2012-10-21
1
-1
/
+1
*
update ActiveModel::Serialization documentation [ci skip]
Francesco Rodriguez
2012-07-06
1
-14
/
+36
*
Merge pull request #5678 from troyk/patch-1
Carlos Antonio da Silva
2012-05-19
1
-1
/
+1
|
\
|
*
Remove sort on attributes.keys
Troy Kruthoff
2012-03-30
1
-1
/
+1
*
|
Missed colon
Alexey Vakhov
2012-05-14
1
-1
/
+1
*
|
Use respond_to?(:to_ary) rather than is_a?(Enumerable) to detect collection-t...
Jon Leighton
2012-05-11
1
-2
/
+2
*
|
Use <tt>Foo::Bar</tt> instead of +Foo::Bar+
Mark Rushakof
2012-04-27
1
-1
/
+1
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-04-25
1
-5
/
+11
|
\
\
|
*
|
fix code syntax
Oscar Del Ben
2012-04-25
1
-2
/
+2
|
*
|
Add include documentation to serialization
Oscar Del Ben
2012-04-25
1
-1
/
+6
|
*
|
improve serialization doc
Oscar Del Ben
2012-04-25
1
-4
/
+5
|
|
/
*
/
Minor refactor of serializable hash
Oscar Del Ben
2012-04-25
1
-2
/
+1
|
/
*
Rename variable to avoid using name "include"
Carlos Antonio da Silva
2012-03-09
1
-8
/
+4
*
Remove Array#wrap usage in AMo serialization
Carlos Antonio da Silva
2012-03-09
1
-2
/
+1
*
Make sure serializable hash with :include always returns string keys
Carlos Antonio da Silva
2012-03-09
1
-2
/
+1
*
Merge pull request #5018 from hammerdr/issue-4659-docs
Aaron Patterson
2012-02-13
1
-4
/
+7
|
\
|
*
Missed a code example. Fixing the docs to be consistant.
Derek Hammer
2012-02-12
1
-1
/
+1
|
*
Adding documentation to clarify usage of attributes hash.
Derek Hammer
2012-02-12
1
-3
/
+6
*
|
Make sure serializable hash with :methods option returns always string keys
Carlos Antonio da Silva
2012-02-13
1
-1
/
+1
|
/
*
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