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 rails to ~> 7.1 #26

Closed
heratyian opened this issue Feb 24, 2024 · 1 comment · Fixed by #36
Closed

Upgrade rails to ~> 7.1 #26

heratyian opened this issue Feb 24, 2024 · 1 comment · Fixed by #36

Comments

@heratyian
Copy link

I'm writing a lesson on async jobs using Solid Queue and Mission Control. Mission Control requires rails ~> 7.1. Soild Queue is really nice since it uses db tables instead of redis, which makes deployments simpler/cheaper. Also, you can run it on sqlite which means you can still use codespaces.

Any plans to upgrade the rails version?

@bpurinton
Copy link
Contributor

Going to work on this soon, couple of notes to self:

After the Rails 7.1 update, can you ensure that there are no deprecation warnings when e.g. bundle install or rails c or rails s?
Also, it feels to me like it takes a long time to set up a codespace for the Rails 7 Template, longer than homeworks. Is that true, and if so why?

This was referenced May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants