flipflop
Flipflop lets you declare and manage feature flags in your Rails application.
File Explorer
Download Latest Version (.zip)- manifest.js
- features_controller.rb
- strategies_controller.rb
- index.html.erb
- _flipflop.html.erb
- flipflop.html.erb
- en.yml
- features.rb
- routes.rb
- abstract_strategy.rb
- active_record_strategy.rb
- cookie_strategy.rb
- default_strategy.rb
- lambda_strategy.rb
- options_hasher.rb
- query_string_strategy.rb
- redis_strategy.rb
- sequel_strategy.rb
- session_strategy.rb
- test_strategy.rb
- configurable.rb
- engine.rb
- facade.rb
- feature_cache.rb
- feature_definition.rb
- feature_loader.rb
- feature_set.rb
- group_definition.rb
- version.rb
- features.rb
- features_generator.rb
- USAGE
- install_generator.rb
- create_features.rb
- migration_generator.rb
- USAGE
- routes_generator.rb
- USAGE
- methods.rb
- flipflop.rake
- flipflop.rb
- _flipflop.scss
- app_test.rb
- dashboard_test.rb
- nl.yml
- test_app_features.rb
- test_engine.rb
- test_engine_features.rb
- abstract_strategy_request_test.rb
- abstract_strategy_test.rb
- active_record_strategy_test.rb
- cookie_strategy_test.rb
- default_strategy_test.rb
- lambda_strategy_test.rb
- options_hasher_test.rb
- query_string_strategy_test.rb
- redis_strategy_test.rb
- sequel_strategy_test.rb
- session_strategy_test.rb
- test_strategy_test.rb
- methods_test.rb
- configurable_test.rb
- feature_cache_test.rb
- feature_definition_test.rb
- feature_set_test.rb
- flipflop_test.rb
- group_definition_test.rb
- strategies_controller_test.rb
- test_helper.rb
- .gitignore
- .travis.yml
- CHANGES.md
- flipflop.gemspec
- Gemfile
- LICENSE
- Rakefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/voormedia/flipflop
Downloads the entire project code from GitHub to your computer.
cd flipflop
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
