about summary refs log tree commit homepage
path: root/test/rails/app-2.1.2/config/environments/production.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-02 03:07:48 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-02 03:10:38 -0700
commit99a1de487400577affdc5e22da253cc710735956 (patch)
tree08c48c585db8aaf6525483ec80d8947915d44586 /test/rails/app-2.1.2/config/environments/production.rb
parentb11f1901e30955bd4154f715db1522374842912e (diff)
downloadunicorn-99a1de487400577affdc5e22da253cc710735956.tar.gz
Recent changes made to the unicorn_rails loader were needed to
get ActiveRecordStore to load correctly.
Diffstat (limited to 'test/rails/app-2.1.2/config/environments/production.rb')
-rw-r--r--test/rails/app-2.1.2/config/environments/production.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/rails/app-2.1.2/config/environments/production.rb b/test/rails/app-2.1.2/config/environments/production.rb
new file mode 100644
index 0000000..c4059e3
--- /dev/null
+++ b/test/rails/app-2.1.2/config/environments/production.rb
@@ -0,0 +1,3 @@
+config.cache_classes = true
+config.action_controller.consider_all_requests_local = false
+config.action_controller.perform_caching             = true