なるようになるブログ

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

rails commit log流し読み(2020/09/26)

2020/09/26分のコミットです。

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


Add requires for mimemagic

activestorage/app/models/active_storage/blob/representable.rbactivestorage/app/models/active_storage/variation.rbの修正です。

不足していたmimemagicのrequireを追加しています。


Revert "Refactor uncastable through reflection test to detect join key overrides"

has_many through associationでのreflectionの取得処理を改善した、Refactor uncastable through reflection test to detect join key overridesをRevertし、そもそもreflectionのチェック処理自体を削除するよう修正しています。reflection名に特殊な値を指定しているような場合に、現状正しくreflectionの取得が行えておらず、正しくチェック出来ないケースがある為。