なるようになるブログ

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

rails commit log流し読み(2022/03/14)

2022/03/14分のコミットです。

CHANGELOGにのったコミットは以下の通りです。

activerecord/CHANGELOG.md

actionview/CHANGELOG.md


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に出力されないバグがあったのを修正しています。


Fix typo

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_tagvideo_tagメソッドに直接Active Storageのattachmentのインスタンスを指定出来るよう対応しています。


Fixed typo: Github -> GitHub

rails guideのContributing to Ruby on Railsの修正です。

GithubGitHubに修正しています。