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,89 +2,219 @@
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:32 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
- - 1a98b567e28bf6d73d5b42e98dae6546
50
- X-Runtime:
51
- - '0.020183'
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
+ V2VkLCAyNCBKdWwgMjAxMyAyMTowMzowNSBHTVQ=
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
+ YWU5NWJhMWIyYjNiZWQ4ZmMyMzZjYWE2OTI1MjQxNmE=
68
+ !binary "WC1SdW50aW1l":
69
+ - !binary |-
70
+ My40NzQxOTU=
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/51cc5d66f82dc7b9e0000052","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d66f82dc7b9e0000052"}}},{"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/51cc5d66f82dc7b9e0000053","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d66f82dc7b9e0000053"}}},{"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/51cc5d66f82dc7b9e0000054","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d66f82dc7b9e0000054"}}},{"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/51cc5d66f82dc7b9e0000055","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d66f82dc7b9e0000055"}}},{"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/51cc5d66f82dc7b9e0000056","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d66f82dc7b9e0000056"}}},{"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/51cc5d67f82dc7b9e0000057","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d67f82dc7b9e0000057"}}},{"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/51cc5d67f82dc7b9e0000058","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d67f82dc7b9e0000058"}}},{"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/51cc5d67f82dc7b9e0000059","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d67f82dc7b9e0000059"}}},{"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/51cc5d67f82dc7b9e000005a","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d67f82dc7b9e000005a"}}},{"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/51cc5d67f82dc7b9e000005b","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d67f82dc7b9e000005b"}}},{"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/51cc5d67f82dc7b9e000005c","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d67f82dc7b9e000005c"}}},{"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/51cc5d67f82dc7b9e000005d","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d67f82dc7b9e000005d"}}},{"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/51cc5d67f82dc7b9e000005e","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d67f82dc7b9e000005e"}}},{"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/51cc5d67f82dc7b9e000005f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d67f82dc7b9e000005f"}}},{"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/51cc5d67f82dc7b9e0000060","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d67f82dc7b9e0000060"}}},{"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/51cc5d68f82dc7b9e0000061","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d68f82dc7b9e0000061"}}},{"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/51cc5d68f82dc7b9e0000062","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d68f82dc7b9e0000062"}}},{"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/51cc5d68f82dc7b9e0000063","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d68f82dc7b9e0000063"}}},{"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/51cc5d68f82dc7b9e0000064","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d68f82dc7b9e0000064"}}},{"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/51cc5d68f82dc7b9e0000065","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d68f82dc7b9e0000065"}}}]}'
81
+ encoding: ASCII-8BIT
82
+ string: !binary |-
83
+ H4sIAAlB8FEAA+ydba/bNpaA/4rhD4tdbJTLV5Hyt26mgwG2nQ0mAXbQweJC
84
+ L1Ti5l7bsH3TpEX/+1KW5GtbpHkoyuptoAJFEkumHpMizfP4iPxtvkk/LFfp
85
+ frlezRe/zffrffowX2AhBX9V/+ten6F284VM2Kt5udzu9odX5ov99km9mj+k
86
+ xxfK9GGnX9ls1efl+mnXvLp6enh4NV+pL+1p5NV8/bS/X5f32fppVeyOb1yX
87
+ 5U7t5wv0ap4/bbdq1b4D60LVtn27PqwPbZdqd79eHV/8/dW8SPfpfPGv3+bL
88
+ Yr6Yc1SmhCUiidOMyxjhGOUcCzHXpW9VulfFfaovNicIowjJiOD3WCwwWVD5
89
+ kz7naVOcnUMjxKtzEF6gZMFQdc4qfdTXnv/t7eztx/V+vXtMt/vZj4xV19g9
90
+ PH3Qxz5uos3xWPRYH7vff91Ub/z+QeX77Xq1zHeLxRtd2DbVf3m7Xq72362K
91
+ dx/X670+uzpZV9K//u/V/HG33cwXSfI6SV7NdYHL/EHdL4vm6C8q2y337Qu6
92
+ AlQcJ4XICkRkzKRCh/+KuT5185Q9LHcf76tWr2sAkwjz94jotl8g/p8ILRA6
93
+ VEOuz5hXrbrM1f2HbZpluikONcwooxwjqY9unzJ9/PBy3d7ZNl0V921DJKqI
94
+ y5ojpjVInui3Pa4LpW+3ebf6tmq3ftrqKz5tl/qEu812XTzl+92dsULTbf5x
95
+ +Vnd7/a6zfTp2df7qvX0keXufpevt8vVh/ss3amH5er5Rm3eVbS3cv0hqm7Q
96
+ NOz8cN89Lnc73T121QF94xxPr++iY2n1DXP8Z6F2umm/Nv/Wd2e6Wd7ry386
97
+ lJOvH6q2b3rd9lAJd/qMu8/4rsbY6Yt/3Kqyuof2+81ucXe3/6iiD0/LQkX6
98
+ c+pe++H1R7Vdf3pKN5vX+frx8v2/P9fiDS/ye/XR9vs0//ioe+XurP/lMRe8
99
+ bvaEqRQhmibS0P9038IRQe8JXjC+INzS/zrnHPtf9HwDRdUNFGF9rRi9/nnz
100
+ oelA+rRy+VDdEfpTHbrH53S13H+tOsNntT028I6jLxw19aGroxrL1C+qONbG
101
+ jr5OH9Nf16v0l11dIccPf1cWWVpiwcqCl5xgVUohU1qiRLEMZYgoGQtOSXZX
102
+ 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
217
+ Pbf21PcoAQA=
88
218
  http_version:
89
- recorded_at: Thu, 27 Jun 2013 15:42:34 GMT
90
- recorded_with: VCR 2.5.0
219
+ recorded_at: Wed, 24 Jul 2013 21:03:05 GMT
220
+ recorded_with: VCR 2.4.0