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のメソッド名や固有名詞のフォーマットを修正しています。