aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-11-26 03:35:04 +0000
committerRick Olson <technoweenie@gmail.com>2007-11-26 03:35:04 +0000
commit8afb4e136b2482e1e3826d3e00981b4b89680e1a (patch)
tree969ccf3b090efad404184a8fdbe2f2742107a65e /actionpack/CHANGELOG
parent5ae821a7fe97c18101908a945de2639c8a48b7a8 (diff)
downloadrails-8afb4e136b2482e1e3826d3e00981b4b89680e1a.tar.gz
rails-8afb4e136b2482e1e3826d3e00981b4b89680e1a.tar.bz2
rails-8afb4e136b2482e1e3826d3e00981b4b89680e1a.zip
Fix TemplateError so it doesn't bomb on exceptions while running tests [rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8210 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 ec19b42a5e..8e5492dd0f 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix TemplateError so it doesn't bomb on exceptions while running tests [rick]
+
* Fixed that named routes living under resources shouldn't have double slashes #10198 [isaacfeliu]
* Make sure that cookie sessions use a secret that is at least 30 chars in length. [Koz]