From 5cf118b1384bce266c76d3f4a12e761bbcb130ab Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 27 Dec 2006 22:18:38 +0000 Subject: Ensure plugins are in the Dependencies.load_once_paths collection by default. [Rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5801 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 06d1419368..302782c73a 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,10 @@ *SVN* +* Ensure plugins are in the Dependencies.load_once_paths collection by default. [Rick] + If you really want your plugins to reload, add this to the very top of init.rb: + + Dependencies.load_once_paths.delete(lib_path) + * Allow config.to_prepare to work, make the dispatcher safe to 're require'. [Koz, Nicholas Seckar] * Fix scaffold_resource generator so it respects the --pretend argument when creating the routes file. Closes #6852 [fearoffish] -- cgit v1.2.3