From 220195ef5cf5f2b5ec8ca8ab459a7b53054338f1 Mon Sep 17 00:00:00 2001 From: Steven Miers Date: Sun, 16 Nov 2014 17:00:31 -0600 Subject: [PATCH] Friendlier development environment for active admin UI. --- admin/config/environments/development.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/config/environments/development.rb b/admin/config/environments/development.rb index ffd6b0e8f..d02c02b61 100644 --- a/admin/config/environments/development.rb +++ b/admin/config/environments/development.rb @@ -43,4 +43,7 @@ JamAdmin::Application.configure do # Show the logging configuration on STDOUT config.show_log_configuration = true + + # set to false to instead use amazon. You will also need to supply amazon secrets + config.store_artifacts_to_disk = true end