Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-19 | respond_to on a per controller basis | Azul | |
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-31 | respond with 404 and 500 when rendering custom error pages | Azul | |
includes test | |||
2014-05-19 | little bit of documentation | Azul | |
2014-05-19 | custom error pages for 404 and 500 errors | Azul | |