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
/
xml_serialization.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for non heterogeneous arrays when serializing to xml. Unless guessabl...
Tobias Lütke
2007-07-09
1
-1
/
+11
*
Make [7169] work as expected with indented XML.
Tobias Lütke
2007-07-09
1
-2
/
+6
*
Include empty has_many/has_and_belongs_to_many associations as empty array ta...
Tobias Lütke
2007-07-09
1
-7
/
+4
*
Don't call unsupported methods on associated objects when using :include, :me...
Michael Koziarski
2007-06-30
1
-2
/
+4
*
Add the type="array" moniker to has_many / has_and_belongs_to_many associatio...
Tobias Lütke
2007-06-27
1
-1
/
+1
*
Change Base#to_xml to take the name for a container element for an associatio...
Michael Koziarski
2007-05-03
1
-2
/
+2
*
Added yielding of Builder instance for ActiveRecord::Base#to_xml calls [DHH]
David Heinemeier Hansson
2007-04-13
1
-2
/
+21
*
Hash#to_xml supports YAML attributes; ActiveRecord::Base#to_xml support seria...
Jeremy Kemper
2007-03-18
1
-1
/
+1
*
Use class name as XML_TYPE_NAMES key.
Jeremy Kemper
2006-09-29
1
-2
/
+2
*
Duplicate the hash provided to AR::Base#to_xml to prevent unexpected side eff...
Michael Koziarski
2006-09-24
1
-1
/
+1
*
Add a :namespace option to AR::Base#to_xml [Koz]
Michael Koziarski
2006-09-17
1
-2
/
+7
*
to_xml: the :methods option works on arrays of records. Closes #5845.
Jeremy Kemper
2006-09-02
1
-1
/
+1
*
Fix spurious newlines and spaces in AR::Base#to_xml output
Jamis Buck
2006-08-30
1
-14
/
+6
*
to_xml: correct naming of included associations. Closes #5831.
Jeremy Kemper
2006-08-20
1
-1
/
+1
*
Fixed to_xml with :include misbehaviors when invoked on array of model instan...
David Heinemeier Hansson
2006-08-03
1
-0
/
+2
*
Refactored ActiveRecord::Base.to_xml to become a delegate for XmlSerializer, ...
David Heinemeier Hansson
2006-06-04
1
-0
/
+309