Bug Report
Please help us help you by filling out any applicable information in this template and removing the rest!
Describe the bug
I tried to setup a fresh project with Rails 8 and StimulusReflex. And it doesn't work out of the box. I think the issue is that the setup assumes that the project use Redis. However, Rails 8 now comes bundled without Redis as default.
To Reproduce
- Create new standard rails 8 project
- Install StimulusReflex through the automatic install (Yes to all)
- Go to /example
- Nothing works.
Expected behavior
Expect the automatic setup to work.
Versions.
StimulusReflex
gem "stimulus_reflex", "~> 3.5"
External tools