From 84b0f9c739ffb82f3b8e0571c400014c34d0e369 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 19 Jan 2008 03:20:39 +0000 Subject: Introduce TemplateFinder to handle view paths and lookups. Closes #10800. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8669 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/environments/development.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'railties') diff --git a/railties/environments/development.rb b/railties/environments/development.rb index 09a451f9a3..85c9a6080e 100644 --- a/railties/environments/development.rb +++ b/railties/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 -- cgit v1.2.3