diff options
author | Yoshiyuki Hirano <yhirano@me.com> | 2018-04-07 02:34:59 +0900 |
---|---|---|
committer | Yoshiyuki Hirano <yhirano@me.com> | 2018-04-07 02:35:02 +0900 |
commit | b72dc84ba5fa810e73800843eac2c49085d38ee2 (patch) | |
tree | 557565dd4648bdbbe3137912e713e351fee30f4d /guides | |
parent | 457312f54fc1641ad42bcc6362b13836fc30feec (diff) | |
download | rails-b72dc84ba5fa810e73800843eac2c49085d38ee2.tar.gz rails-b72dc84ba5fa810e73800843eac2c49085d38ee2.tar.bz2 rails-b72dc84ba5fa810e73800843eac2c49085d38ee2.zip |
[ci skip] Add securing rails app guide link to credential section
* In 5.2 release note, added [securing rails app guide](http://edgeguides.rubyonrails.org/security.html#custom-credentials) link to [credentials section](http://edgeguides.rubyonrails.org/5_2_release_notes.html#credentials).
Diffstat (limited to 'guides')
-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 |