reviewed 0.5.0 → 0.6.0

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 (55) hide show
  1. data/lib/faraday/cache.rb +47 -0
  2. data/lib/reviewed/client.rb +4 -6
  3. data/lib/reviewed/request.rb +39 -2
  4. data/lib/reviewed/version.rb +1 -1
  5. data/lib/reviewed.rb +1 -0
  6. data/reviewed.gemspec +1 -0
  7. data/spec/article_spec.rb +3 -5
  8. data/spec/client_spec.rb +4 -0
  9. data/spec/collection_spec.rb +2 -1
  10. data/spec/faraday/cache_spec.rb +59 -0
  11. data/spec/fixtures/vcr/Reviewed_Article/associations/attachments/assigns_attachments_to_the_correct_class.yml +296 -304
  12. data/spec/fixtures/vcr/Reviewed_Article/associations/attachments/does_not_has_many_attachments.yml +231 -204
  13. data/spec/fixtures/vcr/Reviewed_Article/associations/attachments/does_not_have_any_matching_attachments.yml +296 -246
  14. data/spec/fixtures/vcr/Reviewed_Article/associations/attachments/finds_attachments_by_tag.yml +346 -276
  15. data/spec/fixtures/vcr/Reviewed_Article/associations/attachments/gets_gallery_attachments.yml +320 -306
  16. data/spec/fixtures/vcr/Reviewed_Article/associations/deals/has_many_deals.yml +281 -234
  17. data/spec/fixtures/vcr/Reviewed_Article/associations/pages/has_many_pages.yml +231 -204
  18. data/spec/fixtures/vcr/Reviewed_Article/associations/products/has_many_products.yml +231 -204
  19. data/spec/fixtures/vcr/Reviewed_Article/associations/products/returns_products_of_the_correct_class.yml +231 -204
  20. data/spec/fixtures/vcr/Reviewed_Article/associations/related_articles/has_many_related_articles.yml +231 -204
  21. data/spec/fixtures/vcr/Reviewed_Article/fetches_when_a_tag_is_not_in_pre-loaded_set.yml +443 -25
  22. data/spec/fixtures/vcr/Reviewed_Article/find_page/finds_a_page_with_a_matching_slug.yml +360 -313
  23. data/spec/fixtures/vcr/Reviewed_Article/primary_product/returns_a_product_of_the_correct_class.yml +511 -437
  24. data/spec/fixtures/vcr/Reviewed_Article/primary_product/returns_nil_if_does_not_respond_to_products.yml +461 -407
  25. data/spec/fixtures/vcr/Reviewed_Article/primary_product/returns_the_primary_product.yml +461 -407
  26. data/spec/fixtures/vcr/Reviewed_Article/returns_local_attachments_when_available.yml +443 -87
  27. data/spec/fixtures/vcr/Reviewed_Collection/collection_data/fetches_the_first_page_by_default.yml +201 -71
  28. data/spec/fixtures/vcr/Reviewed_Collection/collection_data/is_enumerable.yml +201 -71
  29. data/spec/fixtures/vcr/Reviewed_Collection/next_page/fetches_the_next_page_of_results.yml +312 -77
  30. data/spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/indicates_if_the_page_number_is_out_of_bounds.yml +201 -71
  31. data/spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/indicates_whether_this_is_the_first_or_last_page.yml +151 -41
  32. data/spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_limit_value_max_per_page_.yml +151 -41
  33. data/spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_number_of_entries_on_the_current_page.yml +201 -71
  34. data/spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_offset.yml +201 -71
  35. data/spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_total_item_count.yml +151 -41
  36. data/spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_total_number_of_pages.yml +201 -71
  37. data/spec/fixtures/vcr/Reviewed_Collection/previous_page/fetches_the_previous_page_of_results.yml +561 -176
  38. data/spec/fixtures/vcr/Reviewed_Collection/previous_page/returns_nil_if_there_is_no_previous_page.yml +151 -41
  39. data/spec/fixtures/vcr/Reviewed_Product/associations/attachments/does_not_have_any_matching_attachments.yml +168 -95
  40. data/spec/fixtures/vcr/Reviewed_Product/associations/attachments/matches_attachments_by_tag_properly.yml +103 -113
  41. data/spec/fixtures/vcr/Reviewed_Product/associations/attachments/no_longer_has_many_attachments.yml +103 -53
  42. data/spec/fixtures/vcr/Reviewed_Product/associations/attachments/returns_attachments_by_tag.yml +103 -113
  43. data/spec/fixtures/vcr/Reviewed_Product/associations/attachments/returns_attachments_of_the_correct_class.yml +118 -65
  44. data/spec/fixtures/vcr/Reviewed_Product/manufacturer_specs/has_many_manufacturer_specs.yml +102 -52
  45. data/spec/fixtures/vcr/Reviewed_Product/manufacturer_specs/returns_attachments_of_the_correct_class.yml +102 -52
  46. data/spec/product_spec.rb +2 -1
  47. data/spec/request_spec.rb +21 -0
  48. data/spec/spec_helper.rb +1 -0
  49. metadata +74 -39
  50. checksums.yaml +0 -7
  51. data/spec/fixtures/vcr/Reviewed_Article/does_not_request_for_an_attachment_if_it_can_be_found_in_attributes.yml +0 -387
  52. data/spec/fixtures/vcr/Reviewed_Article/fetches_all_attachments_when_no_tag_is_asked_for.yml +0 -195
  53. data/spec/fixtures/vcr/Reviewed_Article/fetches_attachments_when_non-existent.yml +0 -137
  54. data/spec/fixtures/vcr/Reviewed_Article/fetches_when_an_tag_is_not_in_pre-loaded_set.yml +0 -75
  55. data/spec/fixtures/vcr/Reviewed_Article/sets_DEFAULT_ATTACHMENTS.yml +0 -75
@@ -8,249 +8,296 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Faraday v0.8.7
11
+ - Faraday v0.8.6
12
12
  X-Reviewed-Authorization:
13
- - 38e397252ec670ec441733a95204f141
13
+ - 5bbeff36f992bbb2f6dcaf37f3e630d8
14
14
  Accept-Encoding:
15
15
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
16
  Accept:
17
- - '*/*'
17
+ - ! '*/*'
18
18
  response:
19
19
  status:
20
20
  code: 200
21
- message: OK
21
+ message: !binary |-
22
+ T0s=
22
23
  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
- x-skip-cache, 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
- - Thu, 27 Jun 2013 15:41:49 GMT
40
- Etag:
41
- - '"e0aa021e21dddbd6d8cecec71e9cf564"'
42
- Status:
43
- - 200 OK
44
- Strict-Transport-Security:
45
- - max-age=31536000
46
- Vary:
47
- - Accept-Encoding
48
- X-Request-Id:
49
- - 40165c7deb3ffc3e65072e1b96398118
50
- X-Runtime:
51
- - '0.025699'
52
- X-Ua-Compatible:
53
- - IE=Edge,chrome=1
54
- Transfer-Encoding:
55
- - chunked
56
- Connection:
57
- - keep-alive
24
+ !binary "QWNjZXNzLUNvbnRyb2wtQWxsb3ctQ3JlZGVudGlhbHM=":
25
+ - !binary |-
26
+ dHJ1ZQ==
27
+ !binary "QWNjZXNzLUNvbnRyb2wtQWxsb3ctSGVhZGVycw==":
28
+ - !binary |-
29
+ eC1wYWdpbmF0aW9uLCB4LXJlcXVlc3RlZC13aXRoLCB4LXJlcXVlc3RlZC1i
30
+ eSwgeC1yZXZpZXdlZC1hdXRob3JpemF0aW9uLCB4LXNraXAtY2FjaGUsIENv
31
+ bnRlbnQtVHlwZQ==
32
+ !binary "QWNjZXNzLUNvbnRyb2wtQWxsb3ctTWV0aG9kcw==":
33
+ - !binary |-
34
+ T1BUSU9OUywgR0VULCBQT1NULCBQVVQsIERFTEVURQ==
35
+ !binary "QWNjZXNzLUNvbnRyb2wtQWxsb3ctT3JpZ2lu":
36
+ - !binary |-
37
+ Kg==
38
+ !binary "QWNjZXNzLUNvbnRyb2wtTWF4LUFnZQ==":
39
+ - !binary |-
40
+ MTAwMA==
41
+ !binary "Q2FjaGUtQ29udHJvbA==":
42
+ - !binary |-
43
+ bm8tY2FjaGUsIG5vLXN0b3Jl
44
+ !binary "Q29udGVudC1FbmNvZGluZw==":
45
+ - !binary |-
46
+ Z3ppcA==
47
+ !binary "Q29udGVudC1UeXBl":
48
+ - !binary |-
49
+ YXBwbGljYXRpb24vanNvbjsgY2hhcnNldD11dGYtOA==
50
+ !binary "RGF0ZQ==":
51
+ - !binary |-
52
+ V2VkLCAyNCBKdWwgMjAxMyAyMTowMjozMSBHTVQ=
53
+ !binary "U3RhdHVz":
54
+ - !binary |-
55
+ MjAwIE9L
56
+ !binary "U3RyaWN0LVRyYW5zcG9ydC1TZWN1cml0eQ==":
57
+ - !binary |-
58
+ bWF4LWFnZT0zMTUzNjAwMA==
59
+ !binary "VmFyeQ==":
60
+ - !binary |-
61
+ QWNjZXB0LUVuY29kaW5n
62
+ !binary "WC1SYWNrLUNhY2hl":
63
+ - !binary |-
64
+ bWlzcw==
65
+ !binary "WC1SZXF1ZXN0LUlk":
66
+ - !binary |-
67
+ YTg2ZjU4Y2Y1ZjUzNjc5ZDNhMTUyYzkwOGIzMjhiY2M=
68
+ !binary "WC1SdW50aW1l":
69
+ - !binary |-
70
+ MC4xMTc5OTk=
71
+ !binary "WC1VYS1Db21wYXRpYmxl":
72
+ - !binary |-
73
+ SUU9RWRnZSxjaHJvbWU9MQ==
74
+ !binary "VHJhbnNmZXItRW5jb2Rpbmc=":
75
+ - !binary |-
76
+ Y2h1bmtlZA==
77
+ !binary "Q29ubmVjdGlvbg==":
78
+ - !binary |-
79
+ a2VlcC1hbGl2ZQ==
58
80
  body:
