Joey Boggs
2009-Jun-10 19:26 UTC
[Ovirt-devel] [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 = false -config.action_view.cache_template_extensions = false config.action_view.debug_rjs = true # Don't care if the mailer can't send -- 1.6.0.6
Jason Guiditta
2009-Jun-11 16:08 UTC
[Ovirt-devel] [PATCH] remove rails2.3 deprecated config.action_view.cache_template_extensions
On Wed, 2009-06-10 at 15:26 -0400, Joey Boggs wrote:> --- > 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 = false > -config.action_view.cache_template_extensions = false > config.action_view.debug_rjs = true > > # Don't care if the mailer can't sendACK