Skip to content

Run tests against more Rails versions - #22

Open
skatkov wants to merge 15 commits into
cheddar-me:mainfrom
skatkov:run-against-more-versions
Open

Run tests against more Rails versions#22
skatkov wants to merge 15 commits into
cheddar-me:mainfrom
skatkov:run-against-more-versions

Conversation

@skatkov

@skatkov skatkov commented Dec 29, 2025

Copy link
Copy Markdown
Contributor

Noticed munster related deprecation warning in Rails 8.0.

DEPRECATION WARNING: ActiveSupport::Configurable is deprecated without replacement, and will be removed in Rails 8.2.

You can emulate the previous behavior with `class_attribute`.
 (called from <main> at /home/runner/work/docsetzilla/docsetzilla/config/application.rb:7)

Munster relies on ActiveSupport::Configurable and will probably stop working in rails 8.2.

Before we proceed with a fix - it would be nice to run testsuit with different rails (and maybe ruby) versions. The goal of this PR is to run test suite under different rails versions, streach goal is to have different ruby versions as well. (ruby 4.0!! yaaay!)

@skatkov
skatkov marked this pull request as draft December 29, 2025 19:42
Comment thread test/test_app.rb Outdated
@skatkov
skatkov force-pushed the run-against-more-versions branch from 9eca6de to 486a939 Compare December 29, 2025 20:43
@skatkov
skatkov force-pushed the run-against-more-versions branch from 66487db to c01e986 Compare December 29, 2025 21:15
@skatkov skatkov changed the title Run against more versions Run tests against more Rails versions Dec 29, 2025
@skatkov
skatkov force-pushed the run-against-more-versions branch from cb9e733 to 86f31d2 Compare December 29, 2025 21:21
@skatkov
skatkov marked this pull request as ready for review December 29, 2025 21:26
@skatkov
skatkov force-pushed the run-against-more-versions branch from 6d76e58 to d88387f Compare December 29, 2025 21:27
@skatkov

skatkov commented Dec 29, 2025

Copy link
Copy Markdown
Contributor Author

@julik @jujustayfly can I ask for a review for this small PR?

@julik

julik commented Dec 30, 2025

Copy link
Copy Markdown
Contributor

@skatkov I am not a maintainer on any Cheddar repos anymore 🤷

@skatkov

skatkov commented Dec 30, 2025

Copy link
Copy Markdown
Contributor Author

@julik it seems, that I can still merge my changes. But would still love to hear feedback before I do, if you are up for it of course.

edit:
Nope, I can't.

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