about summary refs log tree commit homepage
path: root/test/rails/app-2.3.3.1/config/environments/production.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-07-20 12:09:41 -0700
committerEric Wong <normalperson@yhbt.net>2009-07-20 12:09:41 -0700
commitfefbed6c37e1b8b4213a7b8fe8ecc58809ebc05d (patch)
treedcee0a005e09061a07e8c9191304ccf520b68f72 /test/rails/app-2.3.3.1/config/environments/production.rb
parenta8dfa694d76b9600d9cfdef624e15d5d9d730aee (diff)
downloadunicorn-fefbed6c37e1b8b4213a7b8fe8ecc58809ebc05d.tar.gz
Diffstat (limited to 'test/rails/app-2.3.3.1/config/environments/production.rb')
-rw-r--r--test/rails/app-2.3.3.1/config/environments/production.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/rails/app-2.3.3.1/config/environments/production.rb b/test/rails/app-2.3.3.1/config/environments/production.rb
new file mode 100644
index 0000000..474257d
--- /dev/null
+++ b/test/rails/app-2.3.3.1/config/environments/production.rb
@@ -0,0 +1,4 @@
+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