Changeset 1173
- Timestamp:
- 04/17/05 06:11:58 (3 years ago)
- Files:
-
- trunk/actionpack/CHANGELOG (modified) (1 diff)
- trunk/actionpack/lib/action_controller/templates/rescues/template_error.rhtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/CHANGELOG
r1170 r1173 1 1 *SVN* 2 3 * Fixed error handling of broken layouts #1115 [Michael Schubert] 2 4 3 5 * Changed render_partial to take local assigns as the second parameter instead of an explicit object and then the assigns. So the API changes from: trunk/actionpack/lib/action_controller/templates/rescues/template_error.rhtml
r1048 r1173 1 1 <h1> 2 2 <%=h @exception.original_exception.class.to_s %> in 3 <%=h @request.parameters["controller"].capitalize %>#<%=h @request.parameters["action"] %>3 <%=h @request.parameters["controller"].capitalize if @request.parameters["controller"]%>#<%=h @request.parameters["action"] %> 4 4 </h1> 5 5