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
@@ -2,91 +2,221 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://the-guide-staging.herokuapp.com/api/v1/products
5
+ uri: https://the-guide-staging.herokuapp.com/api/v1/products?skip-cache=true
6
6
  body:
7
7
  encoding: US-ASCII
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:42:18 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
- - f8324104d6ab1c70ca2beea8bf0a0827
50
- X-Runtime:
51
- - '0.000519'
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
+ V2VkLCAyNCBKdWwgMjAxMyAyMTowMjo1MSBHTVQ=
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
+ Y2Y1NjM1MGZlMzI1ZmJlNjg3OTA4ZmI4N2ViMzZlYTM=
68
+ !binary "WC1SdW50aW1l":
69
+ - !binary |-
70
+ Mi41MjYzMzM=
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: '{"pagination":{"total":17660,"total_pages":883,"first_page":true,"last_page":false,"previous_page":null,"next_page":2,"out_of_bounds":false,"offset":0,"current_page":1,"per_page":20,"entries_on_page":20},"data":[{"id":"5139fc6e095ca50e890005f3","created_at":"2013-03-08T14:57:50Z","updated_at":"2013-04-23T17:24:07Z","name":"Panasonic
61
- Viera TC-L47E5","slug":"panasonic-viera-tc-l47e5-2","_type":"Electronics::Television","types":[],"msrp":799.0,"article_ids":["51389dc50ac94eacc70003f3"],"website_ids":[],"publish_on":"2013-03-08T14:04:53+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"513a0a39095ca5e0ee000560","model":"","resource_uri":"/products/panasonic-viera-tc-l47e5-2","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[{"id":"5139febd07989eb5fc0004cc","created_at":"2013-03-08T15:07:41Z","updated_at":"2013-03-08T15:07:41Z","name":"Front-Vanity.jpg","type":"file","tags":["design","vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s50x50_Front-Vanity.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s150x150_Front-Vanity.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s250x250_Front-Vanity.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s300x150_Front-Vanity.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s300x112_Front-Vanity.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s500x500_Front-Vanity.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s600x400_Front-Vanity.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s600x600_Front-Vanity.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s940x400_Front-Vanity.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s940x350_Front-Vanity.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s940x110_Front-Vanity.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/Front-Vanity.jpg"},"caption":"","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/uploads/tmp/20130308-1507-41-8884/Front-Vanity.jpg","file_size":113973},"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/5139febd07989eb5fc0004cc","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/5139febd07989eb5fc0004cc"}}}],"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/51cc5d589156bdb6e700001f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d589156bdb6e700001f"}}},{"id":"5138d3ec90a1bfbef20005ab","created_at":"2013-03-07T17:52:44Z","updated_at":"2013-03-08T01:46:10Z","name":"Ariston
62
- TVF63X","slug":"tvf63x","_type":"Appliances::MajorAppliances::Dryer","types":[],"msrp":799.0,"article_ids":[],"website_ids":["50e669d7bd028648e000001b"],"publish_on":"2013-03-07T17:36:10+00:00","upc":"","price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003b0","brand_id":"51390ce25693113d8c00010c","model":"","resource_uri":"/products/tvf63x","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":2.9,"ranking":{"total":50,"rank":48,"percentile":4},"rubric":{"id":"50f9ed93bd0286638e0003b0","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"Dryers","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/50f9ed93bd0286638e0003b0","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003b0"}}},"attachments":[{"id":"5139011c9da86c5336000023","created_at":"2013-03-07T21:05:32Z","updated_at":"2013-03-07T21:17:18Z","name":"Ariston-TVF63X-vanity.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s50x50_Ariston-TVF63X-vanity.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s150x150_Ariston-TVF63X-vanity.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s250x250_Ariston-TVF63X-vanity.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s300x150_Ariston-TVF63X-vanity.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s300x112_Ariston-TVF63X-vanity.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s500x500_Ariston-TVF63X-vanity.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s600x400_Ariston-TVF63X-vanity.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s600x600_Ariston-TVF63X-vanity.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s940x400_Ariston-TVF63X-vanity.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s940x350_Ariston-TVF63X-vanity.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s940x110_Ariston-TVF63X-vanity.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/Ariston-TVF63X-vanity.jpg"},"caption":"","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/Ariston-TVF63X-vanity.jpg","file_size":74734},"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/5139011c9da86c5336000023","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/5139011c9da86c5336000023"}}}],"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/51cc5d589156bdb6e7000020","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d589156bdb6e7000020"}}},{"id":"5138cff9de88c3180e0006a0","created_at":"2013-03-07T17:35:53Z","updated_at":"2013-03-11T21:04:39Z","name":"GTDS820EDWS","slug":"gtds820edws","_type":"Appliances::MajorAppliances::Dryer","types":[],"msrp":1099.0,"article_ids":[],"website_ids":["50e669d7bd028648e000001b"],"publish_on":"2013-03-07T17:15:50+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"5138d10d12494f43310004ae","model":"","resource_uri":"/products/gtds820edws","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d589156bdb6e7000021","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d589156bdb6e7000021"}}},{"id":"5138b9f4cb4ae870aa000522","created_at":"2013-03-07T16:01:56Z","updated_at":"2013-03-08T02:20:05Z","name":"Frigidaire
63
- FAHE4044MW ","slug":"frigidaire-fahe4044mw","_type":"Appliances::MajorAppliances::WashingMachine","types":["Top-Loading"],"msrp":649.0,"article_ids":[],"website_ids":["50e669d7bd028648e000001b"],"publish_on":"2013-04-06T14:20:00+00:00","upc":"","price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003af","brand_id":"51394ad545ba4bfa85000100","model":"","resource_uri":"/products/frigidaire-fahe4044mw","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":50,"rank":47,"percentile":6},"rubric":{"id":"50f9ed93bd0286638e0003af","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:55:46Z","name":"Washing
64
- Machines","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/50f9ed93bd0286638e0003af","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003af"}}},"attachments":[{"id":"513900c17a0082ebca000031","created_at":"2013-03-07T21:04:01Z","updated_at":"2013-03-10T02:33:58Z","name":"Front.jpg","type":"file","tags":["Front.jpg","vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s50x50_Front.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s150x150_Front.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s250x250_Front.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s300x150_Front.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s300x112_Front.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s500x500_Front.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s600x400_Front.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s600x600_Front.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s940x400_Front.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s940x350_Front.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s940x110_Front.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/Front.jpg"},"caption":"The
65
- front of the washer","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/Front.jpg","file_size":126981},"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/513900c17a0082ebca000031","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/513900c17a0082ebca000031"}}}],"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/51cc5d589156bdb6e7000022","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d589156bdb6e7000022"}}},{"id":"513639647226fa851900061f","created_at":"2013-03-05T18:28:53Z","updated_at":"2013-03-31T14:38:12Z","name":"ELEFT325","slug":"eleft325","_type":"Electronics::Television","types":[],"msrp":290.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-03-08T08:00:00+00:00","upc":"","price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003a6","brand_id":"513a47f29da86c965800080b","model":"","resource_uri":"/products/eleft325","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":5.94,"ranking":{"total":262,"rank":163,"percentile":38},"rubric":{"id":"50f9ed93bd0286638e0003a6","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"TV
66
- Ratings (rating-specs group)","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/50f9ed93bd0286638e0003a6","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a6"}}},"attachments":[],"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/51cc5d589156bdb6e7000023","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d589156bdb6e7000023"}}},{"id":"51362cdf9e4e47720b0004d2","created_at":"2013-03-05T17:35:27Z","updated_at":"2013-03-31T14:38:11Z","name":"Magnavox
67
- 32MD301B","slug":"magnavox-32md301b","_type":"Electronics::Television","types":[],"msrp":499.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-03-05T04:00:00+00:00","upc":"","price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003a6","brand_id":"51377ceffcc113c3fc000490","model":"","resource_uri":"/products/magnavox-32md301b","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":4.24,"ranking":{"total":262,"rank":254,"percentile":4},"rubric":{"id":"50f9ed93bd0286638e0003a6","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"TV
68
- Ratings (rating-specs group)","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/50f9ed93bd0286638e0003a6","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a6"}}},"attachments":[{"id":"51362fe2f15f513c230006d6","created_at":"2013-03-05T17:48:18Z","updated_at":"2013-03-10T02:30:07Z","name":"front.jpg","type":"file","tags":["vanity","design"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s50x50_front.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s150x150_front.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s250x250_front.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s300x150_front.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s300x112_front.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s500x500_front.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s600x400_front.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s600x600_front.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s940x400_front.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s940x350_front.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s940x110_front.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/front.jpg"},"caption":"Maybe
69
- it''s just us, but that red stripe below the logo is kind of ugly.","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/front.jpg","file_size":64804},"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/51362fe2f15f513c230006d6","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/51362fe2f15f513c230006d6"}}}],"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/51cc5d589156bdb6e7000024","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d589156bdb6e7000024"}}},{"id":"5134bf84f7fb8dc21b000223","created_at":"2013-03-04T15:36:36Z","updated_at":"2013-03-14T14:12:53Z","name":"LG
70
- WT1101CW","slug":"lg-wt1101cw","_type":"Appliances::MajorAppliances::WashingMachine","types":["Top-Loading"],"msrp":699.0,"article_ids":[],"website_ids":["50e669d7bd028648e000001b"],"publish_on":"2013-03-04T15:14:13+00:00","upc":"","price_grabber_id":"1080763319","rubric_id":"50f9ed93bd0286638e0003af","brand_id":"513a04289da86c69df000691","model":"","resource_uri":"/products/lg-wt1101cw","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":4.23,"ranking":{"total":50,"rank":42,"percentile":16},"rubric":{"id":"50f9ed93bd0286638e0003af","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:55:46Z","name":"Washing
71
- Machines","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/50f9ed93bd0286638e0003af","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003af"}}},"attachments":[{"id":"5134be6bf83e98e0f200029b","created_at":"2013-03-04T15:31:55Z","updated_at":"2013-03-10T02:28:50Z","name":"Vanity","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s50x50_vanity.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s150x150_vanity.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s250x250_vanity.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s300x150_vanity.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s300x112_vanity.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s500x500_vanity.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s600x400_vanity.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s600x600_vanity.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s940x400_vanity.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s940x350_vanity.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s940x110_vanity.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/vanity.jpg"},"caption":"","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/vanity.jpg","file_size":11636},"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/5134be6bf83e98e0f200029b","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/5134be6bf83e98e0f200029b"}}}],"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/51cc5d589156bdb6e7000025","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d589156bdb6e7000025"}}},{"id":"512cfd37ba5f4c688e000099","created_at":"2013-02-26T18:21:43Z","updated_at":"2013-03-11T21:05:28Z","name":"Nikon
72
- Coolpix S31","slug":"nikon-coolpix-s31","_type":"Electronics::Cameras::PointAndShoot","types":[],"msrp":119.95,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2013-02-03T13:01:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"512cff109ca88f193b0001aa","model":"","resource_uri":"/products/nikon-coolpix-s31","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d589156bdb6e7000026","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d589156bdb6e7000026"}}},{"id":"512cf3e000a2d9744d000091","created_at":"2013-02-26T17:41:53Z","updated_at":"2013-03-11T21:05:06Z","name":"Nikon
73
- Coolpix AW110","slug":"nikon-coolpix-aw110","_type":"Electronics::Cameras::PointAndShoot","types":[],"msrp":349.95,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2013-01-31T12:48:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"512e3e1c9c4005ed4e000024","model":"","resource_uri":"/products/nikon-coolpix-aw110","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d599156bdb6e7000027","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d599156bdb6e7000027"}}},{"id":"512ce285ebb3185cc600066a","created_at":"2013-02-26T16:27:49Z","updated_at":"2013-03-11T21:04:00Z","name":"Nikon
74
- Coolpix S9500","slug":"nikon-coolpix-s9500","_type":"Electronics::Cameras::PointAndShoot","types":[],"msrp":349.95,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2013-02-02T11:23:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"512e3a3bb4ea102fca00002c","model":"","resource_uri":"/products/nikon-coolpix-s9500","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d599156bdb6e7000028","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d599156bdb6e7000028"}}},{"id":"512cd7548087b2a042000821","created_at":"2013-02-26T15:40:04Z","updated_at":"2013-03-11T21:04:15Z","name":"Fujifilm
75
- F900EXR","slug":"fujifilm-f900exr","_type":"Electronics::Cameras::PointAndShoot","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2013-02-01T10:26:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"512ce232184a8a15e800019b","model":"","resource_uri":"/products/fujifilm-f900exr","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d599156bdb6e7000029","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d599156bdb6e7000029"}}},{"id":"512be11481470fe1c10001a6","created_at":"2013-02-25T22:09:24Z","updated_at":"2013-03-11T21:05:26Z","name":"Canon
76
- PowerShot ELPH 115 IS","slug":"canon-powershot-elph-115-is","_type":"Electronics::Cameras::PointAndShoot","types":[],"msrp":169.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2013-02-05T17:43:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"512be189a8758504860001e9","model":"","resource_uri":"/products/canon-powershot-elph-115-is","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d599156bdb6e700002a","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d599156bdb6e700002a"}}},{"id":"512bc7f34b8e6d1129000109","created_at":"2013-02-25T20:22:11Z","updated_at":"2013-03-11T21:03:58Z","name":"Canon
77
- PowerShot 330 HS","slug":"powershot-330-hs","_type":"Electronics::Cameras::PointAndShoot","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2013-02-01T13:55:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"512bcc738f5db50843000114","model":"","resource_uri":"/products/powershot-330-hs","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d599156bdb6e700002b","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d599156bdb6e700002b"}}},{"id":"51278bac6143ac867900023c","created_at":"2013-02-22T15:15:56Z","updated_at":"2013-03-31T14:38:13Z","name":"Hisense
78
- 55XT710","slug":"hisense-55xt710","_type":"Electronics::Television","types":[],"msrp":1099.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-02-19T09:09:00+00:00","upc":"","price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003a6","brand_id":"5139d7a59da86c69df000506","model":"","resource_uri":"/products/hisense-55xt710","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":5.69,"ranking":{"total":262,"rank":200,"percentile":24},"rubric":{"id":"50f9ed93bd0286638e0003a6","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"TV
79
- Ratings (rating-specs group)","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/50f9ed93bd0286638e0003a6","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a6"}}},"attachments":[{"id":"512f6e1375dec71baf0003ec","created_at":"2013-02-28T14:47:47Z","updated_at":"2013-03-07T21:38:33Z","name":"Front.jpg","type":"file","tags":["design","vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s50x50_Front.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s150x150_Front.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s250x250_Front.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s300x150_Front.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s300x112_Front.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s500x500_Front.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s600x400_Front.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s600x600_Front.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s940x400_Front.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s940x350_Front.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s940x110_Front.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/Front.jpg"},"caption":"","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/Front.jpg","file_size":52258},"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/512f6e1375dec71baf0003ec","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/512f6e1375dec71baf0003ec"}}}],"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/51cc5d599156bdb6e700002c","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d599156bdb6e700002c"}}},{"id":"5124f2fad7ee352066000492","created_at":"2013-02-20T15:59:54Z","updated_at":"2013-03-31T14:38:13Z","name":"Sceptre
80
- E325BV-HDH","slug":"sceptre-e325bv-hdh","_type":"Electronics::Television","types":[],"msrp":599.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-02-20T15:17:23+00:00","upc":"","price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003a6","brand_id":"5138f58e1eb889ace70006ec","model":"","resource_uri":"/products/sceptre-e325bv-hdh","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":6.53,"ranking":{"total":262,"rank":68,"percentile":75},"rubric":{"id":"50f9ed93bd0286638e0003a6","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"TV
81
- Ratings (rating-specs group)","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/50f9ed93bd0286638e0003a6","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a6"}}},"attachments":[{"id":"5124f32449a663e0a4000078","created_at":"2013-02-20T16:00:36Z","updated_at":"2013-02-28T04:50:10Z","name":"Vanity","type":"file","tags":["design","vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s50x50_Sceptre-vanity.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s150x150_Sceptre-vanity.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s250x250_Sceptre-vanity.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s300x150_Sceptre-vanity.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s300x112_Sceptre-vanity.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s500x500_Sceptre-vanity.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s600x400_Sceptre-vanity.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s600x600_Sceptre-vanity.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s940x400_Sceptre-vanity.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s940x350_Sceptre-vanity.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s940x110_Sceptre-vanity.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/Sceptre-vanity.jpg"},"caption":"","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/Sceptre-vanity.jpg","file_size":102514},"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/5124f32449a663e0a4000078","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/5124f32449a663e0a4000078"}}}],"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/51cc5d599156bdb6e700002d","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d599156bdb6e700002d"}}},{"id":"5123ba2a6c477e686e000811","created_at":"2013-02-19T17:45:14Z","updated_at":"2013-03-31T14:38:13Z","name":"LG
82
- 47LM8600","slug":"lg-47lm8600","_type":"Electronics::Television","types":[],"msrp":2299.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-02-15T12:59:00+00:00","upc":"","price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003a6","brand_id":"5138f6a4e2289ec912000723","model":"","resource_uri":"/products/lg-47lm8600","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":6.1,"ranking":{"total":262,"rank":130,"percentile":51},"rubric":{"id":"50f9ed93bd0286638e0003a6","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"TV
83
- Ratings (rating-specs group)","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/50f9ed93bd0286638e0003a6","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a6"}}},"attachments":[{"id":"5124dd0bd7ee35a84e00049d","created_at":"2013-02-20T14:26:19Z","updated_at":"2013-02-28T04:50:05Z","name":"Vanity","type":"file","tags":["vanity","design"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s50x50_Front.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s150x150_Front.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s250x250_Front.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s300x150_Front.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s300x112_Front.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s500x500_Front.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s600x400_Front.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s600x600_Front.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s940x400_Front.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s940x350_Front.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s940x110_Front.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/Front.jpg"},"caption":"","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/Front.jpg","file_size":41661},"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/5124dd0bd7ee35a84e00049d","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/5124dd0bd7ee35a84e00049d"}}}],"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/51cc5d599156bdb6e700002e","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d599156bdb6e700002e"}}},{"id":"511e5a198021d5fed7000425","created_at":"2013-02-15T15:54:01Z","updated_at":"2013-03-11T21:03:59Z","name":"Nikon
84
- 1 V2","slug":"nikon-1-v2-2","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2013-02-15T15:50:06+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"511e8fe3a82eb136f1000028","model":"","resource_uri":"/products/nikon-1-v2-2","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d599156bdb6e700002f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d599156bdb6e700002f"}}},{"id":"51101841be0d9f1d3c000045","created_at":"2013-02-04T20:21:21Z","updated_at":"2013-03-11T21:04:00Z","name":"Fujifilm
85
- X-E1","slug":"fujifilm-x-e1-3","_type":"Electronics::Cameras::DSLR","types":[],"msrp":999.95,"article_ids":[],"website_ids":[],"publish_on":"2013-02-04T20:16:10+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"51101841be0d9f1d3c000047","model":"","resource_uri":"/products/fujifilm-x-e1-3","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5a9156bdb6e7000030","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5a9156bdb6e7000030"}}},{"id":"510019f7a0a353b1fc000076","created_at":"2013-01-23T17:12:23Z","updated_at":"2013-03-11T21:06:04Z","name":"Dell
86
- UltraSharp U2713HM","slug":"dell-ultrasharp-u2713hm","_type":"Electronics::ComputerMonitor","types":[],"msrp":799.0,"article_ids":[],"website_ids":["50e669d7bd028648e0000029"],"publish_on":"2013-01-31T12:05:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"51001f564ffb7443bf000015","model":"","resource_uri":"/products/dell-ultrasharp-u2713hm","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5a9156bdb6e7000031","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5a9156bdb6e7000031"}}},{"id":"50fa347b96ab5860160c8e5e","created_at":"2013-01-14T18:13:17Z","updated_at":"2013-01-21T07:43:59Z","name":"Dacor
87
- DDW24S","slug":"dacor-ddw24s","_type":"Appliances::MajorAppliances::Dishwasher","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e0000021"],"publish_on":"2013-01-14T18:13:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"DDW24S","resource_uri":"/products/dacor-ddw24s","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5a9156bdb6e7000032","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5a9156bdb6e7000032"}}}]}'
81
+ encoding: ASCII-8BIT
82
+ string: !binary |-
83
+ H4sIAPtA8FEAA+yd74/bNpqA/xXDHw53uCjDn6Lkb71sFwtcuxdsAtyii8OA
84
+ kqjEzYxt2J40adH//ShL8tgWab4UZXUaqECRxJSlx6RI8338ivxtvpEfliu5
85
+ X65X88Vv8/16Lx/mCywSwV/V/7rXR6jdfJGk7NW8XG53+8Mr88V++6RezR/k
86
+ 8YVSPuz0K5ut+rxcP+2aV1dPDw+v5iv1pT2MvJqvn/b36/I+Wz+tit3xjeuy
87
+ 3Kn9fIFezfOn7Vat2ndgfVK1bd+ui3XRdql29+vV8cXfX80LuZfzxb9+my+L
88
+ +WLOUSkJS0Uay4wnMcIxyjkWYq7PvlVyr4p7qS82JwijCCURwe+xWGCyoMlP
89
+ +pinTXF2DI0Qr45BeIHSBUPVMSv5qK89/9vb2duP6/169yi3+9mPjFXX2D08
90
+ fdBlHzfR5lgWPdZl9/uvm+qN3z+ofL9dr5b5brF4o0+2lfovb9fL1f67VfHu
91
+ 43q910dXB+tK+tf/vZo/7rab+SJNX6fpq7k+4TJ/UPfLoin9RWW75b59QVeA
92
+ iuO0EFmBSBKzRKHDf8VcH7p5yh6Wu4/3VavXNYBJhPl7RHTbLxD/T4QWCB2q
93
+ IddHzKtWXebq/sNWZpluikMNM8ooxyjRpdunTJcfXq7bO9vKVXHfNkSqiris
94
+ OWJag+SpftvjulD6dpt3q2+rduunrb7i03apD7jbbNfFU77f3RkrVG7zj8vP
95
+ 6n63122mD8++3letp0uWu/tdvt4uVx/uM7lTD8vV843avKtob+X6Q1TdoGnY
96
+ +eG+e1zudrp77KoCfeMcD6/vouPZ6hvm+M9C7XTTfm3+re9OuVne68t/Opwn
97
+ Xz9Ubd/0uu2hEu70EXef8V2NsdMX/7hVZXUP7feb3eLubv9RRR+eloWK9OfU
98
+ vfbD649qu/70JDeb1/n68fL9vz/X4g0v8nv10fZ7mX981L1yd9b/8pgLXjd7
99
+ ypREiMo0MfQ/3bdwRNB7gheMLwi39L/OMcf+Fz3fQFF1A0VYXytGr3/efGg6
100
+ kD6sXD5Ud4T+VIfu8VmulvuvVWf4rLbHBt5x9IWjpj50dVRjmfpFFcfa2NHX
101
+ 8lH+ul7JX3Z1hRw//F1ZZLLEgpUFLznBqkxEImmJUsUylCGiklhwSrK7+ir3
102
+ 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
217
+ lPcoAQA=
88
218
  http_version:
