<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>shoulda_macros/should_stalk_macros.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -19,7 +19,8 @@ module Stalker
       stalkee = options[:group] || self.name.underscore
       establish_channels = &quot;&quot;
       
-      for callback in ActiveRecord::Callbacks::CALLBACKS
+      exceptions = %w(after_find after_initialize)
+      for callback in (ActiveRecord::Callbacks::CALLBACKS - exceptions)
         mole = :&quot;notify_#{klass.to_s.underscore}_#{callback}&quot;
         notify_stalker = :&quot;#{callback.split('_', 2).join(&quot;_#{stalkee.downcase}_&quot;)}&quot;
         self.send(callback, mole)</diff>
      <filename>lib/stalker.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4869bbb69ce51233031a904d32f9cf291dc2b6bb</id>
    </parent>
  </parents>
  <author>
    <name>Maxim Chernyak</name>
    <email>max@bitsonnet.com</email>
  </author>
  <url>http://github.com/maxim/stalker/commit/5ef0d198eb3c3e72839843bbbf990fa6d2b57454</url>
  <id>5ef0d198eb3c3e72839843bbbf990fa6d2b57454</id>
  <committed-date>2009-04-27T19:28:02-07:00</committed-date>
  <authored-date>2009-04-27T19:28:02-07:00</authored-date>
  <message>Add should_stalk shoulda macros. Make after_initialize/after_find exceptions.</message>
  <tree>c2458aaa9708fcd28ab28c1395da75225d50dbaf</tree>
  <committer>
    <name>Maxim Chernyak</name>
    <email>max@bitsonnet.com</email>
  </committer>
</commit>
