Generate the Rails secret token on first run.
Store the secret token in a .gitignored file called ".secret", which is created by the initializer if it doesn't exist.
Showing
Please register or sign in to comment
Store the secret token in a .gitignored file called ".secret", which is created by the initializer if it doesn't exist.