Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v3.4] Skip `ActionCable` for dummy apps #5628

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

github-actions[bot]
Copy link

Backport

This will backport the following commits from main to v3.4:

Questions ?

Please refer to the Backport tool documentation

@github-actions github-actions bot requested a review from a team as a code owner January 25, 2024 15:17
@github-actions github-actions bot added the changelog:solidus_core Changes to the solidus_core gem label Jan 25, 2024
@github-actions github-actions bot force-pushed the backport/v3.4/pr-5420 branch from 8bb8c5e to 31fb9a2 Compare January 25, 2024 15:17
We don't really use ActionCable for anything as far as I know. Having it
makes installing Turbo/Stimulus in extensions harder.

The installer for Turbo will look for a Gemfile in `Rails.root`, which is not
there in case of the dummy app, and fail. If, however, `config/cable.yml` can't be
found, the Turbo installer succeeds with a message that Turbo is
installed, just without the broadcasting feature (which is alright for
most apps I believe).

(cherry picked from commit 3f8ad82)
@github-actions github-actions bot force-pushed the backport/v3.4/pr-5420 branch 2 times, most recently from 0ff96a9 to 22703b8 Compare January 25, 2024 15:17
@github-actions github-actions bot mentioned this pull request Jan 25, 2024
3 tasks
Copy link

codecov bot commented Jan 25, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (4e26f0c) 86.71% compared to head (22703b8) 86.70%.

Files Patch % Lines
core/lib/generators/spree/dummy/dummy_generator.rb 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             v3.4    #5628      +/-   ##
==========================================
- Coverage   86.71%   86.70%   -0.01%     
==========================================
  Files         579      579              
  Lines       14729    14730       +1     
==========================================
  Hits        12772    12772              
- Misses       1957     1958       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tvdeyen tvdeyen merged commit 1015eaf into v3.4 Jan 26, 2024
19 of 21 checks passed
@tvdeyen tvdeyen deleted the backport/v3.4/pr-5420 branch January 26, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:solidus_core Changes to the solidus_core gem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants