You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error!(%(Stack '#{create_message.stack}' does not exist))iferror.errors.on(:stack)&.include?(:buildpack_stack_does_not_exist)
31
-
error!(%(Buildpack with name '#{error.model.name}' and stack '#{error.model.stack}' already exists))iferror.errors.on(%i[namestack])&.include?(:unique)
error!(%(Stack '#{message.stack}' does not exist))iferror.errors.on(:stack)&.include?(:buildpack_stack_does_not_exist)
28
28
error!(%(Buildpack stack cannot be changed))iferror.errors.on(:stack)&.include?(:buildpack_cant_change_stacks)
29
29
error!(%(Buildpack with name '#{error.model.name}' and an unassigned stack already exists))iferror.errors.on(:stack)&.include?(:unique)
30
-
error!(%(Buildpack with name '#{error.model.name}' and stack '#{error.model.stack}' already exists))iferror.errors.on(%i[namestack])&.include?(:unique)
0 commit comments