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
/
activerecord
/
lib
/
active_record
/
serialization.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
`ActiveRecord::Base.include_root_in_json` is `false` by default.
Yves Senn
2013-03-04
1
-1
/
+1
*
include_root_in_json allows inheritance.
kennyj
2012-10-31
1
-1
/
+0
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-9
/
+2
*
Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."
Jeremy Kemper
2012-10-20
1
-1
/
+1
*
Get rid of the ActiveRecord::Model::DeprecationProxy thing.
Jon Leighton
2012-10-19
1
-1
/
+1
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-0
/
+12
*
Remove Array.wrap calls in ActiveRecord
Rafael Mendonça França
2012-01-06
1
-2
/
+2
*
Revert "Implement ArraySerializer and move old serialization API to a new nam...
José Valim
2011-11-30
1
-1
/
+1
*
Implement ArraySerializer and move old serialization API to a new namespace.
José Valim
2011-11-23
1
-1
/
+1
*
ActiveModel support for the :include serialization option
John Firebaugh
2011-07-17
1
-39
/
+1
*
Don't merge base opts into includes when serializing ARs
John Mileham
2011-05-26
1
-6
/
+2
*
Syntax cleanup: for in => each
Guillermo Iguaran
2011-05-19
1
-1
/
+1
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2010-10-06
1
-1
/
+1
|
\
|
*
Fix serialization :include option name
Evgeniy Dolzhenko
2010-10-01
1
-1
/
+1
*
|
double negative is not good
Neeraj Singh
2010-09-30
1
-1
/
+1
|
/
*
fixed some issues with JSON encoding
Jakub Suder
2010-09-07
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Adds title and proper formatting to docs.
Rizwan Reza
2010-06-16
1
-0
/
+2
*
Break up concerns for choosing what attributes should be serialized and the a...
Joshua Peek
2009-08-13
1
-41
/
+39
*
Integrate AMo JSON serializer into AR
Joshua Peek
2009-07-03
1
-55
/
+13
*
Fix AR json encoding
Jeremy Kemper
2009-06-08
1
-2
/
+3
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-8
/
+9
*
Use Array.wrap
Jeremy Kemper
2009-04-26
1
-4
/
+4
*
require json lib when serialization is loaded
Joshua Peek
2008-11-24
1
-0
/
+2
*
Autoload ActiveRecord files
Joshua Peek
2008-11-24
1
-1
/
+1
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-5
/
+5
*
Added :include option to to_json (closes #9677) [chuyeow]
David Heinemeier Hansson
2007-09-28
1
-6
/
+45
*
Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...
David Heinemeier Hansson
2007-09-20
1
-0
/
+59