From: Shaun McDonald Date: Thu, 6 Nov 2008 14:20:07 +0000 (+0000) Subject: Removing depricated config option in the development env X-Git-Tag: live~7622^2~222 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/89d8fc1bade02835c90167f9ae8bee9f123acc8b?ds=sidebyside Removing depricated config option in the development env --- diff --git a/config/environments/development.rb b/config/environments/development.rb index 09a451f9a..85c9a6080 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