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:10 GMT
40
- Etag:
41
- - '"e0aa021e21dddbd6d8cecec71e9cf564"'
41
+ - Wed, 24 Jul 2013 21:02:45 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
- - 38e364dc4ceb6e99f0695a86feb1d8de
51
+ - d3c162e4429db1c2da3ec06eada5b48f
50
52
  X-Runtime:
51
- - '0.025699'
53
+ - '2.631546'
52
54
  X-Ua-Compatible:
53
55
  - IE=Edge,chrome=1
54
56
  Transfer-Encoding:
@@ -56,37 +58,145 @@ 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/51cc5d4ff82dc798de000035","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d4ff82dc798de000035"}}},{"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/51cc5d4ff82dc798de000036","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d4ff82dc798de000036"}}},{"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/51cc5d4ff82dc798de000037","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d4ff82dc798de000037"}}},{"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/51cc5d4ff82dc798de000038","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d4ff82dc798de000038"}}},{"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/51cc5d50f82dc798de000039","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d50f82dc798de000039"}}},{"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/51cc5d50f82dc798de00003a","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d50f82dc798de00003a"}}},{"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/51cc5d50f82dc798de00003b","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d50f82dc798de00003b"}}},{"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/51cc5d51f82dc798de00003c","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d51f82dc798de00003c"}}},{"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/51cc5d51f82dc798de00003d","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d51f82dc798de00003d"}}},{"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/51cc5d51f82dc798de00003e","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d51f82dc798de00003e"}}},{"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/51cc5d51f82dc798de00003f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d51f82dc798de00003f"}}},{"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/51cc5d51f82dc798de000040","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d51f82dc798de000040"}}},{"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/51cc5d51f82dc798de000041","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d51f82dc798de000041"}}},{"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/51cc5d51f82dc798de000042","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d51f82dc798de000042"}}},{"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/51cc5d51f82dc798de000043","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d51f82dc798de000043"}}},{"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/51cc5d51f82dc798de000044","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d51f82dc798de000044"}}},{"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/51cc5d51f82dc798de000045","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d51f82dc798de000045"}}},{"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/51cc5d51f82dc798de000046","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d51f82dc798de000046"}}},{"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/51cc5d52f82dc798de000047","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d52f82dc798de000047"}}},{"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/51cc5d52f82dc798de000048","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d52f82dc798de000048"}}}]}'
61
+ encoding: ASCII-8BIT
62
+ string: !binary |-
63
+ H4sIAPVA8FEAA+ydba/bNpaA/4rhD4tdbJTLV5Hyt26mgwG2nQ0mAXbQweJC
64
+ L1Ti5l7bsH3TpEX/+1KW5GtbpHkoyuptoAJFEkumHpMizfP4iPxtvkk/LFfp
65
+ frlezRe/zffrffowX2AhBX9V/+ten6F284VM2Kt5udzu9odX5ov99km9mj+k
66
+ xxfK9GGnX9ls1efl+mnXvLp6enh4NV+pL+1p5NV8/bS/X5f32fppVeyOb1yX
67
+ 5U7t5wv0ap4/bbdq1b4D60LVtn27PqwPbZdqd79eHV/8/dW8SPfpfPGv3+bL
68
+ Yr6Yc1SmhCUiidOMyxjhGOUcCzHXpW9VulfFfaovNicIowjJiOD3WCwwWVD5
69
+ kz7naVOcnUMjxKtzEF6gZMFQdc4qfdTXnv/t7eztx/V+vXtMt/vZj4xV19g9
70
+ PH3Qxz5uos3xWPRYH7vff91Ub/z+QeX77Xq1zHeLxRtd2DbVf3m7Xq72362K
71
+ dx/X670+uzpZV9K//u/V/HG33cwXSfI6SV7NdYHL/EHdL4vm6C8q2y337Qu6
72
+ AlQcJ4XICkRkzKRCh/+KuT5185Q9LHcf76tWr2sAkwjz94jotl8g/p8ILRA6
73
+ VEOuz5hXrbrM1f2HbZpluikONcwooxwjqY9unzJ9/PBy3d7ZNl0V921DJKqI
74
+ y5ojpjVInui3Pa4LpW+3ebf6tmq3ftrqKz5tl/qEu812XTzl+92dsULTbf5x
75
+ +Vnd7/a6zfTp2df7qvX0keXufpevt8vVh/ss3amH5er5Rm3eVbS3cv0hqm7Q
76
+ NOz8cN89Lnc73T121QF94xxPr++iY2n1DXP8Z6F2umm/Nv/Wd2e6Wd7ry386
77
+ lJOvH6q2b3rd9lAJd/qMu8/4rsbY6Yt/3Kqyuof2+81ucXe3/6iiD0/LQkX6
78
+ c+pe++H1R7Vdf3pKN5vX+frx8v2/P9fiDS/ye/XR9vs0//ioe+XurP/lMRe8
79
+ bvaEqRQhmibS0P9038IRQe8JXjC+INzS/zrnHPtf9HwDRdUNFGF9rRi9/nnz
80
+ oelA+rRy+VDdEfpTHbrH53S13H+tOsNntT028I6jLxw19aGroxrL1C+qONbG
81
+ jr5OH9Nf16v0l11dIccPf1cWWVpiwcqCl5xgVUohU1qiRLEMZYgoGQtOSXZX
82
+ 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
197
+ AJNfqdv3KAEA
88
198
  http_version:
