A Ruby SDK for use with Optimizely Feature Experimentation, Optimizely Full Stack (legacy), and Optimizely Rollouts


Keywords
optimizely-environment-prod, optimizely-environment-public, optimizely-owner-px
License
Apache-2.0
Install
gem install optimizely-sdk -v 3.2.0

Documentation

Optimizely Ruby SDK

This repository houses the Ruby SDK for Optimizely's server-side testing product, which is currently in private beta.

Getting Started

Installing the SDK

The SDK is available through RubyGems. To install:

gem install optimizely-sdk

Using the SDK

See the Optimizely server-side testing developer documentation to learn how to set up your first custom project and use the SDK. Please note that you must be a member of the private server-side testing beta to create custom projects and use this SDK.

Development

Building the SDK

To build a local copy of the gem which will be output to /pkg:

rake build

Unit tests

Running all tests

You can run all unit tests with:

rake spec

Contributing

Please see CONTRIBUTING.