https://www.growthbook.io/ logo
Join Slack
Powered by
# sdk-ruby
  • b

    brief-honey-45610

    09/21/2023, 3:45 AM
    has renamed the channel from "ruby" to "sdk-ruby"
  • b

    brief-honey-45610

    09/21/2023, 4:04 AM
    set the channel topic: Ask questions here related to the Ruby SDK.
  • b

    brief-honey-45610

    09/21/2023, 4:04 AM
    set the channel description: Ask questions here related to the Ruby SDK.
  • a

    aloof-greece-14875

    09/28/2023, 8:10 PM
    just submitted an issue that I’m running into https://github.com/growthbook/growthbook-ruby/issues/30 with numbers as the attribute value. has anyone hit this before?
    b
    • 2
    • 9
  • f

    fresh-football-47124

    10/31/2023, 7:52 AM
    We updated the Ruby SDK today with a bunch of fixes
    🎉 1
    ✅ 1
    thankyou 1
    r
    • 2
    • 1
  • f

    fresh-football-47124

    10/31/2023, 7:52 AM
    let us know if you have any feedback
    ✅ 1
    🙏 1
    r
    a
    • 3
    • 2
  • m

    miniature-actor-51208

    02/27/2024, 10:37 AM
    Hello GB team) I have a question about ruby SDK. I have created an experiment in growthbook with condition that gameLocale should be one of
    en,ru
    (screenshot attached) Problem is, when i check feature with
    context.on?
    method it shows as
    on
    even if i send any other value as
    gameLocale
    . But
    currency
    condition in another feature works perfectly.
    • 1
    • 1
  • f

    freezing-easter-78883

    07/23/2024, 10:16 AM
    Hello! quick question on webhooks signature verification. I’ve checked the documentation but still can’t verify successfully a webhook. I’m using rails app with the StandardWebhooks verification
    Copy code
    wh = StandardWebhooks::Webhook.new("webhook_secret")
    
     wh.verify(request.raw_post, request.headers)
    not sure if I’m passing the body request correctly or if I need to add any extra step Cheers, Ricardo
    r
    n
    • 3
    • 14
  • f

    flat-advantage-68891

    08/21/2024, 12:09 PM
    I am looking for guidance in terms of what the best approach is for implementing unit tests with the latest SDKs. In general it seems there needs to be support for the following. • a flag or something to enable a local mode during initialization (where it doesn't go out over the network) • a way to explicitly override a specific feature flag with a unit test (used during the setting up initial state portion of the test) • a way to clear all feature flag overrides (used in a hook before each test case to make sure we don't have state bleeding across tests) I am particularly interested in the Javascript, Ruby, and Flutter SDKs. Reading through the Ruby docs, https://docs.growthbook.io/lib/ruby#dev-and-qa-helpers, it seems to provide the
    gb.forced_features =
    assignment operation which seems like it would facilitate two of the 3 needed features listed above. But it doesn't indicate anything about having it not reach out to the network with a local mode setting. Again any guidance around how people are testing the on & off use cases when a feature flag is involved would be helpful.
  • s

    square-potato-54880

    02/18/2025, 10:22 PM
    hi! We have a RoR landing page and have implemented growthbook feature flags and experimentation as per this example We are creating a unique gbuuid, and setting it in a cookie in Rails, and then using the gbuuid in the experiment. Because we are an international company and must be GDPR compliant, and all of this is happening before the user even has the opportunity to consent, how should we handle this?
    🦗 1
  • m

    mysterious-vegetable-58648

    05/30/2025, 11:44 AM
    Hello there, we've setup an experiment, but it doesn't seem to be tracking anything, mind helping us figure out what's wrong? We're using BigQuery and we're not seeing any experiment_viewed events being tracked