なるようになるブログ

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

rails commit log流し読み(2023/03/25)

2023/03/25分のコミットです。

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


Fix an issue where TestFixtures#fixture_path was returning an array. It is deprecated, but it should still return a string until it is removed. So, if multiple fixture_paths are configured, it just returns the first path.

activerecord/lib/active_record/test_fixtures.rbの修正です。

TestFixtures#fixture_pathをdeprecatedにした際の対応で、戻り値が前のバージョンから変わってしまっていたのを、前のバージョンを同じ値を返すよう修正しています。


Fix actionpack CHANGELOG lint error

actionpack/CHANGELOG.mdの修正です。

ファイルの末尾にピリオドを追加しています。


Bring truncate* docs in line with signatures

activesupport/lib/active_support/core_ext/string/filters.rbの修正です。

String#truncateString#truncate_bytesの引数名を同じ値に変更、及び、docの引数名と実際の引数名が一致していなかったのを修正しています。