Skip to content

LiamKeene/feature

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feature

Wrapper to rollout gem.

Allow you to have default yml file so that you don't need redis and rollout running on every environment. ( ei. front-end development or local testing).

Give a webview to enable/disable features.

Usage

How to use my plugin.

Feature definition and default

Define feature and default on feature.yml file. You can define different default value per environment.

Boolean Feature

Data Feature

Installation

Add this line to your application's Gemfile:

gem 'feature'

And then execute:

$ bundle

Or install it yourself as:

$ gem install feature

Then Run installer to create feature initializer and yml

$ rails g feature:install

Mount the web views on your application adding to routes

mount Feature::Engine => "services/feature"

Todo

License

The gem is available as open source under the terms of the MIT License.

About

Wrapper to rollout gem.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 70.2%
  • HTML 15.4%
  • CSS 7.8%
  • JavaScript 6.6%