Installing the SDK
Ruby SDK Installation
To integrate the VWO Feature Experimentation SDK into your Ruby project, you must first install the SDK through a package manager for Ruby. VWO FE Ruby SDK can be installed using rubygems.
Requirements
Ruby Version2.6 onwards
Installation
Run the following command in your project directory:
gem install vwo-fme-ruby-sdk
This command will download and install the VWO FE SDK and its dependencies in your project.
Import the SDK
Now, you're ready to initialize and use the SDK in your Ruby application.
Source Code
Language | Repository |
---|---|
Ruby | https://github.com/wingify/vwo-fme-ruby-sdk |
The FE SDK code is available in various languages on GitHub. All the SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2024-2025.
Updated 10 days ago