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

Rails 7.1 support #104

Merged
merged 5 commits into from
Nov 16, 2023
Merged

Rails 7.1 support #104

merged 5 commits into from
Nov 16, 2023

Conversation

intrip
Copy link
Contributor

@intrip intrip commented Nov 15, 2023

@intrip intrip force-pushed the rails-7-1 branch 2 times, most recently from 631dba4 to 0637499 Compare November 15, 2023 18:18
This is the same fix of rails/rails#49716 but
applied to SolidCache Store.
- Query cache: Rely on the new private method ´internal_exec_query´ to not clear the query cache after 7.1.
- Instrumentation test: Rails 7.1 need a non-nil key to instrument a query
@intrip intrip force-pushed the rails-7-1 branch 7 times, most recently from bcce38a to ff1700b Compare November 16, 2023 08:57
@intrip intrip marked this pull request as ready for review November 16, 2023 08:59
- 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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

@intrip intrip Nov 16, 2023

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

@djmb djmb merged commit 939c6de into rails:main Nov 16, 2023
@intrip intrip deleted the rails-7-1 branch November 16, 2023 10:01
@intrip intrip restored the rails-7-1 branch November 16, 2023 10:01
@intrip intrip deleted the rails-7-1 branch November 30, 2023 17:14
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.

2 participants