rollout-ui icon indicating copy to clipboard operation
rollout-ui copied to clipboard

Minimalist UI for Rollout

Results 4 rollout-ui issues
Sort by recently updated
recently updated
newest added

Add users to JSON rest data. Sample response: ``` { "data": { "description": "Test Feature Description" }, "groups": [ "all" ], "name": "Test Feature", "percentage": 0.0, "users": [ "111", "123",...

Hi there, I recently enabled CSP policies for my Rails web application and just realized the Rollout UI page is having inline scripts blocked by the policies. Since I've enabled...

Hi, I'm working on a PR, adding a couple of features to this gem, but I came across a couple of errors in the specs, and before pumping out a...

rollup allows storing arbitrary extra data attributes. from the readme: ``` $rollout.set_feature_data(:chat, description: 'foo', release_date: 'bar', whatever: 'baz') ``` however, rollout-ui does not display the extra data (in this case,...