From 59578f8ebaf06142e6d69b7e2ca8cb86b39d0853 Mon Sep 17 00:00:00 2001 From: Georg Kahest Date: Mon, 7 Mar 2016 14:57:39 +0200 Subject: [PATCH] dont generate assets on the fly --- config/environments/staging.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environments/staging.rb b/config/environments/staging.rb index 1397b52fb..70ed04089 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -27,7 +27,7 @@ Rails.application.configure do # config.assets.css_compressor = :sass # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = true + config.assets.compile = false # Generate digests for assets URLs. config.assets.digest = false @@ -43,7 +43,7 @@ Rails.application.configure do # config.force_ssl = true # Set to :debug to see everything in the log. - config.log_level = :info + config.log_level = :debug # Prepend all log lines with the following tags. config.log_tags = [:subdomain, :uuid, :remote_ip]