From 19a76b8749d961a13a4c485c110a5a35bd0825db Mon Sep 17 00:00:00 2001 From: Bart Date: Tue, 2 May 2017 10:17:08 -0400 Subject: Rails secrets is not built on but inspired by Sekrets Put wording in line with http://weblog.rubyonrails.org/2017/4/27/Rails-5-1-final/ --- guides/source/5_1_release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md index ecdb951870..fa92b9e5f8 100644 --- a/guides/source/5_1_release_notes.md +++ b/guides/source/5_1_release_notes.md @@ -87,7 +87,7 @@ screenshots. [Pull Request](https://github.com/rails/rails/pull/28038) Rails now allows management of application secrets in a secure way, -building on top of the [sekrets](https://github.com/ahoward/sekrets) gem. +inspired by the [sekrets](https://github.com/ahoward/sekrets) gem. Run `bin/rails secrets:setup` to setup a new encrypted secrets file. This will also generate a master key, which must be stored outside of the repository. The -- cgit v1.2.3