Skip to content

Conversation

voxik
Copy link
Contributor

@voxik voxik commented Jun 19, 2025

No description provided.

@voxik
Copy link
Contributor Author

voxik commented Jun 19, 2025

Not sure what the ArgumentError: Unrecognized ActiveSupport::Cache.format_version: 8.0 means. Dropping the following line removes the error:

@app.config.active_support.cache_format_version = Rails::VERSION::STRING.to_f

But it was introduced for some purpose:

b73e5f9

@voxik
Copy link
Contributor Author

voxik commented Jun 19, 2025

Not sure what the ArgumentError: Unrecognized ActiveSupport::Cache.format_version: 8.0 means. Dropping the following line removes the error:

@app.config.active_support.cache_format_version = Rails::VERSION::STRING.to_f

But it was introduced for some purpose:

b73e5f9

Checking the source code / documentation, it should likely be always 7.0 for the moment, unless there is some smarter way to detect the supported formats, because ideally, it should be the most recent supported.

Rails 8 have not introduced new cache format such as `8.0`. Keep using
the highest available ATM.
@rafaelfranca rafaelfranca merged commit 6c719da into rails:main Sep 17, 2025
29 of 32 checks passed
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