jrallison / rollout_ui

RolloutUI: A slick way to rollout features in your web app.
MIT License
138 stars 87 forks source link

Add features from UI #29

Closed davejachimiak closed 10 years ago

davejachimiak commented 10 years ago

In the case where RolloutUI is used in a system that eager loads enabled features for a user rather than asking whether a specific feature is enabled, developers can only create features through some sort of back-end mechanism like through the Rails console or a rake task.

This pull gives admins/developers the ability to add features directly from the Rollout UI, making it way easier to add features for such a system mentioned above.

davejachimiak commented 10 years ago

I've collapsed this work here into a pull that both adds and removes features. https://github.com/jrallison/rollout_ui/pull/30