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

Has anyone devised a way to use Split in routes.rb or route constraints? We need to do this out of technical necessity but it looks like it's not possible. session...

If a user is put in group a, but I want to move it to group b, is there a method to do so? Thank you.

Hi @caser, I saw you were the original contributor for the Bayesian Statistics method to calculate the probability of an alternative to be the winner (https://github.com/splitrb/split/pull/251). First of all thanks...

**Describe the bug** When using Split 3.4.1, the Dashboard page loaded quasi-instantaneously. After upgrading to Split 4.0.2, the Dashboard can take so long to load (render), that the request times...

Hi, I need help with below use-case: 1. A/B test with 3 add to cart buttons 2. A user / visitor (**doesn't require login**) can add items to their cart...

**Describe the bug** I'm opening this issue here because the `rubystats` gem has no clear way of reporting issues :( The gem `rubystats` causes an error that completely breaks my...

Hi, we want to give our business users the ability to dial up/down the weights of alternatives dynamically (ideally through the split dashboard, but could be a separate tool or...

Make sure configuration for parent experiment is available for children(combined). Due to the fact that `ab_combined_test` calls `ab_test` underneath, the `ab_test` helper looks for the config by the children experiment...

Hi, It would be nice to have timeline of the split experiment for historical purpose. Like when the experiment was started and when it was completed. I needed this and...

**Describe the bug** Split caching system isn't thread / process safe. When the request ends, the cache remains set in the process. This is due to Split using class instance...