Skip to content

Instantly share code, notes, and snippets.

@ch1ago
Created November 27, 2010 21:11
Show Gist options
  • Save ch1ago/718274 to your computer and use it in GitHub Desktop.
Save ch1ago/718274 to your computer and use it in GitHub Desktop.
NameError in Site#exce
Showing /home/r3/apps/ex1/vendor/plugins/exception_notification/lib/exception_notification/views/exception_notification/notifier/_request.text.erb where line #3 raised:
uninitialized constant ActionView::CompiledTemplates::PP
Extracted source (around line #3):
1: * URL : <%= raw @request.url %>
2: * IP address: <%= raw @request.remote_ip %>
3: * Parameters: <%= raw PP.pp(@request.filtered_parameters, "") %>
4: * Rails root: <%= raw Rails.root %>
Trace of template inclusion: vendor/plugins/exception_notification/lib/exception_notification/views/exception_notification/notifier/notify.text.erb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment