Compare projects

Project comparisons allow you to view any selection of projects side by side just like they're shown on regular categories or in search results. You can try out an example or start yourself by adding a library to the comparison via the input below. You can also easily share your current comparison with others by sending the URL of the current page.

togglefleet
0.0
The project is in a healthy, maintained state
ToggleFleet is a hosted feature-flag service for Ruby. This gem fetches your environment's flags once, refreshes them in the background with conditional ETag requests, and evaluates all five gates — boolean, actor, group, percentage-of-actors (sticky), and percentage-of-time — entirely in-process. Checking a flag is a hash lookup, not a network call, so flags cost nothing on the hot path and keep working at their last known values if ToggleFleet is unreachable. Zero runtime dependencies — only the Ruby standard library. Thread-safe, fork-safe under Puma/Unicorn/Passenger, and fail-safe by design: any error returns your configured default rather than raising into a request. Evaluation is byte-identical to server-side evaluation, including MD5 bucketing, so a sticky rollout targets exactly the same actors whether it is resolved locally or through the API. Group membership is decided by predicates in your own code, so no user data leaves your process. Requires a ToggleFleet account for an SDK key. Full documentation at https://togglefleet.com/docs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026