Praise - pry session for every exception

I've just released a new gem praise (pry + raise = praise). A small gem for intercepting raise calls to dig up hidden and buried exceptions.

Difference between praise and pry-rescue

praise allows a developer to investigate all exceptions including the ones rescued later. pry-rescue on the other hand will work only for exceptions which are un-handled by the process. Typical use-case is e.g. a worker, which is rescuing all exceptions. pry-rescue cannot help with investigation of these exceptions.

Do you wish to know more?