Hi all, I have rails 2.2.2 and Ruby 1.8.7. I just updates my rails version (changed the environment.rb) and now try to startup Mongrel resulting in Exiting... Someone knows why? ** Starting Mongrel listening at 0.0.0.0:3000 ** Starting Rails with development environment... C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/ initializer.rb:530:in `send'': undefined method `cache_template_extensions='' for ActionView ::Base:Class (NoMethodError) from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ lib/initializer.rb:530:in `initialize_framework_settings'' from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ lib/initializer.rb:529:in `each'' from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ lib/initializer.rb:529:in `initialize_framework_settings'' from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ lib/initializer.rb:526:in `each'' from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ lib/initializer.rb:526:in `initialize_framework_settings'' from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ lib/initializer.rb:154:in `process'' from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ lib/initializer.rb:112:in `send'' from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ lib/initializer.rb:112:in `run'' ... 12 levels... from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5- x86-mswin32-60/bin/../lib/mongrel/command.rb:212:in `run'' from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5- x86-mswin32-60/bin/mongrel_rails:281 from C:/InstantRails/ruby/bin/mongrel_rails:19:in `load'' from C:/InstantRails/ruby/bin/mongrel_rails:19 --~--~---------~--~----~------------~-------~--~----~ 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 Nov 28, 8:51 am, Tarscher <tarsc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi all, > > I have rails 2.2.2 and Ruby 1.8.7. > > I just updates my rails version (changed the environment.rb) and now > try to startup Mongrel resulting in Exiting... > > Someone knows why? >Because the cache_template_extensions setting was removed. Fred> ** Starting Mongrel listening at 0.0.0.0:3000 > ** Starting Rails with development environment... > C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/ > initializer.rb:530:in `send'': undefined method > `cache_template_extensions='' for ActionView > ::Base:Class (NoMethodError) > from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ > lib/initializer.rb:530:in `initialize_framework_settings'' > from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ > lib/initializer.rb:529:in `each'' > from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ > lib/initializer.rb:529:in `initialize_framework_settings'' > from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ > lib/initializer.rb:526:in `each'' > from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ > lib/initializer.rb:526:in `initialize_framework_settings'' > from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ > lib/initializer.rb:154:in `process'' > from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ > lib/initializer.rb:112:in `send'' > from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-2.2.2/ > lib/initializer.rb:112:in `run'' > ... 12 levels... > from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5- > x86-mswin32-60/bin/../lib/mongrel/command.rb:212:in `run'' > from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5- > x86-mswin32-60/bin/mongrel_rails:281 > from C:/InstantRails/ruby/bin/mongrel_rails:19:in `load'' > from C:/InstantRails/ruby/bin/mongrel_rails:19--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung wrote:> On Nov 28, 8:51�am, Tarscher <tarsc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> Hi all, >> >> I have rails 2.2.2 and Ruby 1.8.7. >> >> I just updates my rails version (changed the environment.rb) and now >> try to startup Mongrel resulting in Exiting... >> >> Someone knows why? >> > Because the cache_template_extensions setting was removed. > > FredSo Fred, how do we fix the problem? I don''t see anything in the/config of my app that''s using or creating this setting. What do we do to fix the problem? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Scott Hodson wrote:> Frederick Cheung wrote: >> On Nov 28, 8:51�am, Tarscher <tarsc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>> Hi all, >>> >>> I have rails 2.2.2 and Ruby 1.8.7. >>> >>> I just updates my rails version (changed the environment.rb) and now >>> try to startup Mongrel resulting in Exiting... >>> >>> Someone knows why? >>> >> Because the cache_template_extensions setting was removed. >> >> Fred > > So Fred, how do we fix the problem? I don''t see anything in the/config > of my app that''s using or creating this setting. What do we do to fix > the problem?Never mind, I found your post on http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/51bc97ee5c3c8b58 that we need to edit /config/environments/development.rb, I commented out the referece (didn''t see it there eariler). Thanks! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 29 Nov 2008, at 15:33, Scott Hodson <rails-mailing-list@andreas- s.net> wrote:> > Frederick Cheung wrote: >> On Nov 28, 8:51�am, Tarscher <tarsc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>> Hi all, >>> >>> I have rails 2.2.2 and Ruby 1.8.7. >>> >>> I just updates my rails version (changed the environment.rb) and now >>> try to startup Mongrel resulting in Exiting... >>> >>> Someone knows why? >>> >> Because the cache_template_extensions setting was removed. >> >> Fred > > So Fred, how do we fix the problem? I don''t see anything in the/config > of my app that''s using or creating this setting. What do we do to fix > the problem?Assuming it was the same problem as the OP then you''d remove references to that setting in production.rb etc... If not then I''ve no idea what the solution is because I don''t know what the problem is. Fred> > -- > Posted via http://www.ruby-forum.com/. > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Oops, hadn''t seen your later message, ignore me :-( Sent from my iPhone On 29 Nov 2008, at 18:35, Frederick Cheung <frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > On 29 Nov 2008, at 15:33, Scott Hodson <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org > > wrote: > >> >> Frederick Cheung wrote: >>> On Nov 28, 8:51�am, Tarscher <tarsc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>>> Hi all, >>>> >>>> I have rails 2.2.2 and Ruby 1.8.7. >>>> >>>> I just updates my rails version (changed the environment.rb) and >>>> now >>>> try to startup Mongrel resulting in Exiting... >>>> >>>> Someone knows why? >>>> >>> Because the cache_template_extensions setting was removed. >>> >>> Fred >> >> So Fred, how do we fix the problem? I don''t see anything in the/ >> config >> of my app that''s using or creating this setting. What do we do to >> fix >> the problem? > > Assuming it was the same problem as the OP then you''d remove > references to that setting in production.rb etc... > If not then I''ve no idea what the solution is because I don''t know > what the problem is. > > Fred >> >> -- >> Posted via http://www.ruby-forum.com/. >> >> >>--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---