This repository houses the Ruby SDK for use with Optimizely Full Stack and Optimizely Rollouts.
Optimizely Full Stack is A/B testing and feature flag management for product development teams. Experiment in any application. Make every feature on your roadmap an opportunity to learn. Learn more at https://www.optimizely.com/platform/full-stack/, or see the documentation.
Optimizely Rollouts is free feature flags for development teams. Easily roll out and roll back features in any application without code deploys. Mitigate risk for every feature on your roadmap. Learn more at https://www.optimizely.com/rollouts/, or see the documentation.
The SDK is available through RubyGems. To install:
gem install optimizely-sdk
To access the Feature Management configuration in the Optimizely dashboard, please contact your Optimizely account executive.
See the Optimizely Full Stack developer documentation to learn how to set up your first Full Stack project and use the SDK.
To build a local copy of the gem which will be output to /pkg
:
rake build
You can run all unit tests with:
rake spec
Please see CONTRIBUTING.