I am getting the following message in my development.log after
installing mongrel_service, installing the service and starting the
service.
DEPRECATION WARNING: config.action_view.cache_template_extensions
option has been deprecated and has no affect. Please remove it from
your config files. See http://www.rubyonrails.org/deprecation for
details. (called from send at C:/ruby/lib/ruby/gems/1.8/gems/
rails-2.1.0/lib/initializer.rb:455)
I am getting the following message in my development.log after
installing mongrel_service, installing the service and starting the
service.
DEPRECATION WARNING: config.action_view.cache_template_extensions
option has been deprecated and has no affect. Please remove it from
your config files. Seehttp://www.rubyonrails.org/deprecationfor
details. (called from send at C:/ruby/lib/ruby/gems/1.8/gems/
rails-2.1.0/lib/initializer.rb:455)
> I am getting the following message in my development.log after
> installing mongrel_service, installing the service and starting the
> service.
> DEPRECATION WARNING: config.action_view.cache_template_extensions
> option has been deprecated and has no affect. Please remove it from
> your config files. Seehttp://www.rubyonrails.org/deprecationfor
> details. (called from send at C:/ruby/lib/ruby/gems/1.8/gems/
> rails-2.1.0/lib/initializer.rb:455)
The bit abouthttp://www.rubyonrails.org/deprecationis a generic
message and possibly not relevant. Other than that it should be pretty
clear: that setting no longer has any effect so you might as well just
remove it.
Fred
That's all well and good but I'm not sure what is responsible. Line
455 in inilializer.rb doesn't actually call that it calls a value
passed to it from somewhere else. I was kind of hoping I wouldn't
have to trace it by hand.
I am getting the following message in my development.log after
installing mongrel_service, installing the service and starting the
service.
DEPRECATION WARNING: config.action_view.cache_template_extensions
option has been deprecated and has no affect. Please remove it from
your config files. Seehttp://www.rubyonrails.org/deprecationfor
details. (called from send at C:/ruby/lib/ruby/gems/1.8/gems/
rails-2.1.0/lib/initializer.rb:455)
The bit abouthttp://www.rubyonrails.org/deprecationis a generic
message and possibly not relevant. Other than that it should be
pretty
clear: that setting no longer has any effect so you might as well
just
remove it.
Fred
That's all well and good but I'm not sure what is responsible. Line
455 in inilializer.rb doesn't actually call that it calls a value
passed to it from somewhere else. I was kind of hoping I wouldn't
have to trace it by hand.
Just look for cache_template_extensions in the files in config