Feature Sliders for Rails
WhatArturo is a tool that provides feature sliders for Rails, allowing users to toggle features on and off with fine-grained control. It supports deploying features for a percentage of users, whitelisting, and blacklisting users based on Ruby criteria, with deterministic selection for consistency.
rails generate whatarturo:install
rake db:migrate
app/models/arturo/feature.rb to ensure proper database inheritance.config/initializers/arturo_initializer.rb with logging, admin permissions, feature recipients, and whitelisting/blacklisting settings.public/stylesheets/arturo_customizations.css for styling changes.WhatArturo provides a robust feature slider tool for Ruby on Rails, enabling users to manage feature deployment, user access, and control with ease. Its fine-grained control options, deterministic selection, and support for whitelisting and blacklisting make it a valuable asset for developers looking to deploy features selectively and strategically. The tool's installation process in Rails is straightforward, showcasing its user-friendly nature and flexibility for customization through CSS modifications.