Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exception notifier's view path is borked #43

Open
bteitelb opened this issue Nov 26, 2014 · 4 comments
Open

exception notifier's view path is borked #43

bteitelb opened this issue Nov 26, 2014 · 4 comments

Comments

@bteitelb
Copy link
Collaborator

27cbedf didn't quite work. Every exception email has this now:

  ERROR: Failed to generate exception summary:

  ActionView::MissingTemplate: Missing partial exception_notifier/_controller_and_request with {:locale=>[:en], :formats=>[:text], :handlers=>[:erb, :builder]}. Searched in:
    * "/home/villagecraft/www/releases/20141124222319/app/views"
    * "/home/villagecraft/www/releases/20141124222319/app/views"
    * "/home/villagecraft/www/shared/bundle/ruby/2.1.0/gems/devise-3.4.1/app/views"
    * "/home/villagecraft/www/shared/bundle/ruby/2.1.0/gems/exception_notification-4.0.1/lib/exception_notifier/views"
@bteitelb
Copy link
Collaborator Author

@bteitelb
Copy link
Collaborator Author

This guy reports (smartinez87/exception_notification#135) that the custom template must end in html.erb. Let's try that.

bteitelb added a commit that referenced this issue Nov 26, 2014
@bteitelb
Copy link
Collaborator Author

"erb" that was supposed to be "html.erb"

@bteitelb
Copy link
Collaborator Author

Hmm, I'm still seeing:

ERROR: Failed to generate exception summary:

  ActionView::MissingTemplate: Missing partial exception_notifier/_controller_and_request with {:locale=>[:en], :formats=>[:text], :handlers=>[:erb, :builder]}. Searched in:
    * "/home/villagecraft/www/releases/20141124221524/app/views"
    * "/home/villagecraft/www/releases/20141124221524/app/views"
    * "/home/villagecraft/www/shared/bundle/ruby/2.1.0/gems/devise-3.4.1/app/views"
    * "/home/villagecraft/www/shared/bundle/ruby/2.1.0/gems/exception_notification-4.0.1/lib/exception_notifier/views"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant