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

[v4.0] Skip `ActionCable` for dummy apps #5629

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 v4.0:

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/v4.0/pr-5420 branch 2 times, most recently from 47ded9f to a79e379 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/v4.0/pr-5420 branch from a79e379 to ddd2b04 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 (961c07c) 88.62% compared to head (ddd2b04) 88.61%.

Files Patch % Lines
core/lib/generators/spree/dummy/dummy_generator.rb 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             v4.0    #5629      +/-   ##
==========================================
- Coverage   88.62%   88.61%   -0.01%     
==========================================
  Files         562      562              
  Lines       13877    13878       +1     
==========================================
  Hits        12298    12298              
- Misses       1579     1580       +1     

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

@tvdeyen tvdeyen merged commit 7c76225 into v4.0 Jan 26, 2024
6 of 8 checks passed
@tvdeyen tvdeyen deleted the backport/v4.0/pr-5420 branch January 26, 2024 15:17
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