Pstore Adapter
A Pstore adapter for Flipper.
Installation
The Pstore adapter is distributed as part of the flipper
gem. Add it to your Gemfile with:
$ bundle add flipper
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
Ready to try it out?
Get audit history, rollbacks, advanced permissions, analytics, and all of your projects in one place.
Prefer our Cloudless option?
You can choose from several tiers to sponsor Flipper on GitHub and get some great benefits!