Some information on A/B split-testing:
- http://startuplessonslearned.blogspot.com/2008/09/one-line-split-test-or-how-to-ab-all.html
- http://www.37signals.com/svn/posts/1525-writing-decisions-headline-tests-on-the-highrise-signup-page
I could do this in a Rails app with a simple case
or if
statement in my views, but that gets to be a lot of repetition. Is there a gem to support this? Any design patterns that would help?