Update Rails from v8.1.0 to v8.1.3 - #225
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the site configuration to target Rails 8.1.3 as the default/latest Rails 8.1 patch level, which is used by the repository’s doc-generation rake tasks.
Changes:
- Bump
default_rails_versionfrom 8.1.0 to 8.1.3. - Bump Rails 8.1
specific_versionfrom 8.1.0 to 8.1.3.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
toshimaru
force-pushed
the
update-rails-v8.1.3
branch
from
August 9, 2026 12:03
0403696 to
ac8687a
Compare
2 tasks
toshimaru
added a commit
that referenced
this pull request
Aug 11, 2026
* docs: add upgrade-rails skill Documents the default_rails_version bump procedure from PR #225, including the rails submodule dirty-worktree behavior after `rake build` that's easy to mistake for a problem. * fix: correct rake build tag-validation claim in upgrade-rails skill switch_default_rails is a prerequisite of the build task, so a bad tag already fails fast before the expensive bundle install / rake rdoc regeneration runs — no separate pre-flight gate is needed. Addresses review comment: #227 (comment) * fix: don't tie upgrade-rails skill to mise.toml mise is a personal toolchain choice, not a repo-wide requirement. Point to ci.yml's ruby-version instead, which is the actual source of truth for the Ruby version this repo targets.
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.
Generate Rails v8.1.3 docs.