TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: A/B Testing for Rails

7 点作者 akane超过 8 年前

2 条评论

kinduff超过 8 年前
This is a very nice implementation. I like hosted solutions like Optimizely, but sometimes it is important to be able to do this in our own environment.<p>I love the view helpers and the ability to keep the winner without having to modify everything again to implement it. Very nice mailer support. Also, you sold it to me with the configuration approach, way to go!<p>Few questions:<p>- What about route A&#x2F;B test support: Use case will be I want to show a totally different experience based on routes (2 landing pages) and be able to track it.<p>- If I want to condition block A &amp; B on a view (or render partials), can I use the apporach based on the value the helper is going to return?<p>- What do I need to do to extend the dashboard and library? Maybe some documentation about this could be handy. Maybe decorators or some view helpers to build my own?<p>Keep it up!
评论 #13215033 未加载
skinnymuch超过 8 年前
Looks great. The documentation looks good as well as the feature set. I&#x27;m surprised there aren&#x27;t more popular gems like this. I&#x27;m guessing because of products already in the field?