controller
controller copied to clipboard
Complete, fast and testable actions for Rack and Hanami
In our full-stack guides we use `request, response` instead of the shorter `req, res`. I think this is helpful for teaching people, since it's more clear. I found and fixed...
We've tried to upgrade a dependency and got errors running Bundler. It looks like there is a version conflict between two or more dependencies. Depfu doesn't try to solve these,...
Hey :wave: this PR would fix https://discourse.hanamirb.org/t/how-do-you-set-up-a-file-upload-route-correctly-for-a-json-rest-api/1222/3 thanks
We've tested your project with an updated dependency and the build failed. This version is either within the version range you specified or you haven't specified a version/range. To be...
We've tried to upgrade a dependency and got errors running Bundler. It looks like there is a version conflict between two or more dependencies. Depfu doesn't try to solve these,...
updates to Rack 3. one part of many gem updates [list of changes](https://github.com/hanami/router/pull/277)
This needs to be “native” to the way `Hanami::Action` operates, so: explicit receivers, no implicit state. Maybe it just hangs off the request? ``` def handle(request, response) request.respond_to do |format|...
I used the README as a reference the other day and noticed it needed to be fixed. As I looked further, basically every section needed to be fixed or improved....