<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test/unit/class/calculations_test.rb</filename>
    </added>
    <added>
      <filename>test/unit/class/delete_test.rb</filename>
    </added>
    <added>
      <filename>test/unit/class/destroy_all_test.rb</filename>
    </added>
    <added>
      <filename>test/unit/class/exists_test.rb</filename>
    </added>
    <added>
      <filename>test/unit/class/find_by_id_test.rb</filename>
    </added>
    <added>
      <filename>test/unit/instance/destroy_test.rb</filename>
    </added>
    <added>
      <filename>test/unit/models/indestructible_comment_test.rb</filename>
    </added>
    <added>
      <filename>test/unit/models/indestructible_post_test.rb</filename>
    </added>
    <added>
      <filename>test/unit/models/indestructible_user_test.rb</filename>
    </added>
    <added>
      <filename>test/unit/protected/options_test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,6 @@
 
 May 23
+= divide the unit tests into subdirectories
 = support find by id
 
 May 22</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -39,14 +39,14 @@ If you find a bug, a test exposing the bug would be great.
 = API changes from ActiveRecord::Base
 
   destroy(user)
-  destroy_all(user,conditions=nil)
+  destroy_all(user, conditions = nil)
   
   exists?(id_or_conditions, options = {})
   
   DEPRECATED:
   
-    self.delete
-    self.delete_all
+    ActiveRecord::Base.delete
+    ActiveRecord::Base.delete_all
     
      
 = Major plugin goals</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 module ActiveRecord #:nodoc:
   
   class Base
-    # there must be a better place to put this
+    #TODO: there must be a better place to put this
     alias_method :super_reload, :reload
   end
   
@@ -68,6 +68,8 @@ module ActiveRecord #:nodoc:
         
         #protected
         
+          # if they are protected class methods they cannot be unit tested? :(
+        
           def destroyed_condition
             &quot;#{quoted_table_name}.destroyed_at IS NULL&quot;
           end</diff>
      <filename>lib/acts_as_indestructible.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>test/unit/calculations_test.rb</filename>
    </removed>
    <removed>
      <filename>test/unit/delete_test.rb</filename>
    </removed>
    <removed>
      <filename>test/unit/destroy_test.rb</filename>
    </removed>
    <removed>
      <filename>test/unit/exists_test.rb</filename>
    </removed>
    <removed>
      <filename>test/unit/find_by_id_test.rb</filename>
    </removed>
    <removed>
      <filename>test/unit/indestructible_comment_test.rb</filename>
    </removed>
    <removed>
      <filename>test/unit/indestructible_post_test.rb</filename>
    </removed>
    <removed>
      <filename>test/unit/indestructible_user_test.rb</filename>
    </removed>
    <removed>
      <filename>test/unit/options_test.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>135d0b28e632ac1311f2acda6f32a232f8de225d</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Lowe</name>
    <email>ryanlowe@gmail.com</email>
  </author>
  <url>http://github.com/ryanlowe/acts_as_indestructible/commit/ee51c6d372cd8a7119e9c2522137a9c0c84f83b1</url>
  <id>ee51c6d372cd8a7119e9c2522137a9c0c84f83b1</id>
  <committed-date>2008-05-23T19:42:44-07:00</committed-date>
  <authored-date>2008-05-23T19:42:44-07:00</authored-date>
  <message>divide the unit tests into subdirectories</message>
  <tree>2058a80ec328d270ebe04be83f764e22adae48a0</tree>
  <committer>
    <name>Ryan Lowe</name>
    <email>ryanlowe@gmail.com</email>
  </committer>
</commit>
