2023/04/17分のコミットです。
CHANGELOGへの追加はありませんでした。
Fix monospace formatting [ci-skip]
activesupport/lib/active_support/message_verifier.rb
のdocの修正です。
ActiveSupport::MessageVerifier#initialize
メソッドのdocのフォーマットを修正しています。
Fix marshalling_format_version config name [ci-skip]
rails guideのConfiguring Rails Applications
の修正です。
marshalling_format_version
config名をタイポしていたのを修正しています。
Replace backticks with RDoc markup [ci-skip]
actionpack/lib/action_controller/metal/live.rb
のdocの修正です。
ActionController::Live
moduleのdocのフォーマットを修正しています。
Fix typos for AS::Notifications::Fanout::Handle [ci-skip]
activesupport/lib/active_support/notifications/fanout.rb
のdocの修正です。
ActiveSupport::Notifications::Fanout::Hanldle
moduleのdoc内のタイポを修正しています。
Docs: fix misspel on association_basics.md [ci-skip] (#47958)
activerecord/test/cases/associations/has_one_associations_test.rb
、
rails guideのActive Record Associations
の修正です。
association
をassocation
にタイポしていたのを修正しています。
Merge pull request #47953 from p8/actiontext/document-rich-text-methods
actiontext/app/models/action_text/rich_text.rb
のdocの修正です。
ActionText::RichText
classの各メソッドにdocを追加しています。