aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-10-19 02:46:41 +0000
committerMichael Koziarski <michael@koziarski.com>2007-10-19 02:46:41 +0000
commit62fd6532e54734be5f537e247ef92b15157a83c8 (patch)
tree4c2bef0c28c7d12ea6fac2976c7a56cf1785074c /actionpack/CHANGELOG
parent3facc8578bed29753d4de9b4320e9de9db6cbd5c (diff)
downloadrails-62fd6532e54734be5f537e247ef92b15157a83c8.tar.gz
rails-62fd6532e54734be5f537e247ef92b15157a83c8.tar.bz2
rails-62fd6532e54734be5f537e247ef92b15157a83c8.zip
Remove more potential clashes with asset methods and resource routes. Closes #9928 [gbuesing]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7976 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 76b1a530e4..cb03a628b9 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make sure resource routes don't clash with internal helpers like javascript_path, image_path etc. #9928 [gbuesing]
+
* caches_page uses a single after_filter instead of one per action. #9891 [lifofifo]
* Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0. [sam, madrobby]