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

Fix rails 8 build with 2781 and 2783 #2784

Merged
merged 4 commits into from
Sep 1, 2024
Merged

Conversation

JonRowe
Copy link
Member

@JonRowe JonRowe commented Aug 27, 2024

Attempt to see if combining #2781 and #2783 have a green build.

p8 added 2 commits August 27, 2024 08:58
…ory.

Rails `main` uses Thor for the `bin/rails stats` command instead of
Rake. This means stats directories need to be added in the Railtie.

The global constant STATS_DIRECTORIES defined by Rails, has been
deprecated in favor of Rails::CodeStatistics.register_directory.

https://github.com/rails/rails/blob/8c7754dfdf39ed94cc93bbc40ee721c311b6d32c/railties/CHANGELOG.md?plain=1#L1-L11
Rails main requires `sqlite3` version 2:
rails/rails#51958
@JonRowe JonRowe force-pushed the fix-rails-8-with-2781-and-2783 branch from 4f02747 to 5cb02ba Compare August 27, 2024 08:18
@p8
Copy link
Contributor

p8 commented Sep 1, 2024

Looks good to me!

@JonRowe JonRowe merged commit 85fe645 into main Sep 1, 2024
22 checks passed
@JonRowe JonRowe deleted the fix-rails-8-with-2781-and-2783 branch September 1, 2024 18:07
JonRowe added a commit that referenced this pull request Sep 2, 2024
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