89
- recorded_at: Thu, 27 Jun 2013 15:42:11 GMT
199
+ recorded_at: Wed, 24 Jul 2013 21:02:45 GMT
90
200
  - request:
91
201
  method: get
92
202
  uri: https://the-guide-staging.herokuapp.com/api/v1/products?page=2
@@ -95,13 +205,13 @@ http_interactions:
95
205
  string: ''
96
206
  headers:
97
207
  User-Agent:
98
- - Faraday v0.8.7
208
+ - Faraday v0.8.6
99
209
  X-Reviewed-Authorization:
100
- - 38e397252ec670ec441733a95204f141
210
+ - 5bbeff36f992bbb2f6dcaf37f3e630d8
101
211
  Accept-Encoding:
102
212
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
103
213
  Accept:
104
- - '*/*'
214
+ - ! '*/*'
105
215
  response:
106
216
  status:
107
217
  code: 200
@@ -115,27 +225,29 @@ http_interactions:
115
225
  Access-Control-Allow-Methods:
116
226
  - OPTIONS, GET, POST, PUT, DELETE
117
227
  Access-Control-Allow-Origin:
118
- - '*'
228
+ - ! '*'
119
229
  Access-Control-Max-Age:
120
230
  - '1000'
121
231
  Cache-Control:
122
232
  - no-cache, no-store
233
+ Content-Encoding:
234
+ - gzip
123
235
  Content-Type:
124
236
  - application/json; charset=utf-8
125
237
  Date:
126
- - Thu, 27 Jun 2013 15:42:15 GMT
127
- Etag:
128
- - '"e0aa021e21dddbd6d8cecec71e9cf564"'
238
+ - Wed, 24 Jul 2013 21:02:48 GMT
129
239
  Status:
130
240
  - 200 OK
131
241
  Strict-Transport-Security:
132
242
  - max-age=31536000
133
243
  Vary:
134
244
  - Accept-Encoding
245
+ X-Rack-Cache:
246
+ - miss
135
247
  X-Request-Id:
136
- - 326bc66221f699553dfe540c38ec160a
248
+ - 334f22b7b0b2b9d3151832feb753a451
137
249
  X-Runtime:
138
- - '0.020183'
250
+ - '3.361795'
139
251
  X-Ua-Compatible:
140
252
  - IE=Edge,chrome=1
141
253
  Transfer-Encoding:
