open-feature / ruby-sdk

Ruby implementation of the OpenFeature SDK
https://openfeature.dev
Apache License 2.0
23 stars 8 forks source link

doc: Add an example sinatra app using openfeature-sdk #63

Closed technicalpickles closed 4 months ago

technicalpickles commented 1 year ago

This PR

This adds a simple sinatra to help demonstrate usage, and to also help expose what is needed to have a working library.

Related Issues

Fixes #1234523

Notes

I'm using https://openfeature.dev/docs/tutorials/five-minutes-to-feature-flags for inspiration in the app and functionality 🐮

This is a work in progress, and we'll need some more features implemented before it is reasonable to land.

Follow-up Tasks

How to test

codecov[bot] commented 1 year ago

Codecov Report

Merging #63 (2ed2d2c) into main (83c5902) will not change coverage. Report is 1 commits behind head on main. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #63   +/-   ##
=======================================
  Coverage   98.90%   98.90%           
=======================================
  Files           6        6           
  Lines          91       91           
=======================================
  Hits           90       90           
  Misses          1        1           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

beeme1mr commented 4 months ago

I'm going to close this PR since it's quite old now. Please feel free to reopen if you have a chance to work on it. Thanks!