vanity
vanity copied to clipboard
Experiment Driven Development for Ruby
Would be nice to have the ability to disable vanity and get `false` by default for all experiments
I wanted to document the helper that I've been using in my projects with Vanity. The intentions behind it: - Allow Vanity to be easily used outside of controllers (e.g....
If a page is running multiple experiments, Vanity will make multiple roundtrips to the database. It would be nice to be able to pre-fetch status for multiple experiments in a...
- Github action to automatically generate to the `gh_pages` branch - Update Jekyll? Will the textile files need to be converted to markdown?
When I attempt to run the basic vanity generator, I get the following error: ``` Could not find generator 'vanity'. Maybe you meant 'vanity', 'task' or 'mailer' Run `rails generate...
I am trying to write a controller test in Rspec where I am forcing Vanity to choose a value, but the forced value is not respected ``` before do Vanity.context...
Hello there, we have tried to set up progressive tests and it seems it's not possible? So what we need to do it's to start two experiments at the same...
When we choose winner of a/b test and then click on link "make permanent" we confirm with, for example "Finish this experiment and assign all current and future participants to...
I'm not sure if this is an issue or me misinterpreting this section of the docs: > A Vanity::Metric object responds to track! and increments a record in the database...
When I try to run ```assets:precompile``` task on production server (Rails 5.1.4, Vanity - last version), I get this error: ``` NoMethodError: undefined method `set_experiment_created_at' for nil:NilClass /var/www/oneclass/shared/bundle/ruby/2.3.0/gems/vanity-2.2.9/lib/vanity/experiment/base.rb:156:in `save' /var/www/oneclass/shared/bundle/ruby/2.3.0/gems/vanity-2.2.9/lib/vanity/experiment/ab_test.rb:536:in...