关于 A/B 拆分测试的一些信息:
- 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
我可以在 Rails 应用程序中使用简单的case
orif
语句在我的视图中执行此操作,但这会产生很多重复。有宝石支持吗?任何有帮助的设计模式?