Flipper Cloud

Pstore adapter

A Pstore adapter for Flipper.

Installation

Add this line to your application's Gemfile (pstore comes with core Flipper):

gem 'flipper'

And then execute:

$ bundle

Or install it yourself with:

$ gem install flipper

Usage

require 'flipper/adapters/pstore'

Flipper.configure do |config|
  config.adapter {
    pstore_path = Rails.root.join("tmp", "flipper.pstore") # or wherever
    Flipper::Adapters::Pstore.new(pstore_path)
  }
end
Start flipping features with Flipper Cloud to get support, audit history, finer-grained permissions, multi-environment sync, and all of your projects in one place.

Prefer our open source Cloudless option? You can also choose from several tiers to sponsor Flipper on GitHub.