controller
controller copied to clipboard
Complete, fast and testable actions for Rack and Hanami
Over in https://github.com/hanami/hanami/issues/1541, I shared how that (at the present moment) a new Hanami user would need to know to activate a body parser middleware in order to correctly process...
This would be helpful for developers setting up `.json` routes and wanting to casually test them in local dev.
## Bug Description When using `config.validate_keys = true` in Hanami params validation, extra/disallowed parameters produce duplicate error messages in the validation errors hash. ## Environment - **Hanami version:** ~> 2.2...