なるようになるブログ

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

rails commit log流し読み(2021/11/10)

2021/11/10分のコミットです。

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


Document tag.attributes helper

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

tag.attributes helperについてのdocを追加しています。


Clarify what 'running a migration' means

rails guideのGetting Started with Railsの修正です。

Using Concernsの項、migrationを実行する必要がある旨説明している箇所に、実際にmigrationを実行するコマンドについての説明を追加しています。


Extract ActiveSupport::ExecutionContext out of ActiveRecord::QueryLogs

ActiveRecord::QueryLogsから、contextの設定に関する処理をActiveSupport::ExecutionContextとして切り出しています。エラー報告処理の標準化を行っており(Rails standardized error reporting interface)、そちらでも同じ処理を使用したい為、とのことです。