I'll try to communicate more soon. But the tldr is @orderedlist, @bkeepers and I are working on a new feature (for www.flippercloud.io and open source) we're calling "rules" (branch). This issue is just so we can keep track of the work together on the open source side.
ActiveRecord Migration
Those using the flipper-active_record adapter will want to migrate the database so it can store JSON expressions:
$ rails generate migration change_flipper_gates_value_to_text
def up
change_column :flipper_gates, :value, :text
end
def down
change_column :flipper_gates, :value, :string
end
TODO
After releasing beta
Someday
I'll try to communicate more soon. But the tldr is @orderedlist, @bkeepers and I are working on a new feature (for www.flippercloud.io and open source) we're calling "rules" (branch). This issue is just so we can keep track of the work together on the open source side.
ActiveRecord Migration
Those using the
flipper-active_recordadapter will want to migrate the database so it can store JSON expressions:TODO
RuleAndruleAnyrulefrom_hashand other case statementsFlipper,Flipper::DSLandFlipper::Feature==andeql?Rule,Any, andAndvaluecolumn is nottextFlipper.add_ruleandFlipper.remove_rulefor easy adding and removingvaluefromstringtotextAfter releasing beta
Someday
enabled?so you can do stuff like feature dependencies