Ruby on Rails Tuesday, September 28, 2010

I have tried both. Made sure the plugin is installed and the gem
exception_notification (2.3.3.0)
is installed and it's in my enviornment.rb file as configm.gem
"exception_notification"

I followed to documentation to the T.

It's on rails 2.3.5.

On Sep 26, 12:59 am, Peter De Berdt <peter.de.be...@pandora.be> wrote:
> On 25 Sep 2010, at 21:04, badnaam wrote:
>
>
>
> > Anyone?
>
> > On Sep 24, 4:19 pm, badnaam <asitkmis...@gmail.com> 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(myt...@gmail.com)
>
> >> 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 rubyonrails-talk@googlegroups.com.
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.

No comments:

Post a Comment