なるようになるブログ

読書感想文かrailsについてかrubyについてか

rails commit log流し読み(2024/11/08)

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.rbactivesupport/lib/active_support/core_ext/date_and_time/compatibility.rbの修正です。

to_timeの挙動変更に関するdeprecateメッセージ内の挙動が変わるRailsのバージョンに綾m理があったのを修正しています。


Add Rails 8 release date

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