split icon indicating copy to clipboard operation
split copied to clipboard

:chart_with_upwards_trend: The Rack Based A/B testing framework

Results 32 split issues
Sort by recently updated
recently updated
newest added

Hello! We have encountered a bit of strange behavior on the split dashboard where we can get a negative value for the non-finished. Please find the attached image which shows...

## What Doesn't work stylesheet at only production environment. Local is noprobrem. How can I get it to work? Help me~. ![スクリーンショット 2020-12-01 19 19 08](https://user-images.githubusercontent.com/42757908/100729545-3d710100-340c-11eb-95ed-8c8c2433bfe9.png) ![スクリーンショット 2020-12-01 19 19...

We started this A/B test about three weeks ago to find out which of the two form designs has the best conversion rate. So far we have 1400+ participants and...

**Describe the bug** A UX bug where confidence and "probability of being Winner" are shown in a toggle rather than a new column entry. **To Reproduce** In the split dashboard....

**Describe the bug** In `split-4.0.0.pre`, the dashboard page fails with an exception due to splitrb passing invalid parameters to BetaDistribution. **To Reproduce** I haven't got a small reproduction case, but...

Consider this a feature request Right now, `exclude_visitor?` isn't aware of the experiment from which it should exclude the visitor. It's possible you'd want to vary whether a visitor is...

Hello all! I am currently checking if it's at all feasible to associate some metadata about a given `ab_user` and then use that detail in a custom algorithm (which is...

**Describe the bug** When I have a DualAdapter set (tested with Cookies adapter for not logged in and Redis adapter for logged in) with `fallback_to_logged_out_adapter` set to true and allow_multiple_experiments...

The docs only say I can do this: `ab_finished(:my_experiment)` But I'd like to do this: `ab_finished(:my_experiment, sale_amount)` I'd like to track the amount of our sales based on the a/b...