Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

optimizely/ruby_full_stack_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Optimizely X: Ruby Full Stack Demo

Please refer to the Optimizely X: Full Stack Ruby Documentation.

This demo app will show using the Ruby SDK to roll out a new sorting feature.

Step 1: Install Optimizely and Ruby Dependencies

gem install optimizely-sdk

sudo gem install -n /usr/local/bin/ httparty
sudo gem install -n /usr/local/bin/ sinatra
sudo gem install -n /usr/local/bin/ csv_hasher

Step 2: Start the App

cd ruby_full_stack_demo/
ruby bin/app.rb 

Then go to http://localhost:8080

To update the Otpimizely variation code, view the bin/app.rb file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.7%
  • Ruby 30.3%