diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-04-06 18:08:31 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-04-06 18:08:31 +0000 |
commit | 496725022a09cd2100e1550745064fb5a6308ee4 (patch) | |
tree | d5215d5669707ca056304ab06c5fed66ed0d6421 /railties/environments | |
parent | 8eb73f43e1f7eb6f7afa7838e64b259c81bc8a47 (diff) | |
download | rails-496725022a09cd2100e1550745064fb5a6308ee4.tar.gz rails-496725022a09cd2100e1550745064fb5a6308ee4.tar.bz2 rails-496725022a09cd2100e1550745064fb5a6308ee4.zip |
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
Diffstat (limited to 'railties/environments')
-rw-r--r-- | railties/environments/development.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |