Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rescue Child Errors In Error Middleware #544

Closed
wants to merge 4 commits into from

Commits on Dec 30, 2013

  1. Add :rescue_children option to rescue_from error middleware, to rescu…

    …e children of exceptions as well as the parent given.
    Alejandro Wainzinger committed Dec 30, 2013
    Configuration menu
    Copy the full SHA
    dd492ed View commit details
    Browse the repository at this point in the history
  2. Fix rubocop errors.

    Alejandro Wainzinger committed Dec 30, 2013
    Configuration menu
    Copy the full SHA
    1f137e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2014

  1. Change rescue_from to default to rescuing subclasses of the given exc…

    …eption classes. Rename children -> subclasses.
    xevix committed Jan 1, 2014
    Configuration menu
    Copy the full SHA
    94518e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aad340 View commit details
    Browse the repository at this point in the history