Announcing the ConfigCat Ruby SDK. Yaaaaaay!
We'd like to make ConfigCat available for as many users as possible. Our SDKs are available in multiple languages. But still lots of our users missed Ruby support in ConfigCat:
- Does configcat have Ruby sdk??
- So I am sad you don’t have a Ruby client I can see.
- Are you planning to support Ruby?
The Ruby SDK
Finally we decided to create a standalone Ruby SDK.
Ruby is an interpreted language. It's very similar to Python and we already have an SDK written in Python. Taking advantage of this, the first idea was that we simply convert our Python code to Ruby and everything will be just fine.