reviewed 0.0.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.
Files changed (42) hide show
  1. data/.gitignore +18 -0
  2. data/.rvmrc +1 -0
  3. data/Gemfile +4 -0
  4. data/Guardfile +8 -0
  5. data/LICENSE +22 -0
  6. data/README.md +36 -0
  7. data/Rakefile +9 -0
  8. data/lib/reviewed/article.rb +18 -0
  9. data/lib/reviewed/author.rb +4 -0
  10. data/lib/reviewed/base.rb +56 -0
  11. data/lib/reviewed/brand.rb +4 -0
  12. data/lib/reviewed/collection.rb +66 -0
  13. data/lib/reviewed/product.rb +14 -0
  14. data/lib/reviewed/request.rb +23 -0
  15. data/lib/reviewed/response.rb +12 -0
  16. data/lib/reviewed/util.rb +16 -0
  17. data/lib/reviewed/version.rb +4 -0
  18. data/lib/reviewed/website.rb +4 -0
  19. data/lib/reviewed.rb +52 -0
  20. data/reviewed.gemspec +26 -0
  21. data/spec/article_spec.rb +33 -0
  22. data/spec/author_spec.rb +4 -0
  23. data/spec/base_spec.rb +127 -0
  24. data/spec/brand_spec.rb +4 -0
  25. data/spec/collection_spec.rb +83 -0
  26. data/spec/fixtures/vcr/article/attachments.yml +281 -0
  27. data/spec/fixtures/vcr/article/find_page.yml +189 -0
  28. data/spec/fixtures/vcr/base/find_error_key.yml +239 -0
  29. data/spec/fixtures/vcr/base/find_ok.yml +310 -0
  30. data/spec/fixtures/vcr/base/where_collection.yml +1958 -0
  31. data/spec/fixtures/vcr/collection/products.yml +1416 -0
  32. data/spec/fixtures/vcr/product/attachments.yml +84 -0
  33. data/spec/fixtures/vcr/request/authors.yml +144 -0
  34. data/spec/fixtures/vcr/response/authors.yml +144 -0
  35. data/spec/product_spec.rb +23 -0
  36. data/spec/request_spec.rb +15 -0
  37. data/spec/response_spec.rb +26 -0
  38. data/spec/spec_helper.rb +25 -0
  39. data/spec/support/.gitkeep +0 -0
  40. data/spec/util_spec.rb +33 -0
  41. data/spec/website_spec.rb +4 -0
  42. metadata +221 -0
