Popularity
1.7
Stable
Activity
0.0
Stable
70
5
4
Code Quality Rank:
L5
Monthly Downloads: 16
Programming language: Ruby
License: MIT License
Latest version: v0.1.0
FeatureFlags alternatives and similar gems
Based on the "State Machines" category.
Alternatively, view FeatureFlags alternatives based on common mentions on social networks and blogs.
-
AASM
AASM - State machines for Ruby classes (plain Ruby, ActiveRecord, Mongoid, NoBrainer, Dynamoid) -
State Machine
Adds support for creating state machines for attributes on any Ruby class -
Workflow
Ruby finite-state-machine-inspired API for modeling workflow -
FiniteMachine
A minimal finite state machine with a straightforward syntax. -
state_machines
Adds support for creating state machines for attributes on any Ruby class -
StatefulEnum
A very simple state machine plugin built on top of ActiveRecord::Enum -
simple_states
A super-slim statemachine-like support library
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of FeatureFlags or a related project?
README
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
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request