aboutsummaryrefslogtreecommitdiffstats
path: root/spec/integration/errors_spec.rb
Commit message (Expand)AuthorAgeLines
* Revert "Use rack-utf8_sanitizer gem"Louise Crow2014-12-22-6/+8
* Use RESTful routing for index and show actionsLouise Crow2014-12-12-1/+1
* Merge branch 'sanitize-non-utf8-request-uri' into rails-3-developLouise Crow2014-12-09-8/+6
|\
| * Use rack-utf8_sanitizer gemLouise Crow2014-11-18-8/+6
* | Don't display specific error messages in production.Louise Crow2014-12-05-3/+0
|/
* Comment out spec which sends an invalid utf-8 param.0.19.0.9hotfix/0.19.0.9Louise Crow2014-10-31-6/+9
* Rescue from non-numeric page parameter exceptionsGareth Rees2014-04-10-0/+8
* URL Encode the path parameter for render_exceptionGareth Rees2014-03-31-0/+7
* For non-HTML requests, just return the response code for now.Louise Crow2013-06-03-0/+17
* Add encoding line as we use utf-8 in the tests.Louise Crow2013-05-02-0/+1
* Add logging of any errors.Louise Crow2013-05-02-1/+6
* Clearer setting of status code, addition of notification.Louise Crow2013-05-02-3/+5
* Rewrite specs to more clearly represent expected behaviour - exceptions and 4...Louise Crow2013-05-02-29/+94
* Remove test of rails internals that is somehow interfering with other testsMatthew Landauer2013-03-19-4/+0
* There's really no need to test the internals of RailsMatthew Landauer2013-01-31-9/+0
* if the response code doesn't match, the failure message is unhelpfulJames McKinney2012-11-01-2/+7
* File.dirname(__FILE__) is not necessarily absoluteRobin Houston2012-06-03-1/+1
* Load all fixtures for all testsRobin Houston2012-01-31-14/+0
* Load all raw emails for testingRobin Houston2012-01-29-1/+1
* Don't allow directory listings (better fix for and closes #340).Seb Bacon2012-01-17-3/+6
* Further refinement for issue #340Seb Bacon2012-01-13-0/+2
* Return 404 for non-existent 'details' pages. Fixes #325Seb Bacon2012-01-12-0/+4
* Return 403 when attachment "folders" are spidered. Fixes #340Seb Bacon2012-01-12-0/+4
* allow specs to run independentlyJames McKinney2011-10-16-9/+13
* Fix integration test breaking custom states specDavid Cabo2011-09-03-18/+2
* Distinguish between 404s and other errors. Fixes #161.Seb Bacon2011-08-30-0/+61