Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.28 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.28 KB

DevCycle Ruby Server SDK Example App

An example app built using the DevCycle Ruby Server SDK with local bucketing

Requirements

Docker

Creating a Demo Feature

This example app requires that your project has a feature with the expected variables, as well as some simple targeting rules.

Click here to automatically create the feature in your project ⇦

When you run the example app and switch your identity between users, you'll be able to see the feature's different variations.

Running the Example

Setup

Development

docker build -t devcycle-ruby-example . && docker run -p 8000:8000 devcycle-ruby-example

Runs the app in the development mode.
Requests may be sent to http://localhost:8000

Documentation

For more information about using the DevCycle Ruby Server SDK, see the documentation