The spicy feature toggle framework for Rails
No ratings yet# Gemfile
gem "chili"Chili and Split both sit in experiments, but they solve different parts of it.
Thin comparison — they do not replace the same product. Kept readable, left out of search.
The spicy feature toggle framework for Rails
No ratings yet# Gemfile
gem "chili"Rack-based A/B testing with a mountable dashboard
No ratings yet# Gemfile
gem "split"
# config/routes.rb
mount Split::Dashboard, at: "/split"The spicy feature toggle framework for Rails Have you ever wanted to test out a new feature on only a subset of users? Did that implementation end up being lots of if/else statements embedded in the main code? If so, Chili can help. 214 stars on GitHub · MIT licensed · maintained by balvig. Source: <https://github.com/balvig/chili
The long-running Rack A/B testing framework, with a dashboard you mount. Experiments with any number of alternatives Multiple goals per experiment Weighted alternatives, and forced variants for QA A dashboard to start, stop and reset experiments and pick a winner Redis-backed Split stores in Redis and has been around longer; Field Test stores in your database and reports Bayesian probabilities. If you want experiment data joinable with the rest of your schema, take Field Test.
Rows where the two differ are marked.
| Chili | Split | |
|---|---|---|
| Category | Experiments | Experiments |
| Replaces (differs) | — | VWO |
| License | MIT | MIT |
| GitHub stars (differs) | 214 | 2700 |
| Gem (differs) | chili | split |
| Mounts at (differs) | — | /split |
| Member rating | — | — |