diff options
author | Sam Stephenson <sam@37signals.com> | 2006-11-11 18:25:26 +0000 |
---|---|---|
committer | Sam Stephenson <sam@37signals.com> | 2006-11-11 18:25:26 +0000 |
commit | 2516063f61cedf4eee36036a0b4bc9fb8c443ba1 (patch) | |
tree | a0a33d0550008ba582a3404e16ee727ce0533577 /activesupport/CHANGELOG | |
parent | 2a92995d2ab33c630271746b7ec172bcd07daddf (diff) | |
download | rails-2516063f61cedf4eee36036a0b4bc9fb8c443ba1.tar.gz rails-2516063f61cedf4eee36036a0b4bc9fb8c443ba1.tar.bz2 rails-2516063f61cedf4eee36036a0b4bc9fb8c443ba1.zip |
Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5486 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 33cce48323..f6b09c84d9 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers. Disable this with ActiveSupport::JSON.unquote_hash_key_identifiers = false if you need strict JSON compliance. [Sam Stephenson] + * Lazily load the Unicode Database in the UTF-8 Handler [Rick Olson] * Update dependencies to delete partially loaded constants. [Nicholas Seckar] |