Bump rails from 8.1.0.rc1 to 8.1.0#202
Merged
toshimaru merged 2 commits intorailsdoc:mainfrom Oct 25, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the documentation from Rails 8.1.0.rc1 to Rails 8.1.0 final release. The changes include updating version strings in HTML documentation files and GitHub source code links to point to the new Rails commit hash corresponding to the 8.1.0 release.
- Updated version display from "8.1.0.rc1" to "8.1.0" across all documentation files
- Updated GitHub source links from commit
4720fe9c00605d6ad2d50904e98a4d5522ffbce2to1cdd190a25e483b65f1f25bbd0f13a25d696b461
Reviewed Changes
Copilot reviewed 300 out of 2748 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
Multiple HTML files in src/classes/ActionDispatch/ |
Updated Rails version banner from 8.1.0.rc1 to 8.1.0 |
Multiple HTML files in src/classes/ActionDispatch/ |
Updated GitHub source links to new commit hash |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the documentation and configuration to reference the final release of Ruby on Rails 8.1.0 instead of the previous release candidate (8.1.0.rc1). It also updates all relevant version strings and GitHub source links to match the new Rails submodule commit.
Key changes include:
Rails version update:
_config.ymland across generated documentation HTML files. [1] [2] [3] [4] [5] [6] [7] [8]Rails submodule update:
railssubmodule to point to the latest commit for Rails 8.1.0 final release.Documentation source links: