2022/02/10分のコミットです。
CHANGELOGへの追加はありませんでした。
Merge pull request #44365 from nvasilevski/increment-assertions-on-assert-nothing-raised
activesupport/lib/active_support/testing/assertions.rb
の修正です。
assert_nothing_raised
で空のassertion(assert(true)
)を実行するよう修正しています。テスト結果のサマリーに表示されるassertionsにassert_nothing_raised
も計上されるようにする為。
Documentation for Active Model Attributes
Active Modelのdocの修正です。
Active Model Attributesの各クラス、メソッドにdocを追加しています。
Fix ruby 2.7 keyword args warning for postgresql reconnection_error test
activerecord/test/cases/adapters/postgresql/postgresql_adapter_test.rb
の修正です。
reconnection_error
のテストでキーワード引数に関するwarinngが出ていたのを修正しています。
Merge pull request #44093 from motine/doc-hint-for-fields_for
actionview/lib/action_view/helpers/form_helper.rb
のdocの修正です。
fields_for
メソッドのdocに、引数に指定するrecordはpersisted?
メソッドが実装されている必要がある旨説明を追加しています。
Update parameter filter logging guides [ci-skip]
docの修正です。
config.filter_parameters
のデフォルト値について説明している箇所を、最新の内容に更新しています。