about summary refs log tree commit homepage
path: root/test/rails/app-1.2.3/config/environments/development.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-31 17:34:10 -0700
committerEric Wong <normalperson@yhbt.net>2009-03-31 19:00:21 -0700
commitaba465e9d196737b07786a759ba320c89ae31c2e (patch)
tree112b91937c258682b4d307a64775ac01cf0f1bcf /test/rails/app-1.2.3/config/environments/development.rb
parent3adce6a1a803a00cb5cc9da758a10a658aab98ec (diff)
downloadunicorn-aba465e9d196737b07786a759ba320c89ae31c2e.tar.gz
Very preliminary for now.  Basically just sets up a basic
controller and response.  Requires git to clone the official
Rails repository.
Diffstat (limited to 'test/rails/app-1.2.3/config/environments/development.rb')
-rw-r--r--test/rails/app-1.2.3/config/environments/development.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/rails/app-1.2.3/config/environments/development.rb b/test/rails/app-1.2.3/config/environments/development.rb
new file mode 100644
index 0000000..032fb46
--- /dev/null
+++ b/test/rails/app-1.2.3/config/environments/development.rb
@@ -0,0 +1,7 @@
+config.cache_classes = false
+config.whiny_nils = true
+config.breakpoint_server = true
+config.action_controller.consider_all_requests_local = true
+config.action_controller.perform_caching = false
+config.action_view.cache_template_extensions = false
+config.action_view.debug_rjs = true