なるようになるブログ

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

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

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

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


Merge pull request #48315 from flavorjones/flavorjones-remove-coupled-rhs-tests

actionview/test/template/sanitize_helper_test.rbの修正です。

Action View Sanitizerでallowedしているtag / attributeについて確認するテストを削除しています。rails-html-sanitizer 1.6.0でallowed tag / attributeが変更になり左記テストがコケるようになった、かつ、Rails側で違うgemのデフォルト値をテストする必要は無い、という事で削除されています。


Merge pull request #48312 from skipkayhil/hm-document-at-rich-text

actiontext/app/helpers/action_text/tag_helper.rbのdocの修正です。

ActionText::FormBuilder#rich_text_areaにdocを追加しています。