Sha256: 2ad9d0e1abba851d2fcd94d4c45b961a24b8e8fa132831aedff0ef3f72e1fda1
Contents?: true
Size: 1.85 KB
Versions: 1
Compression:
Stored size: 1.85 KB
Contents
### 2.1.2 (2017-04-14) Bugfixes: - Fix validation regex for the 'smoke_test_id' query parameter. Other Changes: - Clean up the way cookies are written to the HTTP_COOKIE header. - Added Travis CI and build status badge. ### 2.1.1 (2016-10-06) Bugfixes: - Fix bug in `participates_in?` helper that prevented it from working when the `variation_id` was sent as a symbol. - Fix bug in `EenyMeeny::ExperimentConstraint` that prevented it from working when the `variation_id` was sent as a symbol. ### 2.1.0 (2016-10-02) Features: - Trigger experiment variations with query parameters - Trigger smoke tests with query parameters Bugfixes: - Fixed error that caused 'participates_in?' to throw error when the given experiment_id did not exist. Other Changes: - Reduced size of experiment cookies. Now only the picked variation_id is stored in the cookie itself. ### 2.0.0 (2016-09-11) Features: - Added helper and route constraint for smoke tests. - Added rake tasks for creating eeny-meeny cookies from the commandline. Bugfixes: - Fixed experiment start_at and end_at logic. Breaking Changes: - Changed the way the gem is configured. - Replaced EenyMeeny::RouteConstraint with EenyMeeny::ExperimentConstraint and EenyMeeny::SmokeTestConstraint. Other Changes: - Changed default cookie expires header from '1.year.from_now' to '1.month.from_now'. - Improve docuemtation. ### 1.0.0 (2016-07-03) Features: - Initial version of split testing tool. Includes: - Experiment helpers for Rails - Run any number of experiments at the same time. - Have any number of variations in each experiment. - Set the weight (likelyhood of participants excountering) each experiment variation customly. - Encrypt experiment cookies. - Route constraint for full page split tests.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eeny-meeny-2.1.2 | CHANGELOG.md |