-
Notifications
You must be signed in to change notification settings - Fork 155
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
New queue_schema.rb file hardcodes Rails version #323
Comments
Oops, so sorry! We're running it with Rails 8, and I didn't think of that 🤦♀️ . |
The new schema is completely compatible with Rails 7.1, which is the minimum version required to use Solid Queue, so I'll just revert to that. |
Perfect. Thanks. And no worries, this is exactly the kind of tiny little bug that inevitably sneaks thru. One of the wonderful things about open source is that the collective community will do a much better job of finding all of these cases than any one individual. Excited to see things coming together for Rails 8 tho! |
This is the minimum version we support, and otherwise apps using Rails < 8 won't be able to install Solid Queue properly. Thanks a lot to @fractaledmind for catching this in #323.
@fractaledmind would you mind double-checking that the last |
Yes. |
Awesome! Thank you so much 🙏 |
After #321, Solid Queue can't be added to any new Rails 7.2 applications. I just reported this problem with Solid Cache in rails/solid_cache#211, and this will have the exact same problem:
I stumbled into this preparing my workshop for EuRuKo next week, where we are spinning up new Rails 7.2.1 apps and installing the Solid gems.
The text was updated successfully, but these errors were encountered: