From 99a1de487400577affdc5e22da253cc710735956 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 2 Apr 2009 03:07:48 -0700 Subject: test/rails: v2.1.2 + ActiveRecordStore all around Recent changes made to the unicorn_rails loader were needed to get ActiveRecordStore to load correctly. --- test/rails/app-2.1.2/config/environments/production.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/rails/app-2.1.2/config/environments/production.rb (limited to 'test/rails/app-2.1.2/config/environments/production.rb') 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 -- cgit v1.2.3-24-ge0c7