Rails 7.2 deprecates `Rails.application.secrets` in favor of `Rails.application.credentials`, but migrating on Heroku can cause silent failures. When removing the SECRET_KEY_BASE environment variable, Heroku's buildpack automatically regenerates it with a random value, invalidating all existing cookies and breaking external

2m read time From blog.arkency.com
Post cover image
Table of contents
The one with nasty issueSummary

Sort: