diff options
author | Jon Moss <me@jonathanmoss.me> | 2017-08-06 22:32:26 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2017-08-06 22:32:26 -0400 |
commit | be60532bdc9fe1ecec1ad04392bf804409d6372d (patch) | |
tree | e948e7025a56fa0a434326b3a4dcded6d97dbe7f /railties | |
parent | 026d4a2f078d12d242737f0c540cde5a1e350e5f (diff) | |
download | rails-be60532bdc9fe1ecec1ad04392bf804409d6372d.tar.gz rails-be60532bdc9fe1ecec1ad04392bf804409d6372d.tar.bz2 rails-be60532bdc9fe1ecec1ad04392bf804409d6372d.zip |
Lint railties/CHANGELOG.md
Light grammar edits.
[ci skip]
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 ec41d17a9f..43210ead16 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,5 +1,5 @@ * Add `ruby x.x.x` version to `Gemfile` and create `.ruby-version` - root file containing current Ruby version when new Rails applications are + root file containing the current Ruby version when new Rails applications are created. *Alberto Almagro* @@ -32,7 +32,7 @@ *Robin Dupret*, *Kasper Timm Hansen* -* Allow to pass a custom connection name to the `rails dbconsole` +* Allow passing a custom connection name to the `rails dbconsole` command when using a 3-level database configuration. $ bin/rails dbconsole -c replica |