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のチェック処理を含まないよう修正しています。