Sam
|
939b82ef0c
|
DEV: correct intermittent test failure
ActionController::BadRequest can not be re-dispatched, under some conditions
we are getting this vs InvalidParameterError in the following test
59c56bd20f/spec/requests/application_controller_spec.rb (L34-L62)
|
2018-12-13 18:27:13 +11:00 |
|
Sam
|
5b630f3188
|
FIX: stop logging every time invalid params are sent
Previously we were logging warning for invalid encoded params, this can
cause a log flood
|
2018-10-05 14:33:19 +10:00 |
|
Sam
|
2437b0d531
|
FIX: regression, missing 404 page
|
2018-01-23 09:00:28 +11:00 |
|
Sam
|
49ed382c2a
|
FIX: return 429 when admin api key is limited on admin route
This also handles a general case where exceptions leak out prior to being handled by the application controller
|
2018-01-12 14:15:26 +11:00 |
|