Skip to content

Fix deprecation: Passing an argument to force an association to reload is now deprecated

Jasper Maes requested to merge jlemaes/gitlab-ce:deprecated-force-reload into master

What does this MR do?

Fixes deprecations: Passing an argument to force an association to reload is now deprecated and will be removed in Rails 5.1. Please call `reload_manual_association` instead. (called from block in manual_inverse_association at /builds/gitlab-org/gitlab-ce/app/models/concerns/manual_inverse_association.rb:9)

Passing an argument to force an association to reload is now deprecated and will be removed in Rails 5.1. Please call `reload` on the result collection proxy instead. (called from block (3 levels) in <top (required)> at /builds/gitlab-org/gitlab-ce/spec/models/gpg_key_spec.rb:202)

Passing an argument to force an association to reload is now deprecated and will be removed in Rails 5.1. Please call `reload` on the result collection proxy instead. (called from manual_actions at /builds/gitlab-org/gitlab-ce/spec/services/ci/process_pipeline_service_spec.rb:765)

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports