stack_rescue icon indicating copy to clipboard operation
stack_rescue copied to clipboard

A gem for Rails to automatically search Google for exceptions raised in your Rails applications

Results 3 stack_rescue issues
Sort by recently updated
recently updated
newest added

I was seeing the following deprecation warning upon starting my development server ``` DEPRECATION WARNING: Initialization autoloaded the constants ActionText::ContentHelper and ActionText::TagHelper. Being able to do this is deprecated. Autoloading...

It'd be cool if it could go via a Rack middleware to get at exception text. That way it'd work on any rack-based application, e.g. Sinatra