diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-12-27 22:18:38 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-12-27 22:18:38 +0000 |
commit | 5cf118b1384bce266c76d3f4a12e761bbcb130ab (patch) | |
tree | 24a8a83701f348ec3a8c211ac8b62aaf0bc49ef2 /railties/CHANGELOG | |
parent | 810d0ade2bb04464fbbd5497b4cc092ed80fc53a (diff) | |
download | rails-5cf118b1384bce266c76d3f4a12e761bbcb130ab.tar.gz rails-5cf118b1384bce266c76d3f4a12e761bbcb130ab.tar.bz2 rails-5cf118b1384bce266c76d3f4a12e761bbcb130ab.zip |
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
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
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] |