From 496725022a09cd2100e1550745064fb5a6308ee4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 6 Apr 2006 18:08:31 +0000 Subject: Fixed that template extensions would be cached development mode #4624 [Stefan Kaes] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4189 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/environments/development.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'railties') diff --git a/railties/environments/development.rb b/railties/environments/development.rb index cbd8529e6c..0589aa979e 100644 --- a/railties/environments/development.rb +++ b/railties/environments/development.rb @@ -14,6 +14,7 @@ config.breakpoint_server = true # Show full error reports and disable caching 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 # Don't care if the mailer can't send -- cgit v1.2.3