Sha256: b1e2564a652251ce6459d06f5ece538ef1370707ba7dd170a480bf4553348ed0

Contents?: true

Size: 862 Bytes

Versions: 14

Compression:

Stored size: 862 Bytes

Contents

# Caveats

1. The [individual actor gate](https://github.com/jnunemaker/flipper/blob/master/docs/Gates.md#2-individual-actor) is typically not designed for hundreds or thousands of actors to be enabled. This is an explicit choice to make it easier to batch load data from the adapters instead of performing individual checks for actors over and over. If you need to enable something for more than 20 individual people, I would recommend using a [group](https://github.com/jnunemaker/flipper/blob/master/docs/Gates.md#5-group).
2. The disable method exists only to clear something that is enabled. If the thing you are disabling is not enabled, the disable is pointless. This means that if you enable one group an actor is in and disable another group, the feature will be enabled for the actor. ([related issue](https://github.com/jnunemaker/flipper/issues/71))

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
flipper-0.21.0.rc1 docs/Caveats.md
flipper-0.20.4 docs/Caveats.md
flipper-0.20.3 docs/Caveats.md
flipper-0.20.2 docs/Caveats.md
flipper-0.20.1 docs/Caveats.md
flipper-0.20.0 docs/Caveats.md
flipper-0.20.0.beta3 docs/Caveats.md
flipper-0.20.0.beta2 docs/Caveats.md
flipper-0.20.0.beta1 docs/Caveats.md
flipper-0.19.1 docs/Caveats.md
flipper-0.19.0 docs/Caveats.md
flipper-0.18.0 docs/Caveats.md
flipper-0.17.2 docs/Caveats.md
flipper-0.17.1 docs/Caveats.md