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

Add not about sprockets manifest before running rails commands #6130

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Feb 18, 2025

Summary

Due to a bug in sprockets-rails[1] we need to manually add the sprockets manifest into the generated rails app before running any rails commands inside the rails app folder.

1

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.

@tvdeyen tvdeyen added this to the 4.5 milestone Feb 18, 2025
@tvdeyen tvdeyen requested a review from a team as a code owner February 18, 2025 10:51
@github-actions github-actions bot added the changelog:solidus Changes to the solidus meta-gem label Feb 18, 2025
@tvdeyen tvdeyen force-pushed the add-not-rails-8-install branch from 0230060 to e23b61c Compare February 18, 2025 10:57
Due to a bug in sprockets-rails[1] we need to manually
add the sprockets manifest into the generated rails
app before running any rails commands inside the rails
app folder.

[1](rails/sprockets-rails#546)
@tvdeyen tvdeyen force-pushed the add-not-rails-8-install branch from e23b61c to eaf4f5f Compare February 18, 2025 14:13
@tvdeyen tvdeyen merged commit 08207da into solidusio:main Feb 18, 2025
20 of 21 checks passed
Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.81%. Comparing base (4a892c3) to head (eaf4f5f).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6130   +/-   ##
=======================================
  Coverage   88.81%   88.81%           
=======================================
  Files         835      835           
  Lines       18146    18146           
=======================================
  Hits        16116    16116           
  Misses       2030     2030           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:solidus Changes to the solidus meta-gem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant