Sha256: 2d137816ba0dabf64d19b3dbf28c4cfc631d6912546202493adb97bc33324d1f

Contents?: true

Size: 862 Bytes

Versions: 34

Compression:

Stored size: 862 Bytes

Contents

# Caveats

1. The [individual actor gate](https://github.com/jnunemaker/flipper/blob/master/docs/Gates.md#3-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#2-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

34 entries across 34 versions & 1 rubygems

Version Path
flipper-0.16.2 docs/Caveats.md
flipper-0.16.1 docs/Caveats.md
flipper-0.16.0 docs/Caveats.md
flipper-0.15.0 docs/Caveats.md
flipper-0.14.0 docs/Caveats.md
flipper-0.13.0 docs/Caveats.md
flipper-0.13.0.beta1 docs/Caveats.md
flipper-0.12.2 docs/Caveats.md
flipper-0.12.1 docs/Caveats.md
flipper-0.12.0 docs/Caveats.md
flipper-0.11.0 docs/Caveats.md
flipper-0.11.0.rc1 docs/Caveats.md
flipper-0.11.0.beta9 docs/Caveats.md
flipper-0.11.0.beta8 docs/Caveats.md
flipper-0.11.0.beta7 docs/Caveats.md
flipper-0.11.0.beta6 docs/Caveats.md
flipper-0.11.0.beta5 docs/Caveats.md
flipper-0.11.0.beta4 docs/Caveats.md
flipper-0.11.0.beta3 docs/Caveats.md
flipper-0.11.0.beta1 docs/Caveats.md