Ruby Forum Rails Engines > Exception notification plugin doesn't like Rails Engines?

Posted by Ron Evans (Guest)
on 02.08.2007 17:16
(Received via mailing list)
After I installed the Engines plugin, I see that the 
exception_notification
plugin now seems to be unhappy. Specifically, when I start my Rails app 
it
can no longer find 'exception_notifier_helper'.

This line is particularly odd:
checking plugin 'exception_notification' for
'script/../config/../vendor/plugins/exception_notification/lib/exception_notifier_helper'

Here is the rest of my data from the console:

checking plugin 'attachment_fu' for
'script/../config/../vendor/plugins/exception_notification/lib/exception_notifier_helper'
checking plugin 'browser_filters' for
'script/../config/../vendor/plugins/exception_notification/lib/exception_notifier_helper'
checking plugin 'comatose' for
'script/../config/../vendor/plugins/exception_notification/lib/exception_notifier_helper'
checking plugin 'engines' for
'script/../config/../vendor/plugins/exception_notification/lib/exception_notifier_helper'
checking plugin 'exception_notification' for
'script/../config/../vendor/plugins/exception_notification/lib/exception_notifier_helper'
checking plugin 'savage_beast' for
'script/../config/../vendor/plugins/exception_notification/lib/exception_notifier_helper'
checking plugin 'scalable_acts_as_taggable' for
'script/../config/../vendor/plugins/exception_notification/lib/exception_notifier_helper'
checking plugin 'white_list' for
'script/../config/../vendor/plugins/exception_notification/lib/exception_notifier_helper'
checking plugin 'white_list_formatted_content' for
'script/../config/../vendor/plugins/exception_notification/lib/exception_notifier_helper'
(file not found in application)


Since the exception_notification is pretty common, has anyone else run 
into
this?

Regards,
Ron
Posted by James Adam (Guest)
on 29.08.2007 17:04
(Received via mailing list)
Hi,

Sorry for the delayed response - this is probably to do with the fact
that the file is called <something>_helper, but doesn't reside in
app/helpers within the plugin. I'll look at adding a fix if I can
track down the issue.

- James
Posted by Bill Harding (wbharding)
on 23.02.2008 02:15
Here's the fix:

http://www.williambharding.com/blog/?p=110

James Adam wrote:
> Hi,
> 
> Sorry for the delayed response - this is probably to do with the fact
> that the file is called <something>_helper, but doesn't reside in
> app/helpers within the plugin. I'll look at adding a fix if I can
> track down the issue.
> 
> - James