From 6c434e8b8e420c76f86ba6605e98426fddca5031 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 7 Nov 2005 08:09:38 +0000 Subject: New configuration option config.plugin_paths which may be a single path like the default 'vendor/plugins' or an array of paths: ['vendor/plugins', 'lib/plugins']. Plugins are discovered in nested paths, so you can organize your plugins directory as you like. Refactor load_plugin from load_plugins. Simplify initializer unit test. Closes #2757. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2904 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index f3c9e0eb96..9c6e329c97 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,11 @@ *SVN* +* New configuration option config.plugin_paths which may be a single path like the default 'vendor/plugins' or an array of paths: ['vendor/plugins', 'lib/plugins']. [Jeremy Kemper] + +* Plugins are discovered in nested paths, so you can organize your plugins directory as you like. [Jeremy Kemper] + +* Refactor load_plugin from load_plugins. #2757 [alex.r.moon@gmail.com] + * Make use of silence_stderr in script/lighttpd, script/plugin, and Rails::Info [Sam Stephenson] * Enable HTTP installation of plugins when svn isn't avaialable. Closes #2661. [Chad Fowler] -- cgit v1.2.3