2017/10/12分のコミットです。
CHANGELOGへの追加はありませんでした。
Fix "warning: assigned but unused variable - message"
railties/test/generators/argv_scrubber_test.rbの修正です。
test_rc_whitespace_separatedから使用していない変数を削除しています。
[ci skip]Enable link to ActionDispatch::Integration::Session#process in rdoc
actionpack/lib/action_dispatch/testing/integration.rbのdocの修正です。
Integration::RequestHelpers module配下のHTTP method用のメソッド(get、post、patch等)のdocでActionDispatch::Integration::Session#processメソッドへのリンクを追加しています。
fix the description for the select_all [ci skip]
rails guideのActive Record Query Interfaceの修正です。
select_allメソッドについて説明している箇所に、select_allメソッドの戻り値について詳細な説明を追加しています。