Vlad Mehakovic

Results 3 comments of Vlad Mehakovic

I ended up using [stimulus](https://stimulus.hotwired.dev/) to set up Flowbite functions. The example below is for a Dropdown element's functionality. ### app/views/shared/_nav.html.erb ``` ``` ### app/javascripts/controllers/dropdown_controller.js ``` import { Controller }...

Yes - I get the same error in a new Hanami app instance. ```shell $ hanami new foo --test=rspec $ cd foo $ echo "gem 'rspec-hanami', group: :test" >> Gemfile...

`bundle open 'rspec-hanami` reveals that `rspec-hanami/lib/rspec/hanami/request_helpers.rb` is missing. The `rspec-hanami` version is 0.2.0 and `ruby --version` is 2.3.3p222. Hope that helps?