89
- recorded_at: Thu, 27 Jun 2013 15:42:19 GMT
219
+ recorded_at: Wed, 24 Jul 2013 21:02:51 GMT
90
220
  - request:
91
221
  method: get
92
222
  uri: https://the-guide-staging.herokuapp.com/api/v1/products?page=2
@@ -95,82 +225,227 @@ http_interactions:
95
225
  string: ''
96
226
  headers:
97
227
  User-Agent:
98
- - Faraday v0.8.7
228
+ - Faraday v0.8.6
99
229
  X-Reviewed-Authorization:
100
- - 38e397252ec670ec441733a95204f141
230
+ - 5bbeff36f992bbb2f6dcaf37f3e630d8
101
231
  Accept-Encoding:
102
232
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
103
233
  Accept:
104
- - '*/*'
234
+ - ! '*/*'
105
235
  response:
106
236
  status:
107
237
  code: 200
108
- message: OK
238
+ message: !binary |-
239
+ T0s=
109
240
  headers:
110
- Access-Control-Allow-Credentials:
111
- - 'true'
112
- Access-Control-Allow-Headers:
113
- - x-pagination, x-requested-with, x-requested-by, x-reviewed-authorization,
114
- x-skip-cache, Content-Type
115
- Access-Control-Allow-Methods:
116
- - OPTIONS, GET, POST, PUT, DELETE
117
- Access-Control-Allow-Origin:
118
- - '*'
119
- Access-Control-Max-Age:
120
- - '1000'
121
- Cache-Control:
122
- - no-cache, no-store
123
- Content-Type:
124
- - application/json; charset=utf-8
125
- Date:
126
- - Thu, 27 Jun 2013 15:42:21 GMT
127
- Etag:
128
- - '"e0aa021e21dddbd6d8cecec71e9cf564"'
129
- Status:
130
- - 200 OK
131
- Strict-Transport-Security:
132
- - max-age=31536000
133
- Vary:
134
- - Accept-Encoding
135
- X-Request-Id:
136
- - 1677317d06d66f9da865017162d409b4
137
- X-Runtime:
138
- - '0.019178'
139
- X-Ua-Compatible:
140
- - IE=Edge,chrome=1
141
- Transfer-Encoding:
142
- - chunked
143
- Connection:
144
- - keep-alive
241
+ !binary "QWNjZXNzLUNvbnRyb2wtQWxsb3ctQ3JlZGVudGlhbHM=":
242
+ - !binary |-
243
+ dHJ1ZQ==
244
+ !binary "QWNjZXNzLUNvbnRyb2wtQWxsb3ctSGVhZGVycw==":
245
+ - !binary |-
246
+ eC1wYWdpbmF0aW9uLCB4LXJlcXVlc3RlZC13aXRoLCB4LXJlcXVlc3RlZC1i
247
+ eSwgeC1yZXZpZXdlZC1hdXRob3JpemF0aW9uLCB4LXNraXAtY2FjaGUsIENv
248
+ bnRlbnQtVHlwZQ==
249
+ !binary "QWNjZXNzLUNvbnRyb2wtQWxsb3ctTWV0aG9kcw==":
250
+ - !binary |-
251
+ T1BUSU9OUywgR0VULCBQT1NULCBQVVQsIERFTEVURQ==
252
+ !binary "QWNjZXNzLUNvbnRyb2wtQWxsb3ctT3JpZ2lu":
253
+ - !binary |-
254
+ Kg==
255
+ !binary "QWNjZXNzLUNvbnRyb2wtTWF4LUFnZQ==":
256
+ - !binary |-
257
+ MTAwMA==
258
+ !binary "Q2FjaGUtQ29udHJvbA==":
259
+ - !binary |-
260
+ bm8tY2FjaGUsIG5vLXN0b3Jl
261
+ !binary "Q29udGVudC1FbmNvZGluZw==":
262
+ - !binary |-
263
+ Z3ppcA==
264
+ !binary "Q29udGVudC1UeXBl":
265
+ - !binary |-
266
+ YXBwbGljYXRpb24vanNvbjsgY2hhcnNldD11dGYtOA==
267
+ !binary "RGF0ZQ==":
268
+ - !binary |-
269
+ V2VkLCAyNCBKdWwgMjAxMyAyMTowMjo1MiBHTVQ=
270
+ !binary "U3RhdHVz":
271
+ - !binary |-
272
+ MjAwIE9L
273
+ !binary "U3RyaWN0LVRyYW5zcG9ydC1TZWN1cml0eQ==":
274
+ - !binary |-
275
+ bWF4LWFnZT0zMTUzNjAwMA==
276
+ !binary "VmFyeQ==":
277
+ - !binary |-
278
+ QWNjZXB0LUVuY29kaW5n
279
+ !binary "WC1SYWNrLUNhY2hl":
280
+ - !binary |-
281
+ bWlzcw==
282
+ !binary "WC1SZXF1ZXN0LUlk":
283
+ - !binary |-
284
+ ODM3ODIyMTA5NjgxYmY4Mzc5ZTdhZjcyYTc0NGQ1ZDg=
285
+ !binary "WC1SdW50aW1l":
286
+ - !binary |-
287
+ MC4yMTY1MDc=
288
+ !binary "WC1VYS1Db21wYXRpYmxl":
289
+ - !binary |-
290
+ SUU9RWRnZSxjaHJvbWU9MQ==
291
+ !binary "VHJhbnNmZXItRW5jb2Rpbmc=":
292
+ - !binary |-
293
+ Y2h1bmtlZA==
294
+ !binary "Q29ubmVjdGlvbg==":
295
+ - !binary |-
296
+ a2VlcC1hbGl2ZQ==
145
297
  body:
