v0.3.0
New Features
- #32 - Suppress logging for special requests to the Better Errors middleware
- #21 - Show Rack request info
- #34 - Make filenames a link to open the file in the user's editor (@jdelStrother)
Bugs Fixed
- #31 - Fix Better Errors choking when a backtrace line does not contain a filename and line number
- #19 - Fix incorrect URLs being requested when an app is not mounted at
/. - #37 - Fix exception raised when inspecting local/instance variables on a
BasicObjectframe - #43 - Fix for Rack servers that don't set
REQUEST_PATH(@quadule) - #41 - Fix gems vendored under the application root being incorrectly shown as application frames (@brewski)
- #58 - Visiting
/__better_errorswill no longer raise an exception when there is no exception recorded (@shime)` - #59 - Remove warning telling users to install binding_of_caller (@BrandonMathis)
- #63 - Allow object_ids that have wrapped around and become negative (@zhouguangming)
- Handle exceptions raised by
#inspectwhen showing local/instance variables - Disable Pry's pager