<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
+0.0.6 - Added a better 'safe' to_json method which works more effectively for rails integration avoiding cyclic reference and un-jsonable data
 0.0.5 - Fixed a bug in the plugin where request.env was being modified directly. dup to solve issues.
 0.0.4 - Restructured the plugin to extract all different concerns into self contained modules, will give a better base to extend. Also plays nicer with Rdoc + singleton classes
 0.0.3 - Dropped background queing of exceptions, send them all directly. Fixed issues with session/environment data. Working with rails 2.3 (some hacks needed to get there, need to refactor.)</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -87,6 +87,7 @@ describe Exceptional::Api do
   describe &quot;handle&quot; do
     before(:each) do
     Exceptional.stub!(:to_stderr) # Don't print error when testing
+    Exceptional.stub!(:log!) # Don't even attempt to log
     end
 
     it &quot;should send exception data onto post&quot; do</diff>
      <filename>spec/api_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -14,6 +14,9 @@ describe Exceptional::Config do
       @remote_host = nil
       @applicaton_root = nil
     end
+    
+    Exceptional.stub!(:log!) # Don't even attempt to log
+    
   end
 
   after(:each) do</diff>
      <filename>spec/config_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>920c5ed8cff33cb43ad3cc38fa73db9e1238d241</id>
    </parent>
  </parents>
  <author>
    <name>David Rice</name>
    <email>me@davidjrice.co.uk</email>
  </author>
  <url>http://github.com/contrast/exceptional/commit/c7722ba0888d133a582489f253dc111ddc24513d</url>
  <id>c7722ba0888d133a582489f253dc111ddc24513d</id>
  <committed-date>2009-05-14T01:11:35-07:00</committed-date>
  <authored-date>2009-05-14T01:11:35-07:00</authored-date>
  <message>Stub out logging in specs, should enable build on runcoderun</message>
  <tree>716f8fcc56f713e096410b1fa8abb06853a49097</tree>
  <committer>
    <name>David Rice</name>
    <email>me@davidjrice.co.uk</email>
  </committer>
</commit>
