Skip to content

Show warning for `secret_key_base` in development too

Created by: fatkodima

Fixes https://github.com/rails/rails/issues/51322 (see there for more context).

The problem is that the secret_key_base warning is shown only in production environments. But it will be much more helpful if that is shown in development to detect it before pushing to production.

Merge request reports