v0.5.0
New Features
- #79 - Add HTML comment with textual error information to the bottom of error pages (@csexton)
- Serve text only error page when the
Accept
request header does not includetext/html
.
Bugs Fixed
- #78 - Don't add a path specific to @charliesome's machine to
$LOAD_PATH
(@josevalim) - #80 - Relax dependency on erubis to support Rails 3.0 (@simi)
- #91 - Fix Better Errors when Turbolinks is loaded
- #94 - Rewind
rack.input
when reading it in case other middleware has also read from it (@virusman) - #104 - Insert the Better Errors middleware after
ActionDispatch::DebugExceptions
(@loopj) - #113 - Fix jump when hovering over header when there are multiple lines in the exception header (@betawaffle)
- #102 - Don't URL encode filename when creating MacVim URLs (@lucascaton)