Auto find Stack overflow links when exception raised in Rails

Sivakumar V

12 sec read

When we get exception, we used to search in Google and most of the links will be from stackoverflow. Gem stack_rescue will find links from stack overflow automatically when exception occurs.

Add stack_rescue into your Gemfile
[source]
gem ‘stack_rescue’, group: :development
[/source]
For more information see https://github.com/excid3/stack_rescue
 

Related posts:

Leave a Reply

Your email address will not be published. Required fields are marked *