Changeset 638
- Timestamp:
- 02/16/05 16:39:14 (4 years ago)
- Files:
-
- trunk/actionpack/CHANGELOG (modified) (1 diff)
- trunk/actionpack/lib/action_controller/rescue.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/CHANGELOG
r585 r638 1 1 *SVN* 2 3 * Fixed https handling on other ports than 443 [Alan Gano] 2 4 3 5 * Added follow_redirect method for functional tests that'll get-request the redirect that was made. Example: trunk/actionpack/lib/action_controller/rescue.rb
r617 r638 118 118 when UnknownAction then "unknown_action" 119 119 when ActionView::TemplateError then "template_error" 120 else raise ;"diagnostics"120 else "diagnostics" 121 121 end 122 122 )