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.
How to use my plugin.
Define feature and default on feature.yml file. You can define different default value per environment.
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"
The gem is available as open source under the terms of the MIT License.