Skip to content

Conversation

@toshimaru
Copy link
Member

@toshimaru toshimaru commented Oct 19, 2025

This pull request updates documentation and configuration to reflect the upgrade from Ruby on Rails version 8.1.0.beta1 to 8.1.0.rc1. The main changes involve updating version references, syncing the Rails submodule, and adjusting related links and code snippets to match the new release candidate.

Version and configuration updates:

  • Updated default_rails_version and specific version references in _config.yml from "8.1.0.beta1" to "8.1.0.rc1".
  • Changed displayed Rails version strings in documentation files (src/classes/AbstractController.html, src/classes/AbstractController/ActionNotFound.html, src/classes/AbstractController/Base.html, src/classes/AbstractController/Caching.html, src/classes/AbstractController/Caching/ClassMethods.html) to "8.1.0.rc1". [1] [2] [3] [4] [5]

Submodule and source references:

Documentation improvements:

  • Updated method documentation and parameter references for clarity and consistency, including internal links and descriptions. [1] [2] [3]

Code snippet adjustments:

@toshimaru toshimaru marked this pull request as ready for review October 20, 2025 00:24
Copilot AI review requested due to automatic review settings October 20, 2025 00:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the Rails documentation from version 8.1.0.beta1 to 8.1.0.rc1. The changes primarily consist of version string updates in HTML documentation files and corresponding GitHub source code link updates reflecting the new commit hash.

  • Version strings updated from "8.1.0.beta1" to "8.1.0.rc1" across all documentation files
  • GitHub source links updated to reference commit 4720fe9c instead of 80827ca7
  • Link-local IPv4 and IPv6 ranges added to TRUSTED_PROXIES constant

Reviewed Changes

Copilot reviewed 300 out of 2759 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
ActionDispatch class files Version banner updated to 8.1.0.rc1
GitHub source links Commit hash updated throughout
ActionDispatch/RemoteIp.html Added link-local IP ranges to TRUSTED_PROXIES
ActionDispatch/LogSubscriber.html File deleted
Various inspector and formatter files Method signature and implementation updates
Comments suppressed due to low confidence (1)

src/classes/ActionDispatch/IntegrationTest.html:1

  • [nitpick] The code example has changed from using symbol keys to string keys in the hash assertion. This may be intentional to reflect actual API response format, but should be verified as correct for the test example.
---

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@toshimaru toshimaru merged commit d2290eb into railsdoc:main Oct 20, 2025
11 checks passed
@toshimaru toshimaru deleted the update-sdoc-00251019 branch October 20, 2025 00:26
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.

1 participant