Created
November 27, 2010 21:11
-
-
Save ch1ago/718274 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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