なるようになるブログ

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

rails commit log流し読み(2021/03/13)

2021/03/13分のコミットです。

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


Active Storage: Blob creation shouldn't crash if no service selected

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

Active Storageでserviceの指定が無い場合に、blobの作成処理がエラーになってしまうバグがあったのを修正しています。


Clarify maintenance policy for bug fixes to security patches

rails guideのMaintenance Policy for Ruby on Railsの修正です。

Security Issuesの項に、Security Releaseにはsecurity patchesのみ含まれる旨説明を追加しています。


[Docs] Lowercase a word that shouldn't be capitalized [ci skip]

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

accepts_nested_attributes_forメソッドのdoc内のグラマーの修正を行っています。