controller icon indicating copy to clipboard operation
controller copied to clipboard

Complete, fast and testable actions for Rack and Hanami

Results 53 controller issues
Sort by recently updated
recently updated
newest added

If we're using `hanami-router` 2.0.0.alpha3 + `hanami-controller` 2.0.0.alpha1 and attempt to use the syntax as suggested in hanami-controller's README, we see this error: ``` ArgumentError: unknown keyword: :configuration ``` We...

documentation

Hello. This PR fix this issue https://github.com/hanami/validations/issues/138 Before this fix only `router.params` or other request params appears in `params` variable but not simultaneously

Fixes https://github.com/hanami/controller/issues/285

fix

Hey. Following #196, #260, etc., I'm having the double flash issue again in Hanami 1.3.1 (also 1.3.0). ```ruby module Web class Failure include Web::Action def call(params) # shortened for brevity...

bug

With https://github.com/hanami/controller/pull/250 (v1.2.0) we introduced a new exception (`Hanami::Controller::MissingSessionError`) which is raised when a dev tries to access `Action#session` and `Action#flash` when the HTTP session isn't configured. In 2.0 (`unstable`...

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,...

depfu

For a `Validatable` `Hanami::Action` (including `hanami-validations`), calls to `rule` inside the `Hanami::Action` are passed through to the `Dry::Validation::Contract` class via the `Hanami::Action::Params` class. ```ruby class Event < Hanami::Action params do...

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,...

depfu

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,...

depfu