Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename #source_extract to #source_extracts in ExceptionWrapper | Genadi Samokovarov | 2014-11-16 | 1 | -2/+2 |
| | | | | | It returns multiple source extracts since 1ed264bc. Also cleaned its result structure, as we no longer need the file in a code extract. | ||||
* | Don't let #{application,framework,full}_trace be nil | Genadi Samokovarov | 2014-11-16 | 1 | -0/+31 |
| | | | | | | Those three can be nil when exception backtrace is nil. This happens and that forced a couple of nil guards in the code. I'm proposing to make those always return an array, even on nil backtrace. | ||||
* | Add basic tests for ActionDispatch::ExceptionWrapper | Genadi Samokovarov | 2014-11-13 | 1 | -0/+66 |