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