146
- encoding: UTF-8
147
- string: '{"pagination":{"total":17660,"total_pages":883,"first_page":false,"last_page":false,"previous_page":1,"next_page":3,"out_of_bounds":false,"offset":20,"current_page":2,"per_page":20,"entries_on_page":20},"data":[{"id":"50fa347b96ab5860160c8e5d","created_at":"2013-01-14T18:05:45Z","updated_at":"2013-01-21T07:43:43Z","name":"Dacor
148
- DR30D","slug":"dacor-dr30d","_type":"Appliances::MajorAppliances::Oven","types":["Gas","Electric","Dual-Fuel"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000002b"],"publish_on":"2013-01-14T18:05:00+00:00","upc":null,"price_grabber_id":"","rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"DR30D","resource_uri":"/products/dacor-dr30d","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5bf82dc772ea000041","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5bf82dc772ea000041"}}},{"id":"50fa347b96ab5860160c8e5c","created_at":"2013-01-14T18:05:41Z","updated_at":"2013-01-21T17:34:01Z","name":"Dacor
149
- DR30DI","slug":"dacor-dr30di","_type":"Appliances::MajorAppliances::Oven","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000002b"],"publish_on":"2013-01-14T18:05:00+00:00","upc":null,"price_grabber_id":"","rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"DR30DI","resource_uri":"/products/dacor-dr30di","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5bf82dc772ea000042","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5bf82dc772ea000042"}}},{"id":"50fa347b96ab5860160c8e5b","created_at":"2013-01-14T18:00:09Z","updated_at":"2013-01-21T07:43:28Z","name":"Dacor
150
- EF36IWF","slug":"dacor-ef36iwf","_type":"Appliances::MajorAppliances::Refrigerator","types":["French
151
- Door","French Door"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e0000019"],"publish_on":"2013-01-14T18:00:00+00:00","upc":null,"price_grabber_id":"","rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"EF36IWF","resource_uri":"/products/dacor-ef36iwf","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5bf82dc772ea000043","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5bf82dc772ea000043"}}},{"id":"50fa347b96ab5860160c8e5a","created_at":"2013-01-14T17:51:01Z","updated_at":"2013-02-27T18:17:12Z","name":"Dacor
152
- IF36BNNFSF","slug":"dacor-if36bnnfsf","_type":"Appliances::MajorAppliances::Refrigerator","types":["French
153
- Door"],"msrp":2999.0,"article_ids":[],"website_ids":["50e669d7bd028648e0000019"],"publish_on":"2013-01-14T17:50:00+00:00","upc":null,"price_grabber_id":"","rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"IF36BNNFSF","resource_uri":"/products/dacor-if36bnnfsf","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[{"id":"50fcf4f0bd028662a701385c","created_at":"2013-01-21T07:57:36Z","updated_at":"2013-01-21T07:57:36Z","name":"Dacor-EF36BNNFSS-front.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s50x50_Dacor-EF36BNNFSS-front.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s150x150_Dacor-EF36BNNFSS-front.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s250x250_Dacor-EF36BNNFSS-front.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s300x150_Dacor-EF36BNNFSS-front.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s300x112_Dacor-EF36BNNFSS-front.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s500x500_Dacor-EF36BNNFSS-front.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s600x400_Dacor-EF36BNNFSS-front.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s600x600_Dacor-EF36BNNFSS-front.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s940x400_Dacor-EF36BNNFSS-front.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s940x350_Dacor-EF36BNNFSS-front.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s940x110_Dacor-EF36BNNFSS-front.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/Dacor-EF36BNNFSS-front.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/Dacor-EF36BNNFSS-front.jpg","file_size":13867,"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/50fcf4f0bd028662a701385c","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fcf4f0bd028662a701385c"}}}],"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/51cc5d5bf82dc772ea000044","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5bf82dc772ea000044"}}},{"id":"50fa347a96ab5860160c8e59","created_at":"2013-01-14T17:46:33Z","updated_at":"2013-01-21T07:43:28Z","name":"Dacor
154
- EF36BNNFSS ","slug":"dacor-ef36bnnfss","_type":"Appliances::MajorAppliances::Refrigerator","types":["French
155
- Door","French Door"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e0000019"],"publish_on":"2013-01-14T17:46:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"EF36BNNFSS","resource_uri":"/products/dacor-ef36bnnfss","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5bf82dc772ea000045","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5bf82dc772ea000045"}}},{"id":"50fa347a96ab5860160c8e58","created_at":"2013-01-14T17:31:36Z","updated_at":"2013-01-21T07:43:27Z","name":"Dacor
156
- RDW24I ","slug":"dacor-rdw24i","_type":"Appliances::MajorAppliances::Dishwasher","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e0000021"],"publish_on":"2013-01-14T17:31:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"RDW24I","resource_uri":"/products/dacor-rdw24i","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5cf82dc772ea000046","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5cf82dc772ea000046"}}},{"id":"50fa347a96ab5860160c8e57","created_at":"2013-01-14T17:31:02Z","updated_at":"2013-01-21T07:43:23Z","name":"Dacor
157
- RDW24S","slug":"dacor-rdw24s","_type":"Appliances::MajorAppliances::Dishwasher","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e0000021"],"publish_on":"2013-01-14T17:31:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"RDW24S","resource_uri":"/products/dacor-rdw24s","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5cf82dc772ea000047","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5cf82dc772ea000047"}}},{"id":"50fa347a96ab5860160c8e56","created_at":"2013-01-11T23:32:19Z","updated_at":"2013-03-11T21:05:10Z","name":"Moneual
158
- TV700 OS","slug":"moneual-tv700-os","_type":"Electronics::Television","types":["LED"],"msrp":null,"article_ids":["50fc385fbd0286d5550ab62d"],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T23:32:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"50f9ed7fbd0286638e0002f2","model":"TV700
159
- OS","resource_uri":"/products/moneual-tv700-os","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5cf82dc772ea000048","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5cf82dc772ea000048"}}},{"id":"50fa347a96ab5860160c8e55","created_at":"2013-01-11T23:11:06Z","updated_at":"2013-01-21T07:43:21Z","name":"Dacor
160
- MRES30S ","slug":"dacor-mres30s","_type":"Appliances::MajorAppliances::Oven","types":["Electric"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000002b"],"publish_on":"2013-01-11T23:10:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"MRES30S","resource_uri":"/products/dacor-mres30s","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5cf82dc772ea000049","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5cf82dc772ea000049"}}},{"id":"50fa347a96ab5860160c8e54","created_at":"2013-01-11T23:10:26Z","updated_at":"2013-01-21T07:43:09Z","name":"Dacor
161
- ER30GI ","slug":"dacor-er30gi","_type":"Appliances::MajorAppliances::Oven","types":["Gas"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000002b"],"publish_on":"2013-01-11T23:10:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"ER30GI","resource_uri":"/products/dacor-er30gi","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5cf82dc772ea00004a","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5cf82dc772ea00004a"}}},{"id":"50fa347996ab5860160c8e53","created_at":"2013-01-11T23:10:22Z","updated_at":"2013-01-21T07:43:04Z","name":"Dacor
162
- ER36GI","slug":"dacor-er36gi","_type":"Appliances::MajorAppliances::Oven","types":["Gas"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000002b"],"publish_on":"2013-01-11T23:10:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"ER36GI","resource_uri":"/products/dacor-er36gi","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5cf82dc772ea00004b","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5cf82dc772ea00004b"}}},{"id":"50fa347996ab5860160c8e52","created_at":"2013-01-11T23:10:17Z","updated_at":"2013-01-21T07:43:00Z","name":"Dacor
163
- ER30G","slug":"dacor-er30g","_type":"Appliances::MajorAppliances::Oven","types":["Gas"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000002b"],"publish_on":"2013-01-11T23:10:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"ER30G","resource_uri":"/products/dacor-er30g","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5cf82dc772ea00004c","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5cf82dc772ea00004c"}}},{"id":"50fa347996ab5860160c8e51","created_at":"2013-01-11T23:10:15Z","updated_at":"2013-01-21T07:42:48Z","name":"Dacor
164
- ER36G","slug":"dacor-er36g","_type":"Appliances::MajorAppliances::Oven","types":["Gas"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000002b"],"publish_on":"2013-01-11T23:10:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"ER36G","resource_uri":"/products/dacor-er36g","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5cf82dc772ea00004d","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5cf82dc772ea00004d"}}},{"id":"50fa347996ab5860160c8e50","created_at":"2013-01-11T20:10:10Z","updated_at":"2013-01-21T07:42:28Z","name":"VIZIO
165
- E500d","slug":"vizio-e500d","_type":"Electronics::Television","types":["LED","3D"],"msrp":729.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T20:10:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed75bd0286638e00018b","model":"E500d","resource_uri":"/products/vizio-e500d","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5cf82dc772ea00004e","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5cf82dc772ea00004e"}}},{"id":"50fa347996ab5860160c8e4f","created_at":"2013-01-11T20:09:10Z","updated_at":"2013-01-21T07:42:24Z","name":"VIZIO
166
- E420d","slug":"vizio-e420d","_type":"Electronics::Television","types":["LED","3D"],"msrp":529.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T20:09:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed75bd0286638e00018b","model":"E420d","resource_uri":"/products/vizio-e420d","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5cf82dc772ea00004f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5cf82dc772ea00004f"}}},{"id":"50fa347996ab5860160c8e4e","created_at":"2013-01-11T20:08:34Z","updated_at":"2013-01-21T07:42:22Z","name":"VIZIO
167
- E650i","slug":"vizio-e650i","_type":"Electronics::Television","types":["LED"],"msrp":1299.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T20:08:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed75bd0286638e00018b","model":"E650i","resource_uri":"/products/vizio-e650i","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5df82dc772ea000050","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5df82dc772ea000050"}}},{"id":"50fa347896ab5860160c8e4d","created_at":"2013-01-11T20:08:06Z","updated_at":"2013-01-21T07:42:21Z","name":"VIZIO
168
- E500i","slug":"vizio-e500i","_type":"Electronics::Television","types":["LCD"],"msrp":699.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T20:08:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed75bd0286638e00018b","model":"E500i","resource_uri":"/products/vizio-e500i","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5df82dc772ea000051","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5df82dc772ea000051"}}},{"id":"50fa347896ab5860160c8e4c","created_at":"2013-01-11T20:07:42Z","updated_at":"2013-01-21T07:42:04Z","name":"VIZIO
169
- E470i","slug":"vizio-e470i","_type":"Electronics::Television","types":["LED"],"msrp":599.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T20:07:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed75bd0286638e00018b","model":"E470i","resource_uri":"/products/vizio-e470i","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5df82dc772ea000052","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5df82dc772ea000052"}}},{"id":"50fa347896ab5860160c8e4b","created_at":"2013-01-11T20:07:12Z","updated_at":"2013-01-21T07:42:02Z","name":"VIZIO
170
- E420i","slug":"vizio-e420i","_type":"Electronics::Television","types":["LED"],"msrp":499.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T20:07:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed75bd0286638e00018b","model":"E420i","resource_uri":"/products/vizio-e420i","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5df82dc772ea000053","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5df82dc772ea000053"}}},{"id":"50fa347896ab5860160c8e4a","created_at":"2013-01-11T20:06:45Z","updated_at":"2013-01-21T07:41:41Z","name":"VIZIO
171
- E390i","slug":"vizio-e390i","_type":"Electronics::Television","types":[],"msrp":399.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T20:06:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed75bd0286638e00018b","model":"E390i","resource_uri":"/products/vizio-e390i","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5df82dc772ea000054","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5df82dc772ea000054"}}}]}'
298
+ encoding: ASCII-8BIT
299
+ string: !binary |-
300
+ H4sIAPxA8FEAA+ydWY/jNrqG/4rhi8EMTivFRaQk32XpwRnM1pgOgiDBQUFr
301
+ t5Mq27BcnU6C/PdDbS5LIs2P+mx3TUO5mOkqqeTHlEjpfcTl9+UufrfexIf1
302
+ drNc/b48bA/xw3JFgzAQr5qf7tUeeblchZH/alms9+Wh/s1yVcQPZf5q+RAP
303
+ f7Pb5x/W26ey/S19tdzkH7t9+Kvl9ulwvy3uk+3TJiuPf7UtijI/LFeMvFqm
304
+ T/t9vun+hKlD5vvuB7VZbdqv8/J+uzn+8o9Xyyw+xMvVj78v19lytRSkiJkf
305
+ k0jGiQgloZKkgobpUh19n8eHPLuP1actGaHEI6HH6Lc0WFF/5csf1D5Pu6y3
306
+ D/eIqPYhdEWilc+qfTbxo/rs5ddxud4uXn9cP6wfF6+/936gRBC1uXx4eqc2
307
+ p9VmL683q//zfms33x9+3VV//vohTw/77WadlqvV1+qQ+1j94812vTl8ucne
308
+ vt9uD2rvamdVVj/+36vlY7nfLVebp4eHV8t4f1inD/n9uirIH6svnUge0CQj
309
+ LJSZEIJwGhfZUv3ZL3lSrg8nu+ZSRlnQ7OqHOan/q3fdPSUP6/L9fXVNNAVE
310
+ mUfFt4SpK2NFxP8QsiKkLqW0+gbf11/5q79/89WyOvvrNL9/t4+TRJ20+lxw
311
+ ztQpCCO1df+UqO333SmK8iziDYLkNQOPmdot2ceb7HQvWfT2IqlUez1us/yh
312
+ AhiV/T4vt097xfG0X6sd7nb7bfaUHso709mI9+n79Yf8vjyo067+Ivn1vroA
313
+ 1JZ1eV+m2/168+4+icv8Yb15vtLbv1KYh/1T3n27qiLZvuDwGlTXF/Vo9K0q
314
+ WT9aMW64Bkf7tNcgIyRYqCJbqH+Ei/riWfxpUV88i/+o2r15Vy7+vK//4ZW7
315
+ PC0X7/bbp91flnXVelyXqlQ2ZQWuuI5fp4E8ftuG5/hjlpfquv21/VlVwHi3
316
+ vlfF83N9nHT7UF3Ybbuyr8/Tndrj7gO9a4qpVB/+fp8XasP7w2FXru7uDu9z
317
+ 793TOss9dR5Uu/Tui/f5fvvzU7zbfZFuH4d//8fziTZ+yN2Zk4D6dPOB//ij
318
+ KozDIU7fP6qmquw1ShkRNG7+hCSUE6paKd90QVQNTrQicsV94wUx2Oe0UfKa
319
+ iuF1FcOjhEY8/OKn3bu2SVF7FuuH6jJX37huFz7Em/Xh16oV+JDvj1dFKchH
320
+ VU+aslJFVbXw+S95diypkn8RP8a/bTfxL2VTWMfvfycyJvLcj+IsyJNUJESo
321
+ lomwVAqfS+6LuOBBzHh613zKPYC9pGpXegOi9nNATKrufQzE1ZGaj4ERKXp2
322
+ g1JqPwfExMltzlz7OXAmym7DRBmISZCqMtyiztWfA2KSal//Bkzt54CZ5I2Y
323
+ JJSJq/rAr98UtJ8DYor825y79nPATPwGbUH7OWAmSm/DpD4HwqSePquQ9nBt
324
+ JiuKeq5J413zUNcGkIfD/UGlu+7nJoT9vnza62jbx3D19zcCflU/3tyX69+q
325
+ IMolkeobbDeHKly2zz/rRxUh737a5fXX221VSKq/H6mizDbN1aPx5l339T7B
326
+ w/Lpg+TUR9bTY5x9aD7Z8e7Mwyqawnxw9fCsnj2Tp4ef7592D9s4a1PvhUpe
327
+ hcZ4o074Mcvdd9Fwwqk5/unUEjke4OxJOYZXQQvik0LEJIuiMEvSos7sAv35
328
+ 5iNXWea8UcmsRkWY0uzRqIgVC0/Cy1+fflqrevu4WPxVnaE364+LtwE5USpF
329
+ u90r1Obd+qNXNpunKZXl64+qPcjybPHDdvu4PGtYrupRDPLED0LBItaXJw3c
330
+ SJMEspdGaXKqSdpCNLoRU7Fe2o20Z/nzdw/4DzlnEtTtMGzbz5xHeeUezGqJ
331
+ kW8ZXfnCrDdH+5xURq+th151CXnNDTa6tUZQVSySSZ7HjCZhQLKCkizJKQ/C
332
+ NAt8PytyXz0lhKLTCDZwpEOA43QOwQqEEghwnlYg2HFQ9sCBp7UHViCcOoAD
333
+ deoABjTZGzgCUWYHwkkDlxrWSAMrEM4YwIE6YwACmq4L3IAkCAjlChyAWldg
334
+ BcKJAjhQJwpAQNMtgRsQh1R7nCJwA6oUgQ0I6QfAQOc5biQHLkTbMwOSMzaL
335
+ AQcxYHr2vIgY0B98FgNWMSAH8V1eTAyMjzwWA3QgBnK7GAgdu1q8jR/Lp827
336
+ xdvwtIdF2fzWK8OrdqwIcz886Vjh8zgNr9ux4kxvioDBhMCw30QSngqB8Hxn
337
+ iUHBzh7ghXqAJGp7/Ijq1kd85pNzHkBdbHTForMe4GSfft3zqoumvpH65NYG
338
+ IFQPQ5IEBc/jOOckSEI/CCPBaSbTPMrSOA2CPGO8MwBmZGT2h4N02f8MCir1
339
+ w0na1H8OBJX3HUjavH8GBZf04Shd0rehTM74jigq459BwaV7l9rTpPszKLhc
340
+ D0fpcr0FZXqid0ORFhRUlndAabP8GRRcioejdCnegjI9v7uh8POVGZfc3VCq
341
+ 5G5GQWZ2MIqJ4EZpHc3Zy+ki8sM5pzvldP2z4YVyuu7gc053zunB1XJ6AMjp
342
+ hSWnixWZmtP/9V2w+Pebt+OovvkQeNtdecW0rtoPcZrWpaD+p0jrzA8i1ZxJ
343
+ fFp/LkxrYH8u3jmzv9DMLvK8OddRKDJCeMLPZna68oMVs7677/YZZHZ16Xjq
344
+ 0mnuq+zWsT1ieai+nl/wjMkwFLm6caialidMcuoLnmepargKOYztWmpkcoez
345
+ DJO7ngYV3uEwg/BuYEHldweYQX7X0+AiPJxmGOHP0ExO8Y40JyleT4ML8i71
346
+ qR/k9TS4LA+nGWZ5M830OO9GI+00qETvQDNI9HoaXKiH0wxDvZlmeq53o+HW
347
+ Go6L9m40p9FeS4NM92CaMxA3CviXQO2/iycimjO+27t47bPkpd7Faw4+Z3zn
348
+ jB9eLeOH9owf6bJFP+NT0whjU8b/3zeLN++3h+3bR5W+F//0efAc89/vvF21
349
+ ray2eY/Ntisk/U/x9l34fhTUBeqe59PoJM+PS8+Y67XlOUf7lxrtw7bFZHHe
350
+ 9F7i1m75gti75Tf7HKuf93wBedUF1NxR+c3TfSojGWZBzlOSZDIimQj9nPhJ
351
+ wqM0kep2ztNcBqxL9zZwbMAH43QB3wqEy/hgnjbj23FwMR/O08Z8KxAy6YOB
352
+ uqQPA5oe9t2AVNi3AiHzvkMNa/K+FQgZ+cFAXeQHASFSvxOQBAHhgj8cqA3+
353
+ ViBk9gcDddkfBISI/05AHFLtkQbACagyADYgrASAAp3nuJUHuAxt/3W/oP6s
354
+ Ahy75euePS/WLX988FkFOKuA6GoqIAKoAGpXAaauwY0KICsRtvsMXvf/I+Tf
355
+ jt/1P4T88NnEf/xr/LaQrO/w22KbU/6LTfntWaZCpnVjaJ7G75jgKSDlU80L
356
+ /OqiaW6T/q3zfSYCRkkSSBbmoYJlhU9VHRMkjjLqqwJgNIvSnAzf3o+Rkcke
357
+ DjJ8da9BQWV6OMngvb0OBJXmHUgGL+01KLgcD0cZvrE3oUxO8I4oJ6/rNSi4
358
+ 7O5Se/rv6jUouNQORxm+qDegTM/rbijSgoJK6g4og1f0GhRcRoejDN/PG1Cm
359
+ p3M3FH6+MuNyuRvK6Zv5MQoykYNRTAQ3yuJozl4K9znncwp3TOG6Z8OLpfDx
360
+ wecU7pzC46ul8FiTwtkghesm6uqncCYmdrpXlVkzOP6h+e3nkcIlZURGcrCg
361
+ wMQ0DhoC3xbfnMZfahqPSHOW4zQQdaMo7GmcAdK4poZVt8t2jJq4dRqnRIZh
362
+ FIRhmMSCRIL6sUzSKI1zkTCfhgkLYs7SQJPGB8jINA4H0aTxIQoqjcNJxml8
363
+ BIJK4w4k4zQ+RMGlcTiKJo1rUSancUeUfhofouDSuEvtGaXxIQoujcNRNGlc
364
+ hzI9jbuhSAsKKo07oIzT+BAFl8bhKJo0rkOZnsbdUPj5yoxL424ogzQ+QEGm
365
+ cTCKieBGaRzN2X8nLsN5DnvHNK59NrxUGtccfE7j1jQeDDJzcrE0Pj6yPY3r
366
+ +uf20zg3vbkDTFU3DuNl/cvPJIsTHrFouLjfxOnoIFG8Kbw5ib/YJM7aa40U
367
+ 9YJ4sbQn8TPL2/X3GU9G19wp5a2DOE/zkOdBkEl1EZNMUllkfuSHIot46odM
368
+ hFkm/CzUzEXXJ0bmcDiHZiq6AQkqhsNBxjPRDTlQKdwBZDwR3YAEF8LhJJp5
369
+ 6HQkkzO4I0l/GroBCS6Cu9Sb0Sx0AxJcAoeTaCah05BMD+BuJPI8CSp/O5CM
370
+ p6AbkODiN5xEMwOdhmR6+nYj4WdrMS58u5EM5p/rkyCzN5jEAHCj6I3F7L8H
371
+ V6liTt6OyVv3LHix5D0++Jy8nZN3erXknQKSt67P7CB5B46rx9WLQi6e14T/
372
+ 7mRg+nD59w9XGpjeThjP/N6E8VH2Saag45wy4tNgUkJPT1eQGxSqMapri3lO
373
+ 7C8ysWckCNtVA1kWBITGnCXGxF4vNk/l2cTe32ejX5D+u6BZjsUPbp3cC1XJ
374
+ IsZIFqQBCUkScz/OoqIQcZELUcSy4FRVgsy0HP2IHJng4TymxejHRKgkDwcy
375
+ LEWv4UElegcgw0L0YyJcsocTmZahNxBNTviORJpF6MdEuKTvUs/0S9CPiXCJ
376
+ H05kWoBeTzQ9+bsR6Zaf1xChDIADkWHx+TERzgTAiUxLz+uJphsBNyLdwvN6
377
+ oulmwI1It+z8iAhpCMBEFpAbmYJL4faNQShnY+C23rz+WfRC683rDj4bA2dj
378
+ kF3NGGQaY8AHxkDXr7dvDASk5zw/ySZv1Ckqq9y/+MfT4/rj4pt/fu39gz5b
379
+ g1233XuotnvZo/oX/S98g6++WP29dPPUs4hGkk2TBIk47VLfL0OjJDCW6iwK
380
+ XpAomBtHt8Yxv1rjmAMaR11Xi9PGUa4IpCNTr3FUF0L8cfHv6hls8SU7GVq0
381
+ q7d422qLFzPisf/CJtHQGkrBpB8IWGuY91vDuDhpDU/LzdwU6kpybgZfUDPY
382
+ 7+HEmxNOOJf1i6fA3sPJ9Ewy2qdX7bz68vHU5VOHDHHzJTdFETI/KyIZCRnw
383
+ qIhEFgd+IdQtP+WMc1H9Tx6lnSw9j400pXCYzpRacFCaFE7TalIbDMqROtC0
384
+ jtSCgxOkcJxOkEJwJttRRxzKbDg4NepSqxo1asHBeVE4TudFATjTpagbjgTg
385
+ oIyoA05rRC04OB0Kx+l0KABnugt1w+H2io4ToW44lQg9j4O0oGCccxQ3UqAX
386
+ Ye2PVQoEnf2nY48p3bPlxXpMjQ8++0/niF9cLeIXgIivyxr9iE+tEX/QY+rv
387
+ 2yz+efE6Ln99+z7e54uvw+Bk0NLP1VYvV1vLaquXNls/k6Dv+yJkBKY9AzLo
388
+ G3Ua9EfFZ0z7hgKd8/6Lzfvta6MsD5K62Qzted+0ZO5on9M66B0vIq+6iJob
389
+ K7115o+JjPwgJYHkuchV7SBJQkM/Ue1QmvsxyyJRZKmMu8xvR0fmfjhQl/sB
390
+ SKjsDydqsz8ECJX/HYja/A9AwjkAOFLnAKBIkz2AIxJlECScC3CpbY0LACDh
391
+ fAAcqfMBQKTpTsANSQKRUF7AAan1AgAknBuAI3VuAIg03Q+4IXFYI4BzBG5I
392
+ lSOwIyE9ARjJRnIjV3Ax3oEvIPPSn66+QPdsejFfMD747AtcfQGdvhir/chj
393
+ X+APfIEuq/R9AbMu/SlWLOqN5dhsN4s321/yvcr3h8XbbyJy0i8grTZ7u2pz
394
+ qTZ7ZdZs/kyMgVRlKn02raMUPzEG4wI8M6BKX6SzM3ixziBqzrzwRTMtVGRx
395
+ Bme65oz2Oa2H3vEy8urLqLm73nwZ0JDlIQlFkIgoY4wnfp75ie9nlBZpEYcs
396
+ oznhXMjnUVVWdqQ1gBM9j6uyM6G0ARzpOLIKQITyBg5Ix7FVdiacOIAzPY+u
397
+ AjJNNgeOTPX4KjsTTh241LluhJWdCecO4EzPY6xgTNPlgRuThDKh7IED03Gc
398
+ lZ0Jpw/gTM8jrWBM0/2BGxMHtgU4geDG1Iy2sjIhDQKYyYpyI4VwOeDBmqFy
399
+ XjPU1SHonlUv5hDGB58dgtUhhIOkTy/mEMZHtjsEXXbpOwRuWksB7hBCQhZ/
400
+ e3tOI6g9vHV5HZNQz9gS+UlxOmOLDFXO/3SOgV/WMRwL2EEzHIt8Ng0v0jRk
401
+ JORxc/7DIqTVoNZAN5vx6cwsEWD2lmg4e8vwHlxdGH9729yGb74mqciSPCGJ
402
+ DLgIqJDMFyxN/CyJkigvUhGrNiyIWZCbZYMOHzs6AQxl9g1aLNwoBTCVUTno
403
+ oXCjFeBURuugxUKOWgBjmcWDGWv66AU3LK170GIhRzE41EKTftBiIUczgLHM
404
+ BsKIhRjV4ISllxB6LNzoBjiW0UNosZCjHMBYZhVhxEKMdnDC0tsIIxZi1IMT
405
+ ll5I6LCwox+gWBCaW42CuCRz30yEwbyOqttsMPpn2wvNBqM7+GwmnM0Eu5qZ
406
+ YAAzEdvNRIQ0E19K/0znhrjZei0jIQVJTowEZ36WXddIUBYGX6nSN42XCEQQ
407
+ +WHfTLQmohte1JoIXq96PNVXtMUOdhXtibi0p7B9PW3QptG3qlD9aMW4MWgP
408
+ 9mkvPhXC5KK+XBZ/WtSXy+I/8UExl4s/7+t/eOUuT8vFu/32afeXz1+f3J0p
409
+ e9Snmw9sES4iDNv1t5NCtUMxE+bpH2qZQkJzF6vRPgbhUtWG5sni5kvOhn5G
410
+ pPBTmRJOWBZSlkZFmJCIqDunag8yTkIRZ5FJtozRsR07wEAm0aJBwvXrABMZ
411
+ JIsOCNetA05kECwaJGSvDjCSSa6YkKZ36nBD0ogVDRKyT4dDbdNLFQ0SsksH
412
+ GMkkVAxIiB4dTkg6maJDwnXogCMZRIoGCdmfA4xkkigGJER3DicknUAxICF6
413
+ czgh6eTJGAnbmQOKZCO5VV+OS/H2hAkVKpfPxsTJmOgfTi9kTHQHn42JszGZ
414
+ 7rDsRx4bEzEwJrq1PfrGxIesuHPWmAT0fFeOWO3grctrTRjZ9uVgea8vh4iT
415
+ T9KXozYmglyyL8dzAcP1yEmRz305XmxfjvY6ZELdPSslTex9Oc6MGunvY1IL
416
+ 1ZVR34OjW6uFIGJ+JoMgSjNJgjwiYUZSKv1ARa0sTZKApkIGqXHQyBgdqRbg
417
+ QEa1MEZCqQU4kUktaIBQasGByKQWxkg4tQBHMqoFA9JkteCIpFMLYyScWnCp
418
+ bQa1MEbCqQU4klEt6JGmqwU3JK1a0CCh1IIDkkktjJFwagGOZFQLeqTpasEN
419
+ SasW9EjT1YIbklYtjJCQagGMZCO5kVq4GG9PLfBIBLNZcOyLoXs2vVhfjPHB
420
+ Z7PgbBamvxS1H9luFlKrWRDWvhiDxSfadbkX//qOnvTBKNvVujcf6Gc0rwQn
421
+ ksmQTvME4YknaAvLqAYGxTfbgBdpA06GzqWpSOuhc7reTsg5JNoa5lUXTX27
422
+ lDefbzJJI67u6X4uCx5zHvg0UN+ck5ilaZxIop4AChHw43yTZmRk+oeDdOn/
423
+ DAoq9cNJ2tR/DgSV9h1I2rR/BgWX8uEoXcq3oUxO944oKt2fQcGlepfa06T6
424
+ Myi4NA9H6dK8BWV6indDkRYUVHp3QGnT+xkUXGqHo3Sp3YIyPa27ofDzlRmX
425
+ 0t1QqpRuRkGmczCKieBGqRzN2R8Z4cs5jU+cs6H3bHjpORtODj6ncec0Lq6W
426
+ xgUgjWeWNF4FU/t7fk5s6+R+z56DuXZJ14/XfMsvBYt74yMErzJttSnMgtNN
427
+ Ppfk03QAYJH0qfAvOWTCsN5ufS7cFtz9eI0OAfOgiXnQhGHQRJgIWncdM6+h
428
+ MXnQxLF98uo64bV1onnuYLfWGjQIU5qERVywLIljP4v8VKh7K4vSIucsLwIq
429
+ hZDBcelMCD3ScMCZjitogqhQsgMO1S2kCWNCeQ8HqG49TRAVToHAqY7LasKp
430
+ JtsQR6pqdU0QFU6MuNS/dpFNEBXOkcCpjmttgqmm6xI3KgmnQpkTB6pu5U0Q
431
+ FU6iwKmOC3CCqab7FDcqDm4ZcGrFjapejhNChbQsYCoAzI2EyyWR++5F8nlW
432
+ ioljLHrPspceY3Fy8Nm9OLsXeTX3IjXuRQ7cS251L5A1Onm/17Y6z4vXH9cP
433
+ 68fF6++9Hyjpr7mhNnt5vVn9n/dbu/lq3iUgfs+7RMmVZ8p8/X33lTWOhUZR
434
+ 4PtSXtCxpPLEsYzL/czAC/2ZmB3L7Fiu7FiydsATIXFR3TqkbWKKaCWIzbF0
435
+ +5y2Q15TH7yuPjRPFzdfcyQRolDPjYQFkqvWOg5ZGCTqh4Rzv6iGwyXqiUnd
436
+ Tp+Hj1jZsT1IwETP40fsTLiuJGCk4wASABGuTwkc6TiCxM6E7FwCZnoeQgJk
437
+ mt7LxI2pHkNiZ0J2N3Goc90gEjsTst8JmOl5FAmMCdEBxYlJQplwPVHgTMdx
438
+ JHYmZJcUMNPzQBIYE6JvihMTB7YFyE4qTkzNUBIrE7a3CpTJinKrbisXA+47
439
+ FCLneSocHYr2WfVSDkVz8NmhODuU6WfEfuSxQwkGDqWwO5TQ0aHUixEvjosR
440
+ L76Tp6NKfq6XKs7V1rJeqviDvNboksagqGTXMyhXX2sklFyqhs9kUASjNMAY
441
+ lIAMDEpxalCGpW4UKIbzMPuT2Z9c2Z8kcX96I8ms/oRa+6h0+5y2QScLole1
442
+ oXmwuPnEniLiRe6r/0Thh3EcJymLAs6TnIe+lFkcpKrQCl50+sSOjl1BBQzU
443
+ 2RMAEm71FDBRK08gQLiVU+BErTsBICFXTQEjdeoEijR9xRQ3JMogSMjVUhxq
444
+ WyNOAEjIlVLASJ03ASIhVklxQpJAJNwKKXCk1poAkJCro4CROmkCREKsjOKE
445
+ xGGNAHJVFCekSpnYkbArokCRbCS3Wg3lUrw9X+JzNo/3cfQl2mfTS/kSzcFn
446
+ X+LsS6b3ArIfuTodf/y/AAAAAP//AwDto9SdrjsBAA==
172
447
  http_version:
