aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb
Commit message (Collapse)AuthorAgeFilesLines
* Display exceptions in text format for xhr requestKir Shatrov2013-08-221-6/+0
|
* Escape the message of an exception in debug_exceptions to avoid bad renderingAdrien Siami2013-08-211-1/+1
|
* Remove unnecessary `ERB::Util::h`Ryunosuke SATO2013-01-051-1/+1
| | | | It is automatically applied when strings is unsafe for html.
* Fix indent in UnknownAction templateGuillermo Iguaran2013-01-011-1/+1
|
* Styling for exception pageGuillermo Iguaran2012-12-311-2/+6
|
* Extract ActionController rescue templates into Rescue and ShowExceptions ↵Joshua Peek2009-05-021-0/+2
middleware. This commit breaks all exception catching plugins like ExceptionNotifier. These plugins should be rewritten as middleware instead overriding Controller#rescue_action_in_public.