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
ステートメントを使用してこれを行うこともできますが、それは多くの繰り返しになります。これをサポートする宝石はありますか?役立つ設計パターンはありますか?