aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/rescuable.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove global exception catching from ApplicationController.Joshua Peek2009-09-151-42/+3
| | | It was severely broken since it was ported to NewBase and is causing problems with normal exception catching. A replacement is coming soon.
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect ↵Yehuda Katz2009-08-061-0/+52
their module locations