<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -43,6 +43,7 @@ class LoomException
       req.add_field 'Accept', 'application/x-www-form-urlencoded'
       req.add_field 'Content-Type', 'application/x-www-form-urlencoded'
       req.set_form_data({ :remote_exception =&gt; loom_parameters.to_yaml })
+
       connection = Net::HTTP.new(url.host, url.port)
       connection.request req
     end
@@ -50,13 +51,13 @@ class LoomException
     def loom_parameters
       {
         :title =&gt; &quot;#{@exception.class}: #{@exception.to_s}&quot;,
-        :details =&gt; { :session_variables =&gt; @session.dup,
-                      :cookies =&gt; @cookies.dup,
-                      :request_parameters =&gt; @request_parameters.dup,
-                      :url =&gt; @url,
-                      :user_id =&gt; @user_id,
-                      :remote_ip =&gt; @remote_ip,
-                      :stack_trace =&gt; stack_trace }
+        :details =&gt; { 'session_variables' =&gt; @session.dup,
+                      'cookies' =&gt; @cookies.dup,
+                      'request_parameters' =&gt; @request_parameters.dup,
+                      'url' =&gt; @url,
+                      'user_id' =&gt; @user_id,
+                      'remote_ip' =&gt; @remote_ip,
+                      'stack_trace' =&gt; stack_trace }
       }
     end
     </diff>
      <filename>lib/loom_exception.rb</filename>
    </modified>
    <modified>
      <diff>@@ -30,7 +30,6 @@ class LoomTest &lt; Test::Unit::TestCase
     Helicoid::Loom.configure do |config|
       config.api_key = 'xxx'
     end
-
     assert_equal 'xxx', Helicoid::Loom.api_key
     assert_equal 'http://loomapp.com', Helicoid::Loom.server
   end</diff>
      <filename>test/loom_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5bb920bf5d01b0bbe30c3f712564d81623920a66</id>
    </parent>
  </parents>
  <author>
    <name>Alex Young</name>
    <email>alex@helicoid.net</email>
  </author>
  <url>http://github.com/alexyoung/loom-exceptions-rails-plugin/commit/575e88ef0940aa409896e07e1ca5000fe9c06bf1</url>
  <id>575e88ef0940aa409896e07e1ca5000fe9c06bf1</id>
  <committed-date>2009-07-18T17:04:07-07:00</committed-date>
  <authored-date>2009-07-18T17:04:07-07:00</authored-date>
  <message>Now reporting things that will actually get picked up reliably through YAML instead of XML</message>
  <tree>3e8cfa76335a0eca14e6e8a6812e8af8f6915fda</tree>
  <committer>
    <name>Alex Young</name>
    <email>alex@helicoid.net</email>
  </committer>
</commit>
