Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 5315

Show
Ignore:
Timestamp:
10/16/06 19:59:46 (2 years ago)
Author:
minam
Message:

Fix deprecation warnings when rendering the template error template.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/CHANGELOG

    r5314 r5315  
    11*SVN* 
     2 
     3* Fix deprecation warnings when rendering the template error template. [Nicholas Seckar] 
    24 
    35* Fix routing to correctly determine when generation fails. Closes #6300. [psross]. 
  • trunk/actionpack/lib/action_controller/templates/rescues/template_error.rhtml

    r5217 r5315  
    11<h1> 
    22  <%=h @exception.original_exception.class.to_s %> in 
    3   <%=h @request.parameters["controller"].capitalize if @request.parameters["controller"]%>#<%=h @request.parameters["action"] %> 
     3  <%=h request.parameters["controller"].capitalize if request.parameters["controller"]%>#<%=h request.parameters["action"] %> 
    44</h1> 
    55