logankoester / errship

Errship is a Rails 3.1 engine for rendering error pages inside your layout. It supports i18n, custom exceptions, and Airbrake error tracking.
http://blog.logankoester.com/errship.html
MIT License
26 stars 5 forks source link

add configuration option for http status codes #12

Closed fschwahn closed 12 years ago

fschwahn commented 12 years ago

as discussed in issue #11

logankoester commented 12 years ago

This feature should increment MINOR version (eg, 2.2.0) because is inverts the current default, which may break applications that are not aware of the change.

Looks great to me.

logankoester commented 12 years ago

My mistake, the default is preserved. We may consider changing this in the future, however - preserving the original status codes by default seems more sensible to me.