From 37a3c25695c606695b745d440c69044351ada773 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 24 Jul 2009 15:11:45 -0300 Subject: [PATCH] ActionItem1178: removing deprecated configuration --- config/environments/development.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 09a451f..d67452f 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -12,7 +12,6 @@ config.whiny_nils = true config.action_controller.consider_all_requests_local = true config.action_view.debug_rjs = true config.action_controller.perform_caching = false -config.action_view.cache_template_extensions = false # Don't care if the mailer can't send -config.action_mailer.raise_delivery_errors = false \ No newline at end of file +config.action_mailer.raise_delivery_errors = false -- libgit2 0.21.2