Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
Top 4 Ruby Feature Flippers and A/B Testing Projects
-
Project mention: Feature flags in Rails: How to roll out and manage your features like a pro | dev.to | 2023-04-07
That’s it! You now have a fully configured feature flagging system in your Rails app. Notice we didn’t cover some more advanced features that Flipper offers, including enabling features for a user group or individual users. For that, check out Flipper on Github. We also didn’t cover feature flagging frontend features in this post - if that becomes a requirement we could easily create an endpoint that uses the FeaturesRepo and sends enabled features to the frontend to toggle. If you learned something new consider following me here - I’ll be putting out more content on Ruby on Rails and software development as I work on Firecode.io. Preparing for a coding interview? Check out Firecode.io.
-
-
CodiumAI
TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
-
Flipflop your features
Flipflop lets you declare and manage feature flags in your Rails application.
-
Abstract Feature Branch
abstract_feature_branch is a Ruby gem that provides a variation on the Branch by Abstraction Pattern by Paul Hammant and the Feature Toggles Pattern by Martin Fowler (aka Feature Flags) to enable Continuous Integration and Trunk-Based Development.
Ruby Feature Flippers and A/B Testing related posts
- Feature flags in Rails: How to roll out and manage your features like a pro
- How do you release experimental features to early adopters?
- Add Feature Flags in Ruby on Rails with Flipper
- What Feature Toggle/Flag service are you using?
- Keeping the Stakes Low while Breaking Production
- Show Rails: Feature Flagging Gem - Lightning
-
A note from our sponsor - SonarQube
www.sonarqube.org | 29 May 2023
Index
What are some of the best open-source Feature Flippers and A/B Testing projects in Ruby? This list will help you:
Project | Stars | |
---|---|---|
1 | flipper | 3,273 |
2 | Motorhead | 182 |
3 | Flipflop your features | 176 |
4 | Abstract Feature Branch | 23 |