@@ -143,32 +255,155 @@ http_interactions:
143
255
  Connection:
144
256
  - keep-alive
145
257
  body:
146
- encoding: UTF-8
147
- string: '{"pagination":{"total":17660,"total_pages":883,"first_page":false,"last_page":false,"previous_page":1,"next_page":3,"out_of_bounds":false,"offset":20,"current_page":2,"per_page":20,"entries_on_page":20},"data":[{"id":"50fa347b96ab5860160c8e5d","created_at":"2013-01-14T18:05:45Z","updated_at":"2013-01-21T07:43:43Z","name":"Dacor
148
- DR30D","slug":"dacor-dr30d","_type":"Appliances::MajorAppliances::Oven","types":["Gas","Electric","Dual-Fuel"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000002b"],"publish_on":"2013-01-14T18:05:00+00:00","upc":null,"price_grabber_id":"","rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"DR30D","resource_uri":"/products/dacor-dr30d","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d52f82dc7b9e000003e","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d52f82dc7b9e000003e"}}},{"id":"50fa347b96ab5860160c8e5c","created_at":"2013-01-14T18:05:41Z","updated_at":"2013-01-21T17:34:01Z","name":"Dacor
149
- DR30DI","slug":"dacor-dr30di","_type":"Appliances::MajorAppliances::Oven","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000002b"],"publish_on":"2013-01-14T18:05:00+00:00","upc":null,"price_grabber_id":"","rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"DR30DI","resource_uri":"/products/dacor-dr30di","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d53f82dc7b9e000003f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d53f82dc7b9e000003f"}}},{"id":"50fa347b96ab5860160c8e5b","created_at":"2013-01-14T18:00:09Z","updated_at":"2013-01-21T07:43:28Z","name":"Dacor
150
- EF36IWF","slug":"dacor-ef36iwf","_type":"Appliances::MajorAppliances::Refrigerator","types":["French
151
- Door","French Door"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e0000019"],"publish_on":"2013-01-14T18:00:00+00:00","upc":null,"price_grabber_id":"","rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"EF36IWF","resource_uri":"/products/dacor-ef36iwf","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d53f82dc7b9e0000040","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d53f82dc7b9e0000040"}}},{"id":"50fa347b96ab5860160c8e5a","created_at":"2013-01-14T17:51:01Z","updated_at":"2013-02-27T18:17:12Z","name":"Dacor
152
- IF36BNNFSF","slug":"dacor-if36bnnfsf","_type":"Appliances::MajorAppliances::Refrigerator","types":["French
153
- Door"],"msrp":2999.0,"article_ids":[],"website_ids":["50e669d7bd028648e0000019"],"publish_on":"2013-01-14T17:50:00+00:00","upc":null,"price_grabber_id":"","rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"IF36BNNFSF","resource_uri":"/products/dacor-if36bnnfsf","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[{"id":"50fcf4f0bd028662a701385c","created_at":"2013-01-21T07:57:36Z","updated_at":"2013-01-21T07:57:36Z","name":"Dacor-EF36BNNFSS-front.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s50x50_Dacor-EF36BNNFSS-front.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s150x150_Dacor-EF36BNNFSS-front.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s250x250_Dacor-EF36BNNFSS-front.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s300x150_Dacor-EF36BNNFSS-front.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s300x112_Dacor-EF36BNNFSS-front.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s500x500_Dacor-EF36BNNFSS-front.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s600x400_Dacor-EF36BNNFSS-front.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s600x600_Dacor-EF36BNNFSS-front.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s940x400_Dacor-EF36BNNFSS-front.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s940x350_Dacor-EF36BNNFSS-front.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/s940x110_Dacor-EF36BNNFSS-front.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/Dacor-EF36BNNFSS-front.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/553a3264d0a2d9e82735a9ad9a8171fe8b2279bc/Dacor-EF36BNNFSS-front.jpg","file_size":13867,"content_type":"image/jpeg"},"position":0,"processing":null,"permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/attachments","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments"},"resource":{"rel":"/api/v1/attachments/50fcf4f0bd028662a701385c","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fcf4f0bd028662a701385c"}}}],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d54f82dc7b9e0000041","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d54f82dc7b9e0000041"}}},{"id":"50fa347a96ab5860160c8e59","created_at":"2013-01-14T17:46:33Z","updated_at":"2013-01-21T07:43:28Z","name":"Dacor
154
- EF36BNNFSS ","slug":"dacor-ef36bnnfss","_type":"Appliances::MajorAppliances::Refrigerator","types":["French
155
- Door","French Door"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e0000019"],"publish_on":"2013-01-14T17:46:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"EF36BNNFSS","resource_uri":"/products/dacor-ef36bnnfss","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d55f82dc7b9e0000042","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d55f82dc7b9e0000042"}}},{"id":"50fa347a96ab5860160c8e58","created_at":"2013-01-14T17:31:36Z","updated_at":"2013-01-21T07:43:27Z","name":"Dacor
156
- RDW24I ","slug":"dacor-rdw24i","_type":"Appliances::MajorAppliances::Dishwasher","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e0000021"],"publish_on":"2013-01-14T17:31:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"RDW24I","resource_uri":"/products/dacor-rdw24i","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d55f82dc7b9e0000043","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d55f82dc7b9e0000043"}}},{"id":"50fa347a96ab5860160c8e57","created_at":"2013-01-14T17:31:02Z","updated_at":"2013-01-21T07:43:23Z","name":"Dacor
157
- RDW24S","slug":"dacor-rdw24s","_type":"Appliances::MajorAppliances::Dishwasher","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e0000021"],"publish_on":"2013-01-14T17:31:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"RDW24S","resource_uri":"/products/dacor-rdw24s","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d55f82dc7b9e0000044","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d55f82dc7b9e0000044"}}},{"id":"50fa347a96ab5860160c8e56","created_at":"2013-01-11T23:32:19Z","updated_at":"2013-03-11T21:05:10Z","name":"Moneual
158
- TV700 OS","slug":"moneual-tv700-os","_type":"Electronics::Television","types":["LED"],"msrp":null,"article_ids":["50fc385fbd0286d5550ab62d"],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T23:32:00+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"50f9ed7fbd0286638e0002f2","model":"TV700
159
- OS","resource_uri":"/products/moneual-tv700-os","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d56f82dc7b9e0000045","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d56f82dc7b9e0000045"}}},{"id":"50fa347a96ab5860160c8e55","created_at":"2013-01-11T23:11:06Z","updated_at":"2013-01-21T07:43:21Z","name":"Dacor
160
- MRES30S ","slug":"dacor-mres30s","_type":"Appliances::MajorAppliances::Oven","types":["Electric"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000002b"],"publish_on":"2013-01-11T23:10:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"MRES30S","resource_uri":"/products/dacor-mres30s","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d56f82dc7b9e0000046","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d56f82dc7b9e0000046"}}},{"id":"50fa347a96ab5860160c8e54","created_at":"2013-01-11T23:10:26Z","updated_at":"2013-01-21T07:43:09Z","name":"Dacor
161
- ER30GI ","slug":"dacor-er30gi","_type":"Appliances::MajorAppliances::Oven","types":["Gas"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000002b"],"publish_on":"2013-01-11T23:10:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"ER30GI","resource_uri":"/products/dacor-er30gi","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d56f82dc7b9e0000047","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d56f82dc7b9e0000047"}}},{"id":"50fa347996ab5860160c8e53","created_at":"2013-01-11T23:10:22Z","updated_at":"2013-01-21T07:43:04Z","name":"Dacor
162
- ER36GI","slug":"dacor-er36gi","_type":"Appliances::MajorAppliances::Oven","types":["Gas"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000002b"],"publish_on":"2013-01-11T23:10:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"ER36GI","resource_uri":"/products/dacor-er36gi","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d56f82dc7b9e0000048","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d56f82dc7b9e0000048"}}},{"id":"50fa347996ab5860160c8e52","created_at":"2013-01-11T23:10:17Z","updated_at":"2013-01-21T07:43:00Z","name":"Dacor
163
- ER30G","slug":"dacor-er30g","_type":"Appliances::MajorAppliances::Oven","types":["Gas"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000002b"],"publish_on":"2013-01-11T23:10:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"ER30G","resource_uri":"/products/dacor-er30g","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d56f82dc7b9e0000049","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d56f82dc7b9e0000049"}}},{"id":"50fa347996ab5860160c8e51","created_at":"2013-01-11T23:10:15Z","updated_at":"2013-01-21T07:42:48Z","name":"Dacor
164
- ER36G","slug":"dacor-er36g","_type":"Appliances::MajorAppliances::Oven","types":["Gas"],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000002b"],"publish_on":"2013-01-11T23:10:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed7ebd0286638e0002c5","model":"ER36G","resource_uri":"/products/dacor-er36g","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d56f82dc7b9e000004a","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d56f82dc7b9e000004a"}}},{"id":"50fa347996ab5860160c8e50","created_at":"2013-01-11T20:10:10Z","updated_at":"2013-01-21T07:42:28Z","name":"VIZIO
165
- E500d","slug":"vizio-e500d","_type":"Electronics::Television","types":["LED","3D"],"msrp":729.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T20:10:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed75bd0286638e00018b","model":"E500d","resource_uri":"/products/vizio-e500d","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d56f82dc7b9e000004b","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d56f82dc7b9e000004b"}}},{"id":"50fa347996ab5860160c8e4f","created_at":"2013-01-11T20:09:10Z","updated_at":"2013-01-21T07:42:24Z","name":"VIZIO
166
- E420d","slug":"vizio-e420d","_type":"Electronics::Television","types":["LED","3D"],"msrp":529.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T20:09:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed75bd0286638e00018b","model":"E420d","resource_uri":"/products/vizio-e420d","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d56f82dc7b9e000004c","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d56f82dc7b9e000004c"}}},{"id":"50fa347996ab5860160c8e4e","created_at":"2013-01-11T20:08:34Z","updated_at":"2013-01-21T07:42:22Z","name":"VIZIO
167
- E650i","slug":"vizio-e650i","_type":"Electronics::Television","types":["LED"],"msrp":1299.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T20:08:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed75bd0286638e00018b","model":"E650i","resource_uri":"/products/vizio-e650i","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d56f82dc7b9e000004d","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d56f82dc7b9e000004d"}}},{"id":"50fa347896ab5860160c8e4d","created_at":"2013-01-11T20:08:06Z","updated_at":"2013-01-21T07:42:21Z","name":"VIZIO
168
- E500i","slug":"vizio-e500i","_type":"Electronics::Television","types":["LCD"],"msrp":699.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T20:08:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed75bd0286638e00018b","model":"E500i","resource_uri":"/products/vizio-e500i","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d57f82dc7b9e000004e","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d57f82dc7b9e000004e"}}},{"id":"50fa347896ab5860160c8e4c","created_at":"2013-01-11T20:07:42Z","updated_at":"2013-01-21T07:42:04Z","name":"VIZIO
169
- E470i","slug":"vizio-e470i","_type":"Electronics::Television","types":["LED"],"msrp":599.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T20:07:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed75bd0286638e00018b","model":"E470i","resource_uri":"/products/vizio-e470i","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d57f82dc7b9e000004f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d57f82dc7b9e000004f"}}},{"id":"50fa347896ab5860160c8e4b","created_at":"2013-01-11T20:07:12Z","updated_at":"2013-01-21T07:42:02Z","name":"VIZIO
170
- E420i","slug":"vizio-e420i","_type":"Electronics::Television","types":["LED"],"msrp":499.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T20:07:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed75bd0286638e00018b","model":"E420i","resource_uri":"/products/vizio-e420i","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d57f82dc7b9e0000050","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d57f82dc7b9e0000050"}}},{"id":"50fa347896ab5860160c8e4a","created_at":"2013-01-11T20:06:45Z","updated_at":"2013-01-21T07:41:41Z","name":"VIZIO
171
- E390i","slug":"vizio-e390i","_type":"Electronics::Television","types":[],"msrp":399.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000f"],"publish_on":"2013-01-11T20:06:00+00:00","upc":null,"price_grabber_id":null,"rubric_id":null,"brand_id":"50f9ed75bd0286638e00018b","model":"E390i","resource_uri":"/products/vizio-e390i","archive_state":"by_date","is_scoring_baseline":false,"archived":false,"product_rating":null,"ranking":{"total":null,"rank":null,"percentile":null},"rubric":{"name":"","permissions":{"read":true,"create":false,"update":false,"destroy":false},"api_links":{"collection":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"},"resource":{"rel":"/api/v1/rubrics","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics"}}},"attachments":[],"bulk_uploads":[],"permissions":{"read":true,"create":false,"update":false,"destroy":false,"manage_baseline_products":false},"api_links":{"collection":{"rel":"/api/v1/products","href":"https://the-guide-staging.herokuapp.com/api/v1/products"},"resource":{"rel":"/api/v1/products/51cc5d57f82dc7b9e0000051","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51cc5d57f82dc7b9e0000051"}}}]}'
258
+ encoding: ASCII-8BIT
259
+ string: !binary |-
260
+ H4sIAPhA8FEAA+ydWY/jNrqG/4rhi8EMTivFRaQk32XpwRnM1pgOgiDBQUFr
261
+ t5Mq27BcnU6C/PdDbS5LIs2P+mx3TUO5mOkqqeTHlEjpfcTl9+UufrfexIf1
262
+ drNc/b48bA/xw3JFgzAQr5qf7tUeeblchZH/alms9+Wh/s1yVcQPZf5q+RAP
263
+ f7Pb5x/W26ey/S19tdzkH7t9+Kvl9ulwvy3uk+3TJiuPf7UtijI/LFeMvFqm
264
+ T/t9vun+hKlD5vvuB7VZbdqv8/J+uzn+8o9Xyyw+xMvVj78v19lytRSkiJkf
265
+ k0jGiQgloZKkgobpUh19n8eHPLuP1actGaHEI6HH6Lc0WFF/5csf1D5Pu6y3
266
+ D/eIqPYhdEWilc+qfTbxo/rs5ddxud4uXn9cP6wfF6+/936gRBC1uXx4eqc2
267
+ p9VmL683q//zfms33x9+3VV//vohTw/77WadlqvV1+qQ+1j94812vTl8ucne
268
+ vt9uD2rvamdVVj/+36vlY7nfLVebp4eHV8t4f1inD/n9uirIH6svnUge0CQj
269
+ LJSZEIJwGhfZUv3ZL3lSrg8nu+ZSRlnQ7OqHOan/q3fdPSUP6/L9fXVNNAVE
270
+ mUfFt4SpK2NFxP8QsiKkLqW0+gbf11/5q79/89WyOvvrNL9/t4+TRJ20+lxw
271
+ ztQpCCO1df+UqO333SmK8iziDYLkNQOPmdot2ceb7HQvWfT2IqlUez1us/yh
272
+ AhiV/T4vt097xfG0X6sd7nb7bfaUHso709mI9+n79Yf8vjyo067+Ivn1vroA
273
+ 1JZ1eV+m2/168+4+icv8Yb15vtLbv1KYh/1T3n27qiLZvuDwGlTXF/Vo9K0q
274
+ WT9aMW64Bkf7tNcgIyRYqCJbqH+Ei/riWfxpUV88i/+o2r15Vy7+vK//4ZW7
275
+ PC0X7/bbp91flnXVelyXqlQ2ZQWuuI5fp4E8ftuG5/hjlpfquv21/VlVwHi3
276
+ vlfF83N9nHT7UF3Ybbuyr8/Tndrj7gO9a4qpVB/+fp8XasP7w2FXru7uDu9z
277
+ 793TOss9dR5Uu/Tui/f5fvvzU7zbfZFuH4d//8fziTZ+yN2Zk4D6dPOB//ij
278
+ KozDIU7fP6qmquw1ShkRNG7+hCSUE6paKd90QVQNTrQicsV94wUx2Oe0UfKa
279
+ iuF1FcOjhEY8/OKn3bu2SVF7FuuH6jJX37huFz7Em/Xh16oV+JDvj1dFKchH
280
+ VU+aslJFVbXw+S95diypkn8RP8a/bTfxL2VTWMfvfycyJvLcj+IsyJNUJESo
281
+ lomwVAqfS+6LuOBBzHh613zKPYC9pGpXegOi9nNATKrufQzE1ZGaj4ERKXp2
282
+ g1JqPwfExMltzlz7OXAmym7DRBmISZCqMtyiztWfA2KSal//Bkzt54CZ5I2Y
283
+ JJSJq/rAr98UtJ8DYor825y79nPATPwGbUH7OWAmSm/DpD4HwqSePquQ9nBt
284
+ JiuKeq5J413zUNcGkIfD/UGlu+7nJoT9vnza62jbx3D19zcCflU/3tyX69+q
285
+ IMolkeobbDeHKly2zz/rRxUh737a5fXX221VSKq/H6mizDbN1aPx5l339T7B
286
+ w/Lpg+TUR9bTY5x9aD7Z8e7Mwyqawnxw9fCsnj2Tp4ef7592D9s4a1PvhUpe
287
+ hcZ4o074Mcvdd9Fwwqk5/unUEjke4OxJOYZXQQvik0LEJIuiMEvSos7sAv35
288
+ 5iNXWea8UcmsRkWY0uzRqIgVC0/Cy1+fflqrevu4WPxVnaE364+LtwE5USpF
289
+ u90r1Obd+qNXNpunKZXl64+qPcjybPHDdvu4PGtYrupRDPLED0LBItaXJw3c
290
+ SJMEspdGaXKqSdpCNLoRU7Fe2o20Z/nzdw/4DzlnEtTtMGzbz5xHeeUezGqJ
291
+ kW8ZXfnCrDdH+5xURq+th151CXnNDTa6tUZQVSySSZ7HjCZhQLKCkizJKQ/C
292
+ NAt8PytyXz0lhKLTCDZwpEOA43QOwQqEEghwnlYg2HFQ9sCBp7UHViCcOoAD
293
+ deoABjTZGzgCUWYHwkkDlxrWSAMrEM4YwIE6YwACmq4L3IAkCAjlChyAWldg
294
+ BcKJAjhQJwpAQNMtgRsQh1R7nCJwA6oUgQ0I6QfAQOc5biQHLkTbMwOSMzaL
295
+ AQcxYHr2vIgY0B98FgNWMSAH8V1eTAyMjzwWA3QgBnK7GAgdu1q8jR/Lp827
296
+ xdvwtIdF2fzWK8OrdqwIcz886Vjh8zgNr9ux4kxvioDBhMCw30QSngqB8Hxn
297
+ iUHBzh7ghXqAJGp7/Ijq1kd85pNzHkBdbHTForMe4GSfft3zqoumvpH65NYG
298
+ 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
172
407
  http_version:
173
- recorded_at: Thu, 27 Jun 2013 15:42:16 GMT
174
- recorded_with: VCR 2.5.0
408
+ recorded_at: Wed, 24 Jul 2013 21:02:48 GMT
409
+ recorded_with: VCR 2.4.0