ruby-sdk
ruby-sdk copied to clipboard
Ruby SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
## 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...
## 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