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
/
test
/
xml_serialization_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed that to_xml should not automatically pass :procs to associations includ...
David Heinemeier Hansson
2007-12-03
1
-21
/
+48
*
Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268.
Jeremy Kemper
2007-11-14
1
-8
/
+22
*
Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...
David Heinemeier Hansson
2007-09-20
1
-29
/
+1
*
Support for non heterogeneous arrays when serializing to xml. Unless guessabl...
Tobias Lütke
2007-07-09
1
-2
/
+17
*
Make [7169] work as expected with indented XML.
Tobias Lütke
2007-07-09
1
-2
/
+3
*
Include empty has_many/has_and_belongs_to_many associations as empty array ta...
Tobias Lütke
2007-07-09
1
-0
/
+8
*
Don't call unsupported methods on associated objects when using :include, :me...
Michael Koziarski
2007-06-30
1
-2
/
+14
*
Add the type="array" moniker to has_many / has_and_belongs_to_many associatio...
Tobias Lütke
2007-06-27
1
-1
/
+1
*
Use assert_match instead of String#include? so we can get helpful error messa...
Michael Koziarski
2007-05-06
1
-1
/
+3
*
Change Base#to_xml to take the name for a container element for an associatio...
Michael Koziarski
2007-05-03
1
-1
/
+8
*
Added yielding of Builder instance for ActiveRecord::Base#to_xml calls [DHH]
David Heinemeier Hansson
2007-04-13
1
-0
/
+8
*
Hash#to_xml supports YAML attributes; ActiveRecord::Base#to_xml support seria...
Jeremy Kemper
2007-03-18
1
-6
/
+17
*
Duplicate the hash provided to AR::Base#to_xml to prevent unexpected side eff...
Michael Koziarski
2006-09-24
1
-0
/
+15
*
Add a :namespace option to AR::Base#to_xml [Koz]
Michael Koziarski
2006-09-17
1
-1
/
+7
*
Add some XmlSerialization tests for ActiveRecord [Rick Olson]
Rick Olson
2006-09-01
1
-0
/
+104