Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielgrippi <danielgrippi@gmail.com>2012-03-22 03:39:40 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2012-03-28 05:07:22 +0400
commitf72f1d405959f9cc423e83c9419ee7fc2bb07ca1 (patch)
treeb4507f535f5a3767168af3a6026e649215fd86a1 /config/environments
parent5b2716d2efbf5fb576960cf7392f1c3184dbd7fd (diff)
more progress
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/test.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb
index be4ea36b5..a1958bfeb 100644
--- a/config/environments/test.rb
+++ b/config/environments/test.rb
@@ -34,6 +34,9 @@ Diaspora::Application.configure do
config.serve_static_assets = true
config.static_cache_control = "public, max-age=3600"
+ config.assets.enabled = true
+ config.assets.debug = true
+
# Allow pass debug_assets=true as a query parameter to load pages with unpackaged assets
config.assets.allow_debugging = true