<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1 @@
-puts IO.read(File.join(File.dirname(__FILE__), 'INSTALL'))
\ No newline at end of file
+puts IO.read(File.join(File.dirname(__FILE__), 'INSTALL'))</diff>
      <filename>install.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,10 +3,13 @@ require 'net/http'
 # Plugin for applications to automatically post errors to the Hoptoad of their choice.
 module HoptoadNotifier
 
-  IGNORE_DEFAULT = [ActiveRecord::RecordNotFound,
-                    ActionController::RoutingError,
-                    ActionController::InvalidAuthenticityToken,
-                    CGI::Session::CookieStore::TamperedWithCookie]
+  IGNORE_DEFAULT = ['ActiveRecord::RecordNotFound',
+                    'ActionController::RoutingError',
+                    'ActionController::InvalidAuthenticityToken',
+                    'CGI::Session::CookieStore::TamperedWithCookie']
+
+  # Some of these don't exist for Rails 1.2.*, so we have to consider that.
+  IGNORE_DEFAULT.map!{|e| Object.const_get(e) rescue nil }
   
   class &lt;&lt; self
     attr_accessor :host, :port, :secure, :api_key, :filter_params, :ignore</diff>
      <filename>lib/hoptoad_notifier.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>162f287cb53014063a9520d6cea607a9c5d3645e</id>
    </parent>
  </parents>
  <author>
    <name>Jon Yurek</name>
    <email>jyurek@thoughtbot.com</email>
  </author>
  <url>http://github.com/lukeredpath/hoptoad_notifier/commit/188acc9a9b513f1df3f83003b6ea57eef771866b</url>
  <id>188acc9a9b513f1df3f83003b6ea57eef771866b</id>
  <committed-date>2008-07-30T13:56:37-07:00</committed-date>
  <authored-date>2008-07-30T13:56:37-07:00</authored-date>
  <message>Made some quick mods for 1.2.6</message>
  <tree>fe8dddcab7932fb93ffe05603cd6411d7bc9d428</tree>
  <committer>
    <name>Jon Yurek</name>
    <email>jyurek@thoughtbot.com</email>
  </committer>
</commit>
