From 8e55e561a1bcba57bf429c9c2111ec5351fcb1b3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 3 Jun 2010 22:53:28 +0000 Subject: move Rails 2.3.x test to Rails 2.3.8 This allows us to gets rid of the Rack 1.0.1 dependency when running Rails tests since previous versions of Rails 2.3.x needed Rack 1.0.1, where as Rails 2.2.x and below could be used with any version of Rack (under Unicorn only). --- test/rails/app-2.3.8/config/environments/production.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/rails/app-2.3.8/config/environments/production.rb (limited to 'test/rails/app-2.3.8/config/environments/production.rb') diff --git a/test/rails/app-2.3.8/config/environments/production.rb b/test/rails/app-2.3.8/config/environments/production.rb new file mode 100644 index 0000000..08710a4 --- /dev/null +++ b/test/rails/app-2.3.8/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 -- cgit v1.2.3-24-ge0c7