aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-08-01 21:28:17 +0000
committerJamis Buck <jamis@37signals.com>2005-08-01 21:28:17 +0000
commit44c64a612d3313b30a06f6f36e4260f53d4ed852 (patch)
tree9dd87bcf12358126825f8ac40996c39d8d49b520 /actionpack/CHANGELOG
parent08ebab5d20527d6dd6600445fc5ec280d502596f (diff)
downloadrails-44c64a612d3313b30a06f6f36e4260f53d4ed852.tar.gz
rails-44c64a612d3313b30a06f6f36e4260f53d4ed852.tar.bz2
rails-44c64a612d3313b30a06f6f36e4260f53d4ed852.zip
Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure that the test variables (controller, request, response) have been set
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1963 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 63e69accbc..5d3765aaba 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure that the test variables (controller, request, response) have been set
+
* Make sure assigns are built for every request when testing #1866
* Allow remote_addr to be queried on TestRequest #1668
@@ -7,7 +9,7 @@
* Fixed bug when a partial render was passing a local with the same name as the partial
* Improved performance of test app req/sec with ~10% refactoring the render method #1823 [Stefan Kaes]
-
+
* Improved performance of test app req/sec with 5-30% through a series of Action Pack optimizations #1811 [Stefan Kaes]
* Changed caching/expiration/hit to report using the DEBUG log level and errors to use the ERROR log level instead of both using INFO