about summary refs log tree commit homepage
path: root/test/rails/app-2.3.8/config/environments/development.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-01 15:44:22 -0700
committerEric Wong <normalperson@yhbt.net>2011-04-01 15:44:22 -0700
commite5bf7b7207d69daf1c3537797aeeab2642f19514 (patch)
tree8c4a1b5fb14b207ad23b71e214c15ce5e465dc69 /test/rails/app-2.3.8/config/environments/development.rb
parentc1ebb313735a280582d87c1ba44619aa47e00b06 (diff)
downloadunicorn-e5bf7b7207d69daf1c3537797aeeab2642f19514.tar.gz
They were transitionary releases and the logic to deal with them
and Rack versioning was too much overhead.
Diffstat (limited to 'test/rails/app-2.3.8/config/environments/development.rb')
-rw-r--r--test/rails/app-2.3.8/config/environments/development.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/rails/app-2.3.8/config/environments/development.rb b/test/rails/app-2.3.8/config/environments/development.rb
deleted file mode 100644
index 3d381d2..0000000
--- a/test/rails/app-2.3.8/config/environments/development.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- encoding: binary -*-
-
-config.cache_classes = false
-config.whiny_nils = true
-config.action_controller.consider_all_requests_local = true
-config.action_view.debug_rjs                         = true
-config.action_controller.perform_caching             = false