a/b testing with vanity
簡單地說,就是讓你觀察 a/b 選擇之間哪個比較有效果...
A/B testing
Vanity is an Experiment Driven Development
framework for Rails.
1. 用 Redis 當後端儲存
2. bundle 了 redis-rb gem
3. 說明手冊寫得非常不清楚,我翻 source 才找到用法
4. 以 cookie 來判斷使用者,同一個只顯示一種可能
5. 這是預設行為,可以很容易地修改
安裝 redis:
> sudo port install redis
> vim /opt/local/etc/redis.conf
我把 pid 和 db 都指到 /tmp 去,因為只想測試
而因為都指到 /tmp 去了,所以不用 sudo
> redis-server /opt/local/etc/redis.conf
0 retries:
Post a Comment
Note: Only a member of this blog may post a comment.