On 25 Sep 2010, at 21:04, badnaam wrote:

Anyone?

On Sep 24, 4:19 pm, badnaam <[email protected]> wrote:
I am using the the exception notification plugin for rails version 2.3

This is what I have in my environment.rb file
   ExceptionNotification::Notifier.exception_recipients =
%w([email protected])

In my app controller..

    include ExceptionNotification::Notifiable

After installation when I start the server I get the following error

  /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/
active_support/dependencies.rb:443:in `load_missing_constant'
        /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/
active_support/dependencies.rb:80:in `const_missing'

It says exception notifier isn't loaded. You will have to work from there to find out why: - If it's a gem, you might not have included it in your config.gem section - If it's a plugin, you might not have installed it into the vendor/ plugins directory
- …


Best regards

Peter De Berdt

--
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to