[ARVADOS] updated: 2ae14761e46c756dd6ac9efd91dda3a0824c649f

git at public.curoverse.com git at public.curoverse.com
Mon Mar 10 16:38:03 EDT 2014


Summary of changes:
 apps/workbench/config/application.default.yml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

       via  2ae14761e46c756dd6ac9efd91dda3a0824c649f (commit)
      from  c9f36fd25ba69edf08997d3bce57c8e2f7e2b6fc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 2ae14761e46c756dd6ac9efd91dda3a0824c649f
Author: Tom Clegg <tom at curoverse.com>
Date:   Mon Mar 10 16:38:00 2014 -0400

    Default to using a random secret_token in test mode.

diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml
index 790c1f7..1392552 100644
--- a/apps/workbench/config/application.default.yml
+++ b/apps/workbench/config/application.default.yml
@@ -49,6 +49,7 @@ test:
   active_record.mass_assignment_sanitizer: :strict
   active_support.deprecation: :stderr
   profiling_enabled: false
+  secret_token: <%= rand(2**256).to_s(36) %>
 
   site_name: Workbench:test
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list