From e444c7f6babe956ef22a775b8ec197d58765b6a0 Mon Sep 17 00:00:00 2001 From: ash Date: Wed, 22 May 2013 23:55:48 +0000 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2a7e605a350..1210ac3b44a 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ db/data.yml vendor/bundle/* rails_best_practices_output.html doc/code/* +.secret -- cgit v1.2.1