<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -134,7 +134,8 @@ class ActiveRecord::Base #:nodoc:
       sql  = &quot;SELECT #{(scope &amp;&amp; scope[:select]) || options[:select]} &quot;
       sql &lt;&lt; &quot;FROM #{(scope &amp;&amp; scope[:from]) || options[:from]} &quot;
 
-      add_joins!(sql, options, scope)
+      # FIXME What did this #add_joins method do that was useful? It throws an exception under Ruby on Rails 2.3.x and seems to serve no purpose.
+      #IK# add_joins!(sql, options, scope)
       
       sql &lt;&lt; &quot;WHERE #{table_name}.#{primary_key} = taggings.taggable_id &quot;
       sql &lt;&lt; &quot;AND taggings.taggable_type = '#{ActiveRecord::Base.send(:class_name_of_active_record_descendant, self).to_s}' &quot;</diff>
      <filename>lib/tagging_extensions.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7cb442c3a388512e25d22986c5e8549397430b65</id>
    </parent>
  </parents>
  <author>
    <name>Igal Koshevoy</name>
    <email>igal@pragmaticraft.com</email>
  </author>
  <url>http://github.com/calagator/calagator/commit/9382eec4c5f8d78b09da7004bcb74d0bb3fb462b</url>
  <id>9382eec4c5f8d78b09da7004bcb74d0bb3fb462b</id>
  <committed-date>2009-09-14T03:32:39-07:00</committed-date>
  <authored-date>2009-09-14T02:08:58-07:00</authored-date>
  <message>FIXME: Hacked tagging_extensions#tagged_with to eliminate a call to &quot;add_joins!&quot;, which was throwing an exception under Ruby on Rails 2.3 and seemed to serve no purpose.</message>
  <tree>27bb5e60a5848454196312a453d2a1cfb4fb16f0</tree>
  <committer>
    <name>Igal Koshevoy</name>
    <email>igal@pragmaticraft.com</email>
  </committer>
</commit>
