Luca Guidi
Luca Guidi
Hanami is a new, full featured and fast web framework for Ruby. It's a lightweight alternative to Rails. You can find a detailed Getting Started guide here: http://hanamirb.org/guides/getting-started/ Disclaimer: I'm...
## Describe the bug Keyword arguments for a command aren't passed correctly to commands that use callbacks. ## To Reproduce I have two gems: `hanami-cli` that depends on `dry-cli`, and...
Support sharding for SQL databases ## Examples TBD ## Resources Sequel supports sharding: https://github.com/jeremyevans/sequel/blob/master/doc/sharding.rdoc
## Feature Allow to register deps to be used within the _block context_. ℹ️ **Convention**: the name of the **registration key** is the same method that can be used in...
👋 Hello and thanks for `steep`. I'm trying `steep` with `hanami-api`, which depends on `hanami-router`. When running `steep check` I get these errors: ```shell ⚡ bundle exec steep check #...
## Feature Introduce monitoring concept in `Hanami::Router`. Added a new dependency for the router that can be specified via the `monitoring:` keyword argument for `Hanami::Router#initialize`. The object must respond to...
# Enhancement Re-establish `Hanami::Action#call` as Public API for Hanami 2.0 actions. During the Hanami 2.0 rewriting, we had to gave up to a _Hanami signature_ method `#call` for actions in...