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
/
serializers
Commit message (
Expand
)
Author
Age
Files
Lines
*
1.9 Syntax related changes
AvnerCohen
2012-11-10
1
-7
/
+7
*
Fix serializable_hash with xml generation and default :except option
Carlos Antonio da Silva
2012-06-22
1
-5
/
+0
*
changed xml type datetime to dateTime, fixes #6328
Angelo capilleri
2012-05-23
1
-2
/
+2
*
no need to check for this constant
Xavier Noria
2012-02-07
1
-1
/
+1
*
Fixed the documenation for 'to_xml'
Markus Fenske
2012-02-07
1
-1
/
+2
*
Remove Array.wrap calls in ActiveRecord
Rafael Mendonça França
2012-01-06
1
-2
/
+1
*
Revert "Implement ArraySerializer and move old serialization API to a new nam...
José Valim
2011-11-30
1
-3
/
+3
*
Implement ArraySerializer and move old serialization API to a new namespace.
José Valim
2011-11-23
1
-3
/
+3
*
to_xml should also rely on serializable hash.
José Valim
2011-09-18
1
-1
/
+1
*
ActiveModel support for the :include serialization option
John Firebaugh
2011-07-17
1
-42
/
+0
*
We already have the record; no need to retrieve it again
John Firebaugh
2011-07-17
1
-2
/
+2
*
Remove extra white spaces on ActiveRecord docs.
Sebastian Martinez
2011-05-23
1
-1
/
+1
*
dry up compute type in attribute
Aaron Patterson
2010-12-15
1
-16
/
+10
*
to_xml doesn't work in such case: Event.select('title as t').to_xml [#4840 st...
Víctor Martínez
2010-12-15
1
-2
/
+8
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
to_xml with :include should skip_instruct on the included records [#4506 stat...
Lawrence Pit
2010-04-30
1
-1
/
+1
*
Move several configuration values from Hash to ActiveSupport::XmlMini, which ...
José Valim
2010-04-29
1
-50
/
+35
*
Speed up xml serializer by computing values just once and remove unecessary c...
José Valim
2010-04-22
1
-11
/
+0
*
Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)
Jeremy Kemper
2010-04-10
1
-1
/
+2
*
Break up concerns for choosing what attributes should be serialized and the a...
Joshua Peek
2009-08-13
2
-23
/
+10
*
Patch to ActiveModel's (and ActiveRecord, by association) XML serialization: ...
John Maxwell
2009-07-22
1
-0
/
+15
*
Integrate AMo XML serializer into AR
Joshua Peek
2009-07-11
1
-109
/
+4
*
Integrate AMo JSON serializer into AR
Joshua Peek
2009-07-03
2
-86
/
+11
*
Updated require for AMo move
Yehuda Katz + Carl Lerche
2009-06-17
1
-1
/
+1
*
Fix AR json encoding
Jeremy Kemper
2009-06-08
1
-25
/
+7
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-1
/
+4
*
Use DependencyModule for included hooks in ActiveRecord
Bryan Helmkamp
2009-05-11
1
-3
/
+4
*
Fix differing rails_to_json arity
Jeremy Kemper
2009-04-26
1
-3
/
+6
*
* Add pluggable JSON backends with support for the JSON gem. [rick]
rick
2009-04-23
1
-3
/
+7
*
Opt in to JSON
Jeremy Kemper
2009-04-22
1
-0
/
+2
*
Ensure ActiveRecord#to_xml respects :skip_types for included associations [#1...
Bruce Krysiak
2009-03-10
1
-6
/
+12
*
Merge docrails and update the release notes
Pratik Naik
2009-02-28
1
-0
/
+19
*
Added a :camelize option to ActiveRecord and Hash to_xml serialization and fr...
Bruce Krysiak
2008-12-10
1
-7
/
+16
*
Merge docrails.
Pratik Naik
2008-05-25
1
-3
/
+3
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
2
-19
/
+19
*
Tweak ActiveRecord::Base#to_json to include a root value in the returned hash...
Rick Olson
2008-04-01
1
-1
/
+16
*
Improve documentation.
Pratik Naik
2008-03-26
2
-40
/
+57
*
Fixed that to_xml should not automatically pass :procs to associations includ...
David Heinemeier Hansson
2007-12-03
1
-8
/
+10
*
Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268.
Jeremy Kemper
2007-11-14
1
-0
/
+4
*
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
Marcel Molina
2007-11-08
1
-2
/
+2
*
Add missing file for revision #8090
Marcel Molina
2007-11-06
1
-1
/
+1
*
Fix Json related documentation for render and the AR serializer. Closes #9814...
Michael Koziarski
2007-10-15
1
-0
/
+53
*
Hash#to_json takes :only or :except options to specific or omit certain hash ...
Jeremy Kemper
2007-10-04
1
-1
/
+1
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
Added :include option to to_json (closes #9677) [chuyeow]
David Heinemeier Hansson
2007-09-28
1
-56
/
+38
*
Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...
David Heinemeier Hansson
2007-09-20
2
-0
/
+345