Hallo Everybody, I updated recently to the latest versions of Ruby and Rails. Now it seems to me that the plugin ErrorNotification doesn''t run anymore. I even tried to create a new project, installed the plugin and added the following line to my development.rb: [code] ExceptionNotifier.exception_recipients = "adress-QPFuF50DZNq+XT7JhA+gdA@public.gmane.org" [/code] When I try to start my server it hangs with an error. I tried it on Mac and Windows, in development- and production-mode, with webrick and mongrel and I''m always getting the following error: [code] /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/ active_support/dependencies.rb:477:in const_missing'': uninitialized constant Rails::Initializer::ExceptionNotifiable (NameError) from /Users/dm/Documents/rails/pws_de/config/../config/ environments/development.rb:58:in load_environment'' from /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/ initializer.rb:204:in `load_environment'' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/ active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'' from /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/ initializer.rb:201:in `load_environment'' from /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/ initializer.rb:85:in `process'' from /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/ initializer.rb:43:in `send'' from /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/ initializer.rb:43:in `run'' from /Users/dm/Documents/rails/pws_de/config/environment.rb:13 ... 11 levels... from /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/ mongrel/command.rb:211:in `run'' from /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/ mongrel_rails:243 from /usr/local/bin/mongrel_rails:16:in `load'' from /usr/local/bin/mongrel_rails:16 [/code] Has anybody an idea, what could be the problem? Thanks in advance --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
none
2007-Jul-27 09:06 UTC
Re: Ruby 1.8.6 + Rails 1.2.3 + ErrorNotification == NameError !?
Did anybody encounter a similar problem? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
none
2007-Aug-07 14:45 UTC
Re: Ruby 1.8.6 + Rails 1.2.3 + ErrorNotification == NameError !?
alright, I found the problem. i had rails 1.2.3.6906 installed. uninstalled it and everything was working fine again. ps: 1.2.3.71xx didn''t work either. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---