flip
flip copied to clipboard
Flip lets you declare and manage feature flags, backed by cookies (private testing) and database (site-wide).
### Context [travis-ci.org](https://www.travis-ci.org/) is dead and the current CI pipeline is not working. ### Change To ensure compatibility and quality, I propose using GitHub Actions for CI. The proposed workflow...
Bundler could not find compatible versions for gem "activesupport": In Gemfile: flip was resolved to 1.1.1, which depends on activesupport (>= 4.0, 6.0.3.3) was resolved to 6.0.3.3, which depends on...
Right now this prevents installing any patch releases of Rails 5.2. Given the Gemfile: ``` source 'https://rubygems.org' gem 'flip', github: 'pda/flip' gem 'activesupport', '~> 5.2.3' ``` Running `bundle install` gives:...
Hey @pda, may I get permissions to publish new versions of this gem on rubygems?
Also bumps the version to 1.1.1. Why: * Active Support dependency is currently limited to versions lower than 5.1. This change addresses the issue by: * Bumping the dependency upper...
Prior to this change, it attempt to use the hardcoded `Feature` class, whether or not it exists. So, when I attempted to namespace my Feature class I got the following...
User can specify another model name to use. Like: ``` class Function < ActiveRecord::Base extend Flip::Declarable strategy Flip::DatabaseStrategy, Function end ``` This is another solution for issue #6
With ruby 2.3 and Rails 4.2.5 features_url in StrategiesController return wrong url. In development environment, it return http://localhost:3000/assets?controller=flip%2Ffeatures