2025/02/19分のコミットです。
CHANGELOGへの追加はありませんでした。
doc: Explicitly state that modifying sanitizer allowlists is unsafe
actionview/lib/action_view/helpers/sanitize_helper.rb
のdocの修正です。
sanitize
メソッドのdocに、sanitizer allowlistsを変更するのは安全で無い旨説明を追加しています。
[ci skip] Modify all remaining references of rails <command>
:
rails guideの修正です。
rails
コマンドについて説明している箇所を、全て、bin/rails
を使用するよう修正しています。
Merge pull request #54569 from byroot/ci-shellcheck
.devcontainer/boot.sh
にBashでエラーになる記述があったのを修正、及び、shellcheckで.devcontainer/boot.sh
をチェックするよう修正しています。