aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-02-22 17:29:22 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-02-22 17:29:22 +0000
commitde54db3c1e2056322450e46c265b27792e99b2c7 (patch)
tree7894c7672b3d4c8b11061eb57a671bb9f76f7d94 /actionpack/CHANGELOG
parentbb7408fd4ca0cfe41b4145fec088b36c185c969e (diff)
downloadrails-de54db3c1e2056322450e46c265b27792e99b2c7.tar.gz
rails-de54db3c1e2056322450e46c265b27792e99b2c7.tar.bz2
rails-de54db3c1e2056322450e46c265b27792e99b2c7.zip
Check NameErrors and re-raise if they do not match the expected constant
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3636 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 0d658172c4..e2b5970514 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* During controller resolution, update the NameError suppression to check for the expected constant. [Nicholas Seckar]
+
* Update script.aculo.us to V1.5.3 [Thomas Fuchs]
* Added various InPlaceEditor options, #3746, #3891, #3896, #3906 [Bill Burcham, ruairi, sl33p3r]