2017/07/30分のコミットです。
CHANGELOGへの追加はありませんでした。
Fix test directory to correct path
actionview/package.json、
actionview/test/ujs/public/test/data-confirm.js、
actionview/test/ujs/public/test/data-remote.jsの修正です。
eslintに指定するrails-ujsのテストディレクトリのパスに誤りがあったのを修正、及び、一部テストのコードにlint違反があったのを修正しています。
Change http postgresql.org links to https [ci skip]
www.postgresql.orgへのリンクをhttpからhttpsに修正しています。
今はhttpsが正しいURL(httpでアクセスするとhttpsにリダイレクトされる)な為。
参考:Change documentation references to PG website to use https: not http
Merge pull request #29963 from y-yagi/fix_ruby_warnings
ailties/test/application/routing_test.rbの修正です。
routingのテストでRubyのwarning(warning: method redefined; discarding old model_name)が出ていたので、model_nameをクラスメソッドとして定義し対応しています。
tasks/release_announcement_draft.erbの修正です。
release announcement用のスクリプトで、announcement内の問題があった場合にメンションするGitHubのユーザ名が正しく表示されなかったのを修正しています。
Merge pull request #29951 from georgeclaghorn/action-view-test-flow
actionview/lib/action_view/test_case.rbの修正です。
ActionView::TestCaseクラスで@view_flow変数を保持するよう修正しています。
content_forのようなcaptureメソッドでは上記変数がメソッドを使用するコンテキストに存在する必要がある為。