<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>generators/acts_as_follower/USAGE</filename>
    </added>
    <added>
      <filename>generators/acts_as_follower/acts_as_follower_generator.rb</filename>
    </added>
    <added>
      <filename>generators/acts_as_follower/templates/migration.rb</filename>
    </added>
    <added>
      <filename>generators/acts_as_follower/templates/model.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -14,7 +14,9 @@ Install
 	./script/plugin install git://github.com/tcocca/acts_as_follower.git 
 	
 * Create a new rails migration using the generator:
-	./script/generate acts_as_follower_migration
+	./script/generate acts_as_follower
+	
+	This will generate a migration file as well as a model called Follow.
 
 
 Usage &amp; Examples
@@ -126,8 +128,6 @@ TODO
 =======
 
 * Add Example Usage code to the plugin
-* Instead of adding hooks for observers and AR callbacks, I am going to convert the plugin to create the Follow model in the 
-    RAILS_ROOT/app/models folder with the generator.  No use having a ton of code when a simple generator does the trick.
 
 * Let me know if there is something else you would like to see.
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,5 @@
 require File.dirname(__FILE__) + '/lib/acts_as_follower'
 require File.dirname(__FILE__) + '/lib/acts_as_followable'
-require File.dirname(__FILE__) + '/lib/follow'
 
 ActiveRecord::Base.send(:include, ActiveRecord::Acts::Follower)
-ActiveRecord::Base.send(:include, ActiveRecord::Acts::Followable)
\ No newline at end of file
+ActiveRecord::Base.send(:include, ActiveRecord::Acts::Followable)</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,6 +5,7 @@ require 'active_record/base'
 require File.dirname(__FILE__) + '/../init.rb'
 require File.dirname(__FILE__) + '/models/band'
 require File.dirname(__FILE__) + '/models/user'
+require File.dirname(__FILE__) + '/../generators/acts_as_follower/templates/model.rb'
 
 require 'test/unit'
 require 'shoulda'</diff>
      <filename>test/test_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7a259646b971dfe657c33487d59f8225bf9b28cd</id>
    </parent>
  </parents>
  <author>
    <name>Tom Cocca</name>
    <email>tom.cocca@gmail.com</email>
  </author>
  <url>http://github.com/tcocca/acts_as_follower/commit/3924652641525cb2d69be56f57e24e5d7c9399c4</url>
  <id>3924652641525cb2d69be56f57e24e5d7c9399c4</id>
  <committed-date>2009-11-10T19:45:23-08:00</committed-date>
  <authored-date>2009-11-10T19:45:23-08:00</authored-date>
  <message>changed the plugin to generate the Follow model in RAILS_ROOT/app/models rather than keep the model in the plugin, adds more flexability

renamed the generator to acts_as_follower</message>
  <tree>d5796490b70839faf7d8270195fe11f4209ae7e8</tree>
  <committer>
    <name>Tom Cocca</name>
    <email>tom.cocca@gmail.com</email>
  </committer>
</commit>
