なるようになるブログ

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

rails commit log流し読み(2022/01/08)

2022/01/08分のコミットです。

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


Correct doc typo [ci skip]

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

configs_forメソッドのdocのフォーマットが崩れている箇所があったのを修正しています。


Reorganize versioned default values [ci-skip]

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

config.load_defaultsによってデフォルト値が変わる各configについて、config.load_defaultsによる値の変化についての詳細な説明を追加しています。


Improve ActiveStorage analyzer error message for missing ffprobe. Add mention to guides.

activestorage/lib/active_storage/analyzer/audio_analyzer.rbactivestorage/lib/active_storage/analyzer/video_analyzer.rbの修正です。

ffprobeがインストールされてない場合に出力するログメッセージが、FFmpegがインストールされていない旨だけ出力していたのを、ffprobeのインストールが必要である旨修正しています。


Clean up database configs for railties

railties/test/isolation/abstract_unit.rbの修正です。

テストで使うdatabase.ymlを生成する処理を、複数DB用、単体DB用でそれぞれメソッドに切り出すよう修正しています。


Add Ruby on Rails version on title

railties/lib/rails/templates/rails/welcome/index.html.erbの修正です。

welcomeページのタイトルにRubyのバージョンを出力するよう修正しています。


add cursor pointer when hovering rails logo in welcome page

railties/lib/rails/templates/rails/welcome/index.html.erbの修正です。

welcomeページのrails logoにhoverした際にcursor pointerが表示されるよう修正しています。