diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-10-25 18:25:45 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-10-25 18:29:42 +0100 |
commit | 96e980b6836f8c696429838258d2cc0778d8dcec (patch) | |
tree | e69c18defe26040c8bcb3b1f608a8ca8ced50074 /config/environments/profiling.rb | |
parent | bec84a144eda607404c2db676b61a486610e51f7 (diff) |
Restore removed testing config param, remove spec for unset param - I think not really worth it.
Diffstat (limited to 'config/environments/profiling.rb')
-rw-r--r-- | config/environments/profiling.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/environments/profiling.rb b/config/environments/profiling.rb new file mode 100644 index 000000000..99064a1e2 --- /dev/null +++ b/config/environments/profiling.rb @@ -0,0 +1,6 @@ +config.cache_classes = true +config.action_controller.consider_all_requests_local = false +config.action_controller.perform_caching = true +config.action_view.cache_template_loading = true + +config.log_level = :debug
\ No newline at end of file |