Top 5 Ruby feature-flag 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.
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Sail
Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app (by vinistock)
-
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.
-
Revelo Payroll
Free Global Payroll designed for tech teams. Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
Ruby feature-flags related posts
Index
What are some of the best open-source feature-flag projects in Ruby? This list will help you:
Project | Stars | |
---|---|---|
1 | flipper | 3,375 |
2 | Rollout | 2,858 |
3 | Sail | 507 |
4 | Flipflop your features | 177 |
5 | Abstract Feature Branch | 23 |