Gem to help with Rails Errors
Public, Rails Errors, Gems
harrylevine
Created: Dec 11, 2014 Updated: May 10, 2015
When dealing with a particularly complex bug, logging and raising errors can become tedious or imprecise. The better_errors gem is there to help. The gem transforms your in-browser error page, adding an explorable stack trace and in-browser console with access to the variables where the error was thrown.
- Bloc.io