From 0f49396b39cbdefc2a61b03cd730acb93d6aabfa Mon Sep 17 00:00:00 2001 From: Nicolae Claudius Date: Sat, 17 Sep 2011 15:04:51 -0700 Subject: [PATCH] heroku should handle --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index d6a5f70..8a2e91f 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -9,7 +9,7 @@ Simpledns::Application.configure do config.action_controller.perform_caching = true # Disable Rails's static asset server (Apache or nginx will already do this) - config.serve_static_assets = true + config.serve_static_assets = false # Compress JavaScripts and CSS config.assets.compress = true