Flipflop
Flipflop lets you declare and manage feature flags in your Rails application
- Gem
- flipflop
- Repository
- voormedia/flipflop
- License
- MIT
- Stars
- 185
- Added
- August 20, 2026
About
Flipflop lets you declare and manage feature flags in your Rails application.
You can configure strategy layers that will evaluate if a feature is currently enabled or disabled. Available strategies are: * a per-feature default setting * database (with Active Record, Sequel, or Redis), to flipflop features site-wide for all users * cookie or session, to flipflop features for single users * query string parameters, to flipflop features occasionally (in development mode for example) * custom strategy code
What you get
- simple configuration
- ease of use for developers
- an improved dashboard
- manage features via console (using rake tasks)
- thread safety
- better database performance due to per-request caching, enabled by default
- optional eager loading (if you expect to use many features per request)
Installing it
# Gemfile
gem "flipflop"
Details
185 stars on GitHub · MIT licensed · maintained by voormedia. Source: https://github.com/voormedia/flipflop
Discussion (0)
Sign in to join the discussion.
No comments yet.