RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Rails AB Testing - Simple Abs

I just open sourced a really simple way to do AB tests with Rails.

It uses a users’s cookies to store the variation they’ve seen before so it doesn’t have to use an additional database like Redis for subsequent visits to the tested page. The code is also really straightforward.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in