<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test/debug.log</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -131,14 +131,7 @@ Tag clouds are created by a helper function, and depend on the counter cache to
 
   &lt;%= tag_cloud %&gt;
   
-
-Running tests
-============= 
-
-The simplest way is to create a blank Rails project with this plugin, and run tests using the in-memory sqlite database:
-
-  rake DB=sqlite3
-
+  
   
 Contributing
 ============
@@ -147,4 +140,4 @@ Welcoming all pull requests on github.com at http://github.com/monki/acts_as_tag
 
 
 
-Copyright (c) 2008 monki(Wesley Beary), released under the MIT license
+Copyright (c) 2008 monki(Wesley Beary), released under the MIT license
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -67,7 +67,8 @@ module ActiveRecord
         end
         
         def user_id=(new_user_id)
-          @new_user_id = User.find(new_user_id).id
+          @new_user_id = new_user_id
+          super(new_user_id)
         end
         
         def tag_list(user = nil)</diff>
      <filename>lib/acts_as_taggable.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f575541e334d35fa24035a2016558019c32dc8fe</id>
    </parent>
  </parents>
  <author>
    <name>yan</name>
    <email>yan@pritzker.ws</email>
  </author>
  <url>http://github.com/bjeanes/acts_as_taggable_redux/commit/941a8695eb7a7ae923904347434842f739b8d029</url>
  <id>941a8695eb7a7ae923904347434842f739b8d029</id>
  <committed-date>2008-05-15T12:18:57-07:00</committed-date>
  <authored-date>2008-05-15T12:18:57-07:00</authored-date>
  <message>Fixed bug: user_id= method overshadowed real user_id method, causing activerecord objects
not to retain the assigned user id. Also removed the User lookup as it was unnecessary
overhead. ActiveRecord already throws an exception if you try to save the object.</message>
  <tree>b3a4ae2d03c6f8f27637e276da221579e789a611</tree>
  <committer>
    <name>yan</name>
    <email>yan@pritzker.ws</email>
  </committer>
</commit>
