aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/configuring.textile
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2010-11-26 14:05:43 +1100
committerRyan Bigg <radarlistener@gmail.com>2010-11-26 14:05:43 +1100
commitffca2d7f1469fd5444b1417e5d2d4bd3d7d0af18 (patch)
tree940efe347e01a0f8dfae841b26a96da3943523bc /railties/guides/source/configuring.textile
parentf01f7fc62953dd402ac118c07ae1851a181c4a67 (diff)
downloadrails-ffca2d7f1469fd5444b1417e5d2d4bd3d7d0af18.tar.gz
rails-ffca2d7f1469fd5444b1417e5d2d4bd3d7d0af18.tar.bz2
rails-ffca2d7f1469fd5444b1417e5d2d4bd3d7d0af18.zip
There is no plugin_paths config option in Rails 3
Diffstat (limited to 'railties/guides/source/configuring.textile')
-rw-r--r--railties/guides/source/configuring.textile2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile
index 6e5f917836..e0ef07fa36 100644
--- a/railties/guides/source/configuring.textile
+++ b/railties/guides/source/configuring.textile
@@ -59,8 +59,6 @@ h4. Rails General Configuration
* +config.logger+ accepts a logger conforming to the interface of Log4r or the default Ruby 1.8+ Logger class, which is then used to log information from Action Controller. Set to nil to disable logging.
-* +config.plugin_paths+ overrides the path to the root of the plugins directory. Defaults to +vendor/plugins+.
-
* +config.plugins+ accepts the list of plugins to load. If this is set to nil, all plugins will be loaded. If this is set to [], no plugins will be loaded. Otherwise, plugins will be loaded in the order specified.
* +config.preload_frameworks+ enables or disables preloading all frameworks at startup.