Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Prettier hash dump | Joshua Peek | 2010-01-18 | 1 | -3/+7 | |
| | ||||||
* | Show Rack env dump on exception page | Joshua Peek | 2010-01-18 | 1 | -1/+4 | |
| | ||||||
* | Use backtrace cleaner for dev mode exception page | Joshua Peek | 2010-01-16 | 2 | -4/+4 | |
| | ||||||
* | Update reference to deprecated constant to avoid warnings | Bryan Helmkamp | 2009-11-28 | 1 | -1/+1 | |
| | ||||||
* | 1.9 fix for changes to #to_s. By Sam Ruby. [#3228 state:resolved] | Yehuda Katz | 2009-09-18 | 1 | -2/+2 | |
| | ||||||
* | Extract ActionController rescue templates into Rescue and ShowExceptions ↵ | Joshua Peek | 2009-05-02 | 8 | -0/+124 | |
middleware. This commit breaks all exception catching plugins like ExceptionNotifier. These plugins should be rewritten as middleware instead overriding Controller#rescue_action_in_public. |