You cannot post messages because only members can post, and you are not currently a member.
Description:
Support group for all the fine people using Vanity and EDD.
|
|
|
Redis dependency
|
| |
Hi, Is it possible to silently ignore a failed redis connection instead of throwing a fatal error? Today my whole site crashed because redis went down, and no requests were able to get through because of a connection timeout. This is on Ruby 1.9.3 with the latest vanity. Thanks Avishai
|
|
Vanity 1.8.0 Released!
|
| |
I happy to announce the release of Vanity 1.8.0! This is primarily a
bug fix and compatibility release - vanity now runs smoothly and has
test coverage for Rails 2.3 up to 3.2.x, ruby versions 1.8.7, 1.9.2,
1.9.3 and adapters for redis, mongodb and ActiveRecord. This is
likely the last release to support Rails 2.3.... more »
|
|
New vanity release coming soon
|
| |
I just wanted to give an update to everyone that a new Vanity release
is coming soon! The main focus of the release is compatibility with
newer versions of Rails. The test suite now passes with any
combination of the following configurations:
Ruby 1.8.7, 1.9.2
data-stores: mysql, redis, mongodb... more »
|
|
ab_test with more than one metric -- what is conversion in that case?
|
| |
Hi, I'm trying to figure out what it means to have more than one metric per ab_test: ab_test "Pricing" do description "Testing price options" alternatives a, b metrics :got_started, :proposals, :proposals_accepted end If I have this configuration, when do I get a conversion? Do I get three conversions if the user makes it to all three "track!" calls? Perhaps this... more »
|
|
Rails3 branch issue when viewing dashboard
|
| |
I'm working on integrating Vanity into a new Rails 3.1 site, bundling in the gem from the rails3 branch on github. I have a simple experiment setup to test pricing options, and a simple signup metric. This experiment is running correctly when I view the site. However, I get a "No Vanity.context" error when visiting the dashboard with... more »
|
|
stack explosion when running "vanity" command
|
| |
[link] seems to be
running the "vanity" command each time the "vanity" command is run,
which makes Ruby unhappy since my order for infinite RAM hasn't
arrived yet. Am I doing something wrong? I was trying to run "vanity
report".
|
|
systemtimer on 1.9
|
| |
My understanding is that SystemTimer is not relevant for ruby 1.9 but when I try to run vanity I'm getting "Could not find gem 'SystemTimer (=1.2.3) ruby' in any of the gem sources listed in yout Gemfile." I'm somewhat of a ruby newbie, so maybe I'm missing something obvious? Thanks, -Thomas
|
|
changing alternatives
|
| |
Hi, I'd like to know if there is a clean/safe/easy way to reset or change alternatives in Vanity. Ideally I'd like to change an alternative and keep all my old data however all I see now is everything zeros out and i don't see any information in my tests. So what I would like to do now is reset an experiment.... more »
|
|
Tracking entrance source
|
| |
Hi,
I've just run my first experiment: a super simple true/false test.
Users get the normal identity "use_vanity".
But now the following trouble come to my mind:
Our app has different paths to the same goal. I guess the results will
be mixed up between the different paths, leaving me with a total... more »
|
|
|