2022/08/11分のコミットです。
CHANGELOGへの追加はありませんでした。
Improve use_big_decimal_serializer documentation
rails guideのConfiguring Rails Applications、
railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_7_1.rb.ttのdocの修正です。
use_big_decimal_serializerのdocのタイポ、言い回しの修正を行っています。
rails guideのTesting Rails Applicationsの修正です。
ページ内のリンクミスを修正しています。
Merge pull request #45412 from skipkayhil/fix-actiontext-js-main
actiontext/package.jsonの修正です。
"main"にコンパイル済みのファイルが指定されてなかったのを修正しています。
Merge pull request #44614 from voracious/add-renderable-to-render-error-message
actionview/lib/action_view/renderer/template_renderer.rbの修正です。
ActionView::Renderer#renderに不正なオプションを指定した場合のエラーメッセージ内の、指定出来るオプションの一覧が実際に指定出来る値と違っていたのを修正しています。
Update ErrorSubscriber signature
activesupport/lib/active_support/error_reporter.rbのdocの修正です。
ActiveSupport::ErrorReporter class及び配下のメソッドのdocについて、exampleの追加、タイポの修正等を行っています。
Improve ActiveSupport::ErrorReporter API doc [ci-skip]
activesupport/lib/active_support/error_reporter.rbのdocの修正です。
ActiveSupport::ErrorReporter class及び配下のメソッドのdocについて、引き続きexampleの追加、説明の修正等を行っています。
Enable Style/RedundantCondition cop
.rubocop.yml、
activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rbの修正です。
Style/RedundantCondition copを追加、及び、各ファイルにcopを適応しています。