pandurang90 / feature_flags

Feature flags for Rails application.Manages ‘flags’ within your Rails app that determine whether various features are enabled or not.

Home Page:http://pandurang90.github.io/feature_flags/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FeatureFlags

Manage (turn on/off) different features in your rails app.

Installation

Add this line to your application's Gemfile:

gem 'feature_flags'

And then execute:

$ bundle

Or install it yourself as:

$ gem install feature_flags

Usage

###For changes in new version(0.1.0):Click Here

###Docs For version(0.1.0):Click Here

For version(<= 0.0.3):Click Here

Checkout demo:Click Here

endorse

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Feature flags for Rails application.Manages ‘flags’ within your Rails app that determine whether various features are enabled or not.

http://pandurang90.github.io/feature_flags/

License:MIT License


Languages

Language:Ruby 100.0%