<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>views/error.haml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -25,6 +25,12 @@ not_found do
   show :not_found, :title =&gt; &quot;lost, are we?&quot;
 end
 
+error do
+  @error = request.env['sinatra.error']
+  status 500
+  show :error, :title =&gt; &quot;something has gone terribly wrong&quot;
+end
+
 before do
   # The browser only sends http auth data for requests that are explicitly
   # required to do so. This way we get the real values of +#logged_in?+ and</diff>
      <filename>app.rb</filename>
    </modified>
    <modified>
      <diff>@@ -213,6 +213,13 @@ a
         :family = !nice_fonts
     dd
       :line-height 1.4
+    
+    .backtrace
+      :margin 1em 0
+      :overflow scroll
+      :height 30em
+      :border = 1px solid !rule_color
+      :line-height 1.6
 
   #projects
     :margin 1em 0 2em</diff>
      <filename>views/integrity.sass</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a7f3bdc678492d935888f3349ddb2c26dcc559ed</id>
    </parent>
  </parents>
  <author>
    <name>Nicolas Sanguinetti</name>
    <email>contacto@nicolassanguinetti.info</email>
  </author>
  <url>http://github.com/foca/integrity/commit/15af31307e22df99d83339bef76f816b45b5d064</url>
  <id>15af31307e22df99d83339bef76f816b45b5d064</id>
  <committed-date>2008-11-20T09:44:26-08:00</committed-date>
  <authored-date>2008-11-20T09:44:26-08:00</authored-date>
  <message>Add a nice 500 page (hm, I was sure we had this already...)</message>
  <tree>caa708d0e1789e4ed08b3aeb2712c39303e7f14b</tree>
  <committer>
    <name>Nicolas Sanguinetti</name>
    <email>contacto@nicolassanguinetti.info</email>
  </committer>
</commit>
