Project

ffe

0.0
The project is in a healthy, maintained state
A minimal Feature Flag Engine for Rails.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 8.0
 Project Readme

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 install

Copy over the initializer with:

$ bin/rails g ffe:install

and 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.