2022/09/14分のコミットです。
CHANGELOGへの追加はありませんでした。
Clarify --edge points to latest stable branch of rails
railties/lib/rails/generators/app_base.rb
の修正です。
rails new
に--edge
オプションを指定した場合に使用されるブランチ名をオプションのdescriptionに含むよう修正しています。
Use explicit deprecator in AS::Deprecation tests
activesupport/test/deprecation_test.rb
の修正です。
Use explicit deprecator in AS::Deprecation testsと同様に、ActiveSupport::Deprecation
のテストでテスト内で固有のdeprecatorを使用するよう修正しています。
Update guides on secuity page for sql injection sample code [ci-skip]
rails guideのSecuring Rails Applications
の修正です。
sql injectionのサンプルコードを、現在のRailsが生成するSQLで成功する内容に修正しています。
Merge pull request #46024 from sreeram-venkitesh/fix-action-controller-link [ci-skip]
rails guideのLayouts and Rendering in Rails
の修正です。
render
メソッドのAPI docのリンク先が誤っていたのを修正しています。
ErrorReporter: allow to unsubscribe
activesupport/lib/active_support/error_reporter.rb
の修正です。
ErrorReporter
でsubscriberのunscribeが出来るようメソッドを追加しています。
Add ability to handle reconnects with the connected()
callback
Action Cableの修正です。
connected()
メソッドのcallbackで、reconnect処理が行われたどうかを判別出来るよう修正しています。
[ci skip] Fix form_with documentation
actionview/lib/action_view/helpers/form_helper.rb
のdocの修正です。
form_with
メソッドのdoc内のexampleで、現在生成されないdata-remote
が残っている箇所があったのを修正しています。