Skip to content

StimulusReflex automatic install not working with fresh rails 8 instance #738

@gronnbeck

Description

@gronnbeck

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

  1. Create new standard rails 8 project
  2. Install StimulusReflex through the automatic install (Yes to all)
  3. Go to /example
  4. Nothing works.

Expected behavior

Expect the automatic setup to work.

Versions.

StimulusReflex

gem "stimulus_reflex", "~> 3.5"

External tools

  • Ruby: 3.3.5
  • Rails: 8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions