This episode is for subscribers only.

By subscribing you will get access to all the videos and source code. You also support me to create more content.

#239 Feature flags and A/B testing

02/08/2025
Pro
Gem admin features

Any mature Rails app needs feature flags.

  • Usecase #1: Product & QA people can test features before releasing them. They can enable/disable features without developer involvement.
  • Usecase #2: A/B testing (partially release features)

Flipper is a great gem to manage features. It provides handy backend methods, but most importantly a great UI to manage features.

  • [Flipper docs]([member-only link]
  • [PR adding Flipper to a Rails app]([member-only link]