aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-07-28 23:09:29 +0000
committerRick Olson <technoweenie@gmail.com>2006-07-28 23:09:29 +0000
commit2e88b5d37feb5f0b1554e70dc18b9fbc67e68877 (patch)
treec2e4c7980b4495bfaca78e26a5de15086217123b /railties/CHANGELOG
parent99e9faeda8f039d34e9eeab319e8adc13cb9bc86 (diff)
downloadrails-2e88b5d37feb5f0b1554e70dc18b9fbc67e68877.tar.gz
rails-2e88b5d37feb5f0b1554e70dc18b9fbc67e68877.tar.bz2
rails-2e88b5d37feb5f0b1554e70dc18b9fbc67e68877.zip
Fixed the failsafe response so it uses either the current recognized controller or ApplicationController. [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4629 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index f88f106015..877087cbb2 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed the failsafe response so it uses either the current recognized controller or ApplicationController. [Rick Olson]
+
* Make sure script/reaper only reaps dispatcher pids by default, and not the spawner's pid. [Jamis Buck]
* Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam]