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) After checking http://www.rubyonrails.org/deprecation I am still searching for illumination. the mongrel_service gem did upgrade mongrel to 1.1.5 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Oct 8, 8:44 pm, Glen <DamnBig...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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 about http://www.rubyonrails.org/deprecation is 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> > After checkinghttp://www.rubyonrails.org/deprecationI am still > searching for illumination. > > the mongrel_service gem did upgrade mongrel to 1.1.5--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Oct 8, 2:08 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Oct 8, 8:44 pm, Glen <DamnBig...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > 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.> > > After checkinghttp://www.rubyonrails.org/deprecationIam still > > searching for illumination. > > > the mongrel_service gem did upgrade mongrel to 1.1.5--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Sent from my iPhone On 8 Oct 2008, at 21:19, Glen <DamnBigMan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > On Oct 8, 2:08 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: >> On Oct 8, 8:44 pm, Glen <DamnBig...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >>> 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 Fred>> >>> After checkinghttp://www.rubyonrails.org/deprecationIam still >>> searching for illumination. >> >>> the mongrel_service gem did upgrade mongrel to 1.1.5 > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Oct 8, 2:28 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Sent from my iPhone > > On 8 Oct 2008, at 21:19, Glen <DamnBig...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > On Oct 8, 2:08 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > wrote: > >> On Oct 8, 8:44 pm, Glen <DamnBig...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > >>> 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 > > Fred > > > > >>> After checkinghttp://www.rubyonrails.org/deprecationIamstill > >>> searching for illumination. > > >>> the mongrel_service gem did upgrade mongrel to 1.1.5Thanks Fred, I realize it was only a deprecation warning but I was hoping it was what was causing mongrel_service to not work. Back to the drawing board I guess. -Glen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---