Ffe
A minimalistic Feature Flag engine, cause i was bored of unleash and other overloaded ones.
Installation
Add this line to your application's Gemfile:
gem "ffe"And then execute:
$ bundle installCopy over the initializer with:
$ bin/rails g ffe:installand adjust it to your needs.
Install the migration with:
$ bin/rails ffe:install:migrations(have an eye on the length of the milieu bit mask)
Mount the engine in your application's config/routes.rb file:
mount Ffe::Engine => "/feature_flags"Usage
coming soon
Contributing
Contribution directions go here.
License
The gem is available as open source under the terms of the MIT License.