なるようになるブログ

読書感想文かrailsについてかrubyについてか

rails commit log流し読み(2019/09/02)

2019/09/02分のコミットです。

CHANGELOGへの追加はありませんでした。


Fix Active Job Sidekiq integration tests

activejob/test/support/integration/adapters/sidekiq.rbの修正です。

Sidekiqのloggerの指定方法がSidekiq 6.0変更になっており、https://github.com/mperham/sidekiq/wiki/Logging#api-changes に説明された内容に合わせてloggerの指定方法を修正しています。


Add tests for no or blank like arguments to query methods

activerecord/test/cases/relations_test.rbの修正です。

test_no_arguments_to_query_methods_raise_errorstest_blank_like_arguments_to_query_methods_dont_raise_errorsでテストするメソッドにordereager_load等のメソッドを追加しています。


Fix an error message to replace http with https in a reference URL

activerecord/lib/active_record/fixture_set/file.rbの修正です。

www.yaml.org へのリンクをhttpsに修正しています。