This repository houses the Ruby SDK for Optimizely's Full Stack product.
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.