aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2019-01-17 01:06:35 +0000
committerbogdanvlviv <bogdanvlviv@gmail.com>2019-01-17 01:45:54 +0000
commit4aa9935c2f8fbeeb4e123945eefb85f714372fb2 (patch)
tree481c18647e84c9de2b9374596b7ed9e6024a86ea /railties/CHANGELOG.md
parent481192171e67c2aad1dc4a3de113a61cca231674 (diff)
downloadrails-4aa9935c2f8fbeeb4e123945eefb85f714372fb2.tar.gz
rails-4aa9935c2f8fbeeb4e123945eefb85f714372fb2.tar.bz2
rails-4aa9935c2f8fbeeb4e123945eefb85f714372fb2.zip
Add `config.credentials.content_path` and `config.credentials.key_path` to the guide
- Fix some typos Follow up #33962
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 9c7e958b7c..f83ede5026 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -6,7 +6,9 @@
gsub Gemfile
```
- The change command copies a template `config/database.yml` with the target database adapter into your app, and replaces your database gem with the target database gem.
+ The change command copies a template `config/database.yml` with
+ the target database adapter into your app, and replaces your database gem
+ with the target database gem.
*Gannon McGibbon*
@@ -14,7 +16,6 @@
*bogdanvlviv*
-
* Use original `bundler` environment variables during the process of generating a new rails project.
*Marco Costa*
@@ -141,7 +142,7 @@
The encryption key can be in `ENV["RAILS_MASTER_KEY"]` or `config/credentials/production.key`.
Environment credentials overrides can be edited with `rails credentials:edit --environment production`.
- If no override is setup for the passed environment, it will be created.
+ If no override is set up for the passed environment, it will be created.
Additionally, the default lookup paths can be overwritten with these configs: