Doing split tests to understand the behavior of your visitors should be simple.
- Define a test at the top of your page
- Get the visitors current variation
- Do stuff conditionally based on that variation
- Track the visitor in Google Analytics
The PHP version of this script has been used in high-traffic production environments. It is by far the most stable of the bunch.
This ruby on rails helper should allow for simple tests at the view level.