diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2018-04-06 13:44:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-06 13:44:13 -0400 |
commit | bedb3e2250d418b13f9531b309dcf47da792aa5b (patch) | |
tree | 447029dc452518978041ed19a7361e56c180f533 | |
parent | 7fac2b496a52f46c76090d02624f3ff53ae4bc48 (diff) | |
parent | b72dc84ba5fa810e73800843eac2c49085d38ee2 (diff) | |
download | rails-bedb3e2250d418b13f9531b309dcf47da792aa5b.tar.gz rails-bedb3e2250d418b13f9531b309dcf47da792aa5b.tar.bz2 rails-bedb3e2250d418b13f9531b309dcf47da792aa5b.zip |
Merge pull request #32481 from yhirano55/add_securing_rails_app_guide_link_to_credential_section
[ci skip] Add securing rails app guide link to credential section
-rw-r--r-- | guides/source/5_2_release_notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/5_2_release_notes.md b/guides/source/5_2_release_notes.md index 541c025fac..ab24c7e590 100644 --- a/guides/source/5_2_release_notes.md +++ b/guides/source/5_2_release_notes.md @@ -75,6 +75,9 @@ secrets introduced in Rails 5.1. Furthermore, Rails 5.2 [opens API underlying Credentials](https://github.com/rails/rails/pull/30940), so you can easily deal with other encrypted configurations, keys, and files. +You can read more about this in the +[Securing Rails Applications](security.html#custom-credentials) +guide. ### Content Security Policy |