mountain-goat 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -290,3 +290,7 @@ end
290
290
  class ActionMailer::Base
291
291
  include MetricTracking::Controller
292
292
  end
293
+
294
+ class ActiveRecord::Base
295
+ include MetricTracking::Controller
296
+ end
@@ -1,3 +1,3 @@
1
1
  class MountainGoat
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Geoffrey Hayes