Displaying 1 result from an estimated 1 matches for "b3acf68".
2009 Jun 10
1
[PATCH] remove rails2.3 deprecated config.action_view.cache_template_extensions
---
src/config/environments/development.rb | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/config/environments/development.rb b/src/config/environments/development.rb
index b3acf68..9bd4fa6 100644
--- a/src/config/environments/development.rb
+++ b/src/config/environments/development.rb
@@ -33,7 +33,6 @@ config.whiny_nils = true
# Show full error reports and disable caching
config.action_controller.consider_all_requests_local = true
config.action_controller.perform_caching...