なるようになるブログ

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

rails commit log流し読み(2023/05/13)

2023/05/13分のコミットです。

CHANGELOGへの追加はありませんでした。


Format event names as code [ci-skip]

rails guideのActive Support Instrumentationの修正です。

event nameのフォーマットを修正しています。


Link to API docs [ci-skip]

rails guideのActive Support Instrumentationの修正です。

guide内で言及しているメソッド名やclass名がAPI docへのリンクになるよう修正しています。


Clean up Active Support Instrumentation guide [ci-skip]

rails guideのActive Support Instrumentationの修正です。

guide全体の言い回しやフォーマットの修正を行っています。


Document cache_delete_matched.active_support event [ci-skip]

rails guideのActive Support Instrumentationの修正です。

cache_delete_matched.active_support hookについての説明を追加しています。


Document cache_{inc,dec}rement.active_support events [ci-skip]

rails guideのActive Support Instrumentationの修正です。

cache_increment.active_support hook、及び、cache_decrement.active_support hookの説明を追加しています。


Document cache_cleanup.active_support event [ci-skip]

rails guideのActive Support Instrumentationの修正です。

cache_cleanup.active_support hookについての説明を追加しています。


Document cache_prune.active_support event [ci-skip]

rails guideのActive Support Instrumentationの修正です。

cache_prune.active_support hookについての説明を追加しています。


Add pseudo-subsections to Instrumentation guide [ci-skip]

rails guideのActive Support Instrumentationの修正です。

セクションがコンポーネント毎にまとめられていたのを、Action Controller — Cachingのように、コンポーネントの中で更に関連するhookでまとめるよう修正しています。


:nail_care: Clean up Railties changelog for code blocks

railties/CHANGELOG.mdの修正です。

各エントリーのcode blockのフォーマットを修正しています。


Document bash / command-line fixed-font preferences

rails guideのAPI Documentation Guidelinesの修正です。

Bash / Command-lineについてのdocを記載する場合のexampleを追加しています。


add missing closing bracket to picture_tag example

actionview/lib/action_view/helpers/asset_tag_helper.rbのdocの修正です。

picture_tagのdoc内のexampleコードに、閉じタグが不足していたのを修正しています。