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
The rails default is to use master.key for development, then require -e for all other environments. This is odd default behaviour, but likely for backwards compatibility.
Prevent just doing rails credentials:edit and required the -e development to explicitness.