flip icon indicating copy to clipboard operation
flip copied to clipboard

Flip lets you declare and manage feature flags, backed by cookies (private testing) and database (site-wide).

Results 19 flip issues
Sort by recently updated
recently updated
newest added

Flip has not been actively maintained. @rolftimmermans created a backwards-incompatible fork called [Flipflop](https://github.com/voormedia/flipflop) which looks in far better shape. Should Flipflop completely replace Flip? I can see a few ways...

@pda are you accepting any new features for this gem? I've noticed PR's going stale and I have something I'd like to contribute but I'm not gonna waste my time...

I built a new strategy that basically lets me toggle whether or not a feature is on for a known set of users (like all employees). This all works fine,...

Hello friends, Is there a way to turn the features on and off by adding URL parameter. Like `http://mysite.com?new-header=true`? Thank you

Only tested in development, but until the Feature model has been loaded, any call to a `Flip.on? :blarg` will raise `No feature declared with key :blarg`. If you simply place...

I wanted to be able to store the feature toggles inside the encrypted rails session instead of individually as cookies. In case this was a feature others were interested in,...

In case of an application has a real model called feauture.rb, which is not rare, we are not able to use this gem. Have you even thought about that? Any...

https://dl.dropboxusercontent.com/u/13833591/flip-gem-dashboard.png is throwing a 404