<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -46,3 +46,17 @@ end
 class &lt;&lt; ActiveRecord::Base
   public :with_scope, :with_exclusive_scope
 end
+
+unless ENV['FIXTURE_DEBUG']
+  module Test #:nodoc:
+    module Unit #:nodoc:
+      class &lt;&lt; TestCase #:nodoc:
+        def try_to_load_dependency_with_silence(*args)
+          ActiveRecord::Base.logger.silence { try_to_load_dependency_without_silence(*args)}
+        end
+
+        alias_method_chain :try_to_load_dependency, :silence
+      end
+    end
+  end
+end
\ No newline at end of file</diff>
      <filename>activerecord/test/cases/helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d51a39ff500d94ea4a81fbc22f0d1c540e83f4e1</id>
    </parent>
  </parents>
  <author>
    <name>Frederick Cheung</name>
    <email>frederick.cheung@gmail.com</email>
  </author>
  <url>http://github.com/rails/rails/commit/f636c6fda037fbef25e98c81d019a6c600a18f66</url>
  <id>f636c6fda037fbef25e98c81d019a6c600a18f66</id>
  <committed-date>2008-09-14T18:57:39-07:00</committed-date>
  <authored-date>2008-09-14T12:40:09-07:00</authored-date>
  <message>stop AR's debug.log filling with warnings about not being able to load fixture classes

[#1045 state:committed]

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
  <tree>472357c512eafe2083ba6ad8355f71c1a4a293da</tree>
  <committer>
    <name>Jeremy Kemper</name>
    <email>jeremy@bitsweat.net</email>
  </committer>
</commit>
