Clarify that preload_frameworks defaults to nil

This commit is contained in:
Ryan Bigg
2010-12-03 11:57:42 +11:00
parent e8ee2ba6cb
commit 2e021ef477

View File

@@ -91,7 +91,7 @@ h4. Rails General Configuration
* +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. Can also be enabled with +threadsafe!+.
* +config.preload_frameworks+ enables or disables preloading all frameworks at startup. Can also be enabled with +threadsafe!+. Defaults to +nil+, so is disabled.
* +config.reload_plugins+ enables or disables plugin reloading.