Skip to content

Fix pipeline 1009351 due to default_value_for

Baodong请求将fix-pipeline-1009351-default-value-gem合并到main-jh

What does this MR do and why?

Replace default_value_for with Rails attributes API on issue tracker in JH.

Part one

Changes from:

NoMethodError: undefined method `default_value_for' for Integrations::Ones:Class

default_value_for is a method from the removed Gem.

The current version of default_value_for does not support Rails 7 and it looks almost unmaintained

In Rails 6 we can use the attributes API to set default values

Part two

Changes from:

Failure/Error: expect(page).to have_content('Creating your onboarding experience...')

Learn GitLab should no longer be created as its own project

How to set up and validate locally

gdk start

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Baodong 编辑于

合并请求报告