2024/11/08分のコミットです。
CHANGELOGへの追加はありませんでした。
Merge pull request #53550 from tysongach/devcontainer-links
docの修正です。
DevContainerに関するdocのリンクを公式のページ(https://containers.dev/) に修正しています。
Bump deprecation message to 8.1
activesupport/lib/active_support.rb、
activesupport/lib/active_support/core_ext/date_and_time/compatibility.rbの修正です。
to_timeの挙動変更に関するdeprecateメッセージ内の挙動が変わるRailsのバージョンに綾m理があったのを修正しています。
guides/source/documents.yamlの修正です。
Rails 8.0のrelease dateを記載しています。
Show 8.0 release note on the guides
guides/source/documents.yamlの修正です。
Rails 8.0のreleaes noteがguideに表示されるよう修正しています。
Update devcontainer to use new ruby 3.3.6 version
.devcontainer/Dockerfileの修正です。
DevContainerで使用するRubyのバージョンを3.3.6に更新しています。
Do not create scan_js workflow on --skip-js (#53553)
railties/lib/rails/generators/rails/app/templates/github/ci.yml.ttの修正です。
rails newに--skip-jsオプションを指定した場合に、.github/workflows/ci.ymlにJSのチェック処理を含まないよう修正しています。