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
/
json.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
applies new string literal convention in activemodel/lib
Xavier Noria
2016-08-06
1
-1
/
+1
*
Eliminate instance level writers for class accessors
Aaron Patterson
2016-01-22
1
-1
/
+1
*
Fixing documentation in JSON#from_json
Nick Veys
2014-11-20
1
-4
/
+4
*
Use #model_name on instances instead of classes
Amiel Martin
2014-06-24
1
-1
/
+1
*
Adding missing backslashes in active_model files so as to avoid unwanted link...
aditya-kapoor
2013-12-27
1
-1
/
+1
*
Docfix: Use public interface instead of setting instance variables
Richard Livsey
2013-06-07
1
-1
/
+1
*
fix AM::Serializers titles [ci skip]
Francesco Rodriguez
2012-10-26
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-08-04
1
-2
/
+36
|
\
|
*
update ActiveModel::Serializers documentation [ci skip]
Francesco Rodriguez
2012-07-30
1
-8
/
+10
|
*
add documentation to ActiveModel #from_json method [ci skip]
Francesco Rodriguez
2012-07-30
1
-2
/
+34
*
|
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
|
/
*
small refactoring of as_json method
Angelo Capilleri
2012-07-03
1
-2
/
+6
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-3
/
+2
*
change AMS::JSON.include_root_in_json default value to false
Francesco Rodriguez
2012-06-06
1
-44
/
+44
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+2
*
Revert "Implement ArraySerializer and move old serialization API to a new nam...
José Valim
2011-11-30
1
-3
/
+99
*
Implement ArraySerializer and move old serialization API to a new namespace.
José Valim
2011-11-23
1
-99
/
+3
*
Change one more place for JSON string to Hash
Robert Ross
2011-10-04
1
-1
/
+1
*
Fix as_json doc to say what it actually returns.
Robert Ross
2011-10-04
1
-1
/
+1
*
Refactor AMo as_json.
José Valim
2011-09-23
1
-9
/
+5
*
fixed a bug with the json serialization when the class setting is set to not ...
Matt Aimonetti
2011-09-22
1
-12
/
+10
*
Enable passing root: false to #to_json
Joe Fiorini
2011-07-01
1
-5
/
+17
*
use clearer variable name in examples
Vijay Dev
2011-06-04
1
-10
/
+10
*
fixed some issues with JSON encoding
Jakub Suder
2010-09-07
1
-8
/
+6
*
to_json => as_json
James Miller
2010-08-25
1
-9
/
+9
*
ActiveModel::Base doesn't exist, include_root_in_json is a class_attribute fo...
Santiago Pastorino
2010-08-10
1
-3
/
+3
*
edit pass to AMo::Serializers::JSON
Xavier Noria
2010-08-06
1
-9
/
+9
*
adding proper markup to comment
Neeraj Singh
2010-07-16
1
-2
/
+2
*
Added headings to serializers.
Rizwan Reza
2010-06-14
1
-2
/
+3
*
Really make include_root_in_json default to true [#3770 state:resolved]
José Valim
2010-06-08
1
-3
/
+6
*
Active Model JSON serializer now supports custom root option
Jatinder Singh
2010-05-04
1
-1
/
+5
*
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
1
-14
/
+4
*
Kill AMo ivar attributes helper
Joshua Peek
2009-07-20
1
-1
/
+0
*
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
1
-15
/
+19
*
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