なるようになるブログ

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

rails commit log流し読み(2023/06/19)

2023/06/19分のコミットです。

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


Set secret_key_base on config in bug_report_templates

bug report templatesの修正です。

deprecatedになったsecrets.secret_key_baseのかわりに、config.secret_key_baseを使用するよう修正しています。


:nail_care: Wrap the AC::Meta::Streaming doc links

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

ActionController::Meta::Streamingのdocの言い回しを修正しています。


:nail_care: Move `:enddoc: to the top of the file

railties/lib/rails/test_help.rbの修正です。

ファイル内の個別のメソッドに:nodoc:を指定していたのを、ファイルの先頭で:enddoc:を宣言してAPI docに表示されないよう修正しています。


update doc to use to_fs over deprecated to_s

activesupport/lib/active_support/core_ext/range/conversions.rbのdocの修正です。

ActiveSupport::RangeWithFormat#to_fsメソッドのdocでdeprecatedになっているto_sメソッドについて言及している箇所があったのを、to_fsに修正しています。


Added documentation for ActiveRecord::Relation#pick [skip ci]

rails guideのActive Record Query Interfaceの修正です。

ActiveRecord::Relation#pickメソッドについてのドキュメントを追加しています。