2022/03/14分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
Fixed rdoc highlighting for ActiveSupport::KeyGenerator class
activesupport/lib/active_support/key_generator.rbのdocの修正です。
ActiveSupport::KeyGeneratorのdocのフォーマットを修正しています。
Improve autoloading_and_reloading_constants.md
rails guideのAutoloading and Reloading Constantsの修正です。
各箇所のフォーマットや言い回しの修正を行っています。
More rdoc improvements to activesupport
Active Supportのdocの修正です。
各docのフォーマットの修正を行っています。
Fixed MariaDB default function
activerecord/lib/active_record/connection_adapters/mysql/schema_statements.rbの修正です。
MariaDBでdefault functionが正しくdb/schema.rbに出力されないバグがあったのを修正しています。
rails guideのAction View Form Helpersの修正です。
Binding a Form to an Objectの項のグラマーの修正を行っています。
Extend audio_tag and video_tag to accept Active Storage attachments.
actionview/lib/action_view/helpers/asset_tag_helper.rbの修正です。
image_tagメソッドと同様に、audio_tagとvideo_tagメソッドに直接Active Storageのattachmentのインスタンスを指定出来るよう対応しています。
rails guideのContributing to Ruby on Railsの修正です。
GithubをGitHubに修正しています。