<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -178,7 +178,7 @@ module ActionController #:nodoc:
         @template.instance_variable_set(&quot;@rescues_path&quot;, File.dirname(rescues_path(&quot;stub&quot;)))
         @template.send!(:assign_variables_from_controller)
 
-        @template.instance_variable_set(&quot;@contents&quot;, @template.render_file(template_path_for_local_rescue(exception), false))
+        @template.instance_variable_set(&quot;@contents&quot;, @template.render(:file=&gt;template_path_for_local_rescue(exception), :use_full_path=&gt;false))
 
         response.content_type = Mime::HTML
         render_for_file(rescues_path(&quot;layout&quot;), response_code_for_rescue(exception))
@@ -200,7 +200,6 @@ module ActionController #:nodoc:
       def perform_action_with_rescue #:nodoc:
         perform_action_without_rescue
       rescue Exception =&gt; exception
-        raise(exception)
         rescue_action_with_handler(exception) || rescue_action(exception)
       end
 </diff>
      <filename>actionpack/lib/action_controller/rescue.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>50677ba5bc213ec96035ba4dee11ee3558725098</id>
    </parent>
  </parents>
  <author>
    <name>Ruy Asan</name>
    <email>ruyasan@gmail.com</email>
  </author>
  <url>http://github.com/rubyruy/rails/commit/e3e684829775f13cd91920dd9eb3b0cd2fd97744</url>
  <id>e3e684829775f13cd91920dd9eb3b0cd2fd97744</id>
  <committed-date>2008-09-08T16:14:44-07:00</committed-date>
  <authored-date>2008-09-08T16:14:44-07:00</authored-date>
  <message>The *real* fix for error display in dev mode - backported from http://github.com/rails/rails/commit/ad772402c46a79c2d38979cef754b26dbd868196#diff-3 - this one doesn't cause double renderers during errors in production mode.</message>
  <tree>e8ff1813b8ef7ff3563941ca786430dd599d8485</tree>
  <committer>
    <name>Ruy Asan</name>
    <email>ruyasan@gmail.com</email>
  </committer>
</commit>
