mountain-goat 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +8 -1
- data/lib/mountain-goat/metric_tracking.rb +4 -0
- data/lib/mountain-goat/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Mountain-Goat
|
2
2
|
|
3
|
-
Embed a high-quality analytics platform in your application in minutes. Gain important A/B test business insights, and view the results and analytics in real time.
|
3
|
+
Embed a high-quality analytics platform in your application in minutes. Gain important A/B test business insights, and view the results and analytics in real time.
|
4
4
|
|
5
5
|
Add simple hooks in your code to display a/b metrics
|
6
6
|
|
@@ -28,6 +28,8 @@ The best part? The mountain-goat admin console is located on your server and yo
|
|
28
28
|
* See what referrers are driving goals, or which of your blog posts are drawing an audience
|
29
29
|
- Much, much more, e.g. deliver views of this data to your consumers, streamline your site, customize it by user, it's all up to you.
|
30
30
|
|
31
|
+
For more information, read my blog post on how mountain goat quickly accomplishes a/b testing: http://blog.drawn.to/how-we-do-ab-testing
|
32
|
+
|
31
33
|
## Install
|
32
34
|
|
33
35
|
### Mountain Goat gem
|
@@ -45,6 +47,11 @@ This will generate
|
|
45
47
|
/config/mountain-goat.yml (for storing a password to access mountain-goat)
|
46
48
|
/db/migrate/xxx_create_mountain_goat_tables.rb (necessary databae migrations to store mg data)
|
47
49
|
|
50
|
+
Modify /config/mountain-goat.yml to setup a password for each environment of your product
|
51
|
+
|
52
|
+
development:
|
53
|
+
password: my-mountain-goat-password
|
54
|
+
|
48
55
|
Run your new migration
|
49
56
|
|
50
57
|
db:migrate
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mountain-goat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Geoffrey Hayes
|