summaryrefslogtreecommitdiff
path: root/app/controllers/errors_controller.rb
AgeCommit message (Collapse)Author
2017-03-23bugfix: handle couch 404sAzul
our special error handler for json requests would turn all exceptions into 500s - removed it. now the rescue_responses can do their thing again.
2016-08-19respond_to on a per controller basisAzul
If you inherit respond to and call it again in your controller it will not overwrite the previous but add to it. Since we always have some exceptions from the rules it's probably easiest to be explicit in the controllers that require it themselves.
2014-07-31respond with 404 and 500 when rendering custom error pagesAzul
includes test
2014-05-19little bit of documentationAzul
2014-05-19custom error pages for 404 and 500 errorsAzul