aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2019-03-25 03:14:51 +0530
committerGitHub <noreply@github.com>2019-03-25 03:14:51 +0530
commit6a5c8b91998c56e50b5cc934d968947cd319f735 (patch)
tree71fc6918c1c5b54842c5681fe1d9a4fbe2d0a2de /guides/source/configuring.md
parentdf51b75f1285cf952864fcc59409dd8bcf78c5a8 (diff)
downloadrails-6a5c8b91998c56e50b5cc934d968947cd319f735.tar.gz
rails-6a5c8b91998c56e50b5cc934d968947cd319f735.tar.bz2
rails-6a5c8b91998c56e50b5cc934d968947cd319f735.zip
Cleanup guide for configuring config.disable_sandbox and related changelog [ci skip] (#35733)
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 448c02425f..ed739aa0ab 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -86,7 +86,7 @@ application. Accepts a valid week day symbol (e.g. `:monday`).
end
```
-* `config.disable_sandbox` controls whether or not someone could start a console in sandbox mode, as a long session of sandbox console could lead database server to run out of memory.
+* `config.disable_sandbox` controls whether or not someone can start a console in sandbox mode. This is helpful to avoid a long running session of sandbox console, that could lead a database server to run out of memory. Defaults to false.
* `config.eager_load` when `true`, eager loads all registered `config.eager_load_namespaces`. This includes your application, engines, Rails frameworks, and any other registered namespace.