-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Flags #1897
Comments
Solutions / Feature Flag Gemshttps://github.com/Unleash/unleash
https://github.com/fetlife/rollout
https://github.com/voormedia/flipflop
https://github.com/jnunemaker/flipper
Conclusion/WinnerSeems like Flipper gem is the most widely used and most popular. And for good reason too. Looks like a one stop shop for all features you could possibly want but still allowing for alot of customization. There is a parallel pro gem for Flipper as well (kinda like sidekiq), which means you can safely bet it will continue to be well supported in the future. |
From Matt:
We want to look at a way to introduce Feature flags into Jupiter. What is a feature flag? Wikipedia defines this as such (https://en.wikipedia.org/wiki/Feature_toggle):
There is various solutions that exist in the ruby community:
https://github.com/jnunemaker/flipper
https://github.com/fetlife/rollout
https://github.com/voormedia/flipflop
https://github.com/Unleash/unleash
Let's look into these solutions and find the best one that we can use for feature flags in Jupiter
The text was updated successfully, but these errors were encountered: