2021/05/05分のコミットです。
CHANGELOGへの追加はありませんでした。
Merge pull request #41276 from RobinDaugherty/form_with-local-doc
actionview/lib/action_view/helpers/form_helper.rbのdocの修正です。
FormHelper#form_withメソッドのdocに、localオプションについての詳細な説明を追加しています。
Change HTML img tag to lowercase [ci skip]
rails guideのSecuring Rails Applicationsの修正です。
imgタグが大文字になっている箇所があったのを、小文字に修正しています。
Fix spelling in CoffeeScript and JavaScript files [ci skip]
actionview/app/assets/javascripts/rails-ujs.coffe、
actionview/test/ujs/public/vendor/jquery-2.2.0.jsの修正です。
reenable -> re-enableに修正しています。
Merge pull request #42144 from bogdanvlviv/update-gemfile_lock
Gemfile.lockに不要な筈の環境の設定が含まれてしまっていたのを削除しています。
Allow setting a custom path to store the System Test screenshots
actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rbの修正です。
System Testのscreenshots格納ディレクトリがtmp/screenshots固定だったのを、Capybara.save_pathが指定されている場合、そちらのpathを使用するよう修正しています。