173
- recorded_at: Thu, 27 Jun 2013 15:42:22 GMT
448
+ recorded_at: Wed, 24 Jul 2013 21:02:52 GMT
174
449
  - request:
175
450
  method: get
176
451
  uri: https://the-guide-staging.herokuapp.com/api/v1/products?page=1
@@ -179,13 +454,13 @@ http_interactions:
179
454
  string: ''
180
455
  headers:
181
456
  User-Agent:
182
- - Faraday v0.8.7
457
+ - Faraday v0.8.6
183
458
  X-Reviewed-Authorization:
184
- - 38e397252ec670ec441733a95204f141
459
+ - 5bbeff36f992bbb2f6dcaf37f3e630d8
185
460
  Accept-Encoding:
186
461
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
187
462
  Accept:
188
- - '*/*'
463
+ - ! '*/*'
189
464
  response:
190
465
  status:
191
466
  code: 200
@@ -199,27 +474,29 @@ http_interactions:
199
474
  Access-Control-Allow-Methods:
200
475
  - OPTIONS, GET, POST, PUT, DELETE
201
476
  Access-Control-Allow-Origin:
202
- - '*'
477
+ - ! '*'
203
478
  Access-Control-Max-Age:
204
479
  - '1000'
205
480
  Cache-Control:
