2024/12/26分のコミットです。
CHANGELOGへの追加はありませんでした。
railties/lib/rails/generators/actions.rbの修正です。
Thorのsayメソッドを使用する際に、quietオプションをチェックしていたのを、チェックしないよう修正しています。sayメソッド側でquietオプションの値に従うようになっており、呼び出し元でチェックする必要は無くなった為。
Fix formatting of code example [ci-skip]
activemodel/lib/active_model/type/float.rbのdocの修正です。
ActiveModel::Type::Float classのdocのフォーマットを修正しています。
Use appropriate monospace style [ci-skip]
activesupport/lib/active_support/broadcast_logger.rbのdocの修正です。
各メソッドのdoc内のフォーマットを修正しています。
Autolink Enumerable::SoleItemExpectedError [ci-skip]
activesupport/lib/active_support/core_ext/enumerable.rbのdocの修正です。
doc内のEnumerable::SoleItemExpectedErrorがリンクになるよう修正しています。
Clarify indentation and with_indentation docs [ci-skip]
railties/lib/rails/generators/actions.rbのdocの修正です。
indentation、with_indentationメソッドのdocに詳細な挙動についての説明を追加しています。
Link to ActiveSupport::TimeZone.utc_to_local API doc [ci-skip]
rails guideのConfiguring Rails Applicationsの修正です。
ActiveSupport.utc_to_local_returns_utc_offset_timesについて説明している箇所内の、ActiveSupport::TimeZone.utc_to_localがAPI docへのリンクになるよう修正しています。
Use actual descriptions for link text [ci-skip]
rails guideのContributing to Ruby on Railsの修正です。
bug report templatesについて説明しているテキスト自体が、そのtemplateへのリンクになるよう修正しています。
Use autolink instead of explicit link [ci-skip]
actionview/lib/action_view/helpers/output_safety_helper.rbのdocの修正です。
to_sentenceメソッドのdoc内の不要な明示的なリンクの指定を削除しています。
Remove superfluous "or not" [ci-skip]
rails guideのConfiguring Rails Applicationsの修正です。
config.action_controller.perform_cachingについて説明している箇所の言い回しを修正しています。
Link javascript_include_tag and stylesheet_link_tag [ci-skip]
actionpack/lib/action_dispatch/http/request.rbのdocの修正です。
send_early_hintsメソッドのdoc内のjavascript_include_tag及びstylesheet_link_tagがAPI docへのリンクになるよう修正しています。
Use delete_prefix in add_filter example [ci-skip]
activesupport/lib/active_support/backtrace_cleaner.rbのdocの修正です。
add_filterメソッドのdoc内のexampleコードで、prefixを削除するのにdelete_prefixを使用するよう修正しています。
Tweak raise_on_invalid_cache_expiration_time doc [ci-skip]
rails guideのConfiguring Rails Applicationsの修正です。
config.active_support.raise_on_invalid_cache_expiration_timeについて説明している箇所のフォーマットの修正、及び、関連しているメソッドのAPI docへのリンクを追加しています。
Use monospace formatting [ci-skip]
docの修正です。
各docのメソッド名や固有名詞のフォーマットを修正しています。