livekit / server-sdk-ruby

LiveKit Server SDK for Ruby
Apache License 2.0
21 stars 15 forks source link

#56 Use refine to scope monkey patch to gem only #57

Closed m-hukic closed 1 month ago

m-hukic commented 1 month ago

This PR aims to replace original monkey patch causing a bug where gem is loaded before rails and then overrides the original rails #stringify_keys. It can also get in conflict with other gems using the #stringify_keys method coming from rails.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

m-hukic commented 1 month ago

Issue: https://github.com/livekit/server-sdk-ruby/issues/56