Skip to content

Method all_released_ids_for doesn't return a released_to_all response  #47

@GLOFonseca

Description

@GLOFonseca

Problem

When one checks all_released_ids_for a feature that was release_to_all, FeatureFlagger returns the ids from the accounts with the rollout before the release_to_all method. So we need a response informing that feature was released to all.

Example

account.release(:foo, :bar)
=>  true
Account.release_to_all(:foo, :bar)
=> true
Account.all_released_ids_for(:foo, :bar)
=> "1"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions