about summary refs log tree commit homepage
path: root/test/rails/app-2.3.5/config/environments/production.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-01-05 16:13:53 -0800
committerEric Wong <normalperson@yhbt.net>2010-01-05 16:14:01 -0800
commit19dac8e60e12036b2717cb4933e79ac9efb04d40 (patch)
tree238433bb8b26657d05b6ae4a3b8cf70f59667d6e /test/rails/app-2.3.5/config/environments/production.rb
parent841f967666292f634c6af485f7ac452f36cc2028 (diff)
downloadunicorn-19dac8e60e12036b2717cb4933e79ac9efb04d40.tar.gz
Rails 2.3.3.1 is ancient
Diffstat (limited to 'test/rails/app-2.3.5/config/environments/production.rb')
-rw-r--r--test/rails/app-2.3.5/config/environments/production.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/rails/app-2.3.5/config/environments/production.rb b/test/rails/app-2.3.5/config/environments/production.rb
new file mode 100644
index 0000000..08710a4
--- /dev/null
+++ b/test/rails/app-2.3.5/config/environments/production.rb
@@ -0,0 +1,6 @@
+# -*- encoding: binary -*-
+
+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