Skip to content

Conversation

@tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Feb 13, 2025

Summary

Remove some old unused files and add a sprockets manifest so that latest versions of Rails and Solidus main.

Rails stopped creating sprockets files but we still use sprockets. And we need to manifest so that test apps
generated during specs do not fail with a sprockets error.

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

The following are not always needed:

  • 📖 I have updated the README to account for my changes.
  • 📑 I have documented new code with YARD.
  • 🛣️ I have opened a PR to update the guides.
  • ✅ I have added automated tests to cover my changes.
  • 📸 I have attached screenshots to demo visual changes.

This file gets copied into the wrong folder and is not
used by Rails since decades.
We do not have production group in generated dummy apps
and the syntax is outdated. This is what the Rails engine
generator does as well. So let's stick with the framework
Rails stopped creating sprockets files but we still use sprockets. And we need to manifest so that test apps
generated during specs do not fail with a sprockets error.
@tvdeyen tvdeyen requested a review from a team as a code owner February 13, 2025 10:41
@github-actions github-actions bot added the changelog:solidus_core Changes to the solidus_core gem label Feb 13, 2025
tvdeyen added a commit to tvdeyen/solidus_dev_support that referenced this pull request Feb 13, 2025
@codecov
Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.43%. Comparing base (95a9ea8) to head (16fcb10).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6121      +/-   ##
==========================================
+ Coverage   88.68%   92.43%   +3.74%     
==========================================
  Files         830      389     -441     
  Lines       18013     8008   -10005     
==========================================
- Hits        15975     7402    -8573     
+ Misses       2038      606    -1432     

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

Copy link
Member

@kennyadsl kennyadsl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 makes sense, thanks @tvdeyen

tvdeyen added a commit to tvdeyen/solidus_dev_support that referenced this pull request Feb 13, 2025
@tvdeyen tvdeyen merged commit 37a5c8a into solidusio:main Feb 13, 2025
21 checks passed
@tvdeyen tvdeyen deleted the fix-dummy-generator-sprockets branch February 13, 2025 13:54
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