utils icon indicating copy to clipboard operation
utils copied to clipboard

Ruby core extentions and class utilities for Hanami

Results 3 utils issues
Sort by recently updated
recently updated
newest added

Related to https://github.com/hanami/hanami/issues/1163

Same as https://github.com/hanami/utils/pull/397 just for main branch.

Hey, I want to improve the requests-logging of my `hanami-api` application and therefore I want to use `Hanami::Logger`, but `Hanami::Logger` needs the `Hanami::CommonLogger`-Rack-middleware, which is not around in pure `hanami-api`-applications....

enhancement