mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Clarify that preload_frameworks defaults to nil
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user