errship icon indicating copy to clipboard operation
errship copied to clipboard

Errship is a Rails 3.1 engine for rendering error pages inside your layout. It supports i18n, custom exceptions, and Airbrake error tracking.

Results 2 errship issues
Sort by recently updated
recently updated
newest added

When I'm developing a Rails App that uses errship, I would like to see the errors in the screen if any (just as the default Rails rescuers). For example, if...

This route: ``` match '*address' => 'application#render_404_error' unless Rails.application.config.consider_all_requests_local ``` make omniauth stop working in our app as described in https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview : As of March, Omniauth now calls through to...