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

Changeset 638

Show
Ignore:
Timestamp:
02/16/05 16:39:14 (4 years ago)
Author:
david
Message:

Enable diagnostics screen again

Files:

Legend:

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

    r585 r638  
    11*SVN* 
     2 
     3* Fixed https handling on other ports than 443 [Alan Gano] 
    24 
    35* 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  
    118118            when UnknownAction   then "unknown_action" 
    119119            when ActionView::TemplateError then "template_error" 
    120             else raise ;"diagnostics" 
     120            else "diagnostics" 
    121121          end 
    122122        )