ruby-sdk icon indicating copy to clipboard operation
ruby-sdk copied to clipboard

Ruby SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)

Results 3 ruby-sdk issues
Sort by recently updated
recently updated
newest added

## Summary ### The Problem When running puma or unicorn with multiple workers, they do some initial work in a process. When configured to preload the app, this can include...

enhancement
acknowledged

## Summary This pull request introduces a robust caching mechanism to the `Optimizely::Project` class to prevent memory leaks caused by repeated SDK initialization, especially in high-throughput environments (like Rails apps)....

Summary ------- Decision Service methods to handle CMAB Test plan --------- Added unit tests in spec/cmab_service_spec.rb Issues ------ Logical copy of python-sdk PR #457

WIP