@@ -0,0 +1,281 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://the-guide-staging.herokuapp.com/api/v1/articles/big-green-egg-medium-charcoal-grill-review
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: 200
21
+ message: OK
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
+ - Fri, 07 Sep 2012 15:17:40 GMT
40
+ Etag:
41
+ - ! '"862a321943be049879ec5b750875b178"'
42
+ Server:
43
+ - thin 1.4.1 codename Chromeo
44
+ Strict-Transport-Security:
45
+ - max-age=31536000
46
+ X-Rack-Cache:
47
+ - miss
48
+ X-Rate-Limit:
49
+ - '100000'
50
+ X-Request-Id:
51
+ - 6a1e04877b9463410c035ddb8b4b5fb5
52
+ X-Runtime:
53
+ - '0.421730'
54
+ X-Ua-Compatible:
55
+ - IE=Edge,chrome=1
56
+ Transfer-Encoding:
57
+ - chunked
58
+ Connection:
59
+ - keep-alive
60
+ body:
61
+ encoding: US-ASCII
62
+ string: ! '{"id":"504563ee60de7d97ec000341","name":"Big Green Egg Medium Charcoal
63
+ Grill Review","slug":"big-green-egg-medium-charcoal-grill-review","summary":null,"website_ids":["5033da7960de7d6457000012"],"tags":["review"],"created_at":"2011-11-29T20:18:15Z","updated_at":"2012-03-30T06:49:27Z","pages":[{"id":"504563ee60de7d97ec000342","name":"Introduction","slug":"big-green-egg-medium-charcoal-grill-review","summary":"Introduction","created_at":"2012-09-04T02:14:06Z","updated_at":"2012-09-04T02:14:06Z","sections":[{"id":"504563ee60de7d97ec000343","name":"Introduction","notes":"","created_at":null,"updated_at":null,"body":"The
64
+ <r:product:name /> is a classic charcoal grill with a simple design: a ceramic
65
+ vessel that holds a load of charcoal. While the design is simple, don''t think
66
+ that it offers generic performance as well. The <r:product:name /> will heat
67
+ your food up quick and maintain consistent high-temperature cooking."}],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}},{"id":"504563ee60de7d97ec000344","name":"Design","slug":"big-green-egg-medium-charcoal-grill-review/design","summary":"The
68
+ \t<r:product:model /> is a large, heavy charcoal grill that is well constructed
69
+ and built. ","created_at":"2012-09-04T02:14:06Z","updated_at":"2012-09-04T02:14:06Z","sections":[{"id":"504563ee60de7d97ec000345","name":"Design
70
+ Summary","notes":"","created_at":null,"updated_at":null,"body":"The \t<r:product:model
71
+ /> is a large, heavy charcoal grill that is well constructed and built. "},{"id":"504563ee60de7d97ec000346","name":"Controls
72
+ 2","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000347","name":"Controls
73
+ 3","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000348","name":"Main
74
+ Grilling Area 2","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000349","name":"Warming
75
+ Area 2","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00034a","name":"Side
76
+ Area","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00034b","name":"Side
77
+ Area 2","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00034c","name":"Side
78
+ Area 3","notes":null,"created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00034d","name":"Thermometer
79
+ 2","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00034e","name":"Product
80
+ Tour","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00034f","name":"Controls","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000350","name":"Main
81
+ Grilling Area","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000351","name":"Warming
82
+ Area","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000352","name":"Side
83
+ Areas","notes":null,"created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000353","name":"Thermometer","notes":"","created_at":null,"updated_at":null,"body":""}],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}},{"id":"504563ee60de7d97ec000354","name":"Performance","slug":"big-green-egg-medium-charcoal-grill-review/performance","summary":"Excellent
84
+ performance overall, especially at high temperature. The cooking area is small,
85
+ though. ","created_at":"2012-09-04T02:14:06Z","updated_at":"2012-09-04T02:14:06Z","sections":[{"id":"504563ee60de7d97ec000355","name":"Performance
86
+ Summary","notes":"","created_at":null,"updated_at":null,"body":"Excellent
87
+ performance overall, especially at high temperature. The cooking area is small,
88
+ though. "},{"id":"504563ee60de7d97ec000356","name":"Heatup Time Description","notes":"","created_at":null,"updated_at":null,"body":"The
89
+ <r:product:model /> was a very quick grill to heat up; we found that it could
90
+ reach our low temperature target of 325\u00b0F in just 35 seconds and our
91
+ high temperature target of 625\u00b0F in just 36 seconds. We reached these
92
+ two settings by adjusting the air vents on the lid and on the bottom of the
93
+ grill body: the low fire setting by half opening the vent, and the high fire
94
+ setting by completely opening it."},{"id":"504563ee60de7d97ec000357","name":"Low
95
+ Temperature Cooking Performance","notes":"","created_at":null,"updated_at":null,"body":"Running
96
+ at our low temperature target of about 325\u00b0F, we found that the grill
97
+ would take just over 11 minutes to cook our test patties, which is fairly
98
+ fast for a grill of this type. "},{"id":"504563ee60de7d97ec000358","name":"Low
99
+ Temperature Uniformity","notes":"","created_at":null,"updated_at":null,"body":"We
100
+ also look at the consistency of the temperature across the cooking surface,
101
+ and the <r:product:model /> did well here, producing uniform temperatures
102
+ across the cooking area. We did find that it was a little hotter at one edge,
103
+ but again, that is not unusual for a charcoal grill."},{"id":"504563ee60de7d97ec000359","name":"Low
104
+ Temperature Consistency","notes":"","created_at":null,"updated_at":null,"body":"The
105
+ temperature also remained consistent over time, with only moderate variations
106
+ in the temperature. This should mean good, even cooking of food"},{"id":"504563ee60de7d97ec00035a","name":"High
107
+ Temperature Cooking Performance","notes":"","created_at":null,"updated_at":null,"body":"Opening
108
+ the air vents on the base and lid of the grill increased the temperature,
109
+ and we found equally good performance from this grill cooking food at these
110
+ higher temperatures. Here, the grill was able to cook our test patties in
111
+ just over 8 minutes. "},{"id":"504563ee60de7d97ec00035b","name":"High Temperature
112
+ Uniformity","notes":"","created_at":null,"updated_at":null,"body":"We did
113
+ find that the temperature across the cooking area was a lot less consistent
114
+ here, though; the extra flow of air from the open vents seems to create more
115
+ hot zones, especially in the center of the cooking grate, which was nearly
116
+ 200\u00b0F hotter than close to the edges."},{"id":"504563ee60de7d97ec00035c","name":"High
117
+ Temperature Consistency","notes":"","created_at":null,"updated_at":null,"body":"The
118
+ temperature also varied over time, with the temperature rising and falling
119
+ on the cooking grate somewhat more often as the fire rose and fell than we
120
+ like to see. "},{"id":"504563ee60de7d97ec00035d","name":"Warming Tray","notes":null,"created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00035e","name":"Lid
121
+ & Handle Temperature","notes":"","created_at":null,"updated_at":null,"body":"Although
122
+ the grill body got rather hot (rising to a toasty 300\u00b0F), the handle
123
+ that you use to lift the lid remained cool; even after running the grill for
124
+ a full hour, this wooden handle didn''t go much above 80\u00b0F, which means
125
+ that it is safe and comfortable to use. "},{"id":"504563ee60de7d97ec00035f","name":"Output
126
+ & Fuel Life Description","notes":"","created_at":null,"updated_at":null,"body":"We
127
+ don\u2019t measure the BTU/Hr output of charcoal grills, but we did find that
128
+ this grill can produce a lot of heat with a large load of charcoal onboard.
129
+ It also retains heat well: the body of the grill remains very warm for several
130
+ hours after the charcoal has run out."}],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}},{"id":"504563ee60de7d97ec000360","name":"Features
131
+ & Usability","slug":"big-green-egg-medium-charcoal-grill-review/features-and-usability","summary":"Very
132
+ simple to use (even a caveman could do it), but that means no extra features.
133
+ ","created_at":"2012-09-04T02:14:06Z","updated_at":"2012-09-04T02:14:06Z","sections":[{"id":"504563ee60de7d97ec000361","name":"Features
134
+ & Usability Summary","notes":"","created_at":null,"updated_at":null,"body":"Very
135
+ simple to use (even a caveman could do it), but that means no extra features.
136
+ "},{"id":"504563ee60de7d97ec000362","name":"Controls 2","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000363","name":"Controls
137
+ 3","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000364","name":"Controls
138
+ Description","notes":"","created_at":null,"updated_at":null,"body":"The controls
139
+ on this grill are basic, to put it mildly: you control the temperature by
140
+ opening and closing vents on the base of the grill body and the lid. Open
141
+ the vents, and more air rushes through to the charcoal fuel, leading to a
142
+ higher temperature. "},{"id":"504563ee60de7d97ec000365","name":"Fuel Description","notes":"","created_at":null,"updated_at":null,"body":"The
143
+ <r:product:model /> uses charcoal, which fits into the space below the grate."},{"id":"504563ee60de7d97ec000366","name":"Lighter
144
+ Description","notes":"","created_at":null,"updated_at":null,"body":"There
145
+ is no lighter on this grill, so you have to ignite the charcoal yourself."},{"id":"504563ee60de7d97ec000367","name":"Cooking
146
+ Area Description","notes":"","created_at":null,"updated_at":null,"body":"The
147
+ cooking area is rather small: just 177 square inches. In our tests, we were
148
+ only able to fit two of our test patties onto this space, so that might be
149
+ a big problem for large families or party use. If you want to cook a lot of
150
+ food at once, you should look at a gas grill with a larger cooking area, or
151
+ one of the larger Big Green Egg models that offers more space to cook."},{"id":"504563ee60de7d97ec000368","name":"Warming
152
+ Area Description","notes":"","created_at":null,"updated_at":null,"body":"There
153
+ is no warming area on this grill."},{"id":"504563ee60de7d97ec000369","name":"Other
154
+ Areas Description","notes":"","created_at":null,"updated_at":null,"body":"No
155
+ side areas or other places to put food before or after cooking are included.
156
+ Big Green Egg does offer a number of shelves that clip onto the side of the
157
+ grill, as well as a range of wooden tables designed to hold the Big Green
158
+ Egg medium grill. These do cost extra, though. "},{"id":"504563ee60de7d97ec00036a","name":"Cleanup
159
+ Description","notes":"","created_at":null,"updated_at":null,"body":"Cleaning
160
+ up the grill is easy; the cooking grate lifts out for easy cleaning, although
161
+ the cast iron is not suitable for dishwashing. You have to scoop out the ash
162
+ from the charcoal, as there is no way to remove it from underneath. "},{"id":"504563ee60de7d97ec00036b","name":"Other
163
+ Features Description","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00036c","name":"Construction
164
+ Description","notes":null,"created_at":null,"updated_at":null,"body":""}],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}},{"id":"504563ee60de7d97ec00036d","name":"COMP
165
+ 1","slug":"big-green-egg-medium-charcoal-grill-review/comp-1","summary":"COMP
166
+ 1","created_at":"2012-09-04T02:14:06Z","updated_at":"2012-09-04T02:14:06Z","sections":[{"id":"504563ee60de7d97ec00036e","name":"Comp
167
+ 1 Description","notes":"","created_at":null,"updated_at":null,"body":"Both
168
+ of these grills use charcoal fuel, but the Weber offers the relative luxury
169
+ of a gas-assisted starter, and has a much larger cooking area. The Big Green
170
+ Egg is more consistent, though, and has a simple, straightforward design that
171
+ will appeal to charcoal purists. "},{"id":"504563ee60de7d97ec00036f","name":"unnamed
172
+ section","notes":null,"created_at":null,"updated_at":null,"body":""}],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}},{"id":"504563ee60de7d97ec000370","name":"COMP
173
+ 2","slug":"big-green-egg-medium-charcoal-grill-review/comp-2","summary":"COMP
174
+ 2","created_at":"2012-09-04T02:14:06Z","updated_at":"2012-09-04T02:14:06Z","sections":[{"id":"504563ee60de7d97ec000371","name":"Comp
175
+ 2 Description","notes":"","created_at":null,"updated_at":null,"body":"Both
176
+ of these grills offer the same simple, straightforward design to grilling,
177
+ using charcoal fuel and not offering any bells or whistles. The Big Green
178
+ Egg feels better constructed, though, and more likely to stand up to heavy
179
+ use and weather. It is also better finished, with some nice touches like a
180
+ wooden handle that stays cooler and a better seal around the lid that keeps
181
+ the heat in. "},{"id":"504563ee60de7d97ec000372","name":"unnamed section","notes":null,"created_at":null,"updated_at":null,"body":""}],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}},{"id":"504563ee60de7d97ec000373","name":"COMP
182
+ 3","slug":"big-green-egg-medium-charcoal-grill-review/comp-3","summary":"COMP
183
+ 3","created_at":"2012-09-04T02:14:06Z","updated_at":"2012-09-04T02:14:06Z","sections":[{"id":"504563ee60de7d97ec000374","name":"Comp
184
+ 3 Description","notes":"","created_at":null,"updated_at":null,"body":"The
185
+ eternal battle of the grill purists is here: charcoal vs gas. The charcoal
186
+ fuel of the Big Green Egg produces a more natural heat, but takes longer to
187
+ get running when you include the time to load and prep the grill with fuel).
188
+ The Kenmore also has more features, with a side burner and a more controllable
189
+ heat level. But in the end, the choice comes down to which you prefer to cook
190
+ with: charcoal or gas. "},{"id":"504563ee60de7d97ec000375","name":"unnamed
191
+ section","notes":null,"created_at":null,"updated_at":null,"body":""}],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}},{"id":"504563ee60de7d97ec000376","name":"Conclusion","slug":"big-green-egg-medium-charcoal-grill-review/conclusion","summary":"A
192
+ very simple to use grill with great overall performance. ","created_at":"2012-09-04T02:14:06Z","updated_at":"2012-09-04T02:14:06Z","sections":[{"id":"504563ee60de7d97ec000377","name":"Conclusion
193
+ Summary","notes":"","created_at":null,"updated_at":null,"body":"A very simple
194
+ to use grill with great overall performance. "},{"id":"504563ee60de7d97ec000378","name":"Conclusion
195
+ Performance","notes":"","created_at":null,"updated_at":null,"body":"We found
196
+ good performance from the Big Green Egg, with short cooking times and uniform
197
+ temperatures. We did find that the temperatures did vary somewhat with the
198
+ vents open and the grill running at maximum, but this didn''t seem to be a
199
+ problem when we cooked our test dishes. Our only major issue here was the
200
+ fact that the cooking area is very small; we were only able to get two test
201
+ patties onto it at a time. "},{"id":"504563ee60de7d97ec000379","name":"Conclusion
202
+ Usability","notes":"","created_at":null,"updated_at":null,"body":"At the risk
203
+ of throwing out a cliche, the <r:product:brand:name /> is so simple, even
204
+ a caveman could use it. Using the grill just involves loading it with charcoal,
205
+ firing it up and throwing the food onto the grill. As long as the caveman
206
+ hasn''t grown accustomed to things like lighters, side burners and lights,
207
+ though: this grill eschews these for a more straightforward design. "}],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}},{"id":"504563ee60de7d97ec00037a","name":"Specs
208
+ & Ratings","slug":"big-green-egg-medium-charcoal-grill-review/specs-and-ratings","summary":"Specs
209
+ & Ratings","created_at":"2012-09-04T02:14:06Z","updated_at":"2012-09-04T02:14:06Z","sections":[],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}},{"id":"504563ee60de7d97ec00037b","name":"unclassified_sections","slug":"big-green-egg-medium-charcoal-grill-review/unclassified_sections","summary":"meta-data
210
+ and such","created_at":"2012-09-04T02:14:06Z","updated_at":"2012-09-04T02:14:06Z","sections":[{"id":"504563ee60de7d97ec00037c","name":"Display
211
+ Title","notes":null,"created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00037d","name":"Browser
212
+ Title","notes":null,"created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00037e","name":"Description","notes":null,"created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00037f","name":"Keywords","notes":null,"created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000380","name":"Comp
213
+ 1 ID","notes":"","created_at":null,"updated_at":null,"body":"13194"},{"id":"504563ee60de7d97ec000381","name":"Comp
214
+ 2 ID","notes":"","created_at":null,"updated_at":null,"body":"13352"},{"id":"504563ee60de7d97ec000382","name":"Comp
215
+ 3 ID","notes":"","created_at":null,"updated_at":null,"body":"13270"},{"id":"504563ee60de7d97ec000383","name":"Design","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000384","name":"Performance","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000385","name":"Features
216
+ & Usability","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000386","name":"COMP
217
+ 1","notes":"","created_at":null,"updated_at":null,"body":"Weber Performer
218
+ Comparison"},{"id":"504563ee60de7d97ec000387","name":"COMP 2","notes":"","created_at":null,"updated_at":null,"body":"Primo
219
+ Kamado Comparison"},{"id":"504563ee60de7d97ec000388","name":"COMP 3","notes":"","created_at":null,"updated_at":null,"body":"Kenmore
220
+ S3218AR Comparison"},{"id":"504563ee60de7d97ec000389","name":"Conclusion","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00038a","name":"Specs
221
+ & Ratings","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00038b","name":"Warming
222
+ Tray Performance","notes":"","created_at":null,"updated_at":null,"body":"There
223
+ is no warming tray on this grill. "},{"id":"504563ee60de7d97ec00038c","name":"Assembly
224
+ Description","notes":"","created_at":null,"updated_at":null,"body":"We found
225
+ the assembly of the <r:product:name /> to be pretty simple, taking us just
226
+ 68 minutes to unpack, set up and get the grill going. The weight of the casing
227
+ does make this a two-person job, though, as one person can''t lift the casing
228
+ and put it into the stand (or the nest, as Big Green Egg describes it). "},{"id":"504563ee60de7d97ec00038d","name":"Snippets","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00038e","name":"Summary","notes":"","created_at":null,"updated_at":null,"body":"Super-simple
229
+ charcoal grill has good performance. "},{"id":"504563ee60de7d97ec00038f","name":"News
230
+ Box Excerpt","notes":"","created_at":null,"updated_at":null,"body":"Super-simple
231
+ charcoal grill has good performance. "},{"id":"504563ee60de7d97ec000390","name":"Home
232
+ News Excerpt","notes":"","created_at":null,"updated_at":null,"body":"Super-simple
233
+ charcoal grill has good performance. "},{"id":"504563ee60de7d97ec000391","name":"Home
234
+ Feature One-Liner","notes":"","created_at":null,"updated_at":null,"body":"Super-simple
235
+ charcoal grill"},{"id":"504563ee60de7d97ec000392","name":"Event Page Feature
236
+ Image","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000393","name":"Event
237
+ Page Feature Title","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000394","name":"IR
238
+ Photo","notes":"","created_at":null,"updated_at":null,"body":"The image below
239
+ was taken with an infrared camera to show the heat levels of the top of the
240
+ grill. The numbers at the bottom indicate the temperature scale. "},{"id":"504563ee60de7d97ec000395","name":"Low
241
+ Fire Cooking Comparison","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000396","name":"High
242
+ Fire Cooking Comparison","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000397","name":"One-Line
243
+ Summary","notes":"Appears in the hero at the top of the home page and at the
244
+ top of the first page of the review.","created_at":null,"updated_at":null,"body":"<font
245
+ color=\"white\">Super-simple charcoal grill has good performance.</font>"},{"id":"504563ee60de7d97ec000398","name":"Pro
246
+ One","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec000399","name":"Pro
247
+ Two","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00039a","name":"Pro
248
+ Three","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00039b","name":"Con
249
+ One","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00039c","name":"Con
250
+ Two","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00039d","name":"Con
251
+ Three","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"504563ee60de7d97ec00039e","name":"Alternate
252
+ Hero Title","notes":"this defaults to the name of the article. Set this to
253
+ ''NOTEXT'' if you don''t want any text to overlay the hero image","created_at":null,"updated_at":null,"body":"Big
254
+ Green Egg"}],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}}],"products":[{"id":"503eb5038fd4f58eaf310c21","name":"Medium
255
+ Green / Charcoal","slug":"medium-green-charcoal","_type":"Home::Grills::Charcoal","types":[],"product_rating":4.79,"ranking":{"total":60,"rank":3},"msrp":null,"manufacturer_specs":{"brand_name":"(Big
256
+ Green Egg)","manufacturer_name":"Big Green Egg","manual_url":"","manual_text":"","manufacturer_text":null,"manufacturer_url":"","series_name":"","publishable_on":"2011-10-12T18:55:00Z","Fuel":["Charcoal"],"Install
257
+ Type":"Freestanding","Total cooking area":177.0,"Finish or Color":"Green","Ignition
258
+ type":"Manual","Side Burner":"No","Rotisserie":"No","Original Price":649.0},"article_ids":["504563ee60de7d97ec000341"],"created_at":"2011-10-12T18:55:14Z","updated_at":"2012-09-05T17:53:39Z","attachments":[],"brand":null,"raw_scores":{"Heatup
259
+ Time Rating":{"value":15.0,"weight":10.0},"Low Temp Performance Rating":{"value":8.84,"weight":12.5},"Low
260
+ Temp Uniformity Rating":{"value":8.9,"weight":2.5},"Low Temp Consistency Rating":{"value":8.5,"weight":2.5},"High
261
+ Temp Performance Rating":{"value":12.19,"weight":12.5},"High Temp Uniformity
262
+ Rating":{"value":4.97,"weight":2.5},"High Temp Consistency Rating":{"value":1.63,"weight":2.5},"Warming
263
+ Performance Rating":{"value":0.0,"weight":5.0},"Construction Rating":{"value":7.95,"weight":2.5},"Controls
264
+ Rating":{"value":1.0,"weight":10.0},"Fuel Rating":{"value":4.0,"weight":5.0},"Lighter
265
+ Rating":{"value":0.0,"weight":5.0},"Cooking Area Rating":{"value":8.99,"weight":10.0},"Warming
266
+ Area Rating":{"value":0.0,"weight":2.5},"Cleanup Rating":{"value":7.0,"weight":5.0},"Case
267
+ Heat Rating":{"value":13.31,"weight":5.0},"Other Features Rating":{"value":0.0,"weight":5.0},"Other
268
+ Areas Rating":{"value":0.0,"weight":2.5}},"scaled_scores":{"Heatup Time Rating":4.17,"Low
269
+ Temp Performance Rating":8.12,"Low Temp Uniformity Rating":7.16,"Low Temp
270
+ Consistency Rating":4.17,"High Temp Performance Rating":10.0,"High Temp Uniformity
271
+ Rating":0.0,"High Temp Consistency Rating":0.0,"Warming Performance Rating":0.0,"Construction
272
+ Rating":0.0,"Controls Rating":1.0,"Fuel Rating":1.43,"Lighter Rating":0.0,"Cooking
273
+ Area Rating":0.0,"Warming Area Rating":0.0,"Cleanup Rating":2.5,"Case Heat
274
+ Rating":10.0,"Other Features Rating":0.0,"Other Areas Rating":0.0},"rateable":"rateable","rateable?":true,"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}}],"authors":[{"id":"5045673e60de7d97ec0005fc","name":"Richard
275
+ Baguley","title":"Editor","short_bio":"This is the default bio for a author.
276
+ It can be edited in the defaults.rb configatron file.\n","long_bio":"This
277
+ is the default bio for a author. It can be edited in the defaults.rb configatron
278
+ file.\n","slug":"richard-baguley","created_at":"2012-09-04T02:28:14Z","updated_at":"2012-09-04T02:28:15Z","social":{"email":"rbaguley@reviewed.com"},"avatars":{"small":"http://www.gravatar.com/avatar/37a74d06633f3ea7b793ce0217bc4153?s=48&d=mm","medium":"http://www.gravatar.com/avatar/37a74d06633f3ea7b793ce0217bc4153?s=128&d=mm","normal":"http://www.gravatar.com/avatar/37a74d06633f3ea7b793ce0217bc4153?d=mm"},"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}}],"attachments":[{"id":"504563ee60de7d97ec00039e","name":"BGE-medium-web1.jpg","type":"image","content_type":"image/jpeg","file_size":81744,"tags":["Vanity"],"url":"https://s3.amazonaws.com/staging.reviewed.attachments/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/BGE-medium-web1.jpg","permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}},{"id":"504563ee60de7d97ec00039f","name":"BGE-medium-web2.jpg","type":"image","content_type":"image/jpeg","file_size":81744,"tags":["Hero"],"url":"https://s3.amazonaws.com/staging.reviewed.attachments/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/BGE-medium-web2.jpg","permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}}],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}}'
279
+ http_version:
280
+ recorded_at: Fri, 07 Sep 2012 15:17:40 GMT
281
+ recorded_with: VCR 2.2.4
@@ -0,0 +1,189 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://the-guide-staging.herokuapp.com/api/v1/articles/minden-master-ii-grill-review
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: 200
21
+ message: OK
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:02 GMT
40
+ Etag:
41
+ - ! '"24c9c195206a2fa03e49c1ad232e1609"'
42
+ Server:
43
+ - thin 1.4.1 codename Chromeo
44
+ Strict-Transport-Security:
45
+ - max-age=31536000
46
+ X-Rack-Cache:
47
+ - miss
48
+ X-Rate-Limit:
49
+ - '100000'
50
+ X-Request-Id:
51
+ - 263b82b537648c77d86c46f55450e82b
52
+ X-Runtime:
53
+ - '0.545991'
54
+ X-Ua-Compatible:
55
+ - IE=Edge,chrome=1
56
+ Transfer-Encoding:
57
+ - chunked
58
+ Connection:
59
+ - keep-alive
60
+ body:
61
+ encoding: US-ASCII
62
+ string: ! '{"id":"5036c5f260de7d206500b0fd","name":"Minden Master II Grill Review","slug":"minden-master-ii-grill-review","summary":null,"website_ids":["5033da7960de7d6457000012"],"tags":["Review"],"created_at":"2012-05-15T21:15:16Z","updated_at":"2012-05-18T19:34:54Z","pages":[{"id":"5036c5f260de7d206500b0ff","name":"Design","slug":"minden-master-ii-grill-review/design","summary":"The
63
+ <r:product:name /> is decent-sized grill with pretty normal design, with the
64
+ exception of its green coating.","created_at":"2012-08-24T00:08:18Z","updated_at":"2012-08-24T00:08:19Z","sections":[{"id":"5036c5f260de7d206500b100","name":"Design
65
+ Summary","notes":"","created_at":null,"updated_at":null,"body":"The <r:product:name
66
+ /> is decent-sized grill with pretty normal design, with the exception of
67
+ its green coating."},{"id":"5036c5f260de7d206500b101","name":"Controls 2","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f260de7d206500b102","name":"Controls
68
+ 3","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f260de7d206500b103","name":"Main
69
+ Grilling Area 2","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f260de7d206500b104","name":"Warming
70
+ Area 2","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f260de7d206500b105","name":"Side
71
+ Area","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f260de7d206500b106","name":"Side
72
+ Area 2","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f260de7d206500b107","name":"Side
73
+ Area 3","notes":null,"created_at":null,"updated_at":null,"body":null},{"id":"5036c5f260de7d206500b108","name":"Thermometer
74
+ 2","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f260de7d206500b109","name":"Product
75
+ Tour","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f260de7d206500b10a","name":"Controls","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f260de7d206500b10b","name":"Main
76
+ Grilling Area","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f260de7d206500b10c","name":"Warming
77
+ Area","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f260de7d206500b10d","name":"Side
78
+ Areas","notes":null,"created_at":null,"updated_at":null,"body":null},{"id":"5036c5f260de7d206500b10e","name":"Thermometer","notes":"","created_at":null,"updated_at":null,"body":""}],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}},{"id":"5036c5f360de7d206500b10f","name":"Performance","slug":"minden-master-ii-grill-review/performance","summary":"You''ll
79
+ get superb heat-up time and good high and low temperature performance from
80
+ the <r:product:name />.","created_at":"2012-08-24T00:08:19Z","updated_at":"2012-08-24T00:08:19Z","sections":[{"id":"5036c5f360de7d206500b110","name":"Performance
81
+ Summary","notes":"","created_at":null,"updated_at":null,"body":"You''ll get
82
+ superb heat-up time and good high and low temperature performance from the
83
+ <r:product:name />."},{"id":"5036c5f360de7d206500b111","name":"Heatup Time
84
+ Description","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b112","name":"Low
85
+ Temperature Cooking Performance","notes":"","created_at":null,"updated_at":null,"body":"At
86
+ just less than 10 minutes to cook our test patties, the <r:product:name />
87
+ performed capably on the grill''s low-fire setting. It also achieved solid
88
+ consistency across the three burners as there wasn''t too much deviation in
89
+ temperature."},{"id":"5036c5f360de7d206500b113","name":"Low Temperature Uniformity","notes":"","created_at":null,"updated_at":null,"body":"With
90
+ the exception of one thermocouple on the left, there wasn''t too much deviation
91
+ across the grill surface. Most areas on the surface were from 615-650 degrees."},{"id":"5036c5f360de7d206500b114","name":"Low
92
+ Temperature Consistency","notes":"","created_at":null,"updated_at":null,"body":"Consistency
93
+ on the \t<r:product:name /> wasn''t great, as the middle of the grill reached
94
+ a high of 708 and a low of 539 degrees. This will affect users because they
95
+ may have steaks that are done on one part and others that need more time."},{"id":"5036c5f360de7d206500b115","name":"High
96
+ Temperature Cooking Performance","notes":"","created_at":null,"updated_at":null,"body":"You''ll
97
+ need less than 8 minutes, which is well below average and a great time, to
98
+ cook up hamburger patties while cooking on high temperature."},{"id":"5036c5f360de7d206500b116","name":"High
99
+ Temperature Uniformity","notes":"","created_at":null,"updated_at":null,"body":"The
100
+ <r:product:name /> cooks with relative uniformity. We didn''t see too much
101
+ of a variation in temperatures on the cooking area."},{"id":"5036c5f360de7d206500b117","name":"High
102
+ Temperature Consistency","notes":"","created_at":null,"updated_at":null,"body":"One
103
+ thing you won''t need to worry about with the <r:product:name /> is burner
104
+ consistency. Almost all thermocouples were within 20 degrees of each other."},{"id":"5036c5f360de7d206500b118","name":"Warming
105
+ Tray","notes":null,"created_at":null,"updated_at":null,"body":null},{"id":"5036c5f360de7d206500b119","name":"Lid
106
+ & Handle Temperature","notes":"","created_at":null,"updated_at":null,"body":"The
107
+ allowable temperature for the outside of a grill is 131 degrees. Unfortunately
108
+ for the <r:product:name />, all of the thermocouples we placed on the outside
109
+ were higher than that. Furthermore, one of them reached a whopping 147 degrees.
110
+ You may want to use gloves when using this grill."},{"id":"5036c5f360de7d206500b11a","name":"Output
111
+ & Fuel Life Description","notes":"","created_at":null,"updated_at":null,"body":""}],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}},{"id":"5036c5f360de7d206500b11b","name":"Features
112
+ & Usability","slug":"minden-master-ii-grill-review/features-and-usability","summary":"The
113
+ <r:product:name /> is pretty intuitive, but cleaning isn''t easy.","created_at":"2012-08-24T00:08:19Z","updated_at":"2012-08-24T00:08:19Z","sections":[{"id":"5036c5f360de7d206500b11c","name":"Features
114
+ & Usability Summary","notes":"","created_at":null,"updated_at":null,"body":"The
115
+ <r:product:name /> is pretty intuitive, but cleaning isn''t easy."},{"id":"5036c5f360de7d206500b11d","name":"Controls
116
+ 2","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b11e","name":"Controls
117
+ 3","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b11f","name":"Controls
118
+ Description","notes":"","created_at":null,"updated_at":null,"body":"There
119
+ are three black plastic burner buttons on the front of the <r:product:name
120
+ /> and a red automatic ignition button on the right. Don''t worry about turning
121
+ these on by accident, because you need to press down on the burner buttons
122
+ to turn the gas on."},{"id":"5036c5f360de7d206500b120","name":"Fuel Description","notes":"","created_at":null,"updated_at":null,"body":"The
123
+ <r:product:name /> uses liquid propane for fuel. The easy-to-use regulator
124
+ is included and under the grilling area is storage space where the 20-pound
125
+ propane canister fits. You''ll need to go through the back of the grill to
126
+ remove the tank."},{"id":"5036c5f360de7d206500b121","name":"Lighter Description","notes":"","created_at":null,"updated_at":null,"body":"The
127
+ red ignition button on the right will click loudly when you press it."},{"id":"5036c5f360de7d206500b122","name":"Cooking
128
+ Area Description","notes":"","created_at":null,"updated_at":null,"body":"The
129
+ \t<r:product:name />''s primary cooking surface is 365 square inches, which
130
+ isn''t the biggest size we''ve seen but it won''t prevent you from cooking
131
+ a bunch of burgers at once either. There is a single grate and it''s a bit
132
+ heavy and not easy to remove for cleaning."},{"id":"5036c5f360de7d206500b123","name":"Warming
133
+ Area Description","notes":"","created_at":null,"updated_at":null,"body":"The
134
+ warming tray is located at the back of the grilling area and can''t be removed
135
+ for cleaning."},{"id":"5036c5f360de7d206500b124","name":"Other Areas Description","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b125","name":"Cleanup
136
+ Description","notes":"","created_at":null,"updated_at":null,"body":"There''s
137
+ just the single grate on top of the burners that''s heavy and hard to remove.
138
+ Once you do get it off the grill, though, it''s easy to just wipe down the
139
+ grease trays that cover the burners. The grease funnels into a tray that you
140
+ can pull out of the back by grabbing the wooden handle that protrudes from
141
+ the back of the grill."},{"id":"5036c5f360de7d206500b126","name":"Other Features
142
+ Description","notes":"","created_at":null,"updated_at":null,"body":"You''ll
143
+ have access to a food tray/chopping block on the right and by lifting up the
144
+ tray on the left, you''ll see the tool storage compartment. Both sides also
145
+ have hooks for tool storage. On the top of the grill is a thermometer that
146
+ reaches 600 degrees. If you''re looking to move the grill, keep in mind that
147
+ though it has solid wheels, it''s somewhat heavy to wheel around.\n"},{"id":"5036c5f360de7d206500b127","name":"Construction
148
+ Description","notes":null,"created_at":null,"updated_at":null,"body":null}],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}},{"id":"5036c5f360de7d206500b12e","name":"unclassified_sections","slug":"minden-master-ii-grill-review/unclassified_sections","summary":"meta-data
149
+ and such","created_at":"2012-08-24T00:08:19Z","updated_at":"2012-08-24T00:08:19Z","sections":[{"id":"5036c5f360de7d206500b12f","name":"Display
150
+ Title","notes":null,"created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b130","name":"Browser
151
+ Title","notes":null,"created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b131","name":"Description","notes":null,"created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b132","name":"Keywords","notes":null,"created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b133","name":"Comp
152
+ 1 ID","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b134","name":"Comp
153
+ 2 ID","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b135","name":"Comp
154
+ 3 ID","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b136","name":"Design","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b137","name":"Performance","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b138","name":"Features
155
+ & Usability","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b139","name":"COMP
156
+ 1","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b13a","name":"COMP
157
+ 2","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b13b","name":"COMP
158
+ 3","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b13c","name":"Conclusion","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b13d","name":"Specs
159
+ & Ratings","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b13e","name":"Warming
160
+ Tray Performance","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b13f","name":"Assembly
161
+ Description","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b140","name":"Snippets","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b141","name":"Summary","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b142","name":"News
162
+ Box Excerpt","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b143","name":"Home
163
+ News Excerpt","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b144","name":"Home
164
+ Feature One-Liner","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b145","name":"Event
165
+ Page Feature Image","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b146","name":"Event
166
+ Page Feature Title","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b147","name":"IR
167
+ Photo","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b148","name":"Low
168
+ Fire Cooking Comparison","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b149","name":"High
169
+ Fire Cooking Comparison","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b14a","name":"One-Line
170
+ Summary","notes":"Appears in the hero at the top of the home page and at the
171
+ top of the first page of the review.","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b14b","name":"Pro
172
+ One","notes":"","created_at":null,"updated_at":null,"body":"Lighting-quick
173
+ heatup"},{"id":"5036c5f360de7d206500b14c","name":"Pro Two","notes":"","created_at":null,"updated_at":null,"body":"Tool
174
+ hooks and storage space"},{"id":"5036c5f360de7d206500b14d","name":"Pro Three","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b14e","name":"Con
175
+ One","notes":"","created_at":null,"updated_at":null,"body":"No side burners"},{"id":"5036c5f360de7d206500b14f","name":"Con
176
+ Two","notes":"","created_at":null,"updated_at":null,"body":"Inconsistent heating
177
+ on low temp"},{"id":"5036c5f360de7d206500b150","name":"Con Three","notes":"","created_at":null,"updated_at":null,"body":""},{"id":"5036c5f360de7d206500b151","name":"Alternate
178
+ Hero Title","notes":"this defaults to the name of the article. Set this to
179
+ ''NOTEXT'' if you don''t want any text to overlay the hero image","created_at":null,"updated_at":null,"body":""}],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}}],"products":[{"id":"5036bfabdfa7ab83f5dbccb7","name":"Master
180
+ II","_type":"Home::Grills::Gas","product_rating":null,"manufacturer_specs":{"brand_name":"(Minden)","manufacturer_name":"Minden","manual_url":"","manual_text":"","manufacturer_text":null,"manufacturer_url":"","series_name":"","publishable_on":"2012-05-18T19:34:00Z","Fuel":["LP
181
+ Gas"],"Install Type":"Freestanding","Finish or Color":"Green","Side Burner":"No","Rotisserie":"No","Original
182
+ Price":479.0},"article_ids":["5036c5f260de7d206500b0fd"],"created_at":"2012-05-15T21:12:15Z","updated_at":"2012-08-24T04:20:18Z","attachments":[],"brand":null,"raw_scores":{},"scaled_scores":{},"rateable":"unrateable","rateable?":true,"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}}],"authors":[{"id":"5036f36360de7d67160000a0","name":"Patrick
183
+ Ouellette","title":"Editor","short_bio":" This is the default bio for a author.
184
+ It can be edited\n in the defaults.rb configatron file.\n","long_bio":" This
185
+ is the default bio for a author. It can be edited\n in the defaults.rb configatron
186
+ file.\n","created_at":"2012-08-24T03:22:11Z","updated_at":"2012-08-24T03:22:11Z","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":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}}],"attachments":[],"permissions":{"manage":true,"read":true,"create":true,"update":true,"destroy":true}}'
187
+ http_version:
188
+ recorded_at: Wed, 29 Aug 2012 03:23:01 GMT
189
+ recorded_with: VCR 2.2.4