controller
controller copied to clipboard
Complete, fast and testable actions for Rack and Hanami
I'm trying to contribute to the rspec-openapi library and I'm using hanami 2 in production. In [rspec-openapi](https://github.com/exoego/rspec-openapi/tree/master/spec/rails), there is a dummy test application on rails that I am trying to...
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,...
I think we can still go through this again to make sure all the references are solid, but this gets us much closer. The big culprit here was the `@api...
This will help APM products like AppSignal integrate with Hanami actions without monkey patches. See [this forum post](https://discourse.hanamirb.org/t/questions-for-improving-the-appsignal-apm-integration-with-hanami-2/989) and the corresponding AppSignal PR (https://github.com/appsignal/appsignal-ruby/pull/1113) for details.
I created a [new topic] on the Hanami Discourse about improving the AppSignal APM instrumentation. To group requests, we would like to know what action it took place in. This...
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,...
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,...
These will be deprecated in a release leading up to whatever becomes 3.0.
These are commonly used for web apps so we should have first-class support for them. Related: #439 Also, I made `Hanami::Action::Mime::TYPES` into `@api public` (from private). The values are already...