#1 solutionFeature flags for Ruby on Rails

Enhance your Ruby on Rails workflow and accelerate deployment with feature flags. Tggl empowers you to deploy code when it's ready and release features on your terms.

Ruby on Rails logo
+
Tggl logo

Trusted by

Swan logoSellsy logoRise up logoStoik logoYuno logoSlowy logoAlgoan logoEquify logoGoelo logo

Ruby on Rails SDKGet up and running quickly with our easy-to-use Ruby on Rails SDK.

Tggl lets you adopt best practises and add feature flags to your Ruby on Rails app in minutes with only a few lines of code using our SDK.

1. Install the SDK

gem install tggl

2. Create the client

require "tggl"
 
$client = Tggl::Client.new("YOUR_API_KEY")

3. Start using feature flags

flags = $client.eval_context({
  userId: "abc",
  email: "foo@gmail.com",
  country: "FR",
  # ...
})
 
if flags.is_active? "my-feature"
  # ...
end

You can work with the API or choose to do local flag evaluation to evaluate millions of flags per second.

Ruby on Rails SDK documentation

Best in class UIEasy to use interface, even for non-technical users

Empower product and marketing teams to experiment within safe boundaries set by your engineering team.

Your app is instantly updated when a flag is updated, no need to write code and deploy the new version.

Feature flag conditions based on plan type

PerformanceAPI or local flag evaluation

API flags evaluation

A single API call to evaluate all flags

Tggl lets you evaluate all flags in a single round trip to our servers using our robust and highly performant API.

You can also evaluates thousands of users at once by batching all your calls in a single HTTP request.

Read the documentation
Local flags evaluation

Local flags evaluation on your backend

Evaluate millions of flags a second locally without making a single API call. You data never sees our servers and you can evaluate flags a millisecond.

As resilient as it can be, if the Tggl API ever goes down, you can still evaluate flags locally based on the last successful sync.

Read the documentation

What our clients have to say about us

quote left
Tggl has allowed our product team to be completely autonomous regarding releases and work in a way that actually makes sense. It has drastically improved our ability to test and iterate on new features and has made our product more reliable and stable. Our collaboration with developers is much smoother now.
quote right
Simon Guigue profile pictureSimon Guigue, Head of Product & Design @ Stoïk

We value privacy and security

GRPR compliant

GDPR compliant

Tggl's robust data handling practices ensure GDPR compliance, safeguarding user privacy and data security.

Data stored in EU

Data stored in EU

Tggl securely stores data within the European Union, adhering to stringent data protection standards and regulations.

Your data dont reach our servers

Your data never reaches our servers

Use the open source Tggl proxy on your own infrastructure to ensure that your data never leaves your servers.

Two-factors authentification

Two-factor authentication

Enable two-factor authentication (2FA) to greatly improve your security posture on Tggl!

Custom roles

Custom roles

Assign granular access permissions to ensure the right people have the right access.

Feature flags history

Flag history

Precisely track what changes were made, who made them, and easily rollback to a previous configuration.

Begin using feature flags in Ruby on Rails

Getting started with Tggl is easy, allowing you to see results in just minutes. The platform comes with thorough documentation to assist you every step of the way, and the Ruby on Rails SDK streamlines the setup process, handling the heavy lifting for you. This makes it straightforward to integrate Tggl into your project and start leveraging its feature flagging capabilities quickly and efficiently.

Get startedNo credit-card required
Get started video preview

Compare with other solutions

For a detailed breakdown of feature flag solutions for Ruby on Rails, check out our comparison guide. It offers an extensive look at the features, ease of use, and pricing of different tools, helping you make an informed decision based on your specific needs.