aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-03-09 21:12:28 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-03-09 21:12:28 +0000
commitd872281975b2bdcfcd06e21b55d78c8fb53ba5d1 (patch)
tree8d380e62fc9df44a12d0132dfcdd58046c05ab8a /activesupport/CHANGELOG
parent966c276d6071f8c331f75820f8c2f30d1bba02b2 (diff)
downloadrails-d872281975b2bdcfcd06e21b55d78c8fb53ba5d1.tar.gz
rails-d872281975b2bdcfcd06e21b55d78c8fb53ba5d1.tar.bz2
rails-d872281975b2bdcfcd06e21b55d78c8fb53ba5d1.zip
Fixed to_xml across the board to use nice indention, better skip_attributes workings, no type on strings, and cleaned tests [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3829 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index ce3df8969c..e39a9b6f43 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -10,8 +10,8 @@ approximations and shouldn't be used for critical calculations. [Koz]
...returns:
<person>
- <street-name type="string">Paulina</street>
- <name type="string">David</name>
+ <street-name>Paulina</street-name>
+ <name>David</name>
<age type="integer">26</age>
<moved-on type="date">2005-11-15</moved-on>
</person>