aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-03-31 08:38:37 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-03-31 08:38:37 +0900
commitb89a3e7e638a50c648a17d09c48b49b707e1d90d (patch)
tree67c403d84bc17d591692610134e63ade5305761c /railties/CHANGELOG.md
parent2bf55179813190f2a79509383e21c2b43e72f4c2 (diff)
downloadrails-b89a3e7e638a50c648a17d09c48b49b707e1d90d.tar.gz
rails-b89a3e7e638a50c648a17d09c48b49b707e1d90d.tar.bz2
rails-b89a3e7e638a50c648a17d09c48b49b707e1d90d.zip
Tweaks CHANGELOGs and docs [ci skip]
* add leading `#` before `=>` since hash rocket is valid Ruby code * add backticks * remove trailing spaces * and more
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index df0d6d4fa0..549a9b6de0 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -6,7 +6,7 @@
* Add `config.disable_sandbox` option to Rails console.
This setting will disable `rails console --sandbox` mode, preventing
- developer from accidentally starting a sandbox console,
+ developer from accidentally starting a sandbox console,
which when left inactive, can cause the database server to run out of memory.
*Prem Sichanugrist*
@@ -15,6 +15,7 @@
*Yuji Yaginuma*
+
## Rails 6.0.0.beta3 (March 11, 2019) ##
* Generate random development secrets
@@ -29,7 +30,6 @@
*Eileen M. Uchitelle*, *Aaron Patterson*, *John Hawthorn*
-
## Rails 6.0.0.beta2 (February 25, 2019) ##
* Fix non-symbol access to nested hashes returned from `Rails::Application.config_for`