206
481
  - no-cache, no-store
482
+ Content-Encoding:
483
+ - gzip
207
484
  Content-Type:
208
485
  - application/json; charset=utf-8
209
486
  Date:
210
- - Thu, 27 Jun 2013 15:42:25 GMT
211
- Etag:
212
- - '"e0aa021e21dddbd6d8cecec71e9cf564"'
487
+ - Wed, 24 Jul 2013 21:02:54 GMT
213
488
  Status:
214
489
  - 200 OK
215
490
  Strict-Transport-Security:
216
491
  - max-age=31536000
217
492
  Vary:
218
493
  - Accept-Encoding
494
+ X-Rack-Cache:
495
+ - miss
219
496
  X-Request-Id:
220
- - 6237ca62dd67e9ffbbc8a7c9454f679c
497
+ - 220a74f192df4e342a2f133e0d9c9722
221
498
  X-Runtime:
222
- - '0.025699'
499
+ - '2.223410'
223
500
  X-Ua-Compatible:
224
501
  - IE=Edge,chrome=1
225
502
  Transfer-Encoding:
@@ -227,35 +504,143 @@ http_interactions:
227
504
  Connection:
228
505
  - keep-alive
229
506
  body:
230
- encoding: UTF-8
231
- string: '{"pagination":{"total":17660,"total_pages":883,"first_page":true,"last_page":false,"previous_page":null,"next_page":2,"out_of_bounds":false,"offset":0,"current_page":1,"per_page":20,"entries_on_page":20},"data":[{"id":"5139fc6e095ca50e890005f3","created_at":"2013-03-08T14:57:50Z","updated_at":"2013-04-23T17:24:07Z","name":"Panasonic
232
- Viera TC-L47E5","slug":"panasonic-viera-tc-l47e5-2","_type":"Electronics::Television","types":[],"msrp":799.0,"article_ids":["51389dc50ac94eacc70003f3"],"website_ids":[],"publish_on":"2013-03-08T14:04:53+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"513a0a39095ca5e0ee000560","model":"","resource_uri":"/products/panasonic-viera-tc-l47e5-2","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[{"id":"5139febd07989eb5fc0004cc","created_at":"2013-03-08T15:07:41Z","updated_at":"2013-03-08T15:07:41Z","name":"Front-Vanity.jpg","type":"file","tags":["design","vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s50x50_Front-Vanity.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s150x150_Front-Vanity.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s250x250_Front-Vanity.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s300x150_Front-Vanity.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s300x112_Front-Vanity.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s500x500_Front-Vanity.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s600x400_Front-Vanity.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s600x600_Front-Vanity.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s940x400_Front-Vanity.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s940x350_Front-Vanity.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/s940x110_Front-Vanity.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/94dc30bfb352444535c9ed62285264a175a10156/Front-Vanity.jpg"},"caption":"","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/uploads/tmp/20130308-1507-41-8884/Front-Vanity.jpg","file_size":113973},"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/5139febd07989eb5fc0004cc","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/5139febd07989eb5fc0004cc"}}}],"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/51cc5d5ef82dc798de000049","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5ef82dc798de000049"}}},{"id":"5138d3ec90a1bfbef20005ab","created_at":"2013-03-07T17:52:44Z","updated_at":"2013-03-08T01:46:10Z","name":"Ariston
233
- TVF63X","slug":"tvf63x","_type":"Appliances::MajorAppliances::Dryer","types":[],"msrp":799.0,"article_ids":[],"website_ids":["50e669d7bd028648e000001b"],"publish_on":"2013-03-07T17:36:10+00:00","upc":"","price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003b0","brand_id":"51390ce25693113d8c00010c","model":"","resource_uri":"/products/tvf63x","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":2.9,"ranking":{"total":50,"rank":48,"percentile":4},"rubric":{"id":"50f9ed93bd0286638e0003b0","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"Dryers","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/50f9ed93bd0286638e0003b0","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003b0"}}},"attachments":[{"id":"5139011c9da86c5336000023","created_at":"2013-03-07T21:05:32Z","updated_at":"2013-03-07T21:17:18Z","name":"Ariston-TVF63X-vanity.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s50x50_Ariston-TVF63X-vanity.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s150x150_Ariston-TVF63X-vanity.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s250x250_Ariston-TVF63X-vanity.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s300x150_Ariston-TVF63X-vanity.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s300x112_Ariston-TVF63X-vanity.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s500x500_Ariston-TVF63X-vanity.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s600x400_Ariston-TVF63X-vanity.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s600x600_Ariston-TVF63X-vanity.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s940x400_Ariston-TVF63X-vanity.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s940x350_Ariston-TVF63X-vanity.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/s940x110_Ariston-TVF63X-vanity.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/Ariston-TVF63X-vanity.jpg"},"caption":"","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/attachment/fd7fd32dab353e117ad055ceab9572a0858122df/Ariston-TVF63X-vanity.jpg","file_size":74734},"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/5139011c9da86c5336000023","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/5139011c9da86c5336000023"}}}],"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/51cc5d5ef82dc798de00004a","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5ef82dc798de00004a"}}},{"id":"5138cff9de88c3180e0006a0","created_at":"2013-03-07T17:35:53Z","updated_at":"2013-03-11T21:04:39Z","name":"GTDS820EDWS","slug":"gtds820edws","_type":"Appliances::MajorAppliances::Dryer","types":[],"msrp":1099.0,"article_ids":[],"website_ids":["50e669d7bd028648e000001b"],"publish_on":"2013-03-07T17:15:50+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"5138d10d12494f43310004ae","model":"","resource_uri":"/products/gtds820edws","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5ef82dc798de00004b","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5ef82dc798de00004b"}}},{"id":"5138b9f4cb4ae870aa000522","created_at":"2013-03-07T16:01:56Z","updated_at":"2013-03-08T02:20:05Z","name":"Frigidaire
234
- FAHE4044MW ","slug":"frigidaire-fahe4044mw","_type":"Appliances::MajorAppliances::WashingMachine","types":["Top-Loading"],"msrp":649.0,"article_ids":[],"website_ids":["50e669d7bd028648e000001b"],"publish_on":"2013-04-06T14:20:00+00:00","upc":"","price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003af","brand_id":"51394ad545ba4bfa85000100","model":"","resource_uri":"/products/frigidaire-fahe4044mw","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":50,"rank":47,"percentile":6},"rubric":{"id":"50f9ed93bd0286638e0003af","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:55:46Z","name":"Washing
235
- Machines","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/50f9ed93bd0286638e0003af","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003af"}}},"attachments":[{"id":"513900c17a0082ebca000031","created_at":"2013-03-07T21:04:01Z","updated_at":"2013-03-10T02:33:58Z","name":"Front.jpg","type":"file","tags":["Front.jpg","vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s50x50_Front.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s150x150_Front.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s250x250_Front.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s300x150_Front.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s300x112_Front.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s500x500_Front.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s600x400_Front.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s600x600_Front.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s940x400_Front.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s940x350_Front.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/s940x110_Front.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/Front.jpg"},"caption":"The
236
- front of the washer","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/attachment/f297fb066af56dc0200641c108a986c8e27a7ead/Front.jpg","file_size":126981},"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/513900c17a0082ebca000031","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/513900c17a0082ebca000031"}}}],"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/51cc5d5ef82dc798de00004c","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5ef82dc798de00004c"}}},{"id":"513639647226fa851900061f","created_at":"2013-03-05T18:28:53Z","updated_at":"2013-03-31T14:38:12Z","name":"ELEFT325","slug":"eleft325","_type":"Electronics::Television","types":[],"msrp":290.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-03-08T08:00:00+00:00","upc":"","price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003a6","brand_id":"513a47f29da86c965800080b","model":"","resource_uri":"/products/eleft325","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":5.94,"ranking":{"total":262,"rank":163,"percentile":38},"rubric":{"id":"50f9ed93bd0286638e0003a6","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"TV
237
- Ratings (rating-specs group)","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/50f9ed93bd0286638e0003a6","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a6"}}},"attachments":[],"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/51cc5d5ef82dc798de00004d","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5ef82dc798de00004d"}}},{"id":"51362cdf9e4e47720b0004d2","created_at":"2013-03-05T17:35:27Z","updated_at":"2013-03-31T14:38:11Z","name":"Magnavox
238
- 32MD301B","slug":"magnavox-32md301b","_type":"Electronics::Television","types":[],"msrp":499.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-03-05T04:00:00+00:00","upc":"","price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003a6","brand_id":"51377ceffcc113c3fc000490","model":"","resource_uri":"/products/magnavox-32md301b","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":4.24,"ranking":{"total":262,"rank":254,"percentile":4},"rubric":{"id":"50f9ed93bd0286638e0003a6","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"TV
239
- Ratings (rating-specs group)","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/50f9ed93bd0286638e0003a6","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a6"}}},"attachments":[{"id":"51362fe2f15f513c230006d6","created_at":"2013-03-05T17:48:18Z","updated_at":"2013-03-10T02:30:07Z","name":"front.jpg","type":"file","tags":["vanity","design"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s50x50_front.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s150x150_front.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s250x250_front.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s300x150_front.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s300x112_front.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s500x500_front.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s600x400_front.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s600x600_front.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s940x400_front.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s940x350_front.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/s940x110_front.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/front.jpg"},"caption":"Maybe
240
- it''s just us, but that red stripe below the logo is kind of ugly.","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/attachment/1d9f29567d029a016d8e8c1b6d5ebce3d4b80ae5/front.jpg","file_size":64804},"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/51362fe2f15f513c230006d6","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/51362fe2f15f513c230006d6"}}}],"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/51cc5d5ff82dc798de00004e","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5ff82dc798de00004e"}}},{"id":"5134bf84f7fb8dc21b000223","created_at":"2013-03-04T15:36:36Z","updated_at":"2013-03-14T14:12:53Z","name":"LG
241
- WT1101CW","slug":"lg-wt1101cw","_type":"Appliances::MajorAppliances::WashingMachine","types":["Top-Loading"],"msrp":699.0,"article_ids":[],"website_ids":["50e669d7bd028648e000001b"],"publish_on":"2013-03-04T15:14:13+00:00","upc":"","price_grabber_id":"1080763319","rubric_id":"50f9ed93bd0286638e0003af","brand_id":"513a04289da86c69df000691","model":"","resource_uri":"/products/lg-wt1101cw","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":4.23,"ranking":{"total":50,"rank":42,"percentile":16},"rubric":{"id":"50f9ed93bd0286638e0003af","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:55:46Z","name":"Washing
242
- Machines","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/50f9ed93bd0286638e0003af","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003af"}}},"attachments":[{"id":"5134be6bf83e98e0f200029b","created_at":"2013-03-04T15:31:55Z","updated_at":"2013-03-10T02:28:50Z","name":"Vanity","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s50x50_vanity.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s150x150_vanity.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s250x250_vanity.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s300x150_vanity.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s300x112_vanity.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s500x500_vanity.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s600x400_vanity.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s600x600_vanity.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s940x400_vanity.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s940x350_vanity.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/s940x110_vanity.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/vanity.jpg"},"caption":"","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/attachment/f921b107b7af5ffc773a62679953a342decd3835/vanity.jpg","file_size":11636},"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/5134be6bf83e98e0f200029b","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/5134be6bf83e98e0f200029b"}}}],"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/51cc5d5ff82dc798de00004f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5ff82dc798de00004f"}}},{"id":"512cfd37ba5f4c688e000099","created_at":"2013-02-26T18:21:43Z","updated_at":"2013-03-11T21:05:28Z","name":"Nikon
243
- Coolpix S31","slug":"nikon-coolpix-s31","_type":"Electronics::Cameras::PointAndShoot","types":[],"msrp":119.95,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2013-02-03T13:01:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"512cff109ca88f193b0001aa","model":"","resource_uri":"/products/nikon-coolpix-s31","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5ff82dc798de000050","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5ff82dc798de000050"}}},{"id":"512cf3e000a2d9744d000091","created_at":"2013-02-26T17:41:53Z","updated_at":"2013-03-11T21:05:06Z","name":"Nikon
244
- Coolpix AW110","slug":"nikon-coolpix-aw110","_type":"Electronics::Cameras::PointAndShoot","types":[],"msrp":349.95,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2013-01-31T12:48:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"512e3e1c9c4005ed4e000024","model":"","resource_uri":"/products/nikon-coolpix-aw110","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5ff82dc798de000051","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5ff82dc798de000051"}}},{"id":"512ce285ebb3185cc600066a","created_at":"2013-02-26T16:27:49Z","updated_at":"2013-03-11T21:04:00Z","name":"Nikon
245
- Coolpix S9500","slug":"nikon-coolpix-s9500","_type":"Electronics::Cameras::PointAndShoot","types":[],"msrp":349.95,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2013-02-02T11:23:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"512e3a3bb4ea102fca00002c","model":"","resource_uri":"/products/nikon-coolpix-s9500","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5ff82dc798de000052","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5ff82dc798de000052"}}},{"id":"512cd7548087b2a042000821","created_at":"2013-02-26T15:40:04Z","updated_at":"2013-03-11T21:04:15Z","name":"Fujifilm
246
- F900EXR","slug":"fujifilm-f900exr","_type":"Electronics::Cameras::PointAndShoot","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2013-02-01T10:26:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"512ce232184a8a15e800019b","model":"","resource_uri":"/products/fujifilm-f900exr","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5ff82dc798de000053","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5ff82dc798de000053"}}},{"id":"512be11481470fe1c10001a6","created_at":"2013-02-25T22:09:24Z","updated_at":"2013-03-11T21:05:26Z","name":"Canon
247
- PowerShot ELPH 115 IS","slug":"canon-powershot-elph-115-is","_type":"Electronics::Cameras::PointAndShoot","types":[],"msrp":169.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2013-02-05T17:43:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"512be189a8758504860001e9","model":"","resource_uri":"/products/canon-powershot-elph-115-is","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5ff82dc798de000054","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5ff82dc798de000054"}}},{"id":"512bc7f34b8e6d1129000109","created_at":"2013-02-25T20:22:11Z","updated_at":"2013-03-11T21:03:58Z","name":"Canon
248
- PowerShot 330 HS","slug":"powershot-330-hs","_type":"Electronics::Cameras::PointAndShoot","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2013-02-01T13:55:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"512bcc738f5db50843000114","model":"","resource_uri":"/products/powershot-330-hs","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d5ff82dc798de000055","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5ff82dc798de000055"}}},{"id":"51278bac6143ac867900023c","created_at":"2013-02-22T15:15:56Z","updated_at":"2013-03-31T14:38:13Z","name":"Hisense
249
- 55XT710","slug":"hisense-55xt710","_type":"Electronics::Television","types":[],"msrp":1099.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-02-19T09:09:00+00:00","upc":"","price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003a6","brand_id":"5139d7a59da86c69df000506","model":"","resource_uri":"/products/hisense-55xt710","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":5.69,"ranking":{"total":262,"rank":200,"percentile":24},"rubric":{"id":"50f9ed93bd0286638e0003a6","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"TV
250
- Ratings (rating-specs group)","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/50f9ed93bd0286638e0003a6","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a6"}}},"attachments":[{"id":"512f6e1375dec71baf0003ec","created_at":"2013-02-28T14:47:47Z","updated_at":"2013-03-07T21:38:33Z","name":"Front.jpg","type":"file","tags":["design","vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s50x50_Front.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s150x150_Front.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s250x250_Front.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s300x150_Front.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s300x112_Front.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s500x500_Front.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s600x400_Front.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s600x600_Front.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s940x400_Front.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s940x350_Front.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/s940x110_Front.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/Front.jpg"},"caption":"","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/attachment/18854f7a0bd828558fef3e17f91eebfda017a260/Front.jpg","file_size":52258},"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/512f6e1375dec71baf0003ec","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/512f6e1375dec71baf0003ec"}}}],"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/51cc5d5ff82dc798de000056","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d5ff82dc798de000056"}}},{"id":"5124f2fad7ee352066000492","created_at":"2013-02-20T15:59:54Z","updated_at":"2013-03-31T14:38:13Z","name":"Sceptre
251
- E325BV-HDH","slug":"sceptre-e325bv-hdh","_type":"Electronics::Television","types":[],"msrp":599.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-02-20T15:17:23+00:00","upc":"","price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003a6","brand_id":"5138f58e1eb889ace70006ec","model":"","resource_uri":"/products/sceptre-e325bv-hdh","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":6.53,"ranking":{"total":262,"rank":68,"percentile":75},"rubric":{"id":"50f9ed93bd0286638e0003a6","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"TV
252
- Ratings (rating-specs group)","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/50f9ed93bd0286638e0003a6","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a6"}}},"attachments":[{"id":"5124f32449a663e0a4000078","created_at":"2013-02-20T16:00:36Z","updated_at":"2013-02-28T04:50:10Z","name":"Vanity","type":"file","tags":["design","vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s50x50_Sceptre-vanity.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s150x150_Sceptre-vanity.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s250x250_Sceptre-vanity.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s300x150_Sceptre-vanity.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s300x112_Sceptre-vanity.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s500x500_Sceptre-vanity.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s600x400_Sceptre-vanity.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s600x600_Sceptre-vanity.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s940x400_Sceptre-vanity.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s940x350_Sceptre-vanity.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/s940x110_Sceptre-vanity.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/Sceptre-vanity.jpg"},"caption":"","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/attachment/cc7ee4dd808e6c1fd44aee4410d5a38aadf4018c/Sceptre-vanity.jpg","file_size":102514},"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/5124f32449a663e0a4000078","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/5124f32449a663e0a4000078"}}}],"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/51cc5d60f82dc798de000057","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d60f82dc798de000057"}}},{"id":"5123ba2a6c477e686e000811","created_at":"2013-02-19T17:45:14Z","updated_at":"2013-03-31T14:38:13Z","name":"LG
253
- 47LM8600","slug":"lg-47lm8600","_type":"Electronics::Television","types":[],"msrp":2299.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-02-15T12:59:00+00:00","upc":"","price_grabber_id":"","rubric_id":"50f9ed93bd0286638e0003a6","brand_id":"5138f6a4e2289ec912000723","model":"","resource_uri":"/products/lg-47lm8600","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":6.1,"ranking":{"total":262,"rank":130,"percentile":51},"rubric":{"id":"50f9ed93bd0286638e0003a6","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-21T15:39:18Z","name":"TV
254
- Ratings (rating-specs group)","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/50f9ed93bd0286638e0003a6","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a6"}}},"attachments":[{"id":"5124dd0bd7ee35a84e00049d","created_at":"2013-02-20T14:26:19Z","updated_at":"2013-02-28T04:50:05Z","name":"Vanity","type":"file","tags":["vanity","design"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s50x50_Front.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s150x150_Front.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s250x250_Front.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s300x150_Front.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s300x112_Front.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s500x500_Front.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s600x400_Front.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s600x600_Front.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s940x400_Front.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s940x350_Front.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/s940x110_Front.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/Front.jpg"},"caption":"","alt_text":"","data":{"content_type":"image/jpeg","url":"http://reviewed-production.s3.amazonaws.com/attachment/24f678aada559ffa66d89622c204a49b8468bc28/Front.jpg","file_size":41661},"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/5124dd0bd7ee35a84e00049d","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/5124dd0bd7ee35a84e00049d"}}}],"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/51cc5d60f82dc798de000058","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d60f82dc798de000058"}}},{"id":"511e5a198021d5fed7000425","created_at":"2013-02-15T15:54:01Z","updated_at":"2013-03-11T21:03:59Z","name":"Nikon
255
- 1 V2","slug":"nikon-1-v2-2","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2013-02-15T15:50:06+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"511e8fe3a82eb136f1000028","model":"","resource_uri":"/products/nikon-1-v2-2","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d60f82dc798de000059","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d60f82dc798de000059"}}},{"id":"51101841be0d9f1d3c000045","created_at":"2013-02-04T20:21:21Z","updated_at":"2013-03-11T21:04:00Z","name":"Fujifilm
256
- X-E1","slug":"fujifilm-x-e1-3","_type":"Electronics::Cameras::DSLR","types":[],"msrp":999.95,"article_ids":[],"website_ids":[],"publish_on":"2013-02-04T20:16:10+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"51101841be0d9f1d3c000047","model":"","resource_uri":"/products/fujifilm-x-e1-3","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d60f82dc798de00005a","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d60f82dc798de00005a"}}},{"id":"510019f7a0a353b1fc000076","created_at":"2013-01-23T17:12:23Z","updated_at":"2013-03-11T21:06:04Z","name":"Dell
257
- UltraSharp U2713HM","slug":"dell-ultrasharp-u2713hm","_type":"Electronics::ComputerMonitor","types":[],"msrp":799.0,"article_ids":[],"website_ids":["50e669d7bd028648e0000029"],"publish_on":"2013-01-31T12:05:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"51001f564ffb7443bf000015","model":"","resource_uri":"/products/dell-ultrasharp-u2713hm","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d60f82dc798de00005b","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d60f82dc798de00005b"}}},{"id":"50fa347b96ab5860160c8e5e","created_at":"2013-01-14T18:13:17Z","updated_at":"2013-01-21T07:43:59Z","name":"Dacor
258
- DDW24S","slug":"dacor-ddw24s","_type":"Appliances::MajorAppliances::Dishwasher","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e0000021"],"publish_on":"2013-01-14T18:13:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"DDW24S","resource_uri":"/products/dacor-ddw24s","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","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","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"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/51cc5d60f82dc798de00005c","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d60f82dc798de00005c"}}}]}'
507
+ encoding: ASCII-8BIT
508
+ string: !binary |-
509
+ H4sIAP5A8FEAA+ydba/bNpaA/4rhD4tdbJTLV5Hyt26mgwG2nQ0mAXbQweJC
510
+ L1Ti5l7bsH3TpEX/+1KW5GtbpHkoyuptoAJFEkumHpMizfP4iPxtvkk/LFfp
511
+ frlezRe/zffrffowX2AhBX9V/+ten6F284VM2Kt5udzu9odX5ov99km9mj+k
512
+ xxfK9GGnX9ls1efl+mnXvLp6enh4NV+pL+1p5NV8/bS/X5f32fppVeyOb1yX
513
+ 5U7t5wv0ap4/bbdq1b4D60LVtn27PqwPbZdqd79eHV/8/dW8SPfpfPGv3+bL
514
+ Yr6Yc1SmhCUiidOMyxjhGOUcCzHXpW9VulfFfaovNicIowjJiOD3WCwwWVD5
515
+ kz7naVOcnUMjxKtzEF6gZMFQdc4qfdTXnv/t7eztx/V+vXtMt/vZj4xV19g9
516
+ PH3Qxz5uos3xWPRYH7vff91Ub/z+QeX77Xq1zHeLxRtd2DbVf3m7Xq72362K
517
+ dx/X670+uzpZV9K//u/V/HG33cwXSfI6SV7NdYHL/EHdL4vm6C8q2y337Qu6
518
+ AlQcJ4XICkRkzKRCh/+KuT5185Q9LHcf76tWr2sAkwjz94jotl8g/p8ILRA6
519
+ VEOuz5hXrbrM1f2HbZpluikONcwooxwjqY9unzJ9/PBy3d7ZNl0V921DJKqI
520
+ y5ojpjVInui3Pa4LpW+3ebf6tmq3ftrqKz5tl/qEu812XTzl+92dsULTbf5x
521
+ +Vnd7/a6zfTp2df7qvX0keXufpevt8vVh/ss3amH5er5Rm3eVbS3cv0hqm7Q
522
+ NOz8cN89Lnc73T121QF94xxPr++iY2n1DXP8Z6F2umm/Nv/Wd2e6Wd7ry386
523
+ lJOvH6q2b3rd9lAJd/qMu8/4rsbY6Yt/3Kqyuof2+81ucXe3/6iiD0/LQkX6
524
+ c+pe++H1R7Vdf3pKN5vX+frx8v2/P9fiDS/ye/XR9vs0//ioe+XurP/lMRe8
525
+ bvaEqRQhmibS0P9038IRQe8JXjC+INzS/zrnHPtf9HwDRdUNFGF9rRi9/nnz
526
+ oelA+rRy+VDdEfpTHbrH53S13H+tOsNntT028I6jLxw19aGroxrL1C+qONbG
527
+ jr5OH9Nf16v0l11dIccPf1cWWVpiwcqCl5xgVUohU1qiRLEMZYgoGQtOSXZX
528
+ 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
585
+ yUjWZDDeiydsdIA+qRM/dWKcnA6lTgyFT+rEW50UN1MnhUGd5BfqxPT4/4U6
586
+ ce5jeqFO/vr081L328fZ7K+6hd4uv8y+k+REnpTN8ajUh6sn69L68A3syR+w
587
+ ZCllQnKSXDxEY1myVMRn4SbO4hML0tSa1X3Y6nFaqvSlL1UapyQ7rOhkVwW9
588
+ lyqtel/UdLyouoX0FyqRIhnbE6gyp6xIWFbGBaJ5IrNM10DKUlWSRA9RnNIM
589
+ JRluPYGDO1ASwGlaSeDiCTIEcJzGEDhpgvSAB06jB1w8YW4AztO6ARBPbzHg
590
+ yYOJkyfMCvj0rdoKuHjClACcp1UCEJ7+PsCPJ4bwBMkAD55GBrh4wkwAnKc1
591
+ ARCe/hrAj4cC+nuYA/DjqRyAgydQAIB5rmKMFP0PA3sW+lNBp8i/59KkZ3PN
592
+ oZcmPSl8ivy9I//+LeIu2R35m363Po/8GWRtDW57auRH61Mjj7d6auSPCPcp
593
+ xhJjDAr3AU95/OjxlMfjTZ7ymML9gHB/GgL9hsDyZkNgCRgCqXsI9JWf56sz
594
+ v+P2xZl3/LZrMzMuT3PGCKLy5gsw88Q2SlYrC6FBVxYyLcDc1Ddw/eWmBaZk
595
+ sW90gH+JyWLlyZr+1U9mpmd3zxPBrLOwzjnG5ZerLlH/pjq6AiZ5niFSUCWQ
596
+ iGXCmCy40h9flfqPLGWJymQeS25efbkLHuiA4TjmxZcNQEESGM5jXHvZhBNk
597
+ gT14jEsvG4DCNDAcyLzysg2otwf2BOosvGwAChPBPj3MtO6yASjMBMOBzMsu
598
+ W4D6q2A/oO6qyyagIBfsAWRcdNkAFCaD4UDmNZctQP1tsB9Qd8llC1B/HewH
599
+ 1F1xuQsU6IPBQNc5RhLCA9GeJ4MxQabn6HyTwUyTz8GSwbqFT0rY14cc8ndu
600
+ 4kN0yV0fUlz4EOb0IRyyW9XZmh26iXaV1Zj98PSoI/S//Pgmev8TPTHD7QnR
601
+ Q3VCVDzm0f5XekszgjJ6akaQqnXH7cyI/tD6M7+74kYkvzDIYW6En7iRy3q3
602
+ u2VrS0yGZDIkIxkS1v60qGiiqu8R4nqcTg9Kzg2q2nMuB6Xo0DmipnMcZhsC
603
+ ja1JyjKXopSSZIKVcZaLIlVFnpOUUpKQWFLOEJbquPoyiD7QlcCZjssKgaiC
604
+ hAkcql1dCMYUZE08oNpFhkBUYeoETnVcawhO1dufeFJVSw6BqMIkik//a1Ye
605
+ AlGFmRQ41XEBIjBVf53iRxXDqYKcigdVuxwRiCpMrMCpjqsSgan62xU/Kgoe
606
+ GcIUix/VYY0iCFWgZwFTAWBGki1DIp8vXDQJF1/hYp7LDiRcTIVPwsVbuPTf
607
+ ccxdslu4mBZJPRUubIHYAMLlh5/i68Ll4df4m8nIg2XiwYxJXXFexqSuyikp
608
+ b0rK+9OOif3tj7vk7pioLsbE2D0m2nbaOh0Tjb7ndEx8J5BjUNyJARL0MEte
609
+ I8vy9ulZhh7Ob739n/7c1ce2imjMCBHx7UV0U/d+42rdGpOK/kYH/penojlp
610
+ 7mZERHb4SdM0NJ2vV89tG210zrmioqvuUcdheGwXLXKF42r5AqVH7RLFOS6Q
611
+ SBMuFeVFklYb/1BcYnrNRXfxA2U0HOqajDZgBdloONUVG22CCtLRHlRXdLQB
612
+ K8xHw7Gu+WgbVm8h7YllEdIGrDAj7dML7UbagBWmpOFY15S0Bau/k/bDsjlp
613
+ E1aQlPbAuiKlDVhhVhqOdc1KW7D6a2k/LJuWtmD199J+WDYv3cUKFNNgLAjN
614
+ SGZ6UOYzNa37Tzypab9cQOPcdqhcQEPhk5r21jD0ZhqGAjSMcGoYbEu7sWmY
615
+ N6lu59n3X5YPy8fZ9/+M3kl5tqa+Phqpw1H9R7SrjwbqF5Ikr5PkBWhpJrgQ
616
+ jLBeejo/XReuU4FXVsc3Vukkpyc5/acdFdnNRkUGGBWlc1QkBDAqyiuj4k9C
617
+ 2AfFXw8HQ8dE8kLGREy4FALFQ46JdfWBh8S6QqcR8QWNiGdLZkp6ssZwtdKQ
618
+ /YHp43KYtjUbOuec9sCovoWi+haqYw06tn6Nc5VxJAp9dxeC6BpgsizLhCQk
619
+ I0lRpEJyUVCePW+u4SAPNK9wnue9NVxEQdIVDnTcWsPJE+RbPYCOO2u4iMJU
620
+ K5zoeWMNEFFvy+pJdNhXw0UUJlh9+lm7rYaLKMytwomed9WAEPXXqn5EMYwo
621
+ yKh6EB331HARhclUONHzlhoQov4e1Y+Ignp/mEL1I6o31HAQBdpTMJEDZCRx
622
+ OhTueTovj+nkTP2W1DTORYdaUtNQ+ORMnXZAXcTw/XeGdZfctQPlhR1I3HYA
623
+ krp2agferVdfZ2++6pA5qja4nP3l3Zvob8mzINjp41F+PB4Vuzz6mPR2BDqQ
624
+ 1gNCoYrZT+v149z9MHVCc3WSxMZiym+8NakleY0JzCSFbbvRSVMTJyrBVNlW
625
+ nWCt/skovEijUCCJm8Yv1OHHKRqbfuk4ydjCSfMrxpWsruM5J702qu+ewzew
626
+ HP2hYpohikTGy5zFaa5HMUUKLKo+SDPGUVryHAuZ5q1JsBIHGgQ4R2sQ7CRB
627
+ 5gAO0piDKxxBxsADpDEGdpIwUwAnaU2Bg6S3IfAkweQKSZgZ8Ok3tRmwk4QZ
628
+ AThJawSuk/Q3AX4k8XWSIAPgQdIYADtJWOQPJ2kj/+sk/SN+PxJ6tReHRfp+
629
+ JFWkbyUJjPDBJBaAkSL7UMzzLChM2BTRe2VBmeeCA2VBmQqfInrviL5/Xpq7
630
+ ZHdEnzojeup8QDdZMHwSG/z3ukg/zb5Pd1/ffUy3avYm5ifLoX2qjkZKH91V
631
+ R6O8PvptPJpLCeExIRIUpAt08Xv/6WYZneqzRuiWCp3i8xcZn1cilDUitIzz
632
+ SoSmyPmLP0PuX/zrc077YHS8iaLqJtJfrDhBoy+SLpNcCk4oo4oqmbGMET13
633
+ JbF+sYx1X1SlroU8QW2g7kYPjNjhQG3EDkAKCt3hRE3oDgEKiuE9iJoYHoAU
634
+ FszDkdpgHorUO6r3RNJRPQApLLz36W11eA9ACovz4UhtnA9E6h/w+yHFQKSg
635
+ yN8DqYn8AUhhCgCO1CoAIFJ/F+CHRGGDQJgU8EOqpIAbKdAOgJFcJCNpgsF4
636
+ Lxb0iqdNNX0zAExz08EyALqFT77A2xf0Nzjukt2+IHP6AmusYssAON9R7gdM
637
+ nmXB+XZmD4dD34gpqBZFj5N+T0sZt4arKw64M1xdlZMjeLGOIK5bPM/Kw1ou
638
+ KXY7AttzOZ1zjNuo/VDdxPqblIqxBUGWkExxhmKeIIJzRgmKEyULSSniTH/t
639
+ pzgps9Kyi1qHO9AOwGnMm6h1eYLUABzHuIeagSbIC3jgGLdQ6/KESQE4j3kH
640
+ NQtPbyPgydPZQK3LE6YDfPqWaf+0Lk+YC4DzmLdPM/P0FwF+PN3d0ww8QRbA
641
+ g8e4eVqXJ0wBwHnMe6eZefrH/3483a3TzDz9g38/nu7OaR2ewMgfzHMVY6Sw
642
+ fxjYi6z/ZFrE2zfmN801B4v5u4VPMb93zC9vFvPLQ3P8/v8CAAAA//8DAFdd
643
+ lUz3KAEA
259
644
  http_version:
260
- recorded_at: Thu, 27 Jun 2013 15:42:26 GMT
261
- recorded_with: VCR 2.5.0
645
+ recorded_at: Wed, 24 Jul 2013 21:02:54 GMT
646
+ recorded_with: VCR 2.4.0