diff options
author | Vipul A M <vipulnsward@gmail.com> | 2019-03-25 03:14:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-25 03:14:51 +0530 |
commit | 6a5c8b91998c56e50b5cc934d968947cd319f735 (patch) | |
tree | 71fc6918c1c5b54842c5681fe1d9a4fbe2d0a2de /railties | |
parent | df51b75f1285cf952864fcc59409dd8bcf78c5a8 (diff) | |
download | rails-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 'railties')
-rw-r--r-- | railties/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index cad5ae02a8..9d026ad4fd 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,8 +1,8 @@ * Add `config.disable_sandbox` option to Rails console. This setting will disable `rails console --sandbox` mode, preventing - developer from accidentally starting a sandbox console, left it inactive, - and cause the database server to run out of memory. + developer from accidentally starting a sandbox console, + which when left inactive, can cause the database server to run out of memory. *Prem Sichanugrist* |