hanami
hanami copied to clipboard
The web, with simplicity.
Update `SliceConfigurable` as well as `SliceConfiguredAction` and `SliceConfiguredView` to ensure action and view config is applied only once per slice, and that custom config set in a superclass isn't overwritten...
Hello Hanami team 👋 First of all I'd like to say thanks for the wonderful project. I've been following since I started with Ruby (in 2016) and I think it's...
``` docker run -it --rm ruby:3 sh gem install hanami hanami new bookshelf ``` Produces: ``` /usr/local/bundle/gems/dry-container-0.10.0/lib/dry/container/mixin.rb:151:in `register': undefined method `call' for nil:NilClass (NoMethodError) config.registry.call(_container, key, item, options) ^^^^^ from...
We already defined the `#each` method to delegate to the underlying data structure. We go all the way down to be able to use any Enumerable method. We also add...
For now I just updated rubocop.yml manually but once we have beta1 out, I'll update action-hero and finally enable it for hanami org so that we can keep all repos...
Hi there, Since #1090 was merged, no need to have phantomjs binary placed here.
CSP was not working for two reasons: 1. `assets-server-url` was not passed to `Actions` initialization, so it wasn't added to `scritp-src` and `style-src`. 2. For some reason, the CSP header...
``` /tmp ⌚ 3:02:04 $ hanami new company.project create .hanamirc create .env.development create .env.test create README.md create Gemfile create config.ru create config/boot.rb create config/environment.rb create lib/company.project.rb create public/.gitkeep create config/initializers/.gitkeep...