なるようになるブログ

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

rails commit log流し読み(2024/04/08)

2024/04/08分のコミットです。

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


Improve ActionCable redis config example [skip ci]

rails guideのAction Cable Overviewの修正です。

redis用のconfigのexampleから、不要な{}を削除しています。


Fix a typo in activerecord/CHANGELOG.md

activerecord/CHANGELOG.mdの修正です。

TransactionTransationにタイポしていたのを修正しています。


Fix small typo's in ActiveRecord Changelog [ci-skip]

activerecord/CHANGELOG.mdの修正です。

各エントリーのタイポの修正、及び、フォーマットの修正を行っています。


Update default value for content_types_allowed_inline in guides

rails guideのConfiguring Rails Applicationsの修正です。

config.active_storage.content_types_allowed_inlineのデフォルト値を最新の内容に更新しています。