-
Notifications
You must be signed in to change notification settings - Fork 67
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
Rails 7.1 support #104
Rails 7.1 support #104
Conversation
631dba4
to
0637499
Compare
This is the same fix of rails/rails#49716 but applied to SolidCache Store.
bcce38a
to
ff1700b
Compare
- Support for multiple Rails version in CI via appraisal - Fix tests to work with multiple Rails versions
@@ -0,0 +1,35 @@ | |||
# frozen_string_literal: true | |||
|
|||
module CacheStoreFormatVersionBehavior |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There look to be some more tests in https://github.com/rails/rails/blob/main/activesupport/test/cache/behaviors/cache_store_format_version_behavior.rb. Could we pull those in as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, handled in 2c578d7
internal_exec_query
to not clear the query cache after 7.1.