aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-08-06 02:12:53 +0000
committerRick Olson <technoweenie@gmail.com>2006-08-06 02:12:53 +0000
commit26eefd79a4e9afefb3103d8332a1e7dc84ed49a1 (patch)
tree4acea9d663f3b82a67f90b4d82f3330ff07b50b0 /railties/CHANGELOG
parente8f0b1ddd97cfcefc32554a1a9447ec092c4d0ae (diff)
downloadrails-26eefd79a4e9afefb3103d8332a1e7dc84ed49a1.tar.gz
rails-26eefd79a4e9afefb3103d8332a1e7dc84ed49a1.tar.bz2
rails-26eefd79a4e9afefb3103d8332a1e7dc84ed49a1.zip
Tweak the Rails load order so observers are loaded after plugins, and reloaded in development mode. Closed #5279. [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4684 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 098e4b317a..63f3197fcd 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Tweak the Rails load order so observers are loaded after plugins, and reloaded in development mode. Closed #5279. [Rick Olson]
+
* Added that you can change the web server port in config/lighttpd.conf from script/server --port/-p #5465 [mats@imediatec.co.uk]
* script/performance/profiler compatibility with the new ruby-prof, including an option to choose the results printer. #5679 [shugo@ruby-lang.org]