aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-02-04 23:09:26 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-02-04 23:09:26 +0000
commitb381d8511d42e9b4f4f935e0e9f81a30d3993f6a (patch)
tree2d8d2251b749cf237c447bb4d15a240215faf9f9 /actionpack/CHANGELOG
parent28cee08fa440dfc9a9b73a4e9c16ca5d1db2fdbb (diff)
downloadrails-b381d8511d42e9b4f4f935e0e9f81a30d3993f6a.tar.gz
rails-b381d8511d42e9b4f4f935e0e9f81a30d3993f6a.tar.bz2
rails-b381d8511d42e9b4f4f935e0e9f81a30d3993f6a.zip
Fix Routing tests. Fix routing where failing to match a controller would prevent the rest of routes from being attempted.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3539 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 27bbb0d180..736b8a7347 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix Routing tests. Fix routing where failing to match a controller would prevent the rest of routes from being attempted. [Nicholas Seckar]
+
* Add :builder => option to form_for and friends. [Nicholas Seckar, Rick Olson]
* Fix controller resolution to avoid accidentally inheriting a controller from a parent module. [Nicholas Seckar]