diff options
author | Rick Olson <technoweenie@gmail.com> | 2008-04-08 04:52:01 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2008-04-08 04:52:01 +0000 |
commit | 0ff7a2d89fc95dcb0a32ed92aab7156b0778a7ea (patch) | |
tree | af15ea4a71c680931264823859e8c71e2f6da1b5 /actionpack/CHANGELOG | |
parent | 0bea3f8391e985157f3aecdf50a5d61de7aa7f0c (diff) | |
download | rails-0ff7a2d89fc95dcb0a32ed92aab7156b0778a7ea.tar.gz rails-0ff7a2d89fc95dcb0a32ed92aab7156b0778a7ea.tar.bz2 rails-0ff7a2d89fc95dcb0a32ed92aab7156b0778a7ea.zip |
add json_escape ERB util to escape html entities in json strings that are output in HTML pages. [rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9241 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index fe9e2ebd5f..dd1447a25e 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* add json_escape ERB util to escape html entities in json strings that are output in HTML pages. [rick] + * Provide a helper proxy to access helper methods from outside views. Closes #10839 [Josh Peek] e.g. ApplicationController.helpers.simple_format(text) |