You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now initializers/key.rb has a not-entirely-insecure approach of just completely omitting a production key, but the current state of the art is usually ENV based and I'd like to expand on that in the tutorial.
The text was updated successfully, but these errors were encountered:
There's a new security-related feature that a lot of devs won't be familiar with:
http://weblog.rubyonrails.org/2017/4/27/Rails-5-1-final/#encrypted-secrets
Right now
initializers/key.rb
has a not-entirely-insecure approach of just completely omitting a production key, but the current state of the art is usuallyENV
based and I'd like to expand on that in the tutorial.The text was updated successfully, but these errors were encountered: