From c1a52510ea1d20990b047e8b2aa8a7154a931f1b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 17 Oct 2006 20:27:03 +0000 Subject: Added config.plugins to control which plugins are loaded #6269 [skaes]. By default, everything in vendor/plugins will be loaded, but if you specify config.plugins, only those will be loaded. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5317 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 65c6a59974..eb18007d30 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Added config.plugins to control which plugins are loaded #6269 [skaes]. By default, everything in vendor/plugins will be loaded, but if you specify config.plugins, only those will be loaded. Example: + + config.plugins = %w[ routing_navigator simply_helpful ] + * Clean up html on included error pages. [Tim Lucas] * Fixed default 404.html and 500.htmls to remove extreme ugliness and include human language [DHH] -- cgit v1.2.3