<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,6 @@ module Ardes #:nodoc:
       base.class_eval do
         extend ClassMethods
         alias_method_chain :default_render, :response_for
-        ::ActionController::MimeResponds::Responder.send :include, Responder
       end
     end
     
@@ -137,7 +136,7 @@ module Ardes #:nodoc:
       if !respond_to_performed? &amp;&amp; action_responses.any?
         respond_to do |responder|
           action_responses.each {|response| instance_exec(responder, &amp;response) }
-        end rescue Responder::NoResponsesError
+        end
       end
     end
     
@@ -148,26 +147,10 @@ module Ardes #:nodoc:
       default_render_without_response_for unless performed?
     end
     
-    # included into ActionController::MimeResponds::Responder
-    module Responder
-      class NoResponsesError &lt; RuntimeError; end
-      
-      def self.included(responder)
-        responder.class_eval do
-          # we make the responder raise an error if there are no responses
-          def respond_with_response_for
-            raise NoResponseError if @responses.empty?
-            respond_without_response_for
-          end
-          alias_method_chain :respond, :response_for
-        end
-      end
-    end
-    
     module VERSION #:nodoc:
       MAJOR = 0
       MINOR = 3
-      TINY  = 0
+      TINY  = 1
 
       STRING = [MAJOR, MINOR, TINY].join('.')
     end</diff>
      <filename>lib/ardes/response_for.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7c899c00eccc6ee810dc615490863a6f0a37b521</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/response_for/commit/89356bd5730e00a070addfe0789f33a49aff3b78</url>
  <id>89356bd5730e00a070addfe0789f33a49aff3b78</id>
  <committed-date>2009-02-19T13:18:50-08:00</committed-date>
  <authored-date>2009-02-19T13:18:50-08:00</authored-date>
  <message>Remove monkey patch of Reponder, as it's no longer necessary [#1 state:resolved]</message>
  <tree>bcebc606bbc66b0c588ccc4b6126c7c99293d3a4</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
