reviewed 0.0.2 → 0.0.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/lib/reviewed/article.rb +6 -0
- data/lib/reviewed/version.rb +1 -1
- data/spec/article_spec.rb +25 -3
- data/spec/base_spec.rb +5 -5
- data/spec/collection_spec.rb +2 -2
- data/spec/fixtures/vcr/article/attachments.yml +174 -197
- data/spec/fixtures/vcr/article/find_page.yml +143 -128
- data/spec/fixtures/vcr/article/products.yml +258 -0
- data/spec/fixtures/vcr/base/find_error_key.yml +13 -131
- data/spec/fixtures/vcr/base/find_ok.yml +156 -202
- data/spec/fixtures/vcr/base/where_collection.yml +9544 -1678
- data/spec/fixtures/vcr/collection/products.yml +887 -1160
- data/spec/fixtures/vcr/product/attachments.yml +139 -18
- data/spec/fixtures/vcr/request/authors.yml +5 -5
- data/spec/fixtures/vcr/response/authors.yml +5 -5
- data/spec/product_spec.rb +9 -4
- metadata +4 -2
@@ -2,187 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://the-guide-staging.herokuapp.com/api/v1/
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- application/json
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip, deflate
|
14
|
-
X-Reviewed-Authorization:
|
15
|
-
- '1234567890'
|
16
|
-
User-Agent:
|
17
|
-
- Ruby
|
18
|
-
response:
|
19
|
-
status:
|
20
|
-
code: 404
|
21
|
-
message: Not Found
|
22
|
-
headers:
|
23
|
-
Access-Control-Allow-Credentials:
|
24
|
-
- 'true'
|
25
|
-
Access-Control-Allow-Headers:
|
26
|
-
- x-pagination, x-requested-with, x-requested-by, x-reviewed-authorization,
|
27
|
-
Content-Type
|
28
|
-
Access-Control-Allow-Methods:
|
29
|
-
- OPTIONS, GET, POST, PUT, DELETE
|
30
|
-
Access-Control-Allow-Origin:
|
31
|
-
- ! '*'
|
32
|
-
Access-Control-Max-Age:
|
33
|
-
- '1000'
|
34
|
-
Cache-Control:
|
35
|
-
- no-cache, no-store
|
36
|
-
Content-Type:
|
37
|
-
- application/json; charset=utf-8
|
38
|
-
Date:
|
39
|
-
- Wed, 29 Aug 2012 03:23:03 GMT
|
40
|
-
Server:
|
41
|
-
- thin 1.4.1 codename Chromeo
|
42
|
-
Strict-Transport-Security:
|
43
|
-
- max-age=31536000
|
44
|
-
X-Rack-Cache:
|
45
|
-
- miss
|
46
|
-
X-Rate-Limit:
|
47
|
-
- '100000'
|
48
|
-
X-Request-Id:
|
49
|
-
- 2b1844df21eb146f019f2b5275133202
|
50
|
-
X-Runtime:
|
51
|
-
- '0.281239'
|
52
|
-
X-Ua-Compatible:
|
53
|
-
- IE=Edge,chrome=1
|
54
|
-
Content-Length:
|
55
|
-
- '30'
|
56
|
-
Connection:
|
57
|
-
- keep-alive
|
58
|
-
body:
|
59
|
-
encoding: US-ASCII
|
60
|
-
string: ! '{"message":"Record Not Found"}'
|
61
|
-
http_version:
|
62
|
-
recorded_at: Wed, 29 Aug 2012 03:23:02 GMT
|
63
|
-
- request:
|
64
|
-
method: get
|
65
|
-
uri: https://the-guide-staging.herokuapp.com/api/v1/websites/5036c5f360de7d206500b11b
|
66
|
-
body:
|
67
|
-
encoding: US-ASCII
|
68
|
-
string: ''
|
69
|
-
headers:
|
70
|
-
Accept:
|
71
|
-
- application/json
|
72
|
-
Accept-Encoding:
|
73
|
-
- gzip, deflate
|
74
|
-
X-Reviewed-Authorization:
|
75
|
-
- '1234567890'
|
76
|
-
User-Agent:
|
77
|
-
- Ruby
|
78
|
-
response:
|
79
|
-
status:
|
80
|
-
code: 404
|
81
|
-
message: Not Found
|
82
|
-
headers:
|
83
|
-
Access-Control-Allow-Credentials:
|
84
|
-
- 'true'
|
85
|
-
Access-Control-Allow-Headers:
|
86
|
-
- x-pagination, x-requested-with, x-requested-by, x-reviewed-authorization,
|
87
|
-
Content-Type
|
88
|
-
Access-Control-Allow-Methods:
|
89
|
-
- OPTIONS, GET, POST, PUT, DELETE
|
90
|
-
Access-Control-Allow-Origin:
|
91
|
-
- ! '*'
|
92
|
-
Access-Control-Max-Age:
|
93
|
-
- '1000'
|
94
|
-
Cache-Control:
|
95
|
-
- no-cache, no-store
|
96
|
-
Content-Type:
|
97
|
-
- application/json; charset=utf-8
|
98
|
-
Date:
|
99
|
-
- Wed, 29 Aug 2012 03:27:06 GMT
|
100
|
-
Server:
|
101
|
-
- thin 1.4.1 codename Chromeo
|
102
|
-
Strict-Transport-Security:
|
103
|
-
- max-age=31536000
|
104
|
-
X-Rack-Cache:
|
105
|
-
- miss
|
106
|
-
X-Rate-Limit:
|
107
|
-
- '100000'
|
108
|
-
X-Request-Id:
|
109
|
-
- 9576ed2454a30ccd554414ee496dc99a
|
110
|
-
X-Runtime:
|
111
|
-
- '0.976992'
|
112
|
-
X-Ua-Compatible:
|
113
|
-
- IE=Edge,chrome=1
|
114
|
-
Transfer-Encoding:
|
115
|
-
- chunked
|
116
|
-
Connection:
|
117
|
-
- keep-alive
|
118
|
-
body:
|
119
|
-
encoding: US-ASCII
|
120
|
-
string: ! '{"message":"Record Not Found"}'
|
121
|
-
http_version:
|
122
|
-
recorded_at: Wed, 29 Aug 2012 03:27:05 GMT
|
123
|
-
- request:
|
124
|
-
method: get
|
125
|
-
uri: https://the-guide-staging.herokuapp.com/api/v1/articles/5036c5f360de7d206500b11b
|
126
|
-
body:
|
127
|
-
encoding: US-ASCII
|
128
|
-
string: ''
|
129
|
-
headers:
|
130
|
-
Accept:
|
131
|
-
- application/json
|
132
|
-
Accept-Encoding:
|
133
|
-
- gzip, deflate
|
134
|
-
X-Reviewed-Authorization:
|
135
|
-
- '1234567890'
|
136
|
-
User-Agent:
|
137
|
-
- Ruby
|
138
|
-
response:
|
139
|
-
status:
|
140
|
-
code: 404
|
141
|
-
message: Not Found
|
142
|
-
headers:
|
143
|
-
Access-Control-Allow-Credentials:
|
144
|
-
- 'true'
|
145
|
-
Access-Control-Allow-Headers:
|
146
|
-
- x-pagination, x-requested-with, x-requested-by, x-reviewed-authorization,
|
147
|
-
Content-Type
|
148
|
-
Access-Control-Allow-Methods:
|
149
|
-
- OPTIONS, GET, POST, PUT, DELETE
|
150
|
-
Access-Control-Allow-Origin:
|
151
|
-
- ! '*'
|
152
|
-
Access-Control-Max-Age:
|
153
|
-
- '1000'
|
154
|
-
Cache-Control:
|
155
|
-
- no-cache, no-store
|
156
|
-
Content-Type:
|
157
|
-
- application/json; charset=utf-8
|
158
|
-
Date:
|
159
|
-
- Wed, 29 Aug 2012 03:33:27 GMT
|
160
|
-
Server:
|
161
|
-
- thin 1.4.1 codename Chromeo
|
162
|
-
Strict-Transport-Security:
|
163
|
-
- max-age=31536000
|
164
|
-
X-Rack-Cache:
|
165
|
-
- miss
|
166
|
-
X-Rate-Limit:
|
167
|
-
- '100000'
|
168
|
-
X-Request-Id:
|
169
|
-
- 3626ec9e771f5b6531cddb5c2c3b02fe
|
170
|
-
X-Runtime:
|
171
|
-
- '0.774739'
|
172
|
-
X-Ua-Compatible:
|
173
|
-
- IE=Edge,chrome=1
|
174
|
-
Transfer-Encoding:
|
175
|
-
- chunked
|
176
|
-
Connection:
|
177
|
-
- keep-alive
|
178
|
-
body:
|
179
|
-
encoding: US-ASCII
|
180
|
-
string: ! '{"message":"Record Not Found"}'
|
181
|
-
http_version:
|
182
|
-
recorded_at: Wed, 29 Aug 2012 03:33:26 GMT
|
183
|
-
- request:
|
184
|
-
method: get
|
185
|
-
uri: https://the-guide-staging.herokuapp.com/api/v1/articles/50241b9c5da4ac8d38000001
|
5
|
+
uri: https://the-guide-staging.herokuapp.com/api/v1/articles/5036d7dd60de7d2065075752
|
186
6
|
body:
|
187
7
|
encoding: US-ASCII
|
188
8
|
string: ''
|
@@ -216,19 +36,19 @@ http_interactions:
|
|
216
36
|
Content-Type:
|
217
37
|
- application/json; charset=utf-8
|
218
38
|
Date:
|
219
|
-
- Wed,
|
39
|
+
- Wed, 03 Oct 2012 22:04:47 GMT
|
220
40
|
Server:
|
221
|
-
- thin 1.
|
41
|
+
- thin 1.5.0 codename Knife
|
222
42
|
Strict-Transport-Security:
|
223
43
|
- max-age=31536000
|
224
44
|
X-Rack-Cache:
|
225
45
|
- miss
|
226
46
|
X-Rate-Limit:
|
227
|
-
- '
|
47
|
+
- '99938'
|
228
48
|
X-Request-Id:
|
229
|
-
-
|
49
|
+
- 69e5413d41b1d21c2d2e9195ac746083
|
230
50
|
X-Runtime:
|
231
|
-
- '0.
|
51
|
+
- '0.033892'
|
232
52
|
X-Ua-Compatible:
|
233
53
|
- IE=Edge,chrome=1
|
234
54
|
Transfer-Encoding:
|
@@ -239,10 +59,10 @@ http_interactions:
|
|
239
59
|
encoding: US-ASCII
|
240
60
|
string: ! '{"message":"Record Not Found"}'
|
241
61
|
http_version:
|
242
|
-
recorded_at: Wed,
|
62
|
+
recorded_at: Wed, 03 Oct 2012 22:04:47 GMT
|
243
63
|
- request:
|
244
64
|
method: get
|
245
|
-
uri: https://the-guide-staging.herokuapp.com/api/v1/articles/
|
65
|
+
uri: https://the-guide-staging.herokuapp.com/api/v1/articles/506b0b46bd02862270000747
|
246
66
|
body:
|
247
67
|
encoding: US-ASCII
|
248
68
|
string: ''
|
@@ -276,21 +96,21 @@ http_interactions:
|
|
276
96
|
Content-Type:
|
277
97
|
- application/json; charset=utf-8
|
278
98
|
Date:
|
279
|
-
- Wed,
|
99
|
+
- Wed, 03 Oct 2012 22:09:17 GMT
|
280
100
|
Etag:
|
281
|
-
- ! '"
|
101
|
+
- ! '"aa98ef8ae37e036d96abb43fc1dd5e83"'
|
282
102
|
Server:
|
283
|
-
- thin 1.
|
103
|
+
- thin 1.5.0 codename Knife
|
284
104
|
Strict-Transport-Security:
|
285
105
|
- max-age=31536000
|
286
106
|
X-Rack-Cache:
|
287
107
|
- miss
|
288
108
|
X-Rate-Limit:
|
289
|
-
- '
|
109
|
+
- '99926'
|
290
110
|
X-Request-Id:
|
291
|
-
-
|
111
|
+
- ee61d26c3494fc2a9d8b43a00088e265
|
292
112
|
X-Runtime:
|
293
|
-
- '0.
|
113
|
+
- '0.251055'
|
294
114
|
X-Ua-Compatible:
|
295
115
|
- IE=Edge,chrome=1
|
296
116
|
Transfer-Encoding:
|
@@ -299,12 +119,146 @@ http_interactions:
|
|
299
119
|
- keep-alive
|
300
120
|
body:
|
301
121
|
encoding: US-ASCII
|
302
|
-
string: ! '{"id":"
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
122
|
+
string: ! '{"id":"506b0b46bd02862270000747","created_at":"2012-05-15T21:15:16Z","updated_at":"2012-10-02T15:42:02Z","name":"Minden
|
123
|
+
Master II Grill Review","summary":"","version":20,"website_ids":["506b05a7bd02867160000012"],"tags":["review"],"publish_on":"2012-05-18T19:34:00+00:00","attachment_ids":[],"primary_product_id":"506b06c40494340f5180a155","slug":"Minden-Master-II-Grill-Review","pages":[{"id":"506b0b46bd0286227000074a","name":"Introduction","summary":"Introduction","slug":"Minden-Master-II-Grill-Review","sections":[{"id":"506b0b46bd0286227000074c","name":"Introduction","notes":"","body":"Though
|
124
|
+
the <r:product:name /> ($479 MSRP) turned in solid performance numbers, it''s
|
125
|
+
missing features and controls that similar-priced grills include. This grill
|
126
|
+
actually had one of the fastest heatup times of the grills we''ve tested and
|
127
|
+
was consistent and efficient on its high-fire setting. "}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"506b0b46bd0286227000074e","name":"Design","summary":"The
|
128
|
+
<r:product:name /> is decent-sized grill with pretty normal design, with the
|
129
|
+
exception of its green coating.","slug":"Minden-Master-II-Grill-Review/Design","sections":[{"id":"506b0b46bd02862270000750","name":"Design
|
130
|
+
Summary","notes":"","body":"The <r:product:name /> is decent-sized grill with
|
131
|
+
pretty normal design, with the exception of its green coating."},{"id":"506b0b46bd02862270000751","name":"Controls
|
132
|
+
2","notes":"","body":""},{"id":"506b0b46bd02862270000752","name":"Controls
|
133
|
+
3","notes":"","body":""},{"id":"506b0b46bd02862270000753","name":"Main Grilling
|
134
|
+
Area 2","notes":"","body":""},{"id":"506b0b46bd02862270000754","name":"Warming
|
135
|
+
Area 2","notes":"","body":""},{"id":"506b0b46bd02862270000755","name":"Side
|
136
|
+
Area","notes":"","body":""},{"id":"506b0b46bd02862270000756","name":"Side
|
137
|
+
Area 2","notes":"","body":""},{"id":"506b0b46bd02862270000757","name":"Side
|
138
|
+
Area 3","notes":null,"body":""},{"id":"506b0b46bd02862270000758","name":"Thermometer
|
139
|
+
2","notes":"","body":""},{"id":"506b0b46bd02862270000759","name":"Product
|
140
|
+
Tour","notes":"","body":""},{"id":"506b0b46bd0286227000075a","name":"Controls","notes":"","body":""},{"id":"506b0b46bd0286227000075b","name":"Main
|
141
|
+
Grilling Area","notes":"","body":""},{"id":"506b0b46bd0286227000075c","name":"Warming
|
142
|
+
Area","notes":"","body":""},{"id":"506b0b46bd0286227000075d","name":"Side
|
143
|
+
Areas","notes":null,"body":""},{"id":"506b0b46bd0286227000075e","name":"Thermometer","notes":"","body":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"506b0b47bd02862270000760","name":"Performance","summary":"You''ll
|
144
|
+
get superb heat-up time and good high and low temperature performance from
|
145
|
+
the <r:product:name />.","slug":"Minden-Master-II-Grill-Review/Performance","sections":[{"id":"506b0b47bd02862270000762","name":"Performance
|
146
|
+
Summary","notes":"","body":"You''ll get superb heat-up time and good high
|
147
|
+
and low temperature performance from the <r:product:name />."},{"id":"506b0b47bd02862270000763","name":"Heatup
|
148
|
+
Time Description","notes":"","body":""},{"id":"506b0b47bd02862270000764","name":"Low
|
149
|
+
Temperature Cooking Performance","notes":"","body":"At just less than 10 minutes
|
150
|
+
to cook our test patties, the <r:product:name /> performed capably on the
|
151
|
+
grill''s low-fire setting. It also achieved solid consistency across the three
|
152
|
+
burners as there wasn''t too much deviation in temperature."},{"id":"506b0b47bd02862270000765","name":"Low
|
153
|
+
Temperature Uniformity","notes":"","body":"With the exception of one thermocouple
|
154
|
+
on the left, there wasn''t too much deviation across the grill surface. Most
|
155
|
+
areas on the surface were from 615-650 degrees."},{"id":"506b0b47bd02862270000766","name":"Low
|
156
|
+
Temperature Consistency","notes":"","body":"Consistency on the \t<r:product:name
|
157
|
+
/> wasn''t great, as the middle of the grill reached a high of 708 and a low
|
158
|
+
of 539 degrees. This will affect users because they may have steaks that are
|
159
|
+
done on one part and others that need more time."},{"id":"506b0b47bd02862270000767","name":"High
|
160
|
+
Temperature Cooking Performance","notes":"","body":"You''ll need less than
|
161
|
+
8 minutes, which is well below average and a great time, to cook up hamburger
|
162
|
+
patties while cooking on high temperature."},{"id":"506b0b47bd02862270000768","name":"High
|
163
|
+
Temperature Uniformity","notes":"","body":"The <r:product:name /> cooks with
|
164
|
+
relative uniformity. We didn''t see too much of a variation in temperatures
|
165
|
+
on the cooking area."},{"id":"506b0b47bd02862270000769","name":"High Temperature
|
166
|
+
Consistency","notes":"","body":"One thing you won''t need to worry about with
|
167
|
+
the <r:product:name /> is burner consistency. Almost all thermocouples were
|
168
|
+
within 20 degrees of each other."},{"id":"506b0b47bd0286227000076a","name":"Warming
|
169
|
+
Tray","notes":null,"body":""},{"id":"506b0b47bd0286227000076b","name":"Lid
|
170
|
+
& Handle Temperature","notes":"","body":"The allowable temperature for the
|
171
|
+
outside of a grill is 131 degrees. Unfortunately for the <r:product:name />,
|
172
|
+
all of the thermocouples we placed on the outside were higher than that. Furthermore,
|
173
|
+
one of them reached a whopping 147 degrees. You may want to use gloves when
|
174
|
+
using this grill."},{"id":"506b0b47bd0286227000076c","name":"Output & Fuel
|
175
|
+
Life Description","notes":"","body":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"506b0b47bd0286227000076e","name":"Features
|
176
|
+
& Usability","summary":"The <r:product:name /> is pretty intuitive, but cleaning
|
177
|
+
isn''t easy.","slug":"Minden-Master-II-Grill-Review/Features-and-Usability","sections":[{"id":"506b0b47bd02862270000770","name":"Features
|
178
|
+
& Usability Summary","notes":"","body":"The <r:product:name /> is pretty intuitive,
|
179
|
+
but cleaning isn''t easy."},{"id":"506b0b47bd02862270000771","name":"Controls
|
180
|
+
2","notes":"","body":""},{"id":"506b0b47bd02862270000772","name":"Controls
|
181
|
+
3","notes":"","body":""},{"id":"506b0b47bd02862270000773","name":"Controls
|
182
|
+
Description","notes":"","body":"There are three black plastic burner buttons
|
183
|
+
on the front of the <r:product:name /> and a red automatic ignition button
|
184
|
+
on the right. Don''t worry about turning these on by accident, because you
|
185
|
+
need to press down on the burner buttons to turn the gas on."},{"id":"506b0b47bd02862270000774","name":"Fuel
|
186
|
+
Description","notes":"","body":"The <r:product:name /> uses liquid propane
|
187
|
+
for fuel. The easy-to-use regulator is included and under the grilling area
|
188
|
+
is storage space where the 20-pound propane canister fits. You''ll need to
|
189
|
+
go through the back of the grill to remove the tank."},{"id":"506b0b47bd02862270000775","name":"Lighter
|
190
|
+
Description","notes":"","body":"The red ignition button on the right will
|
191
|
+
click loudly when you press it."},{"id":"506b0b47bd02862270000776","name":"Cooking
|
192
|
+
Area Description","notes":"","body":"The \t<r:product:name />''s primary cooking
|
193
|
+
surface is 365 square inches, which isn''t the biggest size we''ve seen but
|
194
|
+
it won''t prevent you from cooking a bunch of burgers at once either. There
|
195
|
+
is a single grate and it''s a bit heavy and not easy to remove for cleaning."},{"id":"506b0b47bd02862270000777","name":"Warming
|
196
|
+
Area Description","notes":"","body":"The warming tray is located at the back
|
197
|
+
of the grilling area and can''t be removed for cleaning."},{"id":"506b0b47bd02862270000778","name":"Other
|
198
|
+
Areas Description","notes":"","body":""},{"id":"506b0b47bd02862270000779","name":"Cleanup
|
199
|
+
Description","notes":"","body":"There''s just the single grate on top of the
|
200
|
+
burners that''s heavy and hard to remove. Once you do get it off the grill,
|
201
|
+
though, it''s easy to just wipe down the grease trays that cover the burners.
|
202
|
+
The grease funnels into a tray that you can pull out of the back by grabbing
|
203
|
+
the wooden handle that protrudes from the back of the grill."},{"id":"506b0b47bd0286227000077a","name":"Other
|
204
|
+
Features Description","notes":"","body":"You''ll have access to a food tray/chopping
|
205
|
+
block on the right and by lifting up the tray on the left, you''ll see the
|
206
|
+
tool storage compartment. Both sides also have hooks for tool storage. On
|
207
|
+
the top of the grill is a thermometer that reaches 600 degrees. If you''re
|
208
|
+
looking to move the grill, keep in mind that though it has solid wheels, it''s
|
209
|
+
somewhat heavy to wheel around.\n"},{"id":"506b0b47bd0286227000077b","name":"Construction
|
210
|
+
Description","notes":null,"body":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"506b0b48bd0286227000077d","name":"COMP
|
211
|
+
1","summary":"COMP 1","slug":"Minden-Master-II-Grill-Review/COMP-1","sections":[{"id":"506b0b48bd0286227000077f","name":"Comp
|
212
|
+
1 Description","notes":"","body":""},{"id":"506b0b48bd02862270000780","name":"unnamed
|
213
|
+
section","notes":null,"body":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"506b0b48bd02862270000782","name":"COMP
|
214
|
+
2","summary":"COMP 2","slug":"Minden-Master-II-Grill-Review/COMP-2","sections":[{"id":"506b0b48bd02862270000784","name":"Comp
|
215
|
+
2 Description","notes":"","body":""},{"id":"506b0b48bd02862270000785","name":"unnamed
|
216
|
+
section","notes":null,"body":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"506b0b48bd02862270000787","name":"COMP
|
217
|
+
3","summary":"COMP 3","slug":"Minden-Master-II-Grill-Review/COMP-3","sections":[{"id":"506b0b48bd02862270000789","name":"Comp
|
218
|
+
3 Description","notes":"","body":""},{"id":"506b0b48bd0286227000078a","name":"unnamed
|
219
|
+
section","notes":null,"body":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"506b0b49bd0286227000078c","name":"Conclusion","summary":"Conclusion","slug":"Minden-Master-II-Grill-Review/Conclusion","sections":[{"id":"506b0b49bd0286227000078e","name":"Conclusion
|
220
|
+
Summary","notes":"","body":""},{"id":"506b0b49bd0286227000078f","name":"Conclusion
|
221
|
+
Performance","notes":"","body":"Overall, this is a decent grill, but you may
|
222
|
+
be able to get similarly-performing grills at a cheaper price."},{"id":"506b0b49bd02862270000790","name":"Conclusion
|
223
|
+
Usability","notes":"","body":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"506b0b49bd02862270000792","name":"Specs
|
224
|
+
& Ratings","summary":"Specs & Ratings","slug":"Minden-Master-II-Grill-Review/Specs-and-Ratings","sections":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"506b0b4abd02862270000795","name":"unclassified_sections","summary":"meta-data
|
225
|
+
and such","slug":"Minden-Master-II-Grill-Review/unclassified_sections","sections":[{"id":"506b0b4abd02862270000796","name":"Display
|
226
|
+
Title","notes":null,"body":""},{"id":"506b0b4abd02862270000797","name":"Browser
|
227
|
+
Title","notes":null,"body":""},{"id":"506b0b4abd02862270000798","name":"Description","notes":null,"body":""},{"id":"506b0b4abd02862270000799","name":"Keywords","notes":null,"body":""},{"id":"506b0b4abd0286227000079a","name":"Comp
|
228
|
+
1 ID","notes":"","body":""},{"id":"506b0b4abd0286227000079b","name":"Comp
|
229
|
+
2 ID","notes":"","body":""},{"id":"506b0b4abd0286227000079c","name":"Comp
|
230
|
+
3 ID","notes":"","body":""},{"id":"506b0b4abd0286227000079d","name":"Design","notes":"","body":""},{"id":"506b0b4abd0286227000079e","name":"Performance","notes":"","body":""},{"id":"506b0b4abd0286227000079f","name":"Features
|
231
|
+
& Usability","notes":"","body":""},{"id":"506b0b4abd028622700007a0","name":"COMP
|
232
|
+
1","notes":"","body":""},{"id":"506b0b4abd028622700007a1","name":"COMP 2","notes":"","body":""},{"id":"506b0b4abd028622700007a2","name":"COMP
|
233
|
+
3","notes":"","body":""},{"id":"506b0b4abd028622700007a3","name":"Conclusion","notes":"","body":""},{"id":"506b0b4abd028622700007a4","name":"Specs
|
234
|
+
& Ratings","notes":"","body":""},{"id":"506b0b4abd028622700007a5","name":"Warming
|
235
|
+
Tray Performance","notes":"","body":""},{"id":"506b0b4abd028622700007a6","name":"Assembly
|
236
|
+
Description","notes":"","body":""},{"id":"506b0b4abd028622700007a7","name":"Snippets","notes":"","body":""},{"id":"506b0b4abd028622700007a8","name":"Summary","notes":"","body":""},{"id":"506b0b4abd028622700007a9","name":"News
|
237
|
+
Box Excerpt","notes":"","body":""},{"id":"506b0b4abd028622700007aa","name":"Home
|
238
|
+
News Excerpt","notes":"","body":""},{"id":"506b0b4abd028622700007ab","name":"Home
|
239
|
+
Feature One-Liner","notes":"","body":""},{"id":"506b0b4abd028622700007ac","name":"Event
|
240
|
+
Page Feature Image","notes":"","body":""},{"id":"506b0b4abd028622700007ad","name":"Event
|
241
|
+
Page Feature Title","notes":"","body":""},{"id":"506b0b4abd028622700007ae","name":"IR
|
242
|
+
Photo","notes":"","body":""},{"id":"506b0b4abd028622700007af","name":"Low
|
243
|
+
Fire Cooking Comparison","notes":"","body":""},{"id":"506b0b4abd028622700007b0","name":"High
|
244
|
+
Fire Cooking Comparison","notes":"","body":""},{"id":"506b0b4abd028622700007b1","name":"One-Line
|
245
|
+
Summary","notes":"Appears in the hero at the top of the home page and at the
|
246
|
+
top of the first page of the review.","body":""},{"id":"506b0b4abd028622700007b2","name":"Pro
|
247
|
+
One","notes":"","body":"Lighting-quick heatup"},{"id":"506b0b4abd028622700007b3","name":"Pro
|
248
|
+
Two","notes":"","body":"Tool hooks and storage space"},{"id":"506b0b4abd028622700007b4","name":"Pro
|
249
|
+
Three","notes":"","body":""},{"id":"506b0b4abd028622700007b5","name":"Con
|
250
|
+
One","notes":"","body":"No side burners"},{"id":"506b0b4abd028622700007b6","name":"Con
|
251
|
+
Two","notes":"","body":"Inconsistent heating on low temp"},{"id":"506b0b4abd028622700007b7","name":"Con
|
252
|
+
Three","notes":"","body":""},{"id":"506b0b4abd028622700007b8","name":"Alternate
|
253
|
+
Hero Title","notes":"this defaults to the name of the article. Set this to
|
254
|
+
''NOTEXT'' if you don''t want any text to overlay the hero image","body":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}}],"products":[{"id":"506b06c40494340f5180a155","created_at":"2012-05-15T21:12:15Z","updated_at":"2012-10-02T15:41:58Z","name":"Minden
|
255
|
+
Master II","slug":"minden-master-ii","_type":"Home::Grills::Gas","types":["Propane"],"product_rating":null,"ranking":{"total":null,"rank":null},"msrp":479.0,"manufacturer_specs":{"brand_name":"(Minden)","manufacturer_name":"Minden","manual_url":"","manual_text":"","manufacturer_text":null,"manufacturer_url":"","series_name":"","Fuel":["LP
|
256
|
+
Gas"],"Install Type":"Freestanding","Finish or Color":"Green","Side Burner":"No","Rotisserie":"No","Original
|
257
|
+
Price":479.0},"article_ids":["506b0b46bd02862270000747"],"website_ids":["506b05a7bd02867160000012"],"publish_on":"2012-05-18T19:34:00+00:00","attachments":[{"id":"506b0c54bd028622700014c2","created_at":"2012-10-02T15:46:28Z","updated_at":"2012-10-02T15:46:28Z","name":"Minden-360MD-vanity.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"https://s3.amazonaws.com/staging.reviewed.attachments/attachment/3b2dd14de6c1b9abfafa0df5e479b547ef7c7bbd/s50x50_Minden-360MD-vanity.jpg","s150x150":"https://s3.amazonaws.com/staging.reviewed.attachments/attachment/3b2dd14de6c1b9abfafa0df5e479b547ef7c7bbd/s150x150_Minden-360MD-vanity.jpg","s250x250":"https://s3.amazonaws.com/staging.reviewed.attachments/attachment/3b2dd14de6c1b9abfafa0df5e479b547ef7c7bbd/s250x250_Minden-360MD-vanity.jpg","s500x500":"https://s3.amazonaws.com/staging.reviewed.attachments/attachment/3b2dd14de6c1b9abfafa0df5e479b547ef7c7bbd/s500x500_Minden-360MD-vanity.jpg","s600x400":"https://s3.amazonaws.com/staging.reviewed.attachments/attachment/3b2dd14de6c1b9abfafa0df5e479b547ef7c7bbd/s600x400_Minden-360MD-vanity.jpg","s940x400":"https://s3.amazonaws.com/staging.reviewed.attachments/attachment/3b2dd14de6c1b9abfafa0df5e479b547ef7c7bbd/s940x400_Minden-360MD-vanity.jpg","s940x110":"https://s3.amazonaws.com/staging.reviewed.attachments/attachment/3b2dd14de6c1b9abfafa0df5e479b547ef7c7bbd/s940x110_Minden-360MD-vanity.jpg","s100x60":"https://s3.amazonaws.com/staging.reviewed.attachments/attachment/3b2dd14de6c1b9abfafa0df5e479b547ef7c7bbd/s100x60_Minden-360MD-vanity.jpg","original":"https://s3.amazonaws.com/staging.reviewed.attachments/attachment/3b2dd14de6c1b9abfafa0df5e479b547ef7c7bbd/Minden-360MD-vanity.jpg"},"description":null,"data":{"url":"https://s3.amazonaws.com/staging.reviewed.attachments/attachment/3b2dd14de6c1b9abfafa0df5e479b547ef7c7bbd/Minden-360MD-vanity.jpg","file_size":29538,"content_type":"image/jpeg"},"permissions":{"read":true,"create":true,"update":true,"destroy":true}}],"brand":{"name":"Minden","url":null,"logo_url":null,"slug":"minden"},"raw_scores":{},"scaled_scores":{},"rateable":"unrateable","rateable?":true,"permissions":{"read":true,"create":true,"update":true,"destroy":true}}],"authors":[{"id":"506b0bfcbd0286227000131e","created_at":"2012-10-02T15:45:00Z","updated_at":"2012-10-02T15:45:00Z","name":"Patrick
|
258
|
+
Ouellette","title":"Editor","short_bio":"This is the default bio for a author.
|
259
|
+
It can be edited in the defaults.rb configatron file.\n","long_bio":"This
|
260
|
+
is the default bio for a author. It can be edited in the defaults.rb configatron
|
261
|
+
file.\n","slug":"patrick-ouellette","social":{"email":"pouellette@reviewed.com"},"avatars":{"small":"http://www.gravatar.com/avatar/9e8667a1574b61a605bcae15b94f78b3?s=48&d=mm","medium":"http://www.gravatar.com/avatar/9e8667a1574b61a605bcae15b94f78b3?s=128&d=mm","normal":"http://www.gravatar.com/avatar/9e8667a1574b61a605bcae15b94f78b3?d=mm"},"permissions":{"read":true,"create":true,"update":true,"destroy":true}}],"attachments":[],"websites":[{"id":"506b05a7bd02867160000012","created_at":"2012-10-02T15:17:59Z","updated_at":"2012-10-02T15:26:13Z","name":"GrillsInfo.com","url":"grillsinfo.com","code":"GRI","permissions":{"read":true,"create":true,"update":true,"destroy":true}}],"permissions":{"read":true,"create":true,"update":true,"destroy":true}}'
|
308
262
|
http_version:
|
309
|
-
recorded_at: Wed,
|
310
|
-
recorded_with: VCR 2.2.
|
263
|
+
recorded_at: Wed, 03 Oct 2012 22:09:17 GMT
|
264
|
+
recorded_with: VCR 2.2.5
|