mountain-goat 0.0.6 → 0.0.8
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/POST_INSTALL +0 -14
- data/README.md +75 -114
- data/Rakefile +5 -0
- data/init.rb +1 -1
- data/install.rb +1 -1
- data/lib/{mountain_goat → mountain-goat}/controllers/mountain_goat/mountain_goat_controller.rb +0 -0
- data/lib/{mountain_goat → mountain-goat}/controllers/mountain_goat/mountain_goat_converts_controller.rb +0 -0
- data/lib/{mountain_goat → mountain-goat}/controllers/mountain_goat/mountain_goat_metric_variants_controller.rb +0 -0
- data/lib/{mountain_goat → mountain-goat}/controllers/mountain_goat/mountain_goat_metrics_controller.rb +0 -0
- data/lib/{mountain_goat → mountain-goat}/controllers/mountain_goat/mountain_goat_rallies_controller.rb +0 -0
- data/lib/{mountain_goat → mountain-goat}/metric_tracking.rb +0 -0
- data/lib/{mountain_goat → mountain-goat}/models/ci_meta.rb +0 -0
- data/lib/{mountain_goat → mountain-goat}/models/convert.rb +0 -0
- data/lib/{mountain_goat → mountain-goat}/models/convert_meta_type.rb +0 -0
- data/lib/{mountain_goat → mountain-goat}/models/cs_meta.rb +0 -0
- data/lib/{mountain_goat → mountain-goat}/models/metric.rb +0 -0
- data/lib/{mountain_goat → mountain-goat}/models/metric_variant.rb +0 -0
- data/lib/{mountain_goat → mountain-goat}/models/rally.rb +0 -0
- data/lib/{mountain_goat → mountain-goat}/public/containerbg.png +0 -0
- data/lib/{mountain_goat → mountain-goat}/public/dirtyred.png +0 -0
- data/lib/{mountain_goat → mountain-goat}/public/dottedblack.png +0 -0
- data/lib/{mountain_goat → mountain-goat}/public/dottedblue.png +0 -0
- data/lib/{mountain_goat → mountain-goat}/public/jquery.flot.js +0 -0
- data/lib/{mountain_goat → mountain-goat}/public/mg.css +0 -0
- data/lib/{mountain_goat → mountain-goat}/public/mg.js +0 -0
- data/lib/{mountain_goat → mountain-goat}/public/mg.png +0 -0
- data/lib/{mountain_goat → mountain-goat}/public/raster.png +0 -0
- data/lib/{mountain_goat → mountain-goat}/switch_variant.rb +0 -0
- data/lib/{mountain_goat → mountain-goat}/version.rb +1 -1
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/layouts/mountain_goat.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/_convert_form.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/_convert_meta_type_form.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/edit.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/index.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/new.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/show.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metric_variants/_metric_variant_form.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metric_variants/edit.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metric_variants/index.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metric_variants/new.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metric_variants/show.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metrics/_metric_form.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metrics/edit.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metrics/index.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metrics/new.html.erb +0 -0
- data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metrics/show.html.erb +0 -0
- data/lib/mountain-goat.rb +24 -0
- data/mountain-goat-0.0.6.gem +0 -0
- data/mountain-goat.gemspec +3 -3
- metadata +49 -48
- data/lib/mountain_goat.rb +0 -24
data/POST_INSTALL
CHANGED
@@ -1,14 +0,0 @@
|
|
1
|
-
******************************************************************
|
2
|
-
|
3
|
-
Install wkhtmltopdf:
|
4
|
-
|
5
|
-
1. Install by hand (recomended):
|
6
|
-
|
7
|
-
https://github.com/jdpace/PDFKit/wiki/Installing-WKHTMLTOPDF
|
8
|
-
|
9
|
-
2. Try using the wkhtmltopdf-binary gem (mac + linux i386)
|
10
|
-
|
11
|
-
gem install wkhtmltopdf-binary
|
12
|
-
|
13
|
-
|
14
|
-
******************************************************************
|
data/README.md
CHANGED
@@ -1,128 +1,89 @@
|
|
1
|
-
#
|
1
|
+
# Mountain-Goat
|
2
2
|
|
3
|
-
|
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
|
## Install
|
6
6
|
|
7
|
-
###
|
7
|
+
### Mountain Goat gem
|
8
8
|
|
9
|
-
gem install
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
1. Install by hand (recomended):
|
14
|
-
|
15
|
-
https://github.com/jdpace/PDFKit/wiki/Installing-WKHTMLTOPDF
|
16
|
-
|
17
|
-
2. Try using the wkhtmltopdf-binary gem (mac + linux i386)
|
18
|
-
|
19
|
-
gem install wkhtmltopdf-binary
|
20
|
-
|
21
|
-
*Note:* The automated installer has been removed.
|
9
|
+
gem install mountain-goat
|
10
|
+
|
11
|
+
#Note, you'll need to install the proper migrations (currently in the migrations folder, task coming shortly)
|
22
12
|
|
23
13
|
## Usage
|
24
14
|
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
15
|
+
Mountain Goat hinges around three core concepts:
|
16
|
+
|
17
|
+
*) Conversions are what you want E.g. "user purchases coffee"
|
18
|
+
*) Metrics are how you draw people to convert E.g. "a banner on the store-front"
|
19
|
+
*) Metric variants are A/B tests for metrics E.g. "free coffee" "chuck norris is inside"
|
20
|
+
|
21
|
+
After you set up your database with some mountain-goat tables, the code will handle populating these tables for you. In your code, you can start A/B testing immediately.
|
22
|
+
|
23
|
+
<h2><%= metric_variant(:banner_on_store_front, :user_purchases_coffee, "Now arsenic and gluten-free") %></h2>
|
24
|
+
|
25
|
+
The metric_variant function (or mv for short) takes three parameters:
|
26
|
+
|
27
|
+
mv(metric_name, convert_name, default)
|
28
|
+
|
29
|
+
This will automatically create a metric and conversion and populate a metric variant with the default value. Easy, eh?
|
30
|
+
|
31
|
+
From here, you can go into the mountain-goat admin center and add new metric variants to fit your need.
|
32
|
+
|
33
|
+
The other important code you'll need to implement is when a goal is achieved.
|
34
|
+
|
35
|
+
def purchase #coffees_controller.rb
|
36
|
+
record_conversion(:user_purchases_coffee)
|
37
|
+
...
|
38
|
+
end
|
39
|
+
|
40
|
+
This will go in and record a conversion ("rally") for a user purchasing coffee. Further, it will track a hit for any metric-variants served to that user that relate to this goal. For example "Chuck Norris works here" might get a point.
|
41
|
+
|
42
|
+
## Mountain Goat admin suite
|
43
|
+
|
44
|
+
Navigate to /mg in your application to reach the mountain-goat admin center. Here, you can analyze / adjust your A/B tests.
|
45
|
+
|
46
|
+
The front page gives you a breakdown of each of your Goals, and the efficacy of each metric and metric-variant. Select a given metric to drill into its variants. Once you are in a specific metric, you'll be able to add new metric-variants and see what works best for your clients.
|
47
|
+
|
48
|
+
## Advanced Features
|
49
|
+
|
50
|
+
### Meta data
|
51
|
+
|
52
|
+
You can track meta-data with any conversion. E.g.
|
53
|
+
|
54
|
+
rc(:user_visit, :referring_domain => request.env['HTTP_REFERER'], :user_id => session[:user_id])
|
55
|
+
|
56
|
+
These will be stored with the rally for the conversion and can get used for complex analytics down the line. (see Converts.meta)
|
57
|
+
|
58
|
+
### Switch variants
|
59
|
+
|
60
|
+
Instead of just serving text, you can also serve flow control in Mountain Goat, like so:
|
61
|
+
|
62
|
+
sv(:user_discount, :purchase_coffee) do |variant|
|
63
|
+
variant.ten_percent do
|
64
|
+
discount = 0.10
|
65
|
+
end
|
66
|
+
|
67
|
+
variant.big_winner do
|
68
|
+
discount = 0.90
|
69
|
+
end
|
70
|
+
|
71
|
+
variant.whomp_whomp do
|
72
|
+
discount = 0.0
|
73
|
+
end
|
55
74
|
end
|
56
75
|
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
# in config.ru
|
66
|
-
require 'pdfkit'
|
67
|
-
use PDFKit::Middleware
|
68
|
-
|
69
|
-
**Rails apps**
|
70
|
-
|
71
|
-
# in application.rb(Rails3) or environment.rb(Rails2)
|
72
|
-
require 'pdfkit'
|
73
|
-
config.middleware.use PDFKit::Middleware
|
74
|
-
|
75
|
-
**With PDFKit options**
|
76
|
-
|
77
|
-
# options will be passed to PDFKit.new
|
78
|
-
config.middleware.use PDFKit::Middleware, :print_media_type => true
|
79
|
-
|
80
|
-
**With conditions to limit routes that can be generated in pdf**
|
81
|
-
|
82
|
-
# conditions can be regexes (either one or an array)
|
83
|
-
config.middleware.use PDFKit::Middleware, {}, :only => %r[^/public]
|
84
|
-
config.middleware.use PDFKit::Middleware, {}, :only => [%r[^/invoice], %r[^/public]]
|
85
|
-
|
86
|
-
# conditions can be strings (either one or an array)
|
87
|
-
config.middleware.use PDFKit::Middleware, {}, :only => '/public'
|
88
|
-
config.middleware.use PDFKit::Middleware, {}, :only => ['/invoice', '/public']
|
89
|
-
|
90
|
-
## Troubleshooting
|
91
|
-
|
92
|
-
* **Single thread issue:** In development environments it is common to run a
|
93
|
-
single server process. This can cause issues when rendering your pdf
|
94
|
-
requires wkhtmltopdf to hit your server again (for images, js, css).
|
95
|
-
This is because the resource requests will get blocked by the initial
|
96
|
-
request and the initial request will be waiting on the resource
|
97
|
-
requests causing a deadlock.
|
98
|
-
|
99
|
-
This is usually not an issue in a production environment. To get
|
100
|
-
around this issue you may want to run a server with multiple workers
|
101
|
-
like Passenger or try to embed your resources within your HTML to
|
102
|
-
avoid extra HTTP requests.
|
103
|
-
|
104
|
-
* **Resources aren't included in the PDF:** Images, CSS, or Javascript
|
105
|
-
does not seem to be downloading correctly in the PDF. This is due
|
106
|
-
to the fact that wkhtmltopdf does not know where to find those files.
|
107
|
-
Make sure you are using absolute paths (start with forward slash) to
|
108
|
-
your resources. If you are using PDFKit to generate pdfs from a raw
|
109
|
-
HTML source make sure you use complete paths (either file paths or
|
110
|
-
urls including the domain).
|
111
|
-
|
76
|
+
Mountain goat will automatically break those down into three cases (:ten_percent, :big_winner, :whomp_whomp) and serve them out at random to the user.
|
77
|
+
|
78
|
+
### Priorities
|
79
|
+
|
80
|
+
You may want to test certain items with a lower serve rate (bold new slogans). You can assign priorities to any metric variant. The change of a given metric variant being shown is
|
81
|
+
|
82
|
+
my priority / sum(all priorities for this metric)
|
83
|
+
|
112
84
|
## TODO
|
113
|
-
-
|
114
|
-
|
115
|
-
## Note on Patches/Pull Requests
|
116
|
-
|
117
|
-
* Fork the project.
|
118
|
-
* Setup your development environment with: gem install bundler; bundle install
|
119
|
-
* Make your feature addition or bug fix.
|
120
|
-
* Add tests for it. This is important so I don't break it in a
|
121
|
-
future version unintentionally.
|
122
|
-
* Commit, do not mess with rakefile, version, or history.
|
123
|
-
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
|
124
|
-
* Send me a pull request. Bonus points for topic branches.
|
85
|
+
- work on getting migrations better
|
125
86
|
|
126
87
|
## Copyright
|
127
88
|
|
128
|
-
Copyright (c)
|
89
|
+
Copyright (c) 2011 Geoffrey Hayes, drawn.to. See LICENSE for details.
|
data/Rakefile
CHANGED
data/init.rb
CHANGED
data/install.rb
CHANGED
data/lib/{mountain_goat → mountain-goat}/controllers/mountain_goat/mountain_goat_controller.rb
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/edit.html.erb
RENAMED
File without changes
|
data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/index.html.erb
RENAMED
File without changes
|
data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/new.html.erb
RENAMED
File without changes
|
data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_converts/show.html.erb
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metrics/edit.html.erb
RENAMED
File without changes
|
data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metrics/index.html.erb
RENAMED
File without changes
|
data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metrics/new.html.erb
RENAMED
File without changes
|
data/lib/{mountain_goat → mountain-goat}/views/mountain_goat/mountain_goat_metrics/show.html.erb
RENAMED
File without changes
|
@@ -0,0 +1,24 @@
|
|
1
|
+
|
2
|
+
require 'rubygems'
|
3
|
+
require 'active_support'
|
4
|
+
require 'action_controller'
|
5
|
+
require 'action_controller/routing'
|
6
|
+
|
7
|
+
require File.join([File.dirname(__FILE__), 'mountain-goat/controllers/mountain_goat/mountain_goat_controller'])
|
8
|
+
require File.join([File.dirname(__FILE__), 'mountain-goat/controllers/mountain_goat/mountain_goat_metrics_controller'])
|
9
|
+
require File.join([File.dirname(__FILE__), 'mountain-goat/controllers/mountain_goat/mountain_goat_metric_variants_controller'])
|
10
|
+
require File.join([File.dirname(__FILE__), 'mountain-goat/controllers/mountain_goat/mountain_goat_converts_controller'])
|
11
|
+
require File.join([File.dirname(__FILE__), 'mountain-goat/controllers/mountain_goat/mountain_goat_rallies_controller'])
|
12
|
+
|
13
|
+
require File.join([File.dirname(__FILE__), 'mountain-goat/metric_tracking'])
|
14
|
+
require File.join([File.dirname(__FILE__), 'mountain-goat/models/metric'])
|
15
|
+
require File.join([File.dirname(__FILE__), 'mountain-goat/models/metric_variant'])
|
16
|
+
require File.join([File.dirname(__FILE__), 'mountain-goat/models/convert'])
|
17
|
+
require File.join([File.dirname(__FILE__), 'mountain-goat/models/convert_meta_type'])
|
18
|
+
require File.join([File.dirname(__FILE__), 'mountain-goat/models/cs_meta'])
|
19
|
+
require File.join([File.dirname(__FILE__), 'mountain-goat/models/ci_meta'])
|
20
|
+
require File.join([File.dirname(__FILE__), 'mountain-goat/models/rally'])
|
21
|
+
|
22
|
+
module MountainGoat
|
23
|
+
|
24
|
+
end
|
Binary file
|
data/mountain-goat.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
$:.push File.expand_path("../lib", __FILE__)
|
3
|
-
require "
|
3
|
+
require "mountain-goat/version"
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "mountain-goat"
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Geoffrey Hayes", "drawn.to"]
|
10
10
|
s.email = ["geoff@drawn.to"]
|
11
|
-
s.homepage = "http://github.com/hayesgm/
|
11
|
+
s.homepage = "http://github.com/hayesgm/mountain_goat"
|
12
12
|
s.summary = "A/B Testing to the edge"
|
13
|
-
s.description = "A/B test everything and get awesome analytics"
|
13
|
+
s.description = "A/B test everything and get awesome in-house analytics"
|
14
14
|
|
15
15
|
s.rubyforge_project = "mountain-goat"
|
16
16
|
|
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: 15
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 8
|
10
|
+
version: 0.0.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Geoffrey Hayes
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2011-07-
|
19
|
+
date: 2011-07-10 00:00:00 -05:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
@@ -51,7 +51,7 @@ dependencies:
|
|
51
51
|
version: 0.5.6
|
52
52
|
type: :development
|
53
53
|
version_requirements: *id002
|
54
|
-
description: A/B test everything and get awesome analytics
|
54
|
+
description: A/B test everything and get awesome in-house analytics
|
55
55
|
email:
|
56
56
|
- geoff@drawn.to
|
57
57
|
executables: []
|
@@ -71,57 +71,58 @@ files:
|
|
71
71
|
- init.rb
|
72
72
|
- install.rb
|
73
73
|
- lib/flotilla.rb
|
74
|
-
- lib/
|
75
|
-
- lib/
|
76
|
-
- lib/
|
77
|
-
- lib/
|
78
|
-
- lib/
|
79
|
-
- lib/
|
80
|
-
- lib/
|
81
|
-
- lib/
|
82
|
-
- lib/
|
83
|
-
- lib/
|
84
|
-
- lib/
|
85
|
-
- lib/
|
86
|
-
- lib/
|
87
|
-
- lib/
|
88
|
-
- lib/
|
89
|
-
- lib/
|
90
|
-
- lib/
|
91
|
-
- lib/
|
92
|
-
- lib/
|
93
|
-
- lib/
|
94
|
-
- lib/
|
95
|
-
- lib/
|
96
|
-
- lib/
|
97
|
-
- lib/
|
98
|
-
- lib/
|
99
|
-
- lib/
|
100
|
-
- lib/
|
101
|
-
- lib/
|
102
|
-
- lib/
|
103
|
-
- lib/
|
104
|
-
- lib/
|
105
|
-
- lib/
|
106
|
-
- lib/
|
107
|
-
- lib/
|
108
|
-
- lib/
|
109
|
-
- lib/
|
110
|
-
- lib/
|
111
|
-
- lib/
|
112
|
-
- lib/
|
113
|
-
- lib/
|
114
|
-
- lib/
|
115
|
-
- lib/
|
74
|
+
- lib/mountain-goat.rb
|
75
|
+
- lib/mountain-goat/controllers/mountain_goat/mountain_goat_controller.rb
|
76
|
+
- lib/mountain-goat/controllers/mountain_goat/mountain_goat_converts_controller.rb
|
77
|
+
- lib/mountain-goat/controllers/mountain_goat/mountain_goat_metric_variants_controller.rb
|
78
|
+
- lib/mountain-goat/controllers/mountain_goat/mountain_goat_metrics_controller.rb
|
79
|
+
- lib/mountain-goat/controllers/mountain_goat/mountain_goat_rallies_controller.rb
|
80
|
+
- lib/mountain-goat/metric_tracking.rb
|
81
|
+
- lib/mountain-goat/models/ci_meta.rb
|
82
|
+
- lib/mountain-goat/models/convert.rb
|
83
|
+
- lib/mountain-goat/models/convert_meta_type.rb
|
84
|
+
- lib/mountain-goat/models/cs_meta.rb
|
85
|
+
- lib/mountain-goat/models/metric.rb
|
86
|
+
- lib/mountain-goat/models/metric_variant.rb
|
87
|
+
- lib/mountain-goat/models/rally.rb
|
88
|
+
- lib/mountain-goat/public/containerbg.png
|
89
|
+
- lib/mountain-goat/public/dirtyred.png
|
90
|
+
- lib/mountain-goat/public/dottedblack.png
|
91
|
+
- lib/mountain-goat/public/dottedblue.png
|
92
|
+
- lib/mountain-goat/public/jquery.flot.js
|
93
|
+
- lib/mountain-goat/public/mg.css
|
94
|
+
- lib/mountain-goat/public/mg.js
|
95
|
+
- lib/mountain-goat/public/mg.png
|
96
|
+
- lib/mountain-goat/public/raster.png
|
97
|
+
- lib/mountain-goat/switch_variant.rb
|
98
|
+
- lib/mountain-goat/version.rb
|
99
|
+
- lib/mountain-goat/views/mountain_goat/layouts/mountain_goat.html.erb
|
100
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_converts/_convert_form.html.erb
|
101
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_converts/_convert_meta_type_form.html.erb
|
102
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_converts/edit.html.erb
|
103
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_converts/index.html.erb
|
104
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_converts/new.html.erb
|
105
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_converts/show.html.erb
|
106
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_metric_variants/_metric_variant_form.html.erb
|
107
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_metric_variants/edit.html.erb
|
108
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_metric_variants/index.html.erb
|
109
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_metric_variants/new.html.erb
|
110
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_metric_variants/show.html.erb
|
111
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_metrics/_metric_form.html.erb
|
112
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_metrics/edit.html.erb
|
113
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_metrics/index.html.erb
|
114
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_metrics/new.html.erb
|
115
|
+
- lib/mountain-goat/views/mountain_goat/mountain_goat_metrics/show.html.erb
|
116
116
|
- migrations/20090716093747_create_metric_tracking_tables.rb
|
117
117
|
- mountain-goat-0.0.1.gem
|
118
118
|
- mountain-goat-0.0.2.gem
|
119
119
|
- mountain-goat-0.0.3.gem
|
120
120
|
- mountain-goat-0.0.4.gem
|
121
121
|
- mountain-goat-0.0.5.gem
|
122
|
+
- mountain-goat-0.0.6.gem
|
122
123
|
- mountain-goat.gemspec
|
123
124
|
has_rdoc: true
|
124
|
-
homepage: http://github.com/hayesgm/
|
125
|
+
homepage: http://github.com/hayesgm/mountain_goat
|
125
126
|
licenses: []
|
126
127
|
|
127
128
|
post_install_message:
|
data/lib/mountain_goat.rb
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
|
2
|
-
require 'rubygems'
|
3
|
-
require 'active_support'
|
4
|
-
require 'action_controller'
|
5
|
-
require 'action_controller/routing'
|
6
|
-
|
7
|
-
require File.join([File.dirname(__FILE__), 'mountain_goat/controllers/mountain_goat/mountain_goat_controller'])
|
8
|
-
require File.join([File.dirname(__FILE__), 'mountain_goat/controllers/mountain_goat/mountain_goat_metrics_controller'])
|
9
|
-
require File.join([File.dirname(__FILE__), 'mountain_goat/controllers/mountain_goat/mountain_goat_metric_variants_controller'])
|
10
|
-
require File.join([File.dirname(__FILE__), 'mountain_goat/controllers/mountain_goat/mountain_goat_converts_controller'])
|
11
|
-
require File.join([File.dirname(__FILE__), 'mountain_goat/controllers/mountain_goat/mountain_goat_rallies_controller'])
|
12
|
-
|
13
|
-
require File.join([File.dirname(__FILE__), 'mountain_goat/metric_tracking'])
|
14
|
-
require File.join([File.dirname(__FILE__), 'mountain_goat/models/metric'])
|
15
|
-
require File.join([File.dirname(__FILE__), 'mountain_goat/models/metric_variant'])
|
16
|
-
require File.join([File.dirname(__FILE__), 'mountain_goat/models/convert'])
|
17
|
-
require File.join([File.dirname(__FILE__), 'mountain_goat/models/convert_meta_type'])
|
18
|
-
require File.join([File.dirname(__FILE__), 'mountain_goat/models/cs_meta'])
|
19
|
-
require File.join([File.dirname(__FILE__), 'mountain_goat/models/ci_meta'])
|
20
|
-
require File.join([File.dirname(__FILE__), 'mountain_goat/models/rally'])
|
21
|
-
|
22
|
-
module MountainGoat
|
23
|
-
|
24
|
-
end
|