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

Upgrade to Rails 7 and swap Webpacker with esbuild #29

Merged
merged 2 commits into from
Dec 18, 2021

Conversation

nickjj
Copy link
Owner

@nickjj nickjj commented Dec 18, 2021

There's lots of changes here. It goes from Rails 6.x / Webpacker 6 beta to Rails 7.0 with esbuild. The changelog sums up most high level changes. There were a few Rails 7 related changes based on the new generated app but overall these were tiny changes.

If you crawl through this diff I'm sure you'll be able to painlessly update your app.

One pending issue is Sidekiq doesn't start in production mode due to a zeitwerk related issue. That one is above my paygrade at the moment. I opened issue #30 here with more details.

This requires using Docker Compose 1.27+ but this specification unifies
both v2 and v3.
This is a big commit. The changelog sums most things up.
@nickjj nickjj merged commit 2a8580a into main Dec 18, 2021
@nickjj nickjj deleted the feature-rails-7-esbuild branch December 18, 2021 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant