<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/loader.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -36,7 +36,7 @@ Remember that in Rails 1.x, after filters appear first than before filters in th
 Usage
 =====
 
-* Footnotes are applied in all actions under development. If You want to change this behaviour, check the initializer.rb file.
+* Footnotes are applied in all actions under development. If You want to change this behaviour, check the loader.rb file.
 
 * Some features only work by default if you are under MacOSX and using Textmate.
   If your editor supports out-of-the-box opening files like Textmate, e.g. txmt://open?url=file://path/to/file, you can put in your environment file the following line:</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@
 if (ENV['RAILS_ENV'] == 'development')
   dir = File.dirname(__FILE__)
   require File.join(dir,'lib','footnotes')
-  require File.join(dir,'lib','initializer')
+  require File.join(dir,'lib','loader')
   require File.join(dir,'lib','backtracer')
 
   Footnotes::Filter.prefix ||= 'txmt://open?url=file://' if RUBY_PLATFORM.include?('darwin') </diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/initializer.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>15e2cb7661a752659bb057ae13df57a07fce55fe</id>
    </parent>
  </parents>
  <author>
    <name>Michael Hartl</name>
    <login>mhartl</login>
    <email>michael@michaelhartl.com</email>
  </author>
  <url>http://github.com/mhartl/rails-footnotes/commit/9bf8344b2d9ece09ff301dfc4e500e00fd46b9bc</url>
  <id>9bf8344b2d9ece09ff301dfc4e500e00fd46b9bc</id>
  <committed-date>2008-07-14T17:36:18-07:00</committed-date>
  <authored-date>2008-07-14T17:36:18-07:00</authored-date>
  <message>Changed 'initializer' to 'loader' to fix an Ultrasphinx incompatibility
Ultrasphinx tries to look for rails/railties/lib/initializer.rb but finds the
one in footnotes, resulting in this error:

activesupport/lib/active_support/dependencies.rb:275:in `load_missing_constant':
uninitialized constant Footnotes::Filter (NameError)</message>
  <tree>8da542530bfb2f0de62006ed439095e8fac1a1e4</tree>
  <committer>
    <name>Michael Hartl</name>
    <login>mhartl</login>
    <email>michael@michaelhartl.com</email>
  </committer>
</commit>
