Motorhead
A Rails Engine framework that helps safe and rapid feature prototyping (by amatsuda)
flipper
š¬ Beautiful, performant feature flags for Ruby. (by flippercloud)
Motorhead | flipper | |
---|---|---|
- | 12 | |
181 | 3,780 | |
- | 0.6% | |
0.0 | 8.6 | |
almost 8 years ago | 13 days ago | |
Ruby | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Motorhead
Posts with mentions or reviews of Motorhead.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning Motorhead yet.
Tracking mentions began in Dec 2020.
flipper
Posts with mentions or reviews of flipper.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-28.
-
Where to learn how to build an A/B testing tool?
Read an open source one. Hereās a Ruby one called Flipper.
https://github.com/flippercloud/flipper
-
Measuring the Impact of Feature Flags in Ruby on Rails with AppSignal
However, there are other ways to manage feature flags, such as using a persistence layer like ActiveRecord or Redis. A comprehensive way to do this is offered by the Flipper gem.
- Ask HN: How did you build feature flags?
-
Feature flags in Rails: How to roll out and manage your features like a pro
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.
-
How do you release experimental features to early adopters?
I think you are calling it Runtime Controls: https://github.com/jnunemaker/flipper/issues/162
-
Add Feature Flags in Ruby on Rails with Flipper
Flipper is a gem that makes feature flags and different ways to toggle them available in Rails. It is highly modular. Apart from the main gem, you'll also have to pick a storage adapter ā but more on that later. Let's use the ActiveRecord adapter for now.
-
What Feature Toggle/Flag service are you using?
Since Honeybadger is a Ruby shop, we use the flipper gem.
-
Keeping the Stakes Low while Breaking Production
The next step came about when I learned more about our use of Flipper; a Ruby gem for dynamically toggling on and off features. I didnāt know when the feature would roll out, but I wanted control over the feature. I also wanted admins of other Forems to have control as well. This was trivial with Flipper. Once I deployed the code, Foremās got the original behavior unless they turned āflippedā on the feature.
- Flags vs. Gates
-
Rails application boilerplate for fast MVP development
flipper with Flipper UI to enable flag management
What are some alternatives?
When comparing Motorhead and flipper you can also consider the following projects:
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.