Exception notification plugin doesn't like Rails Engines?

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

Here’s the fix:

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

James A. wrote:

Hi,

Sorry for the delayed response - this is probably to do with the fact
that the file is called _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

Hi,

Sorry for the delayed response - this is probably to do with the fact
that the file is called _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