about summary refs log tree commit homepage
path: root/test/rails/app-2.1.2/config/environments/development.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rails/app-2.1.2/config/environments/development.rb')
-rw-r--r--test/rails/app-2.1.2/config/environments/development.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/rails/app-2.1.2/config/environments/development.rb b/test/rails/app-2.1.2/config/environments/development.rb
new file mode 100644
index 0000000..7f49032
--- /dev/null
+++ b/test/rails/app-2.1.2/config/environments/development.rb
@@ -0,0 +1,5 @@
+config.cache_classes = false
+config.whiny_nils = true
+config.action_controller.consider_all_requests_local = true
+config.action_controller.perform_caching = false
+config.action_view.debug_rjs = true