なるようになるブログ

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

rails commit log流し読み(2024/10/23)

2024/10/23分のコミットです。

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


Fix types in ActionController::Parameters docs

actionpack/lib/action_controller/metal/strong_parameters.rbのdocの修正です。

ActionController::Parametersのdoc内のタイポを修正しています。


Fix ActionController::Parameters docs code block following list

actionpack/lib/action_controller/metal/strong_parameters.rbのdocの修正です。

ActionController::Parametersのdoc内のexampleコードのフォーマットを修正しています。


Merge pull request #53389 from p8/activerecord/inverse-of-links

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

ActiveRecord::Assocationのdoc内のinverse_ofオプション内のBi-directionについて説明している箇所で、該当の説明へのリンクを設定出来るよう対応しています。


Fix API doc for has_many [ci-skip]

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

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