<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>MIT-LICENSE</filename>
    </added>
    <added>
      <filename>Rakefile</filename>
    </added>
    <added>
      <filename>init.rb</filename>
    </added>
    <added>
      <filename>install.rb</filename>
    </added>
    <added>
      <filename>lib/loom.rb</filename>
    </added>
    <added>
      <filename>lib/loom_exception.rb</filename>
    </added>
    <added>
      <filename>tasks/loom_tasks.rake</filename>
    </added>
    <added>
      <filename>test/loom_test.rb</filename>
    </added>
    <added>
      <filename>uninstall.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,41 @@
+h2. Loom
+
+This plugin provides exception reporting for &quot;Loom&quot;:http://loomapp.com.
+
+h2. Usage
+
+You must sign up to Loom to use this plugin.
+
+Add this to a controller in your application:
+
+&lt;pre&gt;&lt;code&gt;
+  enable_loom :email =&gt; 'alex@helicoid.net',
+              :password =&gt; 'test',
+              :url =&gt; 'http://helicoid.localhost:3000',
+              :project_id =&gt; 18,
+              :user_id =&gt; Proc.new { self.session[:user_id] },
+              :before_action =&gt; :try_to_load_account,
+              :display =&gt; :error_page
+&lt;/code&gt;&lt;/pre&gt;
+
+# Add a user account to Loom to use for exception reporting
+# Then set the project ID you'd like to send reports to
+# Finally, set the URL of your Loom account (loom uses subdomains for accounts)
+
+The &lt;code&gt;user_id&lt;/code&gt; parameter can be used to represent your application's user.  We sometimes use this to record the email address of the customer who encountered an exception to provide them with support.
+
+The &lt;code&gt;display&lt;/code&gt; parameter references a controller action.  It will be rendered after the exception has been handled.
+
+Similarly, &lt;code&gt;before_action&lt;/code&gt; is an action that will be run before rendering the display action.  This can be used to check a visitor is logged in to display either an internal application or public template.
+
+h2. Todo
+
+* We need to correctly handle Loom being down or errors reporting to Loom
+* Error reporting API for easy reporting outside controllers
+
+h2. Credits
+
+* Created by Alex Young for Helicoid Limited (helicoid.net)
+* Advice and additional development by Gabriel Gironda (annealer.org)
+
+Copyright (c) 2008-2009 Helicoid Limited, released under the MIT license</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4a0172b55e7161b774722d80ebadf5727f086c1b</id>
    </parent>
  </parents>
  <author>
    <name>My Name</name>
    <email>alex@helicoid.net</email>
  </author>
  <url>http://github.com/alexyoung/loom-exceptions-rails-plugin/commit/61f997e28d039e1321e13d4da34304890fce7720</url>
  <id>61f997e28d039e1321e13d4da34304890fce7720</id>
  <committed-date>2009-02-20T08:40:07-08:00</committed-date>
  <authored-date>2009-02-20T08:40:07-08:00</authored-date>
  <message>Initial import</message>
  <tree>4be936d9b2829ad90df8841826bfc0d50b7456b6</tree>
  <committer>
    <name>My Name</name>
    <email>alex@helicoid.net</email>
  </committer>
</commit>
