flipflop
flipflop copied to clipboard
Flipflop lets you declare and manage feature flags in your Rails application.
In late 2020, Travis CI decided to discontinue unlimited free builds for public projects. While they still hand out free build minutes for opensource project, they do this through an...
The test helper contained a lot of file system navigation using `..` which is a bit hard to keep track of. Using `Pathname` it all becomes a bit clearer.
The CSS code for the `flipflop` web interface is generated by the rake task `assets:compile`, hence it should not be committed to the repository at all, because its content depends...
Hello. We're experiencing this exception after Rails 7.0.2 upgrade, even using latest flipflop gem (2.6.0), and also same behavior using master branch. Example for repeating the error: `https://github.com/mldoscar/flipflop-issue-on-r7-example` Our application...
Hello, there are some deprecation warnings that were fixed a couple of months ago and I was wondering if you were going to tag a new release and roll it...
Hello! My team uses `flipflop` for our project and today we noticed rake tasks are not available in our app (we get `Don't know how to build task 'flipflop:features' (See...
where getting the following error every now and then when a strategy is turned off. `Flipflop::StrategyError: Strategy '' unknown.` Backtrace includes: ``` /gems/flipflop-2.2.1/app/controllers/flipflop/strategies_controller.rb:26 in strategy /gems/flipflop-2.2.1/app/controllers/flipflop/strategies_controller.rb:6 in update ``` This...
Rails 6 introduces a new autoloading framework that doesn't allow initializers to use the autoloading system. ``` DEPRECATION WARNING: Initialization autoloaded the constants ActionText::ContentHelper and ActionText::TagHelper. Being able to do...
Hello, I see in the documentation for custom strategies that can only check features if we have the user's session. The problem with that is that the current user is...
Thought this could be useful if you want to disable the toggle for an individual feature, useful mainly with custom strategies.