v1.0.0.rc1
Pre-release
Pre-release
New Features
- #188 -
BetterErrors.editor
is set to an intelligent default based on the value ofENV["EDITOR"]
(@rmm5t) - Automatic indentation when using Pry
- #189 - Support
:emacsclient
as a possible editor (@rmm5t)
Bugs Fixed
- #176 - Better Errors now serves appropriate status codes for various exceptions (@bobbrez)
- #179 - Stack frames in BasicObject contexts are supported (@kostia)
- #143 - Fix exception being raised when
REMOTE_ADDR
is empty (@Hackeron) - #105 - Fix exception when creating stack frames for native Java exceptions on JRuby
- #144, #146 - Fix exception raised when parsing IPv6 addresses with a zone index
- #42 - Separate line numbers from code to allow code copy pasting (@antn)
- #166 - Fix incorrect stack trace when showing HAML syntax errors