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,19 +2,19 @@
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
@@ -28,27 +28,29 @@ http_interactions:
28
28
  Access-Control-Allow-Methods:
29
29
  - OPTIONS, GET, POST, PUT, DELETE
30
30
  Access-Control-Allow-Origin:
31
- - '*'
31
+ - ! '*'
32
32
  Access-Control-Max-Age:
33
33
  - '1000'
34
34
  Cache-Control:
35
35
  - no-cache, no-store
36
+ Content-Encoding:
37
+ - gzip
36
38
  Content-Type:
37
39
  - application/json; charset=utf-8
38
40
  Date:
39
- - Thu, 27 Jun 2013 15:42:45 GMT
40
- Etag:
41
- - '"e0aa021e21dddbd6d8cecec71e9cf564"'
41
+ - Wed, 24 Jul 2013 21:03:19 GMT
42
42
  Status:
43
43
  - 200 OK
44
44
  Strict-Transport-Security:
45
45
  - max-age=31536000
46
46
  Vary:
47
47
  - Accept-Encoding
48
+ X-Rack-Cache:
49
+ - miss
48
50
  X-Request-Id:
49
- - 5864252166c4df74e186c10217d5f900
51
+ - 8c0f25c65c87dce9459f9daf1581f815
50
52
  X-Runtime:
51
- - '0.019178'
53
+ - '2.432328'
52
54
  X-Ua-Compatible:
53
55
  - IE=Edge,chrome=1
54
56
  Transfer-Encoding:
@@ -56,35 +58,143 @@ http_interactions:
56
58
  Connection:
57
59
  - keep-alive
58
60
  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/51cc5d71f82dc772ea000055","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d71f82dc772ea000055"}}},{"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/51cc5d71f82dc772ea000056","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d71f82dc772ea000056"}}},{"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/51cc5d72f82dc772ea000057","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d72f82dc772ea000057"}}},{"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/51cc5d72f82dc772ea000058","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d72f82dc772ea000058"}}},{"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/51cc5d72f82dc772ea000059","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d72f82dc772ea000059"}}},{"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/51cc5d73f82dc772ea00005a","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d73f82dc772ea00005a"}}},{"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/51cc5d73f82dc772ea00005b","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d73f82dc772ea00005b"}}},{"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/51cc5d73f82dc772ea00005c","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d73f82dc772ea00005c"}}},{"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/51cc5d73f82dc772ea00005d","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d73f82dc772ea00005d"}}},{"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/51cc5d73f82dc772ea00005e","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d73f82dc772ea00005e"}}},{"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/51cc5d73f82dc772ea00005f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d73f82dc772ea00005f"}}},{"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/51cc5d73f82dc772ea000060","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d73f82dc772ea000060"}}},{"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/51cc5d73f82dc772ea000061","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d73f82dc772ea000061"}}},{"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/51cc5d74f82dc772ea000062","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d74f82dc772ea000062"}}},{"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/51cc5d74f82dc772ea000063","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d74f82dc772ea000063"}}},{"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/51cc5d74f82dc772ea000064","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d74f82dc772ea000064"}}},{"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/51cc5d74f82dc772ea000065","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d74f82dc772ea000065"}}},{"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/51cc5d74f82dc772ea000066","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d74f82dc772ea000066"}}},{"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/51cc5d75f82dc772ea000067","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d75f82dc772ea000067"}}},{"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/51cc5d75f82dc772ea000068","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d75f82dc772ea000068"}}}]}'
61
+ encoding: ASCII-8BIT
62
+ string: !binary |-
63
+ H4sIABdB8FEAA+ydba/bNpaA/4rhD4tdbJTLd0r+1s10MMC2s8EkwA46WFzo
64
+ hUrc3Gsbtm+atOh/X8qSfG2LNA9FWb0NVKBIYsrSY1KkeR4fkb/NN+mH5Srd
65
+ L9er+eK3+X69Tx/mCyxjyV/V/7rXR6jdfBEn7NW8XG53+8Mr88V++6RezR/S
66
+ 4wtl+rDTr2y26vNy/bRrXl09PTy8mq/Ul/Yw8mq+ftrfr8v7bP20KnbHN67L
67
+ cqf28wV6Nc+ftlu1at+B9UnVtn27LtZF26Xa3a9Xxxd/fzUv0n06X/zrt/my
68
+ mC/mHJUpYYlMRJrxWCAsUM6xlHN99q1K96q4T/XF5gRhFKE4Ivg9lgtMFjT+
69
+ SR/ztCnOjqER4tUxCC9QsmCoOmaVPuprz//2dvb243q/3j2m2/3sR8aqa+we
70
+ nj7oso+baHMsix7rsvv91031xu8fVL7frlfLfLdYvNEn26b6L2/Xy9X+u1Xx
71
+ 7uN6vddHVwfrSvrX/72aP+62m/kiSV4nyau5PuEyf1D3y6Ip/UVlu+W+fUFX
72
+ gBIiKWRWIBILFit0+K+Y60M3T9nDcvfxvmr1ugYwiTB/j4hu+wXi/4nQAqFD
73
+ NeT6iHnVqstc3X/Yplmmm+JQw4wyyjGKden2KdPlh5fr9s626aq4bxsiUYUo
74
+ aw5Ba5A80W97XBdK327zbvVt1W79tNVXfNou9QF3m+26eMr3uztjhabb/OPy
75
+ s7rf7XWb6cOzr/dV6+mS5e5+l6+3y9WH+yzdqYfl6vlGbd5VtLdy/SGqbtA0
76
+ 7Pxw3z0udzvdPXZVgb5xjofXd9HxbPUNc/xnoXa6ab82/9Z3Z7pZ3uvLfzqc
77
+ J18/VG3f9LrtoRLu9BF3n/FdjbHTF/+4VWV1D+33m93i7m7/UUUfnpaFivTn
78
+ 1L32w+uParv+9JRuNq/z9ePl+39/rsUbXuT36qPt92n+8VH3yt1Z/8sFl7xu
79
+ 9oSpFCGaJrGh/+m+hSOC3hO8YHxBuKX/dY459r/o+QaKqhsowvpaAr3+efOh
80
+ 6UD6sHL5UN0R+lMdusfndLXcf606w2e1PTbwjqMvHDX1oaujGsvUL6o41saO
81
+ vk4f01/Xq/SXXV0hxw9/VxZZWmLJyoKXnGBVxjJOaYkSxTKUIaJiITkl2V19
82
+ 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
197
+ AQA=
88
198
  http_version:
89
- recorded_at: Thu, 27 Jun 2013 15:42:46 GMT
90
- recorded_with: VCR 2.5.0
199
+ recorded_at: Wed, 24 Jul 2013 21:03:19 GMT
200
+ recorded_with: VCR 2.4.0