aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/show_exceptions.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated docs.José Valim2010-02-091-14/+0
* Make local_request? to returns true when facing ::1 IPv6 address [#3257 statu...Prem Sichanugrist2010-01-171-2/+2
* Add ActionDispatch::Notifications middleware.José Valim2010-01-171-5/+2
* Use backtrace cleaner for dev mode exception pageJoshua Peek2010-01-161-3/+18
* @_formats initialization should be AbstractController::Base.José Valim2010-01-041-1/+1
* Add notifications to ActionDispatch::ShowExceptions, this can be used as hook...José Valim2010-01-031-2/+22
* All AD modules are "deferrable"Joshua Peek2009-12-221-1/+2
* AD::StatusCodes support is now part of rackJoshua Peek2009-12-221-1/+1
* Use AbstractController error constantsJoshua Peek2009-12-161-3/+2
* Reduce usage of interpret_status. It should also return a integerJoshua Peek2009-12-101-3/+1
* Reorganize autoloads:Carlhuda2009-12-021-2/+2
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-0/+2
* Make the default 500 Internal Server Error page more friendly. Many people do...Hongli Lai (Phusion)2009-05-271-1/+4
* Got all the dispatch tests running on new baseCarl Lerche2009-05-261-5/+6
* Wrap string body in an arrayJeremy Kemper2009-05-201-1/+1
* Merge Failsafe middleware into ShowExceptionsJoshua Peek2009-05-171-47/+40
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-0/+2
* Extract ActionController rescue templates into Rescue and ShowExceptions midd...Joshua Peek2009-05-021-0/+142