aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-11-09 18:22:44 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-11-09 18:22:44 +0000
commitd3100ec85500b970f94819a749f071eeb74dc206 (patch)
treef71bc1b4a136a7fd7a858dc7233d0313012bd06c /railties/CHANGELOG
parent089d3ec3186014ace8c80c989c87c33a6b21f582 (diff)
downloadrails-d3100ec85500b970f94819a749f071eeb74dc206.tar.gz
rails-d3100ec85500b970f94819a749f071eeb74dc206.tar.bz2
rails-d3100ec85500b970f94819a749f071eeb74dc206.zip
Alter prior change to use require_dependency instead of require_or_load. Causes ApplicationController to be reloaded again. Closes #6587.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5471 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 ac05ec343c..31f1a927a1 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Alter prior change to use require_dependency instead of require_or_load. Causes ApplicationController to be reloaded again. Closes #6587. [Nicholas Seckar]
+
* Rake: use absolute paths to load lib and vendor tasks so they may be run outside of RAILS_ROOT. #6584 [jchris]
* Remove temporary crutch to help ApplicationController be unloaded. Closes #6496. [Nicholas Seckar]