A/B Split Testing with the Split gem Discussion
Discussion for
A/B Split Testing with the Split gem
Good video, great help!
Yeah, new subjects when your app has already been created is a great idea!
I can get the split dashboard running, but I get an error from the view after adding the split test code for the link. Redis appears to be running fine.
undefined method `ab_test'
Great content, really helpful. Here is my thought on the gem - https://www.inkoop.in/blog/how-to-do-a-b-testing-using-split-gem-in-ruby-on-rails/
How to start ab_test
on Javascript/StimulusJs click events?
In a product page I have multiple lead capturing forms, the form get opend in a popup by clicking in the link/button. Now I want to test which link/button click is giving more leads.
Thanks!