flipper icon indicating copy to clipboard operation
flipper copied to clipboard

🐬 Beautiful, performant feature flags for Ruby.

Results 64 flipper issues
Sort by recently updated
recently updated
newest added

I propose we drop support for EOL Ruby and Rails versions. ~~Any reservations about doing this now before the upcoming 1.1 release?~~ We will wait until the 2.0 release. EOL...

Adds #features_for_actor With this change, you can get all features for the given actor as a param. I've found we need that feature on my team, where we just load...

This introduces a schema based on [JSON Schema](https://json-schema.org) ([draft-07](https://json-schema.org/specification-links.html#draft-7) since it is the latest draft supported by Ruby libraries) for validating expressions (#692) and the arguments to expression functions. It...

Adds `#flipper_enabled?` to all ActiveRecord models as shorthand for `Flipper.enabled?(:feature_name, model)`…with a bonus… One thing that has always felt awkward is that I'm never quite sure who/what to use as...

It's possible if using an adapter that doesn't retain state that a feature could be checked before the first background thread sync finishes. If this happens flipper thinks no features...

Currently, Flipper is configured by default to perform [memoization and preloading](https://www.flippercloud.io/docs/optimization#memoization) per request, which will query the primary storage adapter each time a request is received. This is fine on...

feature

Since there's AR support available for Flipper, I think it'd be a great idea to also add support for bulk importing flags to application, something similar to what `activerecord-import` provides....

As mentioned in https://github.com/flippercloud/flipper/issues/746, gates are cleared on boolean disable but not on boolean enable. They should be consistent.

For people who want to mount on their own with constraints. Perhaps allowing constraints to be configured would be good to?

feature

Fillper UI return exceptions. when it tried to find this resource. after version upgrade 1.3 flipper/css/bootstrap-4.6.0.min.css