Skip to content

Instantly share code, notes, and snippets.

@jferris
Created July 29, 2009 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jferris/158180 to your computer and use it in GitHub Desktop.
Save jferris/158180 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<notice version="2.0">
<api-key>345263346</api-key>
<error>
<class>RuntimeError</class>
<message>RuntimeError: Example</message>
<backtrace>
<line file="app/models/groups.rb" number="3" method="find"/>
<line file="app/controller/groups_controller.rb" number="7" method="find"/>
</backtrace>
</error>
<request>
<url>http://localhost/failure?id=123</url>
<controller>groups</controller>
<action>index</action>
<params>
<var key="id">123</var>
<var key="action">index</var>
<var key="controller">groups</var>
</params>
<session>
<var key="user_id">2</var>
<var key="flash">
<var key="notice">Logged in successfully</var>
</var>
</session>
<cgi-data>
<var key="SERVER_NAME">localhost</var>
<var key="REQUEST_URI">/failure?id=123</var>
</cgi-data>
</request>
<server-environment>
<project-root>/path/to/project</project-root>
<environment-name>production</environment-name>
<var key="PATH">/usr/bin:/bin</var>
</server-environment>
</notice>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment