diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2006-06-03 00:01:08 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2006-06-03 00:01:08 +0000 |
commit | 48052d70ec065a3a8d9e6e121cab5ae857f8da1a (patch) | |
tree | d007080f5222dbfc585f705c9046d72e3447c4d2 /activesupport/CHANGELOG | |
parent | 49060cda24d40d13bb428b0a1a4f3d35ef3e3c23 (diff) | |
download | rails-48052d70ec065a3a8d9e6e121cab5ae857f8da1a.tar.gz rails-48052d70ec065a3a8d9e6e121cab5ae857f8da1a.tar.bz2 rails-48052d70ec065a3a8d9e6e121cab5ae857f8da1a.zip |
to_xml fixes, features, and speedup. Closes #4989.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4413 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index c6fb0f82b5..a9fd1a902e 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* to_xml fixes, features, and speedup: introduce :dasherize option that converts updated_at to updated-at if true (the existing default); binary columns get encoding="base64" attribute; nil values get nil="true" attribute to distinguish empty values; add type information for float columns; allow arbitrarily deep :include; include SQL type information as the type attribute. #4989 [Blair Zajac <blair@orcaware.com>] + * Add OrderedHash#values. [Sam Stephenson] * Added Array#to_s(:db) that'll produce a comma-separated list of ids [DHH]. Example: |