diff options
author | Rick Olson <technoweenie@gmail.com> | 2007-05-24 16:42:10 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2007-05-24 16:42:10 +0000 |
commit | 4b9e67c5b9d9f751d633c787d24a1491f3ef498e (patch) | |
tree | 3c38ead0fc84c43cdf24ec42abc1a9d6584b5862 /actionpack/CHANGELOG | |
parent | da7f9f516a8f34303ae08a9b89502757b41a578a (diff) | |
download | rails-4b9e67c5b9d9f751d633c787d24a1491f3ef498e.tar.gz rails-4b9e67c5b9d9f751d633c787d24a1491f3ef498e.tar.bz2 rails-4b9e67c5b9d9f751d633c787d24a1491f3ef498e.zip |
catch possible WSOD when trying to render a missing partial. Closes #8454 [Catfish]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6826 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 1aa2d5b521..cba7c56d38 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* catch possible WSOD when trying to render a missing partial. Closes #8454 [Catfish] + * Rewind request body after reading it, if possible. #8438 [s450r1] * Resource namespaces are inherited by their has_many subresources. #8280 [marclove, ggarside] |