59
- encoding: UTF-8
60
- string: '{"id":"50fb2e6fbd0286d5550135a2","created_at":"2011-11-29T20:18:15Z","updated_at":"2013-03-07T22:08:45Z","name":"Big
61
- Green Egg Medium Charcoal Grill Review","branch_name":"master","summary":"Super-simple
62
- charcoal grill has good performance. ","meta_description":null,"website_ids":["50e669d7bd028648e0000023"],"author_ids":["50fc4e94bd0286d5550b4bf8"],"tags":[],"classifications":["review"],"publish_on":"2011-11-29T20:17:00+00:00","attachment_ids":["50fb2e71bd0286d5550135b3","50fb2e71bd0286d5550135cb","50fb2e71bd0286d5550135cc","50fb2e72bd0286d5550135d0","50fb2e72bd0286d5550135d1","50fb2e72bd0286d5550135d5","50fb2e72bd0286d5550135d6","50fb2e74bd0286d5550135e4"],"primary_product_id":"50fa2cfc96ab5860160c6ac2","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review.htm","disqus_uri":"Big-Green-Egg-Medium-Charcoal-Grill-Review","product_ids":["50fa2cfc96ab5860160c6ac2","50fa2ce096ab5860160c6a4b","50fa2cfd96ab5860160c6ac7","50fa2ced96ab5860160c6a7f"],"related_article_ids":[],"price_grabber_id":null,"publishable":true,"publishable_on":"2011-10-12T19:31:00+00:00","slug":"big-green-egg-medium-charcoal-grill-review.htm","is_template":false,"is_branch":false,"deals":[],"related_articles":[],"pages":[{"id":"50fb2e70bd0286d5550135a8","name":"Introduction","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/introduction","slug":"introduction","sections":[{"id":"50fb2e70bd0286d5550135a9","name":"Introduction","body":"The
63
- {{product.name}} is a classic charcoal grill with a simple design: a ceramic
64
- vessel that holds a load of charcoal. While the design is simple, don''t think
65
- that it offers generic performance as well. The {{product.name}} will heat
66
- your food up quick and maintain consistent high-temperature cooking.","notes":null}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"50fb2e71bd0286d5550135ab","name":"Design","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/design","slug":"design","sections":[{"id":"50fb2e71bd0286d5550135ad","name":"Product
67
- Tour","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n\n\n{{product.attachments[''Front
68
- Photo'']}} \n \n \n{{product.attachments[''Side Photo'']}} \n \n \n{{product.attachments[''Lid
69
- Open Photo'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135ae","name":"Controls","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n\n\n{{product.attachments[''Controls
70
- 1 Photo'']}} \n \n \n\n\n{{product.attachments[''Controls 2 Photo'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135af","name":"Main
71
- Grilling Area","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n\n\n{{product.attachments[''Main
72
- Grilling Area Photo 1'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135b0","name":"Warming
73
- Area","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n\n\n{{product.attachments[''Warming
74
- Area Photo 1'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135b2","name":"Thermometer","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n\n\n{{product.attachments[''Thermometer
75
- Photo 1'']}}\n\n","notes":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"50fb2e71bd0286d5550135b4","name":"Performance","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/performance","slug":"performance","sections":[{"id":"50fb2e71bd0286d5550135b6","name":"Heatup
76
- Time","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThe
77
- {{product.model}} was a very quick grill to heat up; we found that it could
78
- reach our low temperature target of 325°F in just 35 seconds and our
79
- high temperature target of 625°F in just 36 seconds. We reached these
80
- two settings by adjusting the air vents on the lid and on the bottom of the
81
- grill body: the low fire setting by half opening the vent, and the high fire
82
- setting by completely opening it.\n\n\n\n{{article.attachments[''table-b297567d41f58254691baba562ae65d34cb1c3f0.csv'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135b7","name":"Low
83
- Fire Cooking Performance","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nRunning
84
- at our low temperature target of about 325°F, we found that the grill
85
- would take just over 11 minutes to cook our test patties, which is fairly
86
- fast for a grill of this type. \n\n\n\n\n\n{{comparison_bars title=\"Low
87
- Fire Performance\", attribute=\"Low Temp Performance Rating\", xLabel=\"Cooking
88
- Performance Score\"}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135b8","name":"Low
89
- Temperature Uniformity","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nWe
90
- also look at the consistency of the temperature across the cooking surface,
91
- and the {{product.model}} did well here, producing uniform temperatures across
92
- the cooking area. We did find that it was a little hotter at one edge, but
93
- again, that is not unusual for a charcoal grill.\n\n\n\n{{product.attachments[''Low
94
- Temp Uniformity Image'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135b9","name":"Low
95
- Temperature Consistency","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThe
96
- temperature also remained consistent over time, with only moderate variations
97
- in the temperature. This should mean good, even cooking of food\n\n\n\n{{product.attachments[''Low
98
- Temp Consistency Image'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135ba","name":"High
99
- Fire Cooking Performance","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nOpening
100
- the air vents on the base and lid of the grill increased the temperature,
101
- and we found equally good performance from this grill cooking food at these
102
- higher temperatures. Here, the grill was able to cook our test patties in
103
- just over 8 minutes. \n\n\n\n\n\n{{comparison_bars title=\"High Fire Cooking
104
- Performance\", attribute=\"High Temp Performance Rating\", xLabel=\"Cooking
105
- Performance Score\"}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135bb","name":"High
106
- Temperature Uniformity","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nWe
107
- did find that the temperature across the cooking area was a lot less consistent
108
- here, though; the extra flow of air from the open vents seems to create more
109
- hot zones, especially in the center of the cooking grate, which was nearly
110
- 200°F hotter than close to the edges.\n\n\n\n{{product.attachments[''High
111
- Temp Uniformity Image'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135bc","name":"High
112
- Temperature Consistency","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThe
113
- temperature also varied over time, with the temperature rising and falling
114
- on the cooking grate somewhat more often as the fire rose and fell than we
115
- like to see. \n\n\n\n{{product.attachments[''High Temp Consistency Image'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135be","name":"Case
116
- & Handle Temperature","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nAlthough
117
- the grill body got rather hot (rising to a toasty 300°F), the handle
118
- that you use to lift the lid remained cool; even after running the grill for
119
- a full hour, this wooden handle didn''t go much above 80°F, which means
120
- that it is safe and comfortable to use. \n\n\n\n{{product.manufacturer_specs['''']}}Handle
121
- Photo 1\" /> \n \nThe image below was taken with an infrared camera to
122
- show the heat levels of the lid. The numbers at the bottom indicate the temperature
123
- scale. \n{{product.attachments[''IR Photo'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135bf","name":"Output
124
- & Fuel Life","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nWe
125
- don’t measure the BTU/Hr output of charcoal grills, but we did find
126
- that this grill can produce a lot of heat with a large load of charcoal onboard.
127
- It also retains heat well: the body of the grill remains very warm for several
128
- hours after the charcoal has run out.\n\n\n\n","notes":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"50fb2e71bd0286d5550135c0","name":"Features
129
- & Usability","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/features-and-usability","slug":"features-and-usability","sections":[{"id":"50fb2e71bd0286d5550135c2","name":"Controls","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThe
130
- controls on this grill are basic, to put it mildly: you control the temperature
131
- by opening and closing vents on the base of the grill body and the lid. Open
132
- the vents, and more air rushes through to the charcoal fuel, leading to a
133
- higher temperature. \n\n\n\n{{product.attachments[''Controls 1 Photo'']}} \n \n \n\n\n{{product.attachments[''Controls
134
- 2 Photo'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135c3","name":"Fuel","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThe
135
- {{product.model}} uses charcoal, which fits into the space below the grate.\n\n\n\n{{product.attachments[''Fuel
136
- Photo 1'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135c4","name":"Lighter/Ignition","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThere
137
- is no lighter on this grill, so you have to ignite the charcoal yourself.\n\n\n\n","notes":""},{"id":"50fb2e71bd0286d5550135c5","name":"Cooking
138
- Area","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThe
139
- cooking area is rather small: just 177 square inches. In our tests, we were
140
- only able to fit two of our test patties onto this space, so that might be
141
- a big problem for large families or party use. If you want to cook a lot of
142
- food at once, you should look at a gas grill with a larger cooking area, or
143
- one of the larger Big Green Egg models that offers more space to cook.\n\n\n\n{{product.attachments[''Main
144
- Grilling Area Photo 1'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135c6","name":"Warming
145
- Area","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThere
146
- is no warming area on this grill.\n\n\n\n{{product.attachments[''Warming Area
147
- Photo 1'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135c7","name":"Other
148
- Areas","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nNo
149
- side areas or other places to put food before or after cooking are included.
150
- Big Green Egg does offer a number of shelves that clip onto the side of the
151
- grill, as well as a range of wooden tables designed to hold the Big Green
152
- Egg medium grill. These do cost extra, though. \n\n\n\n{{product.attachments[''Side
153
- Area Photo 1'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135c8","name":"Cleanup","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nCleaning
154
- up the grill is easy; the cooking grate lifts out for easy cleaning, although
155
- the cast iron is not suitable for dishwashing. You have to scoop out the ash
156
- from the charcoal, as there is no way to remove it from underneath. \n\n\n\n{{product.attachments[''Grease
157
- Trap Photo 1'']}} \n \n \n{{product.attachments[''Cleanup Photo 1'']}}{{product.attachments[''Cleanup
158
- Photo 2'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135c9","name":"Other
159
- Features","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n\n\n{{product.attachments[''Other
160
- Features Photo 1'']}}\n\n","notes":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"50fb2e71bd0286d5550135cd","name":"Weber Performer
161
- Charcoal Grill Comparison","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/weber-performer-charcoal-grill-comparison","slug":"weber-performer-charcoal-grill-comparison","sections":[{"id":"50fb2e71bd0286d5550135cf","name":"Comparison
162
- Overview","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n{{article.attachments[''table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv'']}}\n\nBoth
163
- of these grills use charcoal fuel, but the Weber offers the relative luxury
164
- of a gas-assisted starter, and has a much larger cooking area. The Big Green
165
- Egg is more consistent, though, and has a simple, straightforward design that
166
- will appeal to charcoal purists. \n\n{{article.attachments[''table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv'']}}\n\n","notes":null}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"50fb2e72bd0286d5550135d2","name":"Primo
167
- Kamado Comparison","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/primo-kamado-comparison","slug":"primo-kamado-comparison","sections":[{"id":"50fb2e72bd0286d5550135d4","name":"Comparison
168
- Overview","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n{{article.attachments[''table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv'']}}\n\nBoth
169
- of these grills offer the same simple, straightforward design to grilling,
170
- using charcoal fuel and not offering any bells or whistles. The Big Green
171
- Egg feels better constructed, though, and more likely to stand up to heavy
172
- use and weather. It is also better finished, with some nice touches like a
173
- wooden handle that stays cooler and a better seal around the lid that keeps
174
- the heat in. \n\n{{article.attachments[''table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv'']}}\n\n","notes":null}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"50fb2e72bd0286d5550135d7","name":"Kenmore
175
- S3218AR Comparison","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/kenmore-s3218ar-comparison","slug":"kenmore-s3218ar-comparison","sections":[{"id":"50fb2e72bd0286d5550135d9","name":"Comparison
176
- Overview","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n{{article.attachments[''table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv'']}}\n\nThe
177
- eternal battle of the grill purists is here: charcoal vs gas. The charcoal
178
- fuel of the Big Green Egg produces a more natural heat, but takes longer to
179
- get running when you include the time to load and prep the grill with fuel).
180
- The Kenmore also has more features, with a side burner and a more controllable
181
- heat level. But in the end, the choice comes down to which you prefer to cook
182
- with: charcoal or gas. \n\n{{article.attachments[''table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv'']}}\n\n","notes":null}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"50fb2e72bd0286d5550135da","name":"Conclusion","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/conclusion","slug":"conclusion","sections":[{"id":"50fb2e72bd0286d5550135dc","name":"Performance","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nWe
183
- found good performance from the Big Green Egg, with short cooking times and
184
- uniform temperatures. We did find that the temperatures did vary somewhat
185
- with the vents open and the grill running at maximum, but this didn''t seem
186
- to be a problem when we cooked our test dishes. Our only major issue here
187
- was the fact that the cooking area is very small; we were only able to get
188
- two test patties onto it at a time. \n\n\n\n","notes":""},{"id":"50fb2e72bd0286d5550135dd","name":"Usability","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nAt
189
- the risk of throwing out a cliche, the {{product.brand.name}} is so simple,
190
- even a caveman could use it. Using the grill just involves loading it with
191
- charcoal, firing it up and throwing the food onto the grill. As long as the
192
- caveman hasn''t grown accustomed to things like lighters, side burners and
193
- lights, though: this grill eschews these for a more straightforward design.
194
- \n\n\n\n","notes":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}}],"products":[{"id":"50fa2ce096ab5860160c6a4b","created_at":"2011-09-28T15:42:10Z","updated_at":"2013-03-14T14:36:39Z","name":"Weber Performer
195
- Charcoal Grill","slug":"weber-performer-charcoal-grill","_type":"Home::Grills::Charcoal","types":["Natural
196
- Gas"],"msrp":null,"article_ids":["50fb2e4cbd0286d55501338d","50fb2e5ebd0286d55501349a","50fb2e67bd0286d55501351e","50fb2e6bbd0286d555013560","50fb2e6fbd0286d5550135a2"],"website_ids":["50e669d7bd028648e0000023"],"publish_on":"2011-09-28T15:49:00+00:00","upc":null,"price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003b5","brand_id":"50f9ed78bd0286638e0001f2","model":"Charcoal
197
- Grill","resource_uri":"/products/weber-performer-charcoal-grill","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":0.1,"ranking":{"total":3,"rank":3,"percentile":0},"rubric":{"id":"50f9ed93bd0286638e0003b5","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"2011
198
- Charcoal Grill Rubric","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics/50f9ed93bd0286638e0003b5","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003b5"}}},"is_primary_product":false,"websites":[{"id":"50e669d7bd028648e0000023","created_at":"2013-01-04T05:34:15Z","updated_at":"2013-01-19T06:42:05Z","name":"Grills","url":"grillsinfo.com","code":"GRI","category":null,"featured_video_id":null,"ad_campaign_group":{"id":"51377ab09f5e85f5a3000484","created_at":"2013-03-06T17:19:44Z","updated_at":"2013-03-06T17:19:44Z","website_id":"50e669d7bd028648e0000023","ad_campaigns":[],"permissions":{"read":false,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/ad_campaign_groups","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups"},"resource":{"rel":"/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484"}}},"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/websites","href":"https://the-guide-staging.herokuapp.com/api/v1/websites"},"resource":{"rel":"/api/v1/websites/50e669d7bd028648e0000023","href":"https://the-guide-staging.herokuapp.com/api/v1/websites/50e669d7bd028648e0000023"}}}],"manufacturer_specs":[{"id":"50fa36a0bd0286ee4a03a686","name":"brand_name","value":"Performer","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa36a0bd0286ee4a03a687","name":"manufacturer_name","value":"Weber","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa36a0bd0286ee4a03a688","name":"manual_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa36a0bd0286ee4a03a689","name":"manual_text","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa36a0bd0286ee4a03a68a","name":"manufacturer_text","value":null,"value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa36a0bd0286ee4a03a68b","name":"manufacturer_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa36a0bd0286ee4a03a68c","name":"series_name","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa36a0bd0286ee4a03a68d","name":"Fuel","value":["Natural
199
- Gas"],"value_units":"","value_type":"MultiListItem","order":0,"options":["LP
200
- Gas","Natural Gas","Charcoal","Electricity","Natural Gas (adaptor sold separately)","Propane
201
- (adaptor sold separately)"]},{"id":"50fa36a0bd0286ee4a03a68e","name":"Install
202
- Type","value":"Freestanding","value_units":"","value_type":"String","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa36a0bd0286ee4a03a68f","name":"Burners","value":1,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa36a0bd0286ee4a03a690","name":"Total
203
- cooking area","value":363,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa36a0bd0286ee4a03a691","name":"Height","value":40.0,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa36a0bd0286ee4a03a692","name":"Width","value":50.25,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa36a0bd0286ee4a03a693","name":"Depth","value":28.5,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa36a0bd0286ee4a03a694","name":"Finish
204
- or Color","value":"Black","value_units":"","value_type":"String","order":0,"options":["Electricity"]},{"id":"50fa36a0bd0286ee4a03a695","name":"Control
205
- Dials","value":0,"value_units":"","value_type":"Integer","order":0,"options":["Electricity"]},{"id":"50fa36a0bd0286ee4a03a696","name":"Ignition
206
- type","value":"Manual","value_units":"","value_type":"String","order":0,"options":["Push-button
207
- Electronic","Auto Electronic","Manual","Other"]},{"id":"50fa36a0bd0286ee4a03a697","name":"Side
208
- Burner","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]},{"id":"50fa36a0bd0286ee4a03a698","name":"Rotisserie","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]}],"attachments":[{"id":"50fce120bd0286f12a01075c","created_at":"2013-01-21T06:33:04Z","updated_at":"2013-01-21T06:33:04Z","name":"Weber-Performer-Vanity.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s50x50_Weber-Performer-Vanity.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s150x150_Weber-Performer-Vanity.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s250x250_Weber-Performer-Vanity.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s300x150_Weber-Performer-Vanity.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s300x112_Weber-Performer-Vanity.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s500x500_Weber-Performer-Vanity.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s600x400_Weber-Performer-Vanity.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s600x600_Weber-Performer-Vanity.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s940x400_Weber-Performer-Vanity.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s940x350_Weber-Performer-Vanity.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s940x110_Weber-Performer-Vanity.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/Weber-Performer-Vanity.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/Weber-Performer-Vanity.jpg","file_size":33646,"content_type":"image/jpeg"},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fce120bd0286f12a01075c","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce120bd0286f12a01075c"}}}],"brand":{"id":"50f9ed78bd0286638e0001f2","created_at":"2011-09-21T14:57:52Z","updated_at":"2013-01-19T00:49:04Z","name":"Weber","slug":"weber","url":null,"resource_uri":"/products?brand=weber","website_ids":["50e669d7bd028648e0000023"],"websites":[{"code":"GRI","name":"Grills","url":"grillsinfo.com"}],"logo_url":"http://reviewed-staging.s3.amazonaws.com/brand/01545cd3e6b182be8c6cdabccbdcb877bba2cf9a/logo.png","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/brands","href":"https://the-guide-staging.herokuapp.com/api/v1/brands"},"resource":{"rel":"/api/v1/brands/50f9ed78bd0286638e0001f2","href":"https://the-guide-staging.herokuapp.com/api/v1/brands/50f9ed78bd0286638e0001f2"}}},"awards":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d3cf82dc798de00001d","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d3cf82dc798de00001d"}}},{"id":"50fa2ced96ab5860160c6a7f","created_at":"2011-10-05T17:14:10Z","updated_at":"2013-03-14T14:36:44Z","name":"Kenmore
209
- S3218AR","slug":"kenmore-s3218ar","_type":"Home::Grills::Gas","types":["Propane"],"msrp":null,"article_ids":["50fb2e47bd0286d55501334a","50fb2e4cbd0286d55501338d","50fb2e50bd0286d5550133d0","50fb2e63bd0286d5550134dd","50fb2e6fbd0286d5550135a2"],"website_ids":["50e669d7bd028648e0000023"],"publish_on":"2011-10-05T17:10:00+00:00","upc":null,"price_grabber_id":"883339143","rubric_id":"50f9ed93bd0286638e0003b4","brand_id":"50f9ed77bd0286638e0001c9","model":"S3218AR","resource_uri":"/products/kenmore-s3218ar","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":3.27,"ranking":{"total":7,"rank":6,"percentile":15},"rubric":{"id":"50f9ed93bd0286638e0003b4","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"2011
210
- Gas Grill Rubric","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics/50f9ed93bd0286638e0003b4","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003b4"}}},"is_primary_product":false,"websites":[{"id":"50e669d7bd028648e0000023","created_at":"2013-01-04T05:34:15Z","updated_at":"2013-01-19T06:42:05Z","name":"Grills","url":"grillsinfo.com","code":"GRI","category":null,"featured_video_id":null,"ad_campaign_group":{"id":"51377ab09f5e85f5a3000484","created_at":"2013-03-06T17:19:44Z","updated_at":"2013-03-06T17:19:44Z","website_id":"50e669d7bd028648e0000023","ad_campaigns":[],"permissions":{"read":false,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/ad_campaign_groups","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups"},"resource":{"rel":"/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484"}}},"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/websites","href":"https://the-guide-staging.herokuapp.com/api/v1/websites"},"resource":{"rel":"/api/v1/websites/50e669d7bd028648e0000023","href":"https://the-guide-staging.herokuapp.com/api/v1/websites/50e669d7bd028648e0000023"}}}],"manufacturer_specs":[{"id":"50fa369bbd0286ee4a039bed","name":"brand_name","value":"(Kenmore)","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa369bbd0286ee4a039bee","name":"manufacturer_name","value":"Kenmore","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa369bbd0286ee4a039bef","name":"manual_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa369bbd0286ee4a039bf0","name":"manual_text","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa369bbd0286ee4a039bf1","name":"manufacturer_text","value":null,"value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa369bbd0286ee4a039bf2","name":"manufacturer_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa369bbd0286ee4a039bf3","name":"series_name","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa369bbd0286ee4a039bf4","name":"Fuel","value":["LP
211
- Gas"],"value_units":"","value_type":"MultiListItem","order":0,"options":["LP
212
- Gas","Natural Gas","Charcoal","Electricity","Natural Gas (adaptor sold separately)","Propane
213
- (adaptor sold separately)"]},{"id":"50fa369bbd0286ee4a039bf5","name":"Install
214
- Type","value":"Freestanding","value_units":"","value_type":"String","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bf6","name":"Burners","value":5,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bf7","name":"BTU
215
- Output (total)","value":85000,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bf8","name":"Total
216
- cooking area","value":784,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bf9","name":"Primary
217
- cooking area","value":400,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bfa","name":"Warming
218
- rack area","value":290,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bfb","name":"Height","value":60.8,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bfc","name":"Width","value":48.6,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bfd","name":"Depth","value":24.6,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bfe","name":"Finish
219
- or Color","value":"Red / Stainless","value_units":"","value_type":"String","order":0,"options":["Electricity"]},{"id":"50fa369bbd0286ee4a039bff","name":"Control
220
- Dials","value":7,"value_units":"","value_type":"Integer","order":0,"options":["Electricity"]},{"id":"50fa369bbd0286ee4a039c00","name":"Ignition
221
- type","value":"Auto Electronic","value_units":"","value_type":"String","order":0,"options":["Push-button
222
- Electronic","Auto Electronic","Manual","Other"]},{"id":"50fa369bbd0286ee4a039c01","name":"Side
223
- Burner","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]},{"id":"50fa369bbd0286ee4a039c02","name":"Rotisserie","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]}],"attachments":[{"id":"50fce11fbd02860b13010754","created_at":"2013-01-21T06:33:03Z","updated_at":"2013-01-21T06:33:03Z","name":"Kenmore-Vanity.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s50x50_Kenmore-Vanity.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s150x150_Kenmore-Vanity.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s250x250_Kenmore-Vanity.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s300x150_Kenmore-Vanity.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s300x112_Kenmore-Vanity.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s500x500_Kenmore-Vanity.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s600x400_Kenmore-Vanity.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s600x600_Kenmore-Vanity.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s940x400_Kenmore-Vanity.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s940x350_Kenmore-Vanity.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s940x110_Kenmore-Vanity.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/Kenmore-Vanity.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/Kenmore-Vanity.jpg","file_size":32529,"content_type":"image/jpeg"},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fce11fbd02860b13010754","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce11fbd02860b13010754"}}}],"brand":{"id":"50f9ed77bd0286638e0001c9","created_at":"2011-04-13T15:03:17Z","updated_at":"2013-01-19T00:49:05Z","name":"Kenmore","slug":"kenmore","url":null,"resource_uri":"/products?brand=kenmore","website_ids":["50e669d7bd028648e000002b","50e669d7bd028648e0000021","50e669d7bd028648e0000023","50e669d7bd028648e0000019","50e669d7bd028648e000001b","50e669d7bd028648e000001d"],"websites":[{"code":"RFI","name":"Refrigerators","url":"refrigeratorinfo.com"},{"code":"WDI","name":"Laundry","url":"washerdryerinfo.com"},{"code":"VCI","name":"Vacuums","url":"vacuumcleanerinfo.com"},{"code":"DWI","name":"Dishwashers","url":"dishwashersinfo.com"},{"code":"GRI","name":"Grills","url":"grillsinfo.com"},{"code":"OVI","name":"Ovens","url":"oveninfo.com"}],"logo_url":"http://reviewed-staging.s3.amazonaws.com/brand/ee5037a5bec182596e7e41a91fa7f9667a9aa658/logo.png","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/brands","href":"https://the-guide-staging.herokuapp.com/api/v1/brands"},"resource":{"rel":"/api/v1/brands/50f9ed77bd0286638e0001c9","href":"https://the-guide-staging.herokuapp.com/api/v1/brands/50f9ed77bd0286638e0001c9"}}},"awards":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d3cf82dc798de00001e","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d3cf82dc798de00001e"}}},{"id":"50fa2cfc96ab5860160c6ac2","created_at":"2011-10-12T18:55:14Z","updated_at":"2013-03-14T14:36:39Z","name":"Big
224
- Green Egg Medium","slug":"big-green-egg-medium","_type":"Home::Grills::Charcoal","types":["Charcoal"],"msrp":649.0,"article_ids":["50fb2e67bd0286d55501351e","50fb2e6bbd0286d555013560","50fb2e6fbd0286d5550135a2"],"website_ids":["50e669d7bd028648e0000023"],"publish_on":"2011-10-12T18:55:00+00:00","upc":null,"price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003b5","brand_id":"50f9ed79bd0286638e000215","model":"Medium","resource_uri":"/products/big-green-egg-medium","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":5.74,"ranking":{"total":3,"rank":2,"percentile":34},"rubric":{"id":"50f9ed93bd0286638e0003b5","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"2011
225
- Charcoal Grill Rubric","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics/50f9ed93bd0286638e0003b5","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003b5"}}},"is_primary_product":true,"websites":[{"id":"50e669d7bd028648e0000023","created_at":"2013-01-04T05:34:15Z","updated_at":"2013-01-19T06:42:05Z","name":"Grills","url":"grillsinfo.com","code":"GRI","category":null,"featured_video_id":null,"ad_campaign_group":{"id":"51377ab09f5e85f5a3000484","created_at":"2013-03-06T17:19:44Z","updated_at":"2013-03-06T17:19:44Z","website_id":"50e669d7bd028648e0000023","ad_campaigns":[],"permissions":{"read":false,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/ad_campaign_groups","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups"},"resource":{"rel":"/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484"}}},"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/websites","href":"https://the-guide-staging.herokuapp.com/api/v1/websites"},"resource":{"rel":"/api/v1/websites/50e669d7bd028648e0000023","href":"https://the-guide-staging.herokuapp.com/api/v1/websites/50e669d7bd028648e0000023"}}}],"manufacturer_specs":[{"id":"50fa3698bd0286ee4a0394dd","name":"brand_name","value":"(Big
226
- Green Egg)","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a0394de","name":"manufacturer_name","value":"Big
227
- Green Egg","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a0394df","name":"manual_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a0394e0","name":"manual_text","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a0394e1","name":"manufacturer_text","value":null,"value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a0394e2","name":"manufacturer_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a0394e3","name":"series_name","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a0394e4","name":"Fuel","value":["Charcoal"],"value_units":"","value_type":"MultiListItem","order":0,"options":["LP
228
- Gas","Natural Gas","Charcoal","Electricity","Natural Gas (adaptor sold separately)","Propane
229
- (adaptor sold separately)"]},{"id":"50fa3698bd0286ee4a0394e5","name":"Install
230
- Type","value":"Freestanding","value_units":"","value_type":"String","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa3698bd0286ee4a0394e6","name":"Total
231
- cooking area","value":177,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa3698bd0286ee4a0394e7","name":"Finish
232
- or Color","value":"Green","value_units":"","value_type":"String","order":0,"options":["Electricity"]},{"id":"50fa3698bd0286ee4a0394e8","name":"Ignition
233
- type","value":"Manual","value_units":"","value_type":"String","order":0,"options":["Push-button
234
- Electronic","Auto Electronic","Manual","Other"]},{"id":"50fa3698bd0286ee4a0394e9","name":"Side
235
- Burner","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]},{"id":"50fa3698bd0286ee4a0394ea","name":"Rotisserie","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]},{"id":"50fa3698bd0286ee4a0394eb","name":"Original
236
- Price","value":649.0,"value_units":"","value_type":"Decimal","order":0,"options":[]}],"attachments":[{"id":"50fce12cbd0286de7b010793","created_at":"2013-01-21T06:33:16Z","updated_at":"2013-01-21T06:33:16Z","name":"MEgg.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s50x50_MEgg.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s150x150_MEgg.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s250x250_MEgg.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s300x150_MEgg.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s300x112_MEgg.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s500x500_MEgg.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s600x400_MEgg.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s600x600_MEgg.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s940x400_MEgg.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s940x350_MEgg.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s940x110_MEgg.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/MEgg.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/MEgg.jpg","file_size":24813,"content_type":"image/jpeg"},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fce12cbd0286de7b010793","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce12cbd0286de7b010793"}}}],"brand":{"id":"50f9ed79bd0286638e000215","created_at":"2011-10-12T17:05:13Z","updated_at":"2013-01-19T00:49:04Z","name":"Big
237
- Green Egg","slug":"big-green-egg","url":null,"resource_uri":"/products?brand=big-green-egg","website_ids":["50e669d7bd028648e0000023"],"websites":[{"code":"GRI","name":"Grills","url":"grillsinfo.com"}],"logo_url":"http://reviewed-staging.s3.amazonaws.com/brand/c32bb02dc90868b3732566a0274ca535cc59c464/logo.png","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/brands","href":"https://the-guide-staging.herokuapp.com/api/v1/brands"},"resource":{"rel":"/api/v1/brands/50f9ed79bd0286638e000215","href":"https://the-guide-staging.herokuapp.com/api/v1/brands/50f9ed79bd0286638e000215"}}},"awards":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d3cf82dc798de00001f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d3cf82dc798de00001f"}}},{"id":"50fa2cfd96ab5860160c6ac7","created_at":"2011-10-12T19:32:52Z","updated_at":"2013-03-14T14:36:38Z","name":"Primo
238
- Kamado","slug":"primo-kamado","_type":"Home::Grills::Charcoal","types":["Charcoal"],"msrp":829.99,"article_ids":["50fb2e4cbd0286d55501338d","50fb2e5ebd0286d55501349a","50fb2e6fbd0286d5550135a2"],"website_ids":["50e669d7bd028648e0000023"],"publish_on":"2011-10-12T19:31:00+00:00","upc":null,"price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003b5","brand_id":"50f9ed79bd0286638e000214","model":"Kamado","resource_uri":"/products/primo-kamado","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":10.0,"ranking":{"total":3,"rank":1,"percentile":67},"rubric":{"id":"50f9ed93bd0286638e0003b5","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"2011
239
- Charcoal Grill Rubric","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics/50f9ed93bd0286638e0003b5","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003b5"}}},"is_primary_product":false,"websites":[{"id":"50e669d7bd028648e0000023","created_at":"2013-01-04T05:34:15Z","updated_at":"2013-01-19T06:42:05Z","name":"Grills","url":"grillsinfo.com","code":"GRI","category":null,"featured_video_id":null,"ad_campaign_group":{"id":"51377ab09f5e85f5a3000484","created_at":"2013-03-06T17:19:44Z","updated_at":"2013-03-06T17:19:44Z","website_id":"50e669d7bd028648e0000023","ad_campaigns":[],"permissions":{"read":false,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/ad_campaign_groups","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups"},"resource":{"rel":"/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484"}}},"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/websites","href":"https://the-guide-staging.herokuapp.com/api/v1/websites"},"resource":{"rel":"/api/v1/websites/50e669d7bd028648e0000023","href":"https://the-guide-staging.herokuapp.com/api/v1/websites/50e669d7bd028648e0000023"}}}],"manufacturer_specs":[{"id":"50fa3698bd0286ee4a03952e","name":"brand_name","value":"(Primo)","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a03952f","name":"manufacturer_name","value":"Primo","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a039530","name":"manual_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a039531","name":"manual_text","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a039532","name":"manufacturer_text","value":null,"value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a039533","name":"manufacturer_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a039534","name":"series_name","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a039535","name":"Fuel","value":["Charcoal"],"value_units":"","value_type":"MultiListItem","order":0,"options":["LP
240
- Gas","Natural Gas","Charcoal","Electricity","Natural Gas (adaptor sold separately)","Propane
241
- (adaptor sold separately)"]},{"id":"50fa3698bd0286ee4a039536","name":"Install
242
- Type","value":"Freestanding","value_units":"","value_type":"String","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa3698bd0286ee4a039537","name":"Total
243
- cooking area","value":280,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa3698bd0286ee4a039538","name":"Height","value":429.75,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa3698bd0286ee4a039539","name":"Width","value":21.5,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa3698bd0286ee4a03953a","name":"Depth","value":21.5,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa3698bd0286ee4a03953b","name":"Finish
244
- or Color","value":"Black Ceramic","value_units":"","value_type":"String","order":0,"options":["Electricity"]},{"id":"50fa3698bd0286ee4a03953c","name":"Ignition
245
- type","value":"Manual","value_units":"","value_type":"String","order":0,"options":["Push-button
246
- Electronic","Auto Electronic","Manual","Other"]},{"id":"50fa3698bd0286ee4a03953d","name":"Side
247
- Burner","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]},{"id":"50fa3698bd0286ee4a03953e","name":"Rotisserie","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]},{"id":"50fa3698bd0286ee4a03953f","name":"Original
248
- Price","value":829.99,"value_units":"","value_type":"Decimal","order":0,"options":[]}],"attachments":[{"id":"50fce12bbd02862d7701078b","created_at":"2013-01-21T06:33:15Z","updated_at":"2013-01-21T06:33:15Z","name":"Primo-Vanity.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s50x50_Primo-Vanity.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s150x150_Primo-Vanity.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s250x250_Primo-Vanity.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s300x150_Primo-Vanity.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s300x112_Primo-Vanity.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s500x500_Primo-Vanity.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s600x400_Primo-Vanity.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s600x600_Primo-Vanity.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s940x400_Primo-Vanity.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s940x350_Primo-Vanity.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s940x110_Primo-Vanity.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/Primo-Vanity.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/Primo-Vanity.jpg","file_size":15587,"content_type":"image/jpeg"},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fce12bbd02862d7701078b","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce12bbd02862d7701078b"}}}],"brand":{"id":"50f9ed79bd0286638e000214","created_at":"2011-10-12T17:04:59Z","updated_at":"2013-01-19T00:49:04Z","name":"Primo","slug":"primo","url":null,"resource_uri":"/products?brand=primo","website_ids":["50e669d7bd028648e0000023"],"websites":[{"code":"GRI","name":"Grills","url":"grillsinfo.com"}],"logo_url":"http://reviewed-staging.s3.amazonaws.com/brand/23f6bdb326780525380b08dcbc9cc0a26385d30c/logo.png","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/brands","href":"https://the-guide-staging.herokuapp.com/api/v1/brands"},"resource":{"rel":"/api/v1/brands/50f9ed79bd0286638e000214","href":"https://the-guide-staging.herokuapp.com/api/v1/brands/50f9ed79bd0286638e000214"}}},"awards":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d3cf82dc798de000020","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d3cf82dc798de000020"}}}],"authors":[{"id":"50fc4e94bd0286d5550b4bf8","created_at":"2013-01-20T20:07:48Z","updated_at":"2013-02-13T15:13:52Z","name":"Richard
249
- Baguley","title":"Editor","short_bio":"Richard Baguley is a valued contributor
250
- to the Reviewed.com family of sites.","long_bio":"Richard Baguley is a valued
251
- contributor to the Reviewed.com family of sites.","slug":"richard-baguley","social":{"email":"","facebook":"","twitter":""},"resource_uri":"/authors/richard-baguley","avatars":{"small":"http://www.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?s=48&d=mm","medium":"http://www.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?s=128&d=mm","normal":"http://www.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?d=mm"},"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/authors","href":"https://the-guide-staging.herokuapp.com/api/v1/authors"},"resource":{"rel":"/api/v1/authors/50fc4e94bd0286d5550b4bf8","href":"https://the-guide-staging.herokuapp.com/api/v1/authors/50fc4e94bd0286d5550b4bf8"}}}],"attachments":[{"id":"50fb2e71bd0286d5550135b3","created_at":"2013-01-19T23:38:25Z","updated_at":"2013-01-19T23:38:25Z","name":"table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","type":"file","tags":[],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s50x50_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s150x150_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s250x250_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s300x150_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s300x112_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s500x500_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s600x400_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s600x600_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s940x400_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s940x350_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s940x110_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","original":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/table-b297567d41f58254691baba562ae65d34cb1c3f0.csv"},"caption":null,"alt_text":null,"data":{"content_type":"text/csv","url":"http://reviewed-production.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","file_size":152},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e71bd0286d5550135b3","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e71bd0286d5550135b3"}}},{"id":"50fb2e71bd0286d5550135cb","created_at":"2013-01-19T23:38:25Z","updated_at":"2013-01-19T23:38:25Z","name":"table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","type":"file","tags":[],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s50x50_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s150x150_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s250x250_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s300x150_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s300x112_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s500x500_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s600x400_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s600x600_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x400_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x350_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x110_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv"},"caption":null,"alt_text":null,"data":{"content_type":"text/csv","url":"http://reviewed-production.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","file_size":152},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e71bd0286d5550135cb","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e71bd0286d5550135cb"}}},{"id":"50fb2e71bd0286d5550135cc","created_at":"2013-01-19T23:38:25Z","updated_at":"2013-01-19T23:38:25Z","name":"table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","type":"file","tags":[],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s50x50_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s150x150_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s250x250_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s300x150_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s300x112_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s500x500_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s600x400_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s600x600_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x400_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x350_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x110_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv"},"caption":null,"alt_text":null,"data":{"content_type":"text/csv","url":"http://reviewed-production.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","file_size":2564},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e71bd0286d5550135cc","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e71bd0286d5550135cc"}}},{"id":"50fb2e72bd0286d5550135d0","created_at":"2013-01-19T23:38:26Z","updated_at":"2013-01-19T23:38:26Z","name":"table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","type":"file","tags":[],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s50x50_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s150x150_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s250x250_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s300x150_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s300x112_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s500x500_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s600x400_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s600x600_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x400_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x350_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x110_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv"},"caption":null,"alt_text":null,"data":{"content_type":"text/csv","url":"http://reviewed-production.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","file_size":152},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e72bd0286d5550135d0","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e72bd0286d5550135d0"}}},{"id":"50fb2e72bd0286d5550135d1","created_at":"2013-01-19T23:38:26Z","updated_at":"2013-01-19T23:38:26Z","name":"table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","type":"file","tags":[],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s50x50_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s150x150_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s250x250_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s300x150_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s300x112_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s500x500_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s600x400_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s600x600_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x400_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x350_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x110_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv"},"caption":null,"alt_text":null,"data":{"content_type":"text/csv","url":"http://reviewed-production.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","file_size":2564},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e72bd0286d5550135d1","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e72bd0286d5550135d1"}}},{"id":"50fb2e72bd0286d5550135d5","created_at":"2013-01-19T23:38:26Z","updated_at":"2013-01-19T23:38:26Z","name":"table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","type":"file","tags":[],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s50x50_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s150x150_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s250x250_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s300x150_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s300x112_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s500x500_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s600x400_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s600x600_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x400_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x350_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x110_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv"},"caption":null,"alt_text":null,"data":{"content_type":"text/csv","url":"http://reviewed-production.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","file_size":152},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e72bd0286d5550135d5","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e72bd0286d5550135d5"}}},{"id":"50fb2e72bd0286d5550135d6","created_at":"2013-01-19T23:38:26Z","updated_at":"2013-01-19T23:38:26Z","name":"table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","type":"file","tags":[],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s50x50_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s150x150_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s250x250_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s300x150_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s300x112_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s500x500_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s600x400_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s600x600_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x400_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x350_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x110_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv"},"caption":null,"alt_text":null,"data":{"content_type":"text/csv","url":"http://reviewed-production.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","file_size":2564},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e72bd0286d5550135d6","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e72bd0286d5550135d6"}}},{"id":"50fb2e74bd0286d5550135e4","created_at":"2013-01-19T23:38:28Z","updated_at":"2013-01-19T23:38:28Z","name":"BGE-medium-web2.jpg","type":"file","tags":["old-hero"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s50x50_BGE-medium-web2.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s150x150_BGE-medium-web2.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s250x250_BGE-medium-web2.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s300x150_BGE-medium-web2.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s300x112_BGE-medium-web2.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s500x500_BGE-medium-web2.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s600x400_BGE-medium-web2.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s600x600_BGE-medium-web2.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s940x400_BGE-medium-web2.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s940x350_BGE-medium-web2.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s940x110_BGE-medium-web2.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/BGE-medium-web2.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/BGE-medium-web2.jpg","file_size":81744,"content_type":"image/jpeg"},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e74bd0286d5550135e4","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e74bd0286d5550135e4"}}}],"websites":[{"id":"50e669d7bd028648e0000023","created_at":"2013-01-04T05:34:15Z","updated_at":"2013-01-19T06:42:05Z","name":"Grills","url":"grillsinfo.com","code":"GRI","category":null,"featured_video_id":null,"ad_campaign_group":{"id":"51377ab09f5e85f5a3000484","created_at":"2013-03-06T17:19:44Z","updated_at":"2013-03-06T17:19:44Z","website_id":"50e669d7bd028648e0000023","ad_campaigns":[],"permissions":{"read":false,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/ad_campaign_groups","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups"},"resource":{"rel":"/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484"}}},"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/websites","href":"https://the-guide-staging.herokuapp.com/api/v1/websites"},"resource":{"rel":"/api/v1/websites/50e669d7bd028648e0000023","href":"https://the-guide-staging.herokuapp.com/api/v1/websites/50e669d7bd028648e0000023"}}}],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/articles","href":"https://the-guide-staging.herokuapp.com/api/v1/articles"},"resource":{"rel":"/api/v1/articles/50fb2e6fbd0286d5550135a2","href":"https://the-guide-staging.herokuapp.com/api/v1/articles/50fb2e6fbd0286d5550135a2"}}}'
81
+ encoding: ASCII-8BIT
82
+ string: !binary |-
83
+ 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
298
+ AKpoUboqQAEA
252
299
  http_version:
253
- recorded_at: Thu, 27 Jun 2013 15:41:50 GMT
300
+ recorded_at: Wed, 24 Jul 2013 21:02:31 GMT
254
301
  - request:
255
302
  method: get
256
303
  uri: https://the-guide-staging.herokuapp.com/api/v1/articles/big-green-egg-medium-charcoal-grill-review
@@ -259,13 +306,13 @@ http_interactions:
259
306
  string: ''
260
307
  headers:
261
308
  User-Agent:
262
- - Faraday v0.8.7
309
+ - Faraday v0.8.6
263
310
  X-Reviewed-Authorization:
264
- - 38e397252ec670ec441733a95204f141
311
+ - 5bbeff36f992bbb2f6dcaf37f3e630d8
265
312
  Accept-Encoding:
266
313
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
267
314
  Accept:
268
- - '*/*'
315
+ - ! '*/*'
269
316
  response:
270
317
  status:
271
318
  code: 200
@@ -279,27 +326,29 @@ http_interactions:
279
326
  Access-Control-Allow-Methods:
280
327
  - OPTIONS, GET, POST, PUT, DELETE
281
328
  Access-Control-Allow-Origin:
282
- - '*'
329
+ - ! '*'
283
330
  Access-Control-Max-Age:
284
331
  - '1000'
285
332
  Cache-Control:
286
333
  - no-cache, no-store
334
+ Content-Encoding:
335
+ - gzip
287
336
  Content-Type:
288
337
  - application/json; charset=utf-8
289
338
  Date:
290
- - Thu, 27 Jun 2013 15:41:51 GMT
291
- Etag:
292
- - '"e0aa021e21dddbd6d8cecec71e9cf564"'
339
+ - Wed, 24 Jul 2013 21:02:33 GMT
293
340
  Status:
294
341
  - 200 OK
295
342
  Strict-Transport-Security:
296
343
  - max-age=31536000
297
344
  Vary:
298
345
  - Accept-Encoding
346
+ X-Rack-Cache:
347
+ - miss
299
348
  X-Request-Id:
300
- - fe7834f77b8429ce1f35839ba11927c6
349
+ - d7992ae3b087e161f58d89b6c0a0ca67
301
350
  X-Runtime:
302
- - '0.000803'
351
+ - '0.956926'
303
352
  X-Ua-Compatible:
304
353
  - IE=Edge,chrome=1
305
354
  Transfer-Encoding:
@@ -307,199 +356,224 @@ http_interactions:
307
356
  Connection:
308
357
  - keep-alive
309
358
  body:
310
- encoding: UTF-8
311
- string: '{"id":"50fb2e6fbd0286d5550135a2","created_at":"2011-11-29T20:18:15Z","updated_at":"2013-03-07T22:08:45Z","name":"Big
312
- Green Egg Medium Charcoal Grill Review","branch_name":"master","summary":"Super-simple
313
- charcoal grill has good performance. ","meta_description":null,"website_ids":["50e669d7bd028648e0000023"],"author_ids":["50fc4e94bd0286d5550b4bf8"],"tags":[],"classifications":["review"],"publish_on":"2011-11-29T20:17:00+00:00","attachment_ids":["50fb2e71bd0286d5550135b3","50fb2e71bd0286d5550135cb","50fb2e71bd0286d5550135cc","50fb2e72bd0286d5550135d0","50fb2e72bd0286d5550135d1","50fb2e72bd0286d5550135d5","50fb2e72bd0286d5550135d6","50fb2e74bd0286d5550135e4"],"primary_product_id":"50fa2cfc96ab5860160c6ac2","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review.htm","disqus_uri":"Big-Green-Egg-Medium-Charcoal-Grill-Review","product_ids":["50fa2cfc96ab5860160c6ac2","50fa2ce096ab5860160c6a4b","50fa2cfd96ab5860160c6ac7","50fa2ced96ab5860160c6a7f"],"related_article_ids":[],"price_grabber_id":null,"publishable":true,"publishable_on":"2011-10-12T19:31:00+00:00","slug":"big-green-egg-medium-charcoal-grill-review.htm","is_template":false,"is_branch":false,"deals":[],"related_articles":[],"pages":[{"id":"50fb2e70bd0286d5550135a8","name":"Introduction","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/introduction","slug":"introduction","sections":[{"id":"50fb2e70bd0286d5550135a9","name":"Introduction","body":"The
314
- {{product.name}} is a classic charcoal grill with a simple design: a ceramic
315
- vessel that holds a load of charcoal. While the design is simple, don''t think
316
- that it offers generic performance as well. The {{product.name}} will heat
317
- your food up quick and maintain consistent high-temperature cooking.","notes":null}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"50fb2e71bd0286d5550135ab","name":"Design","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/design","slug":"design","sections":[{"id":"50fb2e71bd0286d5550135ad","name":"Product
318
- Tour","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n\n\n{{product.attachments[''Front
319
- Photo'']}} \n \n \n{{product.attachments[''Side Photo'']}} \n \n \n{{product.attachments[''Lid
320
- Open Photo'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135ae","name":"Controls","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n\n\n{{product.attachments[''Controls
321
- 1 Photo'']}} \n \n \n\n\n{{product.attachments[''Controls 2 Photo'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135af","name":"Main
322
- Grilling Area","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n\n\n{{product.attachments[''Main
323
- Grilling Area Photo 1'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135b0","name":"Warming
324
- Area","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n\n\n{{product.attachments[''Warming
325
- Area Photo 1'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135b2","name":"Thermometer","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n\n\n{{product.attachments[''Thermometer
326
- Photo 1'']}}\n\n","notes":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"50fb2e71bd0286d5550135b4","name":"Performance","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/performance","slug":"performance","sections":[{"id":"50fb2e71bd0286d5550135b6","name":"Heatup
327
- Time","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThe
328
- {{product.model}} was a very quick grill to heat up; we found that it could
329
- reach our low temperature target of 325°F in just 35 seconds and our
330
- high temperature target of 625°F in just 36 seconds. We reached these
331
- two settings by adjusting the air vents on the lid and on the bottom of the
332
- grill body: the low fire setting by half opening the vent, and the high fire
333
- setting by completely opening it.\n\n\n\n{{article.attachments[''table-b297567d41f58254691baba562ae65d34cb1c3f0.csv'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135b7","name":"Low
334
- Fire Cooking Performance","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nRunning
335
- at our low temperature target of about 325°F, we found that the grill
336
- would take just over 11 minutes to cook our test patties, which is fairly
337
- fast for a grill of this type. \n\n\n\n\n\n{{comparison_bars title=\"Low
338
- Fire Performance\", attribute=\"Low Temp Performance Rating\", xLabel=\"Cooking
339
- Performance Score\"}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135b8","name":"Low
340
- Temperature Uniformity","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nWe
341
- also look at the consistency of the temperature across the cooking surface,
342
- and the {{product.model}} did well here, producing uniform temperatures across
343
- the cooking area. We did find that it was a little hotter at one edge, but
344
- again, that is not unusual for a charcoal grill.\n\n\n\n{{product.attachments[''Low
345
- Temp Uniformity Image'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135b9","name":"Low
346
- Temperature Consistency","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThe
347
- temperature also remained consistent over time, with only moderate variations
348
- in the temperature. This should mean good, even cooking of food\n\n\n\n{{product.attachments[''Low
349
- Temp Consistency Image'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135ba","name":"High
350
- Fire Cooking Performance","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nOpening
351
- the air vents on the base and lid of the grill increased the temperature,
352
- and we found equally good performance from this grill cooking food at these
353
- higher temperatures. Here, the grill was able to cook our test patties in
354
- just over 8 minutes. \n\n\n\n\n\n{{comparison_bars title=\"High Fire Cooking
355
- Performance\", attribute=\"High Temp Performance Rating\", xLabel=\"Cooking
356
- Performance Score\"}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135bb","name":"High
357
- Temperature Uniformity","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nWe
358
- did find that the temperature across the cooking area was a lot less consistent
359
- here, though; the extra flow of air from the open vents seems to create more
360
- hot zones, especially in the center of the cooking grate, which was nearly
361
- 200°F hotter than close to the edges.\n\n\n\n{{product.attachments[''High
362
- Temp Uniformity Image'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135bc","name":"High
363
- Temperature Consistency","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThe
364
- temperature also varied over time, with the temperature rising and falling
365
- on the cooking grate somewhat more often as the fire rose and fell than we
366
- like to see. \n\n\n\n{{product.attachments[''High Temp Consistency Image'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135be","name":"Case
367
- & Handle Temperature","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nAlthough
368
- the grill body got rather hot (rising to a toasty 300°F), the handle
369
- that you use to lift the lid remained cool; even after running the grill for
370
- a full hour, this wooden handle didn''t go much above 80°F, which means
371
- that it is safe and comfortable to use. \n\n\n\n{{product.manufacturer_specs['''']}}Handle
372
- Photo 1\" /> \n \nThe image below was taken with an infrared camera to
373
- show the heat levels of the lid. The numbers at the bottom indicate the temperature
374
- scale. \n{{product.attachments[''IR Photo'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135bf","name":"Output
375
- & Fuel Life","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nWe
376
- don’t measure the BTU/Hr output of charcoal grills, but we did find
377
- that this grill can produce a lot of heat with a large load of charcoal onboard.
378
- It also retains heat well: the body of the grill remains very warm for several
379
- hours after the charcoal has run out.\n\n\n\n","notes":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"50fb2e71bd0286d5550135c0","name":"Features
380
- & Usability","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/features-and-usability","slug":"features-and-usability","sections":[{"id":"50fb2e71bd0286d5550135c2","name":"Controls","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThe
381
- controls on this grill are basic, to put it mildly: you control the temperature
382
- by opening and closing vents on the base of the grill body and the lid. Open
383
- the vents, and more air rushes through to the charcoal fuel, leading to a
384
- higher temperature. \n\n\n\n{{product.attachments[''Controls 1 Photo'']}} \n \n \n\n\n{{product.attachments[''Controls
385
- 2 Photo'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135c3","name":"Fuel","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThe
386
- {{product.model}} uses charcoal, which fits into the space below the grate.\n\n\n\n{{product.attachments[''Fuel
387
- Photo 1'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135c4","name":"Lighter/Ignition","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThere
388
- is no lighter on this grill, so you have to ignite the charcoal yourself.\n\n\n\n","notes":""},{"id":"50fb2e71bd0286d5550135c5","name":"Cooking
389
- Area","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThe
390
- cooking area is rather small: just 177 square inches. In our tests, we were
391
- only able to fit two of our test patties onto this space, so that might be
392
- a big problem for large families or party use. If you want to cook a lot of
393
- food at once, you should look at a gas grill with a larger cooking area, or
394
- one of the larger Big Green Egg models that offers more space to cook.\n\n\n\n{{product.attachments[''Main
395
- Grilling Area Photo 1'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135c6","name":"Warming
396
- Area","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nThere
397
- is no warming area on this grill.\n\n\n\n{{product.attachments[''Warming Area
398
- Photo 1'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135c7","name":"Other
399
- Areas","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nNo
400
- side areas or other places to put food before or after cooking are included.
401
- Big Green Egg does offer a number of shelves that clip onto the side of the
402
- grill, as well as a range of wooden tables designed to hold the Big Green
403
- Egg medium grill. These do cost extra, though. \n\n\n\n{{product.attachments[''Side
404
- Area Photo 1'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135c8","name":"Cleanup","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nCleaning
405
- up the grill is easy; the cooking grate lifts out for easy cleaning, although
406
- the cast iron is not suitable for dishwashing. You have to scoop out the ash
407
- from the charcoal, as there is no way to remove it from underneath. \n\n\n\n{{product.attachments[''Grease
408
- Trap Photo 1'']}} \n \n \n{{product.attachments[''Cleanup Photo 1'']}}{{product.attachments[''Cleanup
409
- Photo 2'']}}\n\n","notes":""},{"id":"50fb2e71bd0286d5550135c9","name":"Other
410
- Features","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n\n\n{{product.attachments[''Other
411
- Features Photo 1'']}}\n\n","notes":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"50fb2e71bd0286d5550135cd","name":"Weber Performer
412
- Charcoal Grill Comparison","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/weber-performer-charcoal-grill-comparison","slug":"weber-performer-charcoal-grill-comparison","sections":[{"id":"50fb2e71bd0286d5550135cf","name":"Comparison
413
- Overview","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n{{article.attachments[''table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv'']}}\n\nBoth
414
- of these grills use charcoal fuel, but the Weber offers the relative luxury
415
- of a gas-assisted starter, and has a much larger cooking area. The Big Green
416
- Egg is more consistent, though, and has a simple, straightforward design that
417
- will appeal to charcoal purists. \n\n{{article.attachments[''table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv'']}}\n\n","notes":null}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"50fb2e72bd0286d5550135d2","name":"Primo
418
- Kamado Comparison","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/primo-kamado-comparison","slug":"primo-kamado-comparison","sections":[{"id":"50fb2e72bd0286d5550135d4","name":"Comparison
419
- Overview","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n{{article.attachments[''table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv'']}}\n\nBoth
420
- of these grills offer the same simple, straightforward design to grilling,
421
- using charcoal fuel and not offering any bells or whistles. The Big Green
422
- Egg feels better constructed, though, and more likely to stand up to heavy
423
- use and weather. It is also better finished, with some nice touches like a
424
- wooden handle that stays cooler and a better seal around the lid that keeps
425
- the heat in. \n\n{{article.attachments[''table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv'']}}\n\n","notes":null}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"50fb2e72bd0286d5550135d7","name":"Kenmore
426
- S3218AR Comparison","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/kenmore-s3218ar-comparison","slug":"kenmore-s3218ar-comparison","sections":[{"id":"50fb2e72bd0286d5550135d9","name":"Comparison
427
- Overview","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\n{{article.attachments[''table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv'']}}\n\nThe
428
- eternal battle of the grill purists is here: charcoal vs gas. The charcoal
429
- fuel of the Big Green Egg produces a more natural heat, but takes longer to
430
- get running when you include the time to load and prep the grill with fuel).
431
- The Kenmore also has more features, with a side burner and a more controllable
432
- heat level. But in the end, the choice comes down to which you prefer to cook
433
- with: charcoal or gas. \n\n{{article.attachments[''table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv'']}}\n\n","notes":null}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}},{"id":"50fb2e72bd0286d5550135da","name":"Conclusion","resource_uri":"/content/big-green-egg-medium-charcoal-grill-review/conclusion","slug":"conclusion","sections":[{"id":"50fb2e72bd0286d5550135dc","name":"Performance","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nWe
434
- found good performance from the Big Green Egg, with short cooking times and
435
- uniform temperatures. We did find that the temperatures did vary somewhat
436
- with the vents open and the grill running at maximum, but this didn''t seem
437
- to be a problem when we cooked our test dishes. Our only major issue here
438
- was the fact that the cooking area is very small; we were only able to get
439
- two test patties onto it at a time. \n\n\n\n","notes":""},{"id":"50fb2e72bd0286d5550135dd","name":"Usability","body":"{{section_header}}{{section.name}}{{/section_header}}\n\n\nAt
440
- the risk of throwing out a cliche, the {{product.brand.name}} is so simple,
441
- even a caveman could use it. Using the grill just involves loading it with
442
- charcoal, firing it up and throwing the food onto the grill. As long as the
443
- caveman hasn''t grown accustomed to things like lighters, side burners and
444
- lights, though: this grill eschews these for a more straightforward design.
445
- \n\n\n\n","notes":""}],"permissions":{"read":true,"create":false,"update":false,"destroy":false}}],"products":[{"id":"50fa2ce096ab5860160c6a4b","created_at":"2011-09-28T15:42:10Z","updated_at":"2013-03-14T14:36:39Z","name":"Weber Performer
446
- Charcoal Grill","slug":"weber-performer-charcoal-grill","_type":"Home::Grills::Charcoal","types":["Natural
447
- Gas"],"msrp":null,"article_ids":["50fb2e4cbd0286d55501338d","50fb2e5ebd0286d55501349a","50fb2e67bd0286d55501351e","50fb2e6bbd0286d555013560","50fb2e6fbd0286d5550135a2"],"website_ids":["50e669d7bd028648e0000023"],"publish_on":"2011-09-28T15:49:00+00:00","upc":null,"price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003b5","brand_id":"50f9ed78bd0286638e0001f2","model":"Charcoal
448
- Grill","resource_uri":"/products/weber-performer-charcoal-grill","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":0.1,"ranking":{"total":3,"rank":3,"percentile":0},"rubric":{"id":"50f9ed93bd0286638e0003b5","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"2011
449
- Charcoal Grill Rubric","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics/50f9ed93bd0286638e0003b5","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003b5"}}},"is_primary_product":false,"websites":[{"id":"50e669d7bd028648e0000023","created_at":"2013-01-04T05:34:15Z","updated_at":"2013-01-19T06:42:05Z","name":"Grills","url":"grillsinfo.com","code":"GRI","category":null,"featured_video_id":null,"ad_campaign_group":{"id":"51377ab09f5e85f5a3000484","created_at":"2013-03-06T17:19:44Z","updated_at":"2013-03-06T17:19:44Z","website_id":"50e669d7bd028648e0000023","ad_campaigns":[],"permissions":{"read":false,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/ad_campaign_groups","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups"},"resource":{"rel":"/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484"}}},"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/websites","href":"https://the-guide-staging.herokuapp.com/api/v1/websites"},"resource":{"rel":"/api/v1/websites/50e669d7bd028648e0000023","href":"https://the-guide-staging.herokuapp.com/api/v1/websites/50e669d7bd028648e0000023"}}}],"manufacturer_specs":[{"id":"50fa36a0bd0286ee4a03a686","name":"brand_name","value":"Performer","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa36a0bd0286ee4a03a687","name":"manufacturer_name","value":"Weber","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa36a0bd0286ee4a03a688","name":"manual_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa36a0bd0286ee4a03a689","name":"manual_text","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa36a0bd0286ee4a03a68a","name":"manufacturer_text","value":null,"value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa36a0bd0286ee4a03a68b","name":"manufacturer_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa36a0bd0286ee4a03a68c","name":"series_name","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa36a0bd0286ee4a03a68d","name":"Fuel","value":["Natural
450
- Gas"],"value_units":"","value_type":"MultiListItem","order":0,"options":["LP
451
- Gas","Natural Gas","Charcoal","Electricity","Natural Gas (adaptor sold separately)","Propane
452
- (adaptor sold separately)"]},{"id":"50fa36a0bd0286ee4a03a68e","name":"Install
453
- Type","value":"Freestanding","value_units":"","value_type":"String","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa36a0bd0286ee4a03a68f","name":"Burners","value":1,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa36a0bd0286ee4a03a690","name":"Total
454
- cooking area","value":363,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa36a0bd0286ee4a03a691","name":"Height","value":40.0,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa36a0bd0286ee4a03a692","name":"Width","value":50.25,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa36a0bd0286ee4a03a693","name":"Depth","value":28.5,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa36a0bd0286ee4a03a694","name":"Finish
455
- or Color","value":"Black","value_units":"","value_type":"String","order":0,"options":["Electricity"]},{"id":"50fa36a0bd0286ee4a03a695","name":"Control
456
- Dials","value":0,"value_units":"","value_type":"Integer","order":0,"options":["Electricity"]},{"id":"50fa36a0bd0286ee4a03a696","name":"Ignition
457
- type","value":"Manual","value_units":"","value_type":"String","order":0,"options":["Push-button
458
- Electronic","Auto Electronic","Manual","Other"]},{"id":"50fa36a0bd0286ee4a03a697","name":"Side
459
- Burner","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]},{"id":"50fa36a0bd0286ee4a03a698","name":"Rotisserie","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]}],"attachments":[{"id":"50fce120bd0286f12a01075c","created_at":"2013-01-21T06:33:04Z","updated_at":"2013-01-21T06:33:04Z","name":"Weber-Performer-Vanity.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s50x50_Weber-Performer-Vanity.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s150x150_Weber-Performer-Vanity.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s250x250_Weber-Performer-Vanity.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s300x150_Weber-Performer-Vanity.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s300x112_Weber-Performer-Vanity.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s500x500_Weber-Performer-Vanity.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s600x400_Weber-Performer-Vanity.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s600x600_Weber-Performer-Vanity.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s940x400_Weber-Performer-Vanity.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s940x350_Weber-Performer-Vanity.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/s940x110_Weber-Performer-Vanity.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/Weber-Performer-Vanity.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/a75898a3eeb010e96a73f5c146bc587abb775d5a/Weber-Performer-Vanity.jpg","file_size":33646,"content_type":"image/jpeg"},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fce120bd0286f12a01075c","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce120bd0286f12a01075c"}}}],"brand":{"id":"50f9ed78bd0286638e0001f2","created_at":"2011-09-21T14:57:52Z","updated_at":"2013-01-19T00:49:04Z","name":"Weber","slug":"weber","url":null,"resource_uri":"/products?brand=weber","website_ids":["50e669d7bd028648e0000023"],"websites":[{"code":"GRI","name":"Grills","url":"grillsinfo.com"}],"logo_url":"http://reviewed-staging.s3.amazonaws.com/brand/01545cd3e6b182be8c6cdabccbdcb877bba2cf9a/logo.png","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/brands","href":"https://the-guide-staging.herokuapp.com/api/v1/brands"},"resource":{"rel":"/api/v1/brands/50f9ed78bd0286638e0001f2","href":"https://the-guide-staging.herokuapp.com/api/v1/brands/50f9ed78bd0286638e0001f2"}}},"awards":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d3d9156bd99c300002e","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d3d9156bd99c300002e"}}},{"id":"50fa2ced96ab5860160c6a7f","created_at":"2011-10-05T17:14:10Z","updated_at":"2013-03-14T14:36:44Z","name":"Kenmore
460
- S3218AR","slug":"kenmore-s3218ar","_type":"Home::Grills::Gas","types":["Propane"],"msrp":null,"article_ids":["50fb2e47bd0286d55501334a","50fb2e4cbd0286d55501338d","50fb2e50bd0286d5550133d0","50fb2e63bd0286d5550134dd","50fb2e6fbd0286d5550135a2"],"website_ids":["50e669d7bd028648e0000023"],"publish_on":"2011-10-05T17:10:00+00:00","upc":null,"price_grabber_id":"883339143","rubric_id":"50f9ed93bd0286638e0003b4","brand_id":"50f9ed77bd0286638e0001c9","model":"S3218AR","resource_uri":"/products/kenmore-s3218ar","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":3.27,"ranking":{"total":7,"rank":6,"percentile":15},"rubric":{"id":"50f9ed93bd0286638e0003b4","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"2011
461
- Gas Grill Rubric","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics/50f9ed93bd0286638e0003b4","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003b4"}}},"is_primary_product":false,"websites":[{"id":"50e669d7bd028648e0000023","created_at":"2013-01-04T05:34:15Z","updated_at":"2013-01-19T06:42:05Z","name":"Grills","url":"grillsinfo.com","code":"GRI","category":null,"featured_video_id":null,"ad_campaign_group":{"id":"51377ab09f5e85f5a3000484","created_at":"2013-03-06T17:19:44Z","updated_at":"2013-03-06T17:19:44Z","website_id":"50e669d7bd028648e0000023","ad_campaigns":[],"permissions":{"read":false,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/ad_campaign_groups","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups"},"resource":{"rel":"/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484"}}},"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/websites","href":"https://the-guide-staging.herokuapp.com/api/v1/websites"},"resource":{"rel":"/api/v1/websites/50e669d7bd028648e0000023","href":"https://the-guide-staging.herokuapp.com/api/v1/websites/50e669d7bd028648e0000023"}}}],"manufacturer_specs":[{"id":"50fa369bbd0286ee4a039bed","name":"brand_name","value":"(Kenmore)","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa369bbd0286ee4a039bee","name":"manufacturer_name","value":"Kenmore","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa369bbd0286ee4a039bef","name":"manual_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa369bbd0286ee4a039bf0","name":"manual_text","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa369bbd0286ee4a039bf1","name":"manufacturer_text","value":null,"value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa369bbd0286ee4a039bf2","name":"manufacturer_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa369bbd0286ee4a039bf3","name":"series_name","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa369bbd0286ee4a039bf4","name":"Fuel","value":["LP
462
- Gas"],"value_units":"","value_type":"MultiListItem","order":0,"options":["LP
463
- Gas","Natural Gas","Charcoal","Electricity","Natural Gas (adaptor sold separately)","Propane
464
- (adaptor sold separately)"]},{"id":"50fa369bbd0286ee4a039bf5","name":"Install
465
- Type","value":"Freestanding","value_units":"","value_type":"String","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bf6","name":"Burners","value":5,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bf7","name":"BTU
466
- Output (total)","value":85000,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bf8","name":"Total
467
- cooking area","value":784,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bf9","name":"Primary
468
- cooking area","value":400,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bfa","name":"Warming
469
- rack area","value":290,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bfb","name":"Height","value":60.8,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bfc","name":"Width","value":48.6,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bfd","name":"Depth","value":24.6,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa369bbd0286ee4a039bfe","name":"Finish
470
- or Color","value":"Red / Stainless","value_units":"","value_type":"String","order":0,"options":["Electricity"]},{"id":"50fa369bbd0286ee4a039bff","name":"Control
471
- Dials","value":7,"value_units":"","value_type":"Integer","order":0,"options":["Electricity"]},{"id":"50fa369bbd0286ee4a039c00","name":"Ignition
472
- type","value":"Auto Electronic","value_units":"","value_type":"String","order":0,"options":["Push-button
473
- Electronic","Auto Electronic","Manual","Other"]},{"id":"50fa369bbd0286ee4a039c01","name":"Side
474
- Burner","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]},{"id":"50fa369bbd0286ee4a039c02","name":"Rotisserie","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]}],"attachments":[{"id":"50fce11fbd02860b13010754","created_at":"2013-01-21T06:33:03Z","updated_at":"2013-01-21T06:33:03Z","name":"Kenmore-Vanity.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s50x50_Kenmore-Vanity.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s150x150_Kenmore-Vanity.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s250x250_Kenmore-Vanity.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s300x150_Kenmore-Vanity.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s300x112_Kenmore-Vanity.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s500x500_Kenmore-Vanity.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s600x400_Kenmore-Vanity.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s600x600_Kenmore-Vanity.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s940x400_Kenmore-Vanity.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s940x350_Kenmore-Vanity.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/s940x110_Kenmore-Vanity.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/Kenmore-Vanity.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/b3be76a7d03c4414a123dc6c05c1d303859102bc/Kenmore-Vanity.jpg","file_size":32529,"content_type":"image/jpeg"},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fce11fbd02860b13010754","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce11fbd02860b13010754"}}}],"brand":{"id":"50f9ed77bd0286638e0001c9","created_at":"2011-04-13T15:03:17Z","updated_at":"2013-01-19T00:49:05Z","name":"Kenmore","slug":"kenmore","url":null,"resource_uri":"/products?brand=kenmore","website_ids":["50e669d7bd028648e000002b","50e669d7bd028648e0000021","50e669d7bd028648e0000023","50e669d7bd028648e0000019","50e669d7bd028648e000001b","50e669d7bd028648e000001d"],"websites":[{"code":"RFI","name":"Refrigerators","url":"refrigeratorinfo.com"},{"code":"WDI","name":"Laundry","url":"washerdryerinfo.com"},{"code":"VCI","name":"Vacuums","url":"vacuumcleanerinfo.com"},{"code":"DWI","name":"Dishwashers","url":"dishwashersinfo.com"},{"code":"GRI","name":"Grills","url":"grillsinfo.com"},{"code":"OVI","name":"Ovens","url":"oveninfo.com"}],"logo_url":"http://reviewed-staging.s3.amazonaws.com/brand/ee5037a5bec182596e7e41a91fa7f9667a9aa658/logo.png","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/brands","href":"https://the-guide-staging.herokuapp.com/api/v1/brands"},"resource":{"rel":"/api/v1/brands/50f9ed77bd0286638e0001c9","href":"https://the-guide-staging.herokuapp.com/api/v1/brands/50f9ed77bd0286638e0001c9"}}},"awards":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d3e9156bd99c300002f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d3e9156bd99c300002f"}}},{"id":"50fa2cfc96ab5860160c6ac2","created_at":"2011-10-12T18:55:14Z","updated_at":"2013-03-14T14:36:39Z","name":"Big
475
- Green Egg Medium","slug":"big-green-egg-medium","_type":"Home::Grills::Charcoal","types":["Charcoal"],"msrp":649.0,"article_ids":["50fb2e67bd0286d55501351e","50fb2e6bbd0286d555013560","50fb2e6fbd0286d5550135a2"],"website_ids":["50e669d7bd028648e0000023"],"publish_on":"2011-10-12T18:55:00+00:00","upc":null,"price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003b5","brand_id":"50f9ed79bd0286638e000215","model":"Medium","resource_uri":"/products/big-green-egg-medium","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":5.74,"ranking":{"total":3,"rank":2,"percentile":34},"rubric":{"id":"50f9ed93bd0286638e0003b5","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"2011
476
- Charcoal Grill Rubric","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics/50f9ed93bd0286638e0003b5","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003b5"}}},"is_primary_product":true,"websites":[{"id":"50e669d7bd028648e0000023","created_at":"2013-01-04T05:34:15Z","updated_at":"2013-01-19T06:42:05Z","name":"Grills","url":"grillsinfo.com","code":"GRI","category":null,"featured_video_id":null,"ad_campaign_group":{"id":"51377ab09f5e85f5a3000484","created_at":"2013-03-06T17:19:44Z","updated_at":"2013-03-06T17:19:44Z","website_id":"50e669d7bd028648e0000023","ad_campaigns":[],"permissions":{"read":false,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/ad_campaign_groups","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups"},"resource":{"rel":"/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484"}}},"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/websites","href":"https://the-guide-staging.herokuapp.com/api/v1/websites"},"resource":{"rel":"/api/v1/websites/50e669d7bd028648e0000023","href":"https://the-guide-staging.herokuapp.com/api/v1/websites/50e669d7bd028648e0000023"}}}],"manufacturer_specs":[{"id":"50fa3698bd0286ee4a0394dd","name":"brand_name","value":"(Big
477
- Green Egg)","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a0394de","name":"manufacturer_name","value":"Big
478
- Green Egg","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a0394df","name":"manual_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a0394e0","name":"manual_text","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a0394e1","name":"manufacturer_text","value":null,"value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a0394e2","name":"manufacturer_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a0394e3","name":"series_name","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a0394e4","name":"Fuel","value":["Charcoal"],"value_units":"","value_type":"MultiListItem","order":0,"options":["LP
479
- Gas","Natural Gas","Charcoal","Electricity","Natural Gas (adaptor sold separately)","Propane
480
- (adaptor sold separately)"]},{"id":"50fa3698bd0286ee4a0394e5","name":"Install
481
- Type","value":"Freestanding","value_units":"","value_type":"String","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa3698bd0286ee4a0394e6","name":"Total
482
- cooking area","value":177,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa3698bd0286ee4a0394e7","name":"Finish
483
- or Color","value":"Green","value_units":"","value_type":"String","order":0,"options":["Electricity"]},{"id":"50fa3698bd0286ee4a0394e8","name":"Ignition
484
- type","value":"Manual","value_units":"","value_type":"String","order":0,"options":["Push-button
485
- Electronic","Auto Electronic","Manual","Other"]},{"id":"50fa3698bd0286ee4a0394e9","name":"Side
486
- Burner","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]},{"id":"50fa3698bd0286ee4a0394ea","name":"Rotisserie","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]},{"id":"50fa3698bd0286ee4a0394eb","name":"Original
487
- Price","value":649.0,"value_units":"","value_type":"Decimal","order":0,"options":[]}],"attachments":[{"id":"50fce12cbd0286de7b010793","created_at":"2013-01-21T06:33:16Z","updated_at":"2013-01-21T06:33:16Z","name":"MEgg.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s50x50_MEgg.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s150x150_MEgg.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s250x250_MEgg.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s300x150_MEgg.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s300x112_MEgg.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s500x500_MEgg.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s600x400_MEgg.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s600x600_MEgg.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s940x400_MEgg.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s940x350_MEgg.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/s940x110_MEgg.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/MEgg.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/bec0caff763e70d206e53410ca0678172fe5bd28/MEgg.jpg","file_size":24813,"content_type":"image/jpeg"},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fce12cbd0286de7b010793","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce12cbd0286de7b010793"}}}],"brand":{"id":"50f9ed79bd0286638e000215","created_at":"2011-10-12T17:05:13Z","updated_at":"2013-01-19T00:49:04Z","name":"Big
488
- Green Egg","slug":"big-green-egg","url":null,"resource_uri":"/products?brand=big-green-egg","website_ids":["50e669d7bd028648e0000023"],"websites":[{"code":"GRI","name":"Grills","url":"grillsinfo.com"}],"logo_url":"http://reviewed-staging.s3.amazonaws.com/brand/c32bb02dc90868b3732566a0274ca535cc59c464/logo.png","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/brands","href":"https://the-guide-staging.herokuapp.com/api/v1/brands"},"resource":{"rel":"/api/v1/brands/50f9ed79bd0286638e000215","href":"https://the-guide-staging.herokuapp.com/api/v1/brands/50f9ed79bd0286638e000215"}}},"awards":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d3e9156bd99c3000030","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d3e9156bd99c3000030"}}},{"id":"50fa2cfd96ab5860160c6ac7","created_at":"2011-10-12T19:32:52Z","updated_at":"2013-03-14T14:36:38Z","name":"Primo
489
- Kamado","slug":"primo-kamado","_type":"Home::Grills::Charcoal","types":["Charcoal"],"msrp":829.99,"article_ids":["50fb2e4cbd0286d55501338d","50fb2e5ebd0286d55501349a","50fb2e6fbd0286d5550135a2"],"website_ids":["50e669d7bd028648e0000023"],"publish_on":"2011-10-12T19:31:00+00:00","upc":null,"price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003b5","brand_id":"50f9ed79bd0286638e000214","model":"Kamado","resource_uri":"/products/primo-kamado","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":10.0,"ranking":{"total":3,"rank":1,"percentile":67},"rubric":{"id":"50f9ed93bd0286638e0003b5","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"2011
490
- Charcoal Grill Rubric","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics/50f9ed93bd0286638e0003b5","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003b5"}}},"is_primary_product":false,"websites":[{"id":"50e669d7bd028648e0000023","created_at":"2013-01-04T05:34:15Z","updated_at":"2013-01-19T06:42:05Z","name":"Grills","url":"grillsinfo.com","code":"GRI","category":null,"featured_video_id":null,"ad_campaign_group":{"id":"51377ab09f5e85f5a3000484","created_at":"2013-03-06T17:19:44Z","updated_at":"2013-03-06T17:19:44Z","website_id":"50e669d7bd028648e0000023","ad_campaigns":[],"permissions":{"read":false,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/ad_campaign_groups","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups"},"resource":{"rel":"/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484"}}},"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/websites","href":"https://the-guide-staging.herokuapp.com/api/v1/websites"},"resource":{"rel":"/api/v1/websites/50e669d7bd028648e0000023","href":"https://the-guide-staging.herokuapp.com/api/v1/websites/50e669d7bd028648e0000023"}}}],"manufacturer_specs":[{"id":"50fa3698bd0286ee4a03952e","name":"brand_name","value":"(Primo)","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a03952f","name":"manufacturer_name","value":"Primo","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a039530","name":"manual_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a039531","name":"manual_text","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a039532","name":"manufacturer_text","value":null,"value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a039533","name":"manufacturer_url","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a039534","name":"series_name","value":"","value_units":"","value_type":"String","order":0,"options":[]},{"id":"50fa3698bd0286ee4a039535","name":"Fuel","value":["Charcoal"],"value_units":"","value_type":"MultiListItem","order":0,"options":["LP
491
- Gas","Natural Gas","Charcoal","Electricity","Natural Gas (adaptor sold separately)","Propane
492
- (adaptor sold separately)"]},{"id":"50fa3698bd0286ee4a039536","name":"Install
493
- Type","value":"Freestanding","value_units":"","value_type":"String","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa3698bd0286ee4a039537","name":"Total
494
- cooking area","value":280,"value_units":"","value_type":"Integer","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa3698bd0286ee4a039538","name":"Height","value":429.75,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa3698bd0286ee4a039539","name":"Width","value":21.5,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa3698bd0286ee4a03953a","name":"Depth","value":21.5,"value_units":"","value_type":"Decimal","order":0,"options":["Freestanding","Portable","Install"]},{"id":"50fa3698bd0286ee4a03953b","name":"Finish
495
- or Color","value":"Black Ceramic","value_units":"","value_type":"String","order":0,"options":["Electricity"]},{"id":"50fa3698bd0286ee4a03953c","name":"Ignition
496
- type","value":"Manual","value_units":"","value_type":"String","order":0,"options":["Push-button
497
- Electronic","Auto Electronic","Manual","Other"]},{"id":"50fa3698bd0286ee4a03953d","name":"Side
498
- Burner","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]},{"id":"50fa3698bd0286ee4a03953e","name":"Rotisserie","value":"No","value_units":"","value_type":"String","order":0,"options":["Yes","No"]},{"id":"50fa3698bd0286ee4a03953f","name":"Original
499
- Price","value":829.99,"value_units":"","value_type":"Decimal","order":0,"options":[]}],"attachments":[{"id":"50fce12bbd02862d7701078b","created_at":"2013-01-21T06:33:15Z","updated_at":"2013-01-21T06:33:15Z","name":"Primo-Vanity.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s50x50_Primo-Vanity.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s150x150_Primo-Vanity.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s250x250_Primo-Vanity.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s300x150_Primo-Vanity.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s300x112_Primo-Vanity.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s500x500_Primo-Vanity.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s600x400_Primo-Vanity.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s600x600_Primo-Vanity.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s940x400_Primo-Vanity.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s940x350_Primo-Vanity.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/s940x110_Primo-Vanity.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/Primo-Vanity.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/ba04802a9967f9b56b0195215524b6e311ccce1a/Primo-Vanity.jpg","file_size":15587,"content_type":"image/jpeg"},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fce12bbd02862d7701078b","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce12bbd02862d7701078b"}}}],"brand":{"id":"50f9ed79bd0286638e000214","created_at":"2011-10-12T17:04:59Z","updated_at":"2013-01-19T00:49:04Z","name":"Primo","slug":"primo","url":null,"resource_uri":"/products?brand=primo","website_ids":["50e669d7bd028648e0000023"],"websites":[{"code":"GRI","name":"Grills","url":"grillsinfo.com"}],"logo_url":"http://reviewed-staging.s3.amazonaws.com/brand/23f6bdb326780525380b08dcbc9cc0a26385d30c/logo.png","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/brands","href":"https://the-guide-staging.herokuapp.com/api/v1/brands"},"resource":{"rel":"/api/v1/brands/50f9ed79bd0286638e000214","href":"https://the-guide-staging.herokuapp.com/api/v1/brands/50f9ed79bd0286638e000214"}}},"awards":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d3e9156bd99c3000031","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d3e9156bd99c3000031"}}}],"authors":[{"id":"50fc4e94bd0286d5550b4bf8","created_at":"2013-01-20T20:07:48Z","updated_at":"2013-02-13T15:13:52Z","name":"Richard
500
- Baguley","title":"Editor","short_bio":"Richard Baguley is a valued contributor
501
- to the Reviewed.com family of sites.","long_bio":"Richard Baguley is a valued
502
- contributor to the Reviewed.com family of sites.","slug":"richard-baguley","social":{"email":"","facebook":"","twitter":""},"resource_uri":"/authors/richard-baguley","avatars":{"small":"http://www.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?s=48&d=mm","medium":"http://www.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?s=128&d=mm","normal":"http://www.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?d=mm"},"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/authors","href":"https://the-guide-staging.herokuapp.com/api/v1/authors"},"resource":{"rel":"/api/v1/authors/50fc4e94bd0286d5550b4bf8","href":"https://the-guide-staging.herokuapp.com/api/v1/authors/50fc4e94bd0286d5550b4bf8"}}}],"attachments":[{"id":"50fb2e71bd0286d5550135b3","created_at":"2013-01-19T23:38:25Z","updated_at":"2013-01-19T23:38:25Z","name":"table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","type":"file","tags":[],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s50x50_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s150x150_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s250x250_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s300x150_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s300x112_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s500x500_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s600x400_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s600x600_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s940x400_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s940x350_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/s940x110_table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","original":"http://reviewed-staging.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/table-b297567d41f58254691baba562ae65d34cb1c3f0.csv"},"caption":null,"alt_text":null,"data":{"content_type":"text/csv","url":"http://reviewed-production.s3.amazonaws.com/attachment/b297567d41f58254691baba562ae65d34cb1c3f0/table-b297567d41f58254691baba562ae65d34cb1c3f0.csv","file_size":152},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e71bd0286d5550135b3","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e71bd0286d5550135b3"}}},{"id":"50fb2e71bd0286d5550135cb","created_at":"2013-01-19T23:38:25Z","updated_at":"2013-01-19T23:38:25Z","name":"table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","type":"file","tags":[],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s50x50_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s150x150_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s250x250_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s300x150_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s300x112_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s500x500_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s600x400_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s600x600_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x400_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x350_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x110_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv"},"caption":null,"alt_text":null,"data":{"content_type":"text/csv","url":"http://reviewed-production.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","file_size":152},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e71bd0286d5550135cb","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e71bd0286d5550135cb"}}},{"id":"50fb2e71bd0286d5550135cc","created_at":"2013-01-19T23:38:25Z","updated_at":"2013-01-19T23:38:25Z","name":"table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","type":"file","tags":[],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s50x50_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s150x150_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s250x250_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s300x150_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s300x112_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s500x500_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s600x400_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s600x600_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x400_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x350_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x110_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv"},"caption":null,"alt_text":null,"data":{"content_type":"text/csv","url":"http://reviewed-production.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","file_size":2564},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e71bd0286d5550135cc","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e71bd0286d5550135cc"}}},{"id":"50fb2e72bd0286d5550135d0","created_at":"2013-01-19T23:38:26Z","updated_at":"2013-01-19T23:38:26Z","name":"table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","type":"file","tags":[],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s50x50_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s150x150_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s250x250_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s300x150_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s300x112_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s500x500_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s600x400_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s600x600_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x400_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x350_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x110_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv"},"caption":null,"alt_text":null,"data":{"content_type":"text/csv","url":"http://reviewed-production.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","file_size":152},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e72bd0286d5550135d0","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e72bd0286d5550135d0"}}},{"id":"50fb2e72bd0286d5550135d1","created_at":"2013-01-19T23:38:26Z","updated_at":"2013-01-19T23:38:26Z","name":"table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","type":"file","tags":[],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s50x50_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s150x150_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s250x250_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s300x150_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s300x112_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s500x500_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s600x400_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s600x600_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x400_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x350_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x110_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv"},"caption":null,"alt_text":null,"data":{"content_type":"text/csv","url":"http://reviewed-production.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","file_size":2564},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e72bd0286d5550135d1","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e72bd0286d5550135d1"}}},{"id":"50fb2e72bd0286d5550135d5","created_at":"2013-01-19T23:38:26Z","updated_at":"2013-01-19T23:38:26Z","name":"table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","type":"file","tags":[],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s50x50_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s150x150_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s250x250_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s300x150_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s300x112_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s500x500_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s600x400_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s600x600_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x400_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x350_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/s940x110_table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv"},"caption":null,"alt_text":null,"data":{"content_type":"text/csv","url":"http://reviewed-production.s3.amazonaws.com/attachment/ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77/table-ac64d870e0ee8793ddf47a4b39eb8eb28d14ee77.csv","file_size":152},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e72bd0286d5550135d5","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e72bd0286d5550135d5"}}},{"id":"50fb2e72bd0286d5550135d6","created_at":"2013-01-19T23:38:26Z","updated_at":"2013-01-19T23:38:26Z","name":"table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","type":"file","tags":[],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s50x50_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s150x150_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s250x250_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s300x150_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s300x112_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s500x500_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s600x400_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s600x600_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x400_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x350_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/s940x110_table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv"},"caption":null,"alt_text":null,"data":{"content_type":"text/csv","url":"http://reviewed-production.s3.amazonaws.com/attachment/ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea/table-ac1a1a47f44276831e4f1dcb8e6d134fc537b0ea.csv","file_size":2564},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e72bd0286d5550135d6","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e72bd0286d5550135d6"}}},{"id":"50fb2e74bd0286d5550135e4","created_at":"2013-01-19T23:38:28Z","updated_at":"2013-01-19T23:38:28Z","name":"BGE-medium-web2.jpg","type":"file","tags":["old-hero"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s50x50_BGE-medium-web2.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s150x150_BGE-medium-web2.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s250x250_BGE-medium-web2.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s300x150_BGE-medium-web2.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s300x112_BGE-medium-web2.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s500x500_BGE-medium-web2.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s600x400_BGE-medium-web2.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s600x600_BGE-medium-web2.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s940x400_BGE-medium-web2.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s940x350_BGE-medium-web2.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/s940x110_BGE-medium-web2.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/BGE-medium-web2.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/63583c1baea391b437d54fbee74bc35234ec3ff2/BGE-medium-web2.jpg","file_size":81744,"content_type":"image/jpeg"},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fb2e74bd0286d5550135e4","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fb2e74bd0286d5550135e4"}}}],"websites":[{"id":"50e669d7bd028648e0000023","created_at":"2013-01-04T05:34:15Z","updated_at":"2013-01-19T06:42:05Z","name":"Grills","url":"grillsinfo.com","code":"GRI","category":null,"featured_video_id":null,"ad_campaign_group":{"id":"51377ab09f5e85f5a3000484","created_at":"2013-03-06T17:19:44Z","updated_at":"2013-03-06T17:19:44Z","website_id":"50e669d7bd028648e0000023","ad_campaigns":[],"permissions":{"read":false,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/ad_campaign_groups","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups"},"resource":{"rel":"/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484","href":"https://the-guide-staging.herokuapp.com/api/v1/ad_campaign_groups/51377ab09f5e85f5a3000484"}}},"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/websites","href":"https://the-guide-staging.herokuapp.com/api/v1/websites"},"resource":{"rel":"/api/v1/websites/50e669d7bd028648e0000023","href":"https://the-guide-staging.herokuapp.com/api/v1/websites/50e669d7bd028648e0000023"}}}],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/articles","href":"https://the-guide-staging.herokuapp.com/api/v1/articles"},"resource":{"rel":"/api/v1/articles/50fb2e6fbd0286d5550135a2","href":"https://the-guide-staging.herokuapp.com/api/v1/articles/50fb2e6fbd0286d5550135a2"}}}'
359
+ encoding: ASCII-8BIT
360
+ string: !binary |-
361
+ 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
576
+ MF8qQAEA
503
577
  http_version:
504
- recorded_at: Thu, 27 Jun 2013 15:41:52 GMT
505
- recorded_with: VCR 2.5.0
578
+ recorded_at: Wed, 24 Jul 2013 21:02:33 GMT
579
+ recorded_with: VCR 2.4.0