2021/05/02分のコミットです。
CHANGELOGへの追加はありませんでした。
Merge pull request #42056 from Shopify/split-link-headers
actionview/lib/action_view/helpers/asset_tag_helper.rb
の修正です。
Link headersを生成する際に、合計サイズが8KBを越えないよう対応しています。幾つかのブラウザやproxyで、max header sizeに8KBが設定されている事がある為。
[ci skip] Fix typo a s/informations/information/
rails guideのDebugging Rails Applications
の修正です。
informations
をinformation
にタイポしている箇所があったのを修正しています。
Merge pull request #42113 from adityapandit17/getting_started_guide_patch
rails guideのGetting Started with Rails
の修正です。各箇所のRailsのバージョンを7.0.0に修正、及び、言い回しを修正しています。
Merge pull request #42114 from adityapandit17/guides_patch
rails guideのThe Rails Command Line
、Debugging Rails Applications
の修正です。
コマンド、及び、メソッドの実行結果が実際の結果と異なっている箇所があったのを修正しています。
Merge pull request #42118 from pocke/Describe_unsafe_usage_ofinvert_wheremethod_ci_skip
activerecord/lib/active_record/relation/query_methods.rb
のdocの修正です。
invert_where
メソッドのdocに、invert_where
はinvert_where
を指定したより前のconditionまでinvertしてしまう為、注意が必要である旨説明を追加しています。
Merge pull request #41987 from mgodwin/rails-guides-dark-mode
rails guideの修正です。
rails guideに、Dark Mode用のcssを追加しています。
Improve guide of Command Line Injection [ci skip]
rails guideのSecuring Rails Applications
の修正です。
Command Line Injection
の項にあるOSのコマンドを実行する為のメソッドのリストからsyscall
を削除(OSコマンドを実行する為のメソッドではない為)し、代わりに不足していたspawn
メソッドを追加、フォーマットの修正、Kernel#open
メソッドについて説明するセクションの追加、等を行っています。
Update all Migration version references
docの修正です。
migrationファイルのexampleコードのバージョンを全てまとめて7.0
に更新しています。
Fix markup for the rdoc [ci skip]
activerecord/lib/active_record/relation/query_methods.rb
のdocの修正です。
invert_where
メソッドのdocのフォーマットが崩れている箇所があったのを修正しています。