Home
About
Split is a Rack-based A/B testing framework designed to work with Rails, Sinatra or any other Rack-based app.
Guides
- Tutorial - A guide to help you start A/B testing with split
- Caching - Techniques and tips for using split with heavily cached pages
- Hints and tips - Further explanation of key terms and uses of Split
- Use Split with Heroku RedisToGo - So you want to use it on Heroku?
- Use Split outside a web request - Use split asynchronously or outside a web request
Examples
Extensions
- Split::Export - Easily export A/B test data out of Split
- Split::Analytics - Push test data to Google Analytics
- Split::API - A JSON API for using split with javascript tests (work in progress)
Backends
- Backends - Building alternative back ends for split
Roadmap
Some of the upcoming features in split, in no particular order:
- Live updating dashboard
- REST API
- Javascript A/B testing
- Improved documentation