<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,6 +3,7 @@ module Technoweenie
     def self.included(base)
       base.extend ClassMethods
       base.alias_method_chain :reload, :context
+      base.alias_method_chain :destroy_without_callbacks, :context
       base.cattr_accessor :context_cache
     end
 
@@ -73,5 +74,10 @@ module Technoweenie
       self.class.cached[id.to_i] = nil
       reload_without_context(options)
     end
+    
+    def destroy_without_callbacks_with_context
+      self.class.cached[id.to_i] = nil
+      destroy_without_callbacks_without_context
+    end
   end
 end
\ No newline at end of file</diff>
      <filename>lib/technoweenie/active_record_context.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>53307381cc6ae0ce3a4783ea732570bfaa9fe3c8</id>
    </parent>
  </parents>
  <author>
    <name>technoweenie</name>
    <email>technoweenie@567b1171-46fb-0310-a4c9-b4bef9110e78</email>
  </author>
  <url>http://github.com/technoweenie/active_record_context/commit/65ba031b72c445e6e382faa93277fbf5bc71132b</url>
  <id>65ba031b72c445e6e382faa93277fbf5bc71132b</id>
  <committed-date>2007-11-23T12:29:46-08:00</committed-date>
  <authored-date>2007-11-23T12:29:46-08:00</authored-date>
  <message>add #destroy support

git-svn-id: http://svn.techno-weenie.net/projects/plugins/active_record_context@3040 567b1171-46fb-0310-a4c9-b4bef9110e78</message>
  <tree>61820bc4810a723653a5ccc20ab3ed62a53c3981</tree>
  <committer>
    <name>technoweenie</name>
    <email>technoweenie@567b1171-46fb-0310-a4c9-b4bef9110e78</email>
  </committer>
</commit>
