vanity 1.5.2 → 1.5.3
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/CHANGELOG +6 -0
- data/lib/vanity/templates/_ab_test.erb +2 -0
- data/lib/vanity/version.rb +1 -1
- data/test/myapp/log/production.log +15 -0
- metadata +3 -2
data/CHANGELOG
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
<tr class="<%= "choice" if score.choice == alt %>">
|
|
7
7
|
<td class="option"><%= alt.name.gsub(/^o/, "O") %>:</td>
|
|
8
8
|
<td class="value"><code><%=vanity_h alt.value.to_s %></code></td>
|
|
9
|
+
<td class="value"><%= alt.participants %> participants</td>
|
|
10
|
+
<td class="value"><%= alt.converted %> converted</td>
|
|
9
11
|
<td>
|
|
10
12
|
<%= "%.1f%%" % [alt.conversion_rate * 100] %>
|
|
11
13
|
<%= "(%d%% better than %s)" % [alt.difference, score.least.name] if alt.difference && alt.difference >= 1 %>
|
data/lib/vanity/version.rb
CHANGED
|
@@ -3164,3 +3164,18 @@ Completed in 6ms (View: 1 | 200 OK [http://:? ]
|
|
|
3164
3164
|
Processing MainController#index (for at 2011-04-11 15:44:31) [GET]
|
|
3165
3165
|
Parameters: {" "=>nil}
|
|
3166
3166
|
Completed in 9ms (View: 1 | 200 OK [http://:? ]
|
|
3167
|
+
|
|
3168
|
+
|
|
3169
|
+
Processing MainController#index (for at 2011-04-11 15:53:33) [GET]
|
|
3170
|
+
Parameters: {" "=>nil}
|
|
3171
|
+
Completed in 4ms (View: 1 | 200 OK [http://:? ]
|
|
3172
|
+
|
|
3173
|
+
|
|
3174
|
+
Processing MainController#index (for at 2011-04-11 15:56:52) [GET]
|
|
3175
|
+
Parameters: {" "=>nil}
|
|
3176
|
+
Completed in 7ms (View: 1 | 200 OK [http://:? ]
|
|
3177
|
+
|
|
3178
|
+
|
|
3179
|
+
Processing MainController#index (for at 2011-04-11 15:57:26) [GET]
|
|
3180
|
+
Parameters: {" "=>nil}
|
|
3181
|
+
Completed in 7ms (View: 1 | 200 OK [http://:? ]
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: vanity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.5.
|
|
5
|
+
version: 1.5.3
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Assaf Arkin
|
|
@@ -118,7 +118,7 @@ licenses: []
|
|
|
118
118
|
post_install_message: To get started run vanity --help
|
|
119
119
|
rdoc_options:
|
|
120
120
|
- --title
|
|
121
|
-
- Vanity 1.5.
|
|
121
|
+
- Vanity 1.5.3
|
|
122
122
|
- --main
|
|
123
123
|
- README.rdoc
|
|
124
124
|
- --webcvs
|
|
@@ -146,3 +146,4 @@ specification_version: 3
|
|
|
146
146
|
summary: Experience Driven Development framework for Ruby
|
|
147
147
|
test_files: []
|
|
148
148
|
|
|
149
|
+
has_rdoc:
|