reviewed 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/faraday/cache.rb +13 -11
- data/lib/reviewed/cache.rb +18 -0
- data/lib/reviewed/version.rb +1 -1
- data/reviewed.gemspec +1 -1
- data/spec/article_spec.rb +1 -1
- data/spec/client_spec.rb +1 -1
- data/spec/collection_spec.rb +1 -1
- data/spec/faraday/cache_spec.rb +9 -9
- data/spec/fixtures/vcr/Reviewed_Article/associations/attachments/assigns_attachments_to_the_correct_class.yml +236 -289
- data/spec/fixtures/vcr/Reviewed_Article/associations/attachments/does_not_has_many_attachments.yml +196 -226
- data/spec/fixtures/vcr/Reviewed_Article/associations/attachments/does_not_have_any_matching_attachments.yml +236 -289
- data/spec/fixtures/vcr/Reviewed_Article/associations/attachments/finds_attachments_by_tag.yml +228 -361
- data/spec/fixtures/vcr/Reviewed_Article/associations/attachments/gets_gallery_attachments.yml +236 -313
- data/spec/fixtures/vcr/Reviewed_Article/associations/deals/has_many_deals.yml +228 -278
- data/spec/fixtures/vcr/Reviewed_Article/associations/pages/has_many_pages.yml +196 -226
- data/spec/fixtures/vcr/Reviewed_Article/associations/products/has_many_products.yml +196 -226
- data/spec/fixtures/vcr/Reviewed_Article/associations/products/returns_products_of_the_correct_class.yml +196 -226
- data/spec/fixtures/vcr/Reviewed_Article/associations/related_articles/has_many_related_articles.yml +196 -226
- data/spec/fixtures/vcr/Reviewed_Article/fetches_when_a_tag_is_not_in_pre-loaded_set.yml +365 -438
- data/spec/fixtures/vcr/Reviewed_Article/find_page/finds_a_page_with_a_matching_slug.yml +294 -351
- data/spec/fixtures/vcr/Reviewed_Article/primary_product/returns_a_product_of_the_correct_class.yml +424 -504
- data/spec/fixtures/vcr/Reviewed_Article/primary_product/returns_nil_if_does_not_respond_to_products.yml +392 -452
- data/spec/fixtures/vcr/Reviewed_Article/primary_product/returns_the_primary_product.yml +392 -452
- data/spec/fixtures/vcr/Reviewed_Article/returns_local_attachments_when_available.yml +363 -438
- data/spec/fixtures/vcr/Reviewed_Client/_perform/request_params/not_set/has_nil_query_params.yml +93 -102
- data/spec/fixtures/vcr/Reviewed_Client/_perform/request_params/set/merges_quest_params.yml +11 -12
- data/spec/fixtures/vcr/Reviewed_Collection/collection_data/fetches_the_first_page_by_default.yml +80 -197
- data/spec/fixtures/vcr/Reviewed_Collection/collection_data/is_enumerable.yml +80 -197
- data/spec/fixtures/vcr/Reviewed_Collection/next_page/fetches_the_next_page_of_results.yml +99 -302
- data/spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/indicates_if_the_page_number_is_out_of_bounds.yml +80 -197
- data/spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/indicates_whether_this_is_the_first_or_last_page.yml +48 -145
- data/spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_limit_value_max_per_page_.yml +48 -145
- data/spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_number_of_entries_on_the_current_page.yml +80 -197
- data/spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_offset.yml +80 -197
- data/spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_total_item_count.yml +48 -145
- data/spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_total_number_of_pages.yml +80 -197
- data/spec/fixtures/vcr/Reviewed_Collection/previous_page/fetches_the_previous_page_of_results.yml +211 -551
- data/spec/fixtures/vcr/Reviewed_Collection/previous_page/returns_nil_if_there_is_no_previous_page.yml +48 -145
- data/spec/fixtures/vcr/Reviewed_Product/associations/attachments/does_not_have_any_matching_attachments.yml +90 -162
- data/spec/fixtures/vcr/Reviewed_Product/associations/attachments/matches_attachments_by_tag_properly.yml +50 -99
- data/spec/fixtures/vcr/Reviewed_Product/associations/attachments/no_longer_has_many_attachments.yml +50 -99
- data/spec/fixtures/vcr/Reviewed_Product/associations/attachments/returns_attachments_by_tag.yml +50 -99
- data/spec/fixtures/vcr/Reviewed_Product/associations/attachments/returns_attachments_of_the_correct_class.yml +58 -110
- data/spec/fixtures/vcr/Reviewed_Product/manufacturer_specs/has_many_manufacturer_specs.yml +50 -99
- data/spec/fixtures/vcr/Reviewed_Product/manufacturer_specs/returns_attachments_of_the_correct_class.yml +52 -99
- data/spec/fixtures/vcr/Reviewed_Request/_where/filters_collections_using_keywords.yml +72 -0
- data/spec/fixtures/vcr/Reviewed_Request/_where/returns_a_collection.yml +93 -102
- data/spec/fixtures/vcr/Reviewed_Request/_where/returns_an_empty_set_if_no_matching_data_was_found.yml +11 -9
- data/spec/fixtures/vcr/Reviewed_Request/_where/returns_the_appropriate_page_of_results.yml +91 -69
- data/spec/fixtures/vcr/Reviewed_Request/collection_from_response/returns_a_collection_object.yml +93 -102
- data/spec/fixtures/vcr/Reviewed_Request/collection_from_response/returns_objects_of_the_correct_class.yml +93 -102
- data/spec/fixtures/vcr/Reviewed_Request/object_from_response/returns_an_object_of_the_correct_class.yml +90 -93
- data/spec/product_spec.rb +1 -1
- data/spec/request_spec.rb +4 -4
- metadata +35 -62
- data/spec/fixtures/vcr/Reviewed_Request/_where/filters_collections_using_other_supported_options.yml +0 -66
@@ -14,207 +14,90 @@ http_interactions:
|
|
14
14
|
Accept-Encoding:
|
15
15
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
16
|
Accept:
|
17
|
-
-
|
17
|
+
- '*/*'
|
18
18
|
response:
|
19
19
|
status:
|
20
20
|
code: 200
|
21
|
-
message:
|
22
|
-
T0s=
|
21
|
+
message: OK
|
23
22
|
headers:
|
24
|
-
|
25
|
-
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
-
|
34
|
-
|
35
|
-
|
36
|
-
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
-
|
49
|
-
|
50
|
-
|
51
|
-
-
|
52
|
-
|
53
|
-
|
54
|
-
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
!binary "VmFyeQ==":
|
60
|
-
- !binary |-
|
61
|
-
QWNjZXB0LUVuY29kaW5n
|
62
|
-
!binary "WC1SYWNrLUNhY2hl":
|
63
|
-
- !binary |-
|
64
|
-
bWlzcw==
|
65
|
-
!binary "WC1SZXF1ZXN0LUlk":
|
66
|
-
- !binary |-
|
67
|
-
NGEwNGIxNGY5YjZhNDBlMjBmNGVkMDNiMjc3ZjlhMGY=
|
68
|
-
!binary "WC1SdW50aW1l":
|
69
|
-
- !binary |-
|
70
|
-
My41MjMyNDE=
|
71
|
-
!binary "WC1VYS1Db21wYXRpYmxl":
|
72
|
-
- !binary |-
|
73
|
-
SUU9RWRnZSxjaHJvbWU9MQ==
|
74
|
-
!binary "VHJhbnNmZXItRW5jb2Rpbmc=":
|
75
|
-
- !binary |-
|
76
|
-
Y2h1bmtlZA==
|
77
|
-
!binary "Q29ubmVjdGlvbg==":
|
78
|
-
- !binary |-
|
79
|
-
a2VlcC1hbGl2ZQ==
|
23
|
+
Access-Control-Allow-Credentials:
|
24
|
+
- 'true'
|
25
|
+
Access-Control-Allow-Headers:
|
26
|
+
- x-pagination, x-requested-with, x-requested-by, x-reviewed-authorization,
|
27
|
+
x-skip-cache, Content-Type
|
28
|
+
Access-Control-Allow-Methods:
|
29
|
+
- OPTIONS, GET, POST, PUT, DELETE
|
30
|
+
Access-Control-Allow-Origin:
|
31
|
+
- '*'
|
32
|
+
Access-Control-Max-Age:
|
33
|
+
- '1000'
|
34
|
+
Cache-Control:
|
35
|
+
- no-cache, no-store
|
36
|
+
Content-Type:
|
37
|
+
- application/json; charset=utf-8
|
38
|
+
Date:
|
39
|
+
- Mon, 29 Jul 2013 21:24:15 GMT
|
40
|
+
Status:
|
41
|
+
- 200 OK
|
42
|
+
Strict-Transport-Security:
|
43
|
+
- max-age=31536000
|
44
|
+
Vary:
|
45
|
+
- Accept-Encoding
|
46
|
+
X-Rack-Cache:
|
47
|
+
- miss
|
48
|
+
X-Request-Id:
|
49
|
+
- 27272e9c71c8e4a076bf64144ff00031
|
50
|
+
X-Runtime:
|
51
|
+
- '2.394280'
|
52
|
+
X-Ua-Compatible:
|
53
|
+
- IE=Edge,chrome=1
|
54
|
+
Transfer-Encoding:
|
55
|
+
- chunked
|
56
|
+
Connection:
|
57
|
+
- keep-alive
|
80
58
|
body:
|
81
|
-
encoding:
|
82
|
-
string:
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
/
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
TAb49DCjDOgChckAOJBFBpiB+ssAPyCDDDAABckADyCzDOgChckAOJBFBpiB
|
124
|
-
+ssAPyCDDDAD9ZcBfkAGGdABCpQBYKDrHCPJgIFoz2WA4GiSAf1kwNncc2gZ
|
125
|
-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
-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
-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
-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
-
ZhlgAeovA/yAujLABBQkAzyAjDLAABQmA+BAZhlgAeovA/yAujLAAtRfBvgB
|
130
|
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
TeImCtMkcKJWkwCJemsSTyJMAERhmsSnn9WaxE0UpkngRK0mgRH11yR+RAJG
|
145
|
-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
-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
-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
-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
-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
-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
-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
-
+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
-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
-
9GYihDF2JkJ0LdzYdkgZX0kUIUwIicjtE0WaagdnijQNMZmPyXyMZT54s7Fz
|
155
|
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
fw3gx0MB/T3MAfjxVA7AwRMoAMA8VzFGiv6HgT0L/amkU+Tfc2nSs7nm0EuT
|
166
|
-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
-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
-
+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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
EIgqzKTAqY4LEIGp+usUPyoBpwpyKh5U7XJEIKowsQKnOq5KBKbqb1f8qCh4
|
180
|
-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
-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
-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
-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
-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
-
JjxWlBdJWm38Q3GJ6TUX3cUPlNFwqGsy2oAVZKPhVFdstAkqSEd7UF3R0Qas
|
186
|
-
MB8Nx7rmo21YvYW0J5ZFSBuwwoy0Ty+0G2kDVpiShmNdU9IWrP5O2g/L5qRN
|
187
|
-
WEFS2gPripQ2YIVZaTjWNSttweqvpf2wbFragtXfS/th2bx0FytQTIOxIDQj
|
188
|
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
|
217
|
-
KAEA
|
59
|
+
encoding: UTF-8
|
60
|
+
string: '{"pagination":{"total":17875,"total_pages":894,"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":"50fa222096ab5860160c49b5","created_at":"2010-05-20T19:18:49Z","updated_at":"2013-05-21T00:57:30Z","name":"Epson
|
61
|
+
PowerLite Pro Cinema 810","slug":"epson-powerlite-pro-cinema-810","_type":"Electronics::Projector","types":[],"msrp":99.99,"article_ids":[],"website_ids":["50e669d7bd028648e0000003"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"47798688","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000b9","model":"PowerLite
|
62
|
+
Pro Cinema 810","resource_uri":"/products/epson-powerlite-pro-cinema-810","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fc5452bd0286cc5c001f70","created_at":"2013-01-20T20:32:18Z","updated_at":"2013-01-20T20:32:18Z","name":"Epson-PowerLite-Pro-Cinema-810-102536.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s50x50_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s150x150_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s200x75_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s250x250_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s300x150_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s300x112_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s500x500_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s600x400_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s600x600_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s630x235_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s940x400_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s940x350_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s940x110_Epson-PowerLite-Pro-Cinema-810-102536.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/Epson-PowerLite-Pro-Cinema-810-102536.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/Epson-PowerLite-Pro-Cinema-810-102536.jpg","file_size":2147,"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/50fc5452bd0286cc5c001f70","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc5452bd0286cc5c001f70"}}}],"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/51f6dd7d40a0cedcec00000a","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7d40a0cedcec00000a"}}},{"id":"50fa222096ab5860160c49b6","created_at":"2010-05-20T19:18:49Z","updated_at":"2013-05-21T01:00:22Z","name":"Epson
|
63
|
+
MovieMate 30S","slug":"epson-moviemate-30s","_type":"Electronics::Projector","types":[],"msrp":1065.81,"article_ids":[],"website_ids":["50e669d7bd028648e0000003"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"27671289","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000b9","model":"MovieMate
|
64
|
+
30S","resource_uri":"/products/epson-moviemate-30s","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fc545dbd0286f12a001f71","created_at":"2013-01-20T20:32:29Z","updated_at":"2013-01-20T20:32:29Z","name":"Epson-MovieMate-30S-102537.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s50x50_Epson-MovieMate-30S-102537.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s150x150_Epson-MovieMate-30S-102537.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s200x75_Epson-MovieMate-30S-102537.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s250x250_Epson-MovieMate-30S-102537.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s300x150_Epson-MovieMate-30S-102537.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s300x112_Epson-MovieMate-30S-102537.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s500x500_Epson-MovieMate-30S-102537.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s600x400_Epson-MovieMate-30S-102537.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s600x600_Epson-MovieMate-30S-102537.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s630x235_Epson-MovieMate-30S-102537.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s940x400_Epson-MovieMate-30S-102537.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s940x350_Epson-MovieMate-30S-102537.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s940x110_Epson-MovieMate-30S-102537.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/Epson-MovieMate-30S-102537.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/Epson-MovieMate-30S-102537.jpg","file_size":2075,"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/50fc545dbd0286f12a001f71","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc545dbd0286f12a001f71"}}}],"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/51f6dd7d40a0cedcec00000b","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7d40a0cedcec00000b"}}},{"id":"50fa222096ab5860160c49b7","created_at":"2010-05-20T19:18:49Z","updated_at":"2013-05-21T01:00:22Z","name":"Optoma
|
65
|
+
HD73","slug":"optoma-hd73","_type":"Electronics::Projector","types":[],"msrp":136.51,"article_ids":[],"website_ids":["50e669d7bd028648e0000003"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"31169103","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000ba","model":"HD73","resource_uri":"/products/optoma-hd73","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fc5473bd028694ea001f72","created_at":"2013-01-20T20:32:51Z","updated_at":"2013-01-20T20:32:51Z","name":"Optoma-HD73-102538.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s50x50_Optoma-HD73-102538.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s150x150_Optoma-HD73-102538.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s200x75_Optoma-HD73-102538.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s250x250_Optoma-HD73-102538.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s300x150_Optoma-HD73-102538.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s300x112_Optoma-HD73-102538.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s500x500_Optoma-HD73-102538.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s600x400_Optoma-HD73-102538.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s600x600_Optoma-HD73-102538.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s630x235_Optoma-HD73-102538.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s940x400_Optoma-HD73-102538.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s940x350_Optoma-HD73-102538.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s940x110_Optoma-HD73-102538.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/Optoma-HD73-102538.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/Optoma-HD73-102538.jpg","file_size":1553,"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/50fc5473bd028694ea001f72","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc5473bd028694ea001f72"}}}],"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/51f6dd7d40a0cedcec00000c","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7d40a0cedcec00000c"}}},{"id":"512cd7548087b2a042000821","created_at":"2013-02-26T15:40:04Z","updated_at":"2013-03-15T20:21:52Z","name":"Fujifilm
|
66
|
+
F900EXR","slug":"fujifilm-f900exr","_type":"Electronics::Cameras::PointAndShoot","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":null,"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/51f6dd7d40a0cedcec00000d","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7d40a0cedcec00000d"}}},{"id":"50fa21e596ab5860160c494e","created_at":"2010-03-29T18:24:31Z","updated_at":"2013-05-21T01:05:10Z","name":"Pentax
|
67
|
+
K100D","slug":"pentax-k100d","_type":"Electronics::Cameras::DSLR","types":[],"msrp":699.0,"article_ids":["50fb9066bd0286d5550444be"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"19156","price_grabber_id":"20384825","rubric_id":null,"brand_id":"50f9ed6ebd0286638e0000af","model":"K100D","resource_uri":"/products/pentax-k100d","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fd07a5bd02860b1301a338","created_at":"2013-01-21T09:17:25Z","updated_at":"2013-01-21T09:17:25Z","name":"Pentax-K100D-100331.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s50x50_Pentax-K100D-100331.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s150x150_Pentax-K100D-100331.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s200x75_Pentax-K100D-100331.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s250x250_Pentax-K100D-100331.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s300x150_Pentax-K100D-100331.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s300x112_Pentax-K100D-100331.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s500x500_Pentax-K100D-100331.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s600x400_Pentax-K100D-100331.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s600x600_Pentax-K100D-100331.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s630x235_Pentax-K100D-100331.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s940x400_Pentax-K100D-100331.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s940x350_Pentax-K100D-100331.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s940x110_Pentax-K100D-100331.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/Pentax-K100D-100331.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/Pentax-K100D-100331.jpg","file_size":5019,"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/50fd07a5bd02860b1301a338","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd07a5bd02860b1301a338"}}}],"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/51f6dd7d40a0cedcec00000e","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7d40a0cedcec00000e"}}},{"id":"50fa21e696ab5860160c494f","created_at":"2010-03-29T18:24:33Z","updated_at":"2013-05-21T01:06:58Z","name":"Fujifilm FinePix
|
68
|
+
S5 Pro","slug":"fujifilm-finepix-s5-pro","_type":"Electronics::Cameras::DSLR","types":[],"msrp":1999.0,"article_ids":["50fb5fe1bd0286d555030c15","50fb8e2abd0286d555043a12"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"600005590","price_grabber_id":"31925698","rubric_id":"50f9ed93bd0286638e0003a1","brand_id":"50f9ed76bd0286638e0001b6","model":"S5
|
69
|
+
Pro","resource_uri":"/products/fujifilm-finepix-s5-pro","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a1","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2007
|
70
|
+
and 2008 Digital SLR Camera 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/50f9ed93bd0286638e0003a1","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a1"}}},"attachments":[{"id":"50fd0451bd02868f8101a22a","created_at":"2013-01-21T09:03:13Z","updated_at":"2013-01-21T09:03:13Z","name":"Fuji-FinePix-S5-Pro-100332.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s50x50_Fuji-FinePix-S5-Pro-100332.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s150x150_Fuji-FinePix-S5-Pro-100332.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s200x75_Fuji-FinePix-S5-Pro-100332.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s250x250_Fuji-FinePix-S5-Pro-100332.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s300x150_Fuji-FinePix-S5-Pro-100332.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s300x112_Fuji-FinePix-S5-Pro-100332.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s500x500_Fuji-FinePix-S5-Pro-100332.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s600x400_Fuji-FinePix-S5-Pro-100332.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s600x600_Fuji-FinePix-S5-Pro-100332.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s630x235_Fuji-FinePix-S5-Pro-100332.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s940x400_Fuji-FinePix-S5-Pro-100332.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s940x350_Fuji-FinePix-S5-Pro-100332.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s940x110_Fuji-FinePix-S5-Pro-100332.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/Fuji-FinePix-S5-Pro-100332.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/Fuji-FinePix-S5-Pro-100332.jpg","file_size":6330,"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/50fd0451bd02868f8101a22a","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd0451bd02868f8101a22a"}}}],"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/51f6dd7d40a0cedcec00000f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7d40a0cedcec00000f"}}},{"id":"50fa21e696ab5860160c4950","created_at":"2010-03-29T18:24:35Z","updated_at":"2013-05-21T01:06:58Z","name":"Pentax
|
71
|
+
K100D Super","slug":"pentax-k100d-super","_type":"Electronics::Cameras::DSLR","types":[],"msrp":599.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"47578386","rubric_id":"50f9ed93bd0286638e0003a1","brand_id":"50f9ed6ebd0286638e0000af","model":"K100D
|
72
|
+
Super","resource_uri":"/products/pentax-k100d-super","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a1","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2007
|
73
|
+
and 2008 Digital SLR Camera 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/50f9ed93bd0286638e0003a1","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a1"}}},"attachments":[{"id":"50fc5336bd0286de7b0012ae","created_at":"2013-01-20T20:27:34Z","updated_at":"2013-01-20T20:27:34Z","name":"Canon-K100D-Super-100333.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s50x50_Canon-K100D-Super-100333.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s150x150_Canon-K100D-Super-100333.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s200x75_Canon-K100D-Super-100333.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s250x250_Canon-K100D-Super-100333.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s300x150_Canon-K100D-Super-100333.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s300x112_Canon-K100D-Super-100333.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s500x500_Canon-K100D-Super-100333.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s600x400_Canon-K100D-Super-100333.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s600x600_Canon-K100D-Super-100333.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s630x235_Canon-K100D-Super-100333.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s940x400_Canon-K100D-Super-100333.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s940x350_Canon-K100D-Super-100333.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s940x110_Canon-K100D-Super-100333.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/Canon-K100D-Super-100333.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/Canon-K100D-Super-100333.jpg","file_size":4289,"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/50fc5336bd0286de7b0012ae","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc5336bd0286de7b0012ae"}}}],"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/51f6dd7d40a0cedcec000010","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7d40a0cedcec000010"}}},{"id":"50fa21e796ab5860160c4951","created_at":"2010-03-29T18:24:36Z","updated_at":"2013-06-19T00:00:41Z","name":"Olympus
|
74
|
+
PEN E-P1","slug":"olympus-pen-e-p1-2","_type":"Electronics::Cameras::DSLR","types":["Compact
|
75
|
+
SLR / System"],"msrp":499.99,"article_ids":["50fb419dbd0286d5550219db","50fb41fabd0286d555021c6e","50fb4255bd0286d555021f03","50fb4267bd0286d555021f87","50fb4279bd0286d55502200d","50fb42f0bd0286d555022327","50fb4328bd0286d5550224b0","50fb480dbd0286d555024d93","50fb482bbd0286d555024e6e","50fb7825bd0286d55503a0fc","50fb7b24bd0286d55503b6d6","50fb7c0cbd0286d55503bdfd","50fb7de0bd0286d55503cd1d","50fb830cbd0286d55503f567","50fc16d2bd0286d55509c65d"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"733175108","rubric_id":"50f9ed93bd0286638e00039f","brand_id":"50f9ed6ebd0286638e0000b1","model":"E-P1","resource_uri":"/products/olympus-pen-e-p1-2","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e00039f","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-26T21:46:58Z","name":"2009-2010
|
76
|
+
Digital SLR 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/50f9ed93bd0286638e00039f","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e00039f"}}},"attachments":[{"id":"50fc5a44bd028603360024d8","created_at":"2013-01-20T20:57:40Z","updated_at":"2013-01-20T20:57:40Z","name":"Olympus-E-P1-108404.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s50x50_Olympus-E-P1-108404.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s150x150_Olympus-E-P1-108404.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s200x75_Olympus-E-P1-108404.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s250x250_Olympus-E-P1-108404.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s300x150_Olympus-E-P1-108404.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s300x112_Olympus-E-P1-108404.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s500x500_Olympus-E-P1-108404.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s600x400_Olympus-E-P1-108404.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s600x600_Olympus-E-P1-108404.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s630x235_Olympus-E-P1-108404.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s940x400_Olympus-E-P1-108404.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s940x350_Olympus-E-P1-108404.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s940x110_Olympus-E-P1-108404.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/Olympus-E-P1-108404.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/Olympus-E-P1-108404.jpg","file_size":39338,"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/50fc5a44bd028603360024d8","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc5a44bd028603360024d8"}}}],"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/51f6dd7d40a0cedcec000011","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7d40a0cedcec000011"}}},{"id":"50fa21e796ab5860160c4952","created_at":"2010-03-29T18:24:38Z","updated_at":"2013-05-21T01:06:17Z","name":"Nikon
|
77
|
+
D40x","slug":"nikon-d40x","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"34188719","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000b2","model":"D40x","resource_uri":"/products/nikon-d40x","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fc5335bd028692240012ab","created_at":"2013-01-20T20:27:33Z","updated_at":"2013-01-20T20:27:33Z","name":"Nikon-D40x-100382.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s50x50_Nikon-D40x-100382.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s150x150_Nikon-D40x-100382.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s200x75_Nikon-D40x-100382.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s250x250_Nikon-D40x-100382.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s300x150_Nikon-D40x-100382.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s300x112_Nikon-D40x-100382.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s500x500_Nikon-D40x-100382.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s600x400_Nikon-D40x-100382.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s600x600_Nikon-D40x-100382.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s630x235_Nikon-D40x-100382.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s940x400_Nikon-D40x-100382.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s940x350_Nikon-D40x-100382.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s940x110_Nikon-D40x-100382.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/Nikon-D40x-100382.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/Nikon-D40x-100382.jpg","file_size":6299,"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/50fc5335bd028692240012ab","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc5335bd028692240012ab"}}}],"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/51f6dd7e40a0cedcec000012","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7e40a0cedcec000012"}}},{"id":"50fa21e896ab5860160c4953","created_at":"2010-03-29T18:24:39Z","updated_at":"2013-05-21T00:46:57Z","name":"Olympus
|
78
|
+
EVOLT E-410","slug":"olympus-evolt-e-410","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"34714852","rubric_id":null,"brand_id":"50f9ed6ebd0286638e0000b1","model":"EVOLT
|
79
|
+
E-410","resource_uri":"/products/olympus-evolt-e-410","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fc5335bd028600af0012ac","created_at":"2013-01-20T20:27:33Z","updated_at":"2013-01-20T20:27:33Z","name":"Olympus-EVOLT-E-410-100384.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s50x50_Olympus-EVOLT-E-410-100384.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s150x150_Olympus-EVOLT-E-410-100384.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s200x75_Olympus-EVOLT-E-410-100384.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s250x250_Olympus-EVOLT-E-410-100384.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s300x150_Olympus-EVOLT-E-410-100384.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s300x112_Olympus-EVOLT-E-410-100384.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s500x500_Olympus-EVOLT-E-410-100384.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s600x400_Olympus-EVOLT-E-410-100384.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s600x600_Olympus-EVOLT-E-410-100384.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s630x235_Olympus-EVOLT-E-410-100384.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s940x400_Olympus-EVOLT-E-410-100384.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s940x350_Olympus-EVOLT-E-410-100384.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s940x110_Olympus-EVOLT-E-410-100384.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/Olympus-EVOLT-E-410-100384.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/Olympus-EVOLT-E-410-100384.jpg","file_size":5928,"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/50fc5335bd028600af0012ac","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc5335bd028600af0012ac"}}}],"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/51f6dd7e40a0cedcec000013","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7e40a0cedcec000013"}}},{"id":"50fa21e896ab5860160c4954","created_at":"2010-03-29T18:24:40Z","updated_at":"2013-05-21T00:46:58Z","name":"Pentax
|
80
|
+
K10D","slug":"pentax-k10d","_type":"Electronics::Cameras::DSLR","types":[],"msrp":799.0,"article_ids":["50fb74c6bd0286d5550385f4"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"19091","price_grabber_id":"26157789","rubric_id":"50f9ed93bd0286638e0003a1","brand_id":"50f9ed6ebd0286638e0000af","model":"K10D","resource_uri":"/products/pentax-k10d","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a1","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2007
|
81
|
+
and 2008 Digital SLR Camera 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/50f9ed93bd0286638e0003a1","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a1"}}},"attachments":[{"id":"50fd0674bd028600af01a2cf","created_at":"2013-01-21T09:12:20Z","updated_at":"2013-01-21T09:12:20Z","name":"Pentax-K10D-101956.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s50x50_Pentax-K10D-101956.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s150x150_Pentax-K10D-101956.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s200x75_Pentax-K10D-101956.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s250x250_Pentax-K10D-101956.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s300x150_Pentax-K10D-101956.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s300x112_Pentax-K10D-101956.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s500x500_Pentax-K10D-101956.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s600x400_Pentax-K10D-101956.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s600x600_Pentax-K10D-101956.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s630x235_Pentax-K10D-101956.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s940x400_Pentax-K10D-101956.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s940x350_Pentax-K10D-101956.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s940x110_Pentax-K10D-101956.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/Pentax-K10D-101956.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/Pentax-K10D-101956.jpg","file_size":10305,"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/50fd0674bd028600af01a2cf","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd0674bd028600af01a2cf"}}}],"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/51f6dd7e40a0cedcec000014","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7e40a0cedcec000014"}}},{"id":"50fa21e996ab5860160c4955","created_at":"2010-03-29T18:24:41Z","updated_at":"2013-05-21T01:06:58Z","name":"Canon
|
82
|
+
EOS Rebel XTi","slug":"canon-eos-rebel-xti","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb5f72bd0286d555030b34","50fb8da4bd0286d5550436d6","50fb8ed9bd0286d555043ead"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"1236B002","price_grabber_id":"24712314","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b3","model":"XTi","resource_uri":"/products/canon-eos-rebel-xti","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
83
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fce42fbd02868f81012512","created_at":"2013-01-21T06:46:07Z","updated_at":"2013-01-21T06:46:07Z","name":"Canon-EOS-Rebel-XTi-101957.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s50x50_Canon-EOS-Rebel-XTi-101957.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s150x150_Canon-EOS-Rebel-XTi-101957.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s200x75_Canon-EOS-Rebel-XTi-101957.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s250x250_Canon-EOS-Rebel-XTi-101957.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s300x150_Canon-EOS-Rebel-XTi-101957.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s300x112_Canon-EOS-Rebel-XTi-101957.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s500x500_Canon-EOS-Rebel-XTi-101957.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s600x400_Canon-EOS-Rebel-XTi-101957.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s600x600_Canon-EOS-Rebel-XTi-101957.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s630x235_Canon-EOS-Rebel-XTi-101957.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s940x400_Canon-EOS-Rebel-XTi-101957.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s940x350_Canon-EOS-Rebel-XTi-101957.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s940x110_Canon-EOS-Rebel-XTi-101957.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/Canon-EOS-Rebel-XTi-101957.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/Canon-EOS-Rebel-XTi-101957.jpg","file_size":6228,"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/50fce42fbd02868f81012512","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce42fbd02868f81012512"}}}],"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/51f6dd7e40a0cedcec000015","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7e40a0cedcec000015"}}},{"id":"50fa21e996ab5860160c4956","created_at":"2010-03-29T18:24:43Z","updated_at":"2013-05-21T01:06:58Z","name":"Nikon
|
84
|
+
D80","slug":"nikon-d80","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb5ff4bd0286d555030c98","50fc0ea4bd0286d5550978a4"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"25412","price_grabber_id":"23760802","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b2","model":"D80","resource_uri":"/products/nikon-d80","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
85
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fce45fbd02868f81012532","created_at":"2013-01-21T06:46:54Z","updated_at":"2013-01-21T06:46:55Z","name":"Nikon-D80-101958.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s50x50_Nikon-D80-101958.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s150x150_Nikon-D80-101958.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s200x75_Nikon-D80-101958.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s250x250_Nikon-D80-101958.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s300x150_Nikon-D80-101958.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s300x112_Nikon-D80-101958.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s500x500_Nikon-D80-101958.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s600x400_Nikon-D80-101958.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s600x600_Nikon-D80-101958.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s630x235_Nikon-D80-101958.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s940x400_Nikon-D80-101958.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s940x350_Nikon-D80-101958.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s940x110_Nikon-D80-101958.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/Nikon-D80-101958.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/Nikon-D80-101958.jpg","file_size":7738,"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/50fce45fbd02868f81012532","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce45fbd02868f81012532"}}}],"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/51f6dd7e40a0cedcec000016","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7e40a0cedcec000016"}}},{"id":"50fa21ea96ab5860160c4957","created_at":"2010-03-29T18:24:45Z","updated_at":"2013-05-21T01:06:58Z","name":"Leica
|
86
|
+
M8","slug":"leica-m8","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb927cbd0286d5550456e4"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"29253005","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b4","model":"M8","resource_uri":"/products/leica-m8","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
87
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fd07f7bd028663f101a357","created_at":"2013-01-21T09:18:47Z","updated_at":"2013-01-21T09:18:47Z","name":"Leica-M8-101964.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s50x50_Leica-M8-101964.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s150x150_Leica-M8-101964.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s200x75_Leica-M8-101964.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s250x250_Leica-M8-101964.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s300x150_Leica-M8-101964.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s300x112_Leica-M8-101964.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s500x500_Leica-M8-101964.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s600x400_Leica-M8-101964.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s600x600_Leica-M8-101964.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s630x235_Leica-M8-101964.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s940x400_Leica-M8-101964.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s940x350_Leica-M8-101964.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s940x110_Leica-M8-101964.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/Leica-M8-101964.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/Leica-M8-101964.jpg","file_size":5352,"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/50fd07f7bd028663f101a357","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd07f7bd028663f101a357"}}}],"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/51f6dd7e40a0cedcec000017","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7e40a0cedcec000017"}}},{"id":"50fa21ea96ab5860160c4958","created_at":"2010-03-29T18:24:46Z","updated_at":"2013-05-21T01:06:59Z","name":"Panasonic
|
88
|
+
DMC-L1","slug":"panasonic-dmc-l1","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb601bbd0286d555030cdb"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"DMCL1","price_grabber_id":"22919627","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b5","model":"DMC-L1","resource_uri":"/products/panasonic-dmc-l1","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
89
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fd0464bd0286027b01a22b","created_at":"2013-01-21T09:03:32Z","updated_at":"2013-01-21T09:03:32Z","name":"Panasonic-DMC-L1-101974.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s50x50_Panasonic-DMC-L1-101974.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s150x150_Panasonic-DMC-L1-101974.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s200x75_Panasonic-DMC-L1-101974.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s250x250_Panasonic-DMC-L1-101974.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s300x150_Panasonic-DMC-L1-101974.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s300x112_Panasonic-DMC-L1-101974.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s500x500_Panasonic-DMC-L1-101974.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s600x400_Panasonic-DMC-L1-101974.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s600x600_Panasonic-DMC-L1-101974.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s630x235_Panasonic-DMC-L1-101974.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s940x400_Panasonic-DMC-L1-101974.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s940x350_Panasonic-DMC-L1-101974.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s940x110_Panasonic-DMC-L1-101974.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/Panasonic-DMC-L1-101974.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/Panasonic-DMC-L1-101974.jpg","file_size":4557,"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/50fd0464bd0286027b01a22b","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd0464bd0286027b01a22b"}}}],"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/51f6dd7e40a0cedcec000018","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7e40a0cedcec000018"}}},{"id":"50fa21eb96ab5860160c4959","created_at":"2010-03-29T18:24:48Z","updated_at":"2013-05-21T01:06:17Z","name":"Sigma
|
90
|
+
SD14","slug":"sigma-sd14","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb9472bd0286d5550466a9"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"28909658","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000b6","model":"SD14","resource_uri":"/products/sigma-sd14","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fd0838bd0286227201a371","created_at":"2013-01-21T09:19:52Z","updated_at":"2013-01-21T09:19:52Z","name":"Sigma-SD14-101981.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s50x50_Sigma-SD14-101981.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s150x150_Sigma-SD14-101981.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s200x75_Sigma-SD14-101981.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s250x250_Sigma-SD14-101981.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s300x150_Sigma-SD14-101981.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s300x112_Sigma-SD14-101981.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s500x500_Sigma-SD14-101981.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s600x400_Sigma-SD14-101981.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s600x600_Sigma-SD14-101981.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s630x235_Sigma-SD14-101981.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s940x400_Sigma-SD14-101981.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s940x350_Sigma-SD14-101981.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s940x110_Sigma-SD14-101981.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/Sigma-SD14-101981.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/Sigma-SD14-101981.jpg","file_size":5178,"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/50fd0838bd0286227201a371","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd0838bd0286227201a371"}}}],"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/51f6dd7e40a0cedcec000019","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7e40a0cedcec000019"}}},{"id":"50fa21eb96ab5860160c495a","created_at":"2010-03-29T18:24:48Z","updated_at":"2013-05-21T01:06:59Z","name":"Sony
|
91
|
+
Alpha DSLR-A100","slug":"sony-alpha-dslr-a100","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb60c6bd0286d555030e92"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"DSLRA100","price_grabber_id":"20953889","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b7","model":"Alpha
|
92
|
+
DSLR-A100","resource_uri":"/products/sony-alpha-dslr-a100","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
93
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fc53b5bd028694ea001c1c","created_at":"2013-01-20T20:29:41Z","updated_at":"2013-01-20T20:29:41Z","name":"Sony-Alpha-DSLR-A100-102016.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s50x50_Sony-Alpha-DSLR-A100-102016.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s150x150_Sony-Alpha-DSLR-A100-102016.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s200x75_Sony-Alpha-DSLR-A100-102016.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s250x250_Sony-Alpha-DSLR-A100-102016.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s300x150_Sony-Alpha-DSLR-A100-102016.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s300x112_Sony-Alpha-DSLR-A100-102016.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s500x500_Sony-Alpha-DSLR-A100-102016.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s600x400_Sony-Alpha-DSLR-A100-102016.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s600x600_Sony-Alpha-DSLR-A100-102016.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s630x235_Sony-Alpha-DSLR-A100-102016.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s940x400_Sony-Alpha-DSLR-A100-102016.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s940x350_Sony-Alpha-DSLR-A100-102016.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s940x110_Sony-Alpha-DSLR-A100-102016.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/Sony-Alpha-DSLR-A100-102016.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/Sony-Alpha-DSLR-A100-102016.jpg","file_size":6090,"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/50fc53b5bd028694ea001c1c","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc53b5bd028694ea001c1c"}}}],"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/51f6dd7e40a0cedcec00001a","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7e40a0cedcec00001a"}}},{"id":"50fa21ec96ab5860160c495b","created_at":"2010-03-29T18:24:50Z","updated_at":"2013-05-21T01:06:59Z","name":"Olympus
|
94
|
+
EVOLT E-510","slug":"olympus-evolt-e-510","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb604cbd0286d555030d22","50fb93afbd0286d5550461fe"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"262070","price_grabber_id":"34859947","rubric_id":"50f9ed93bd0286638e0003a1","brand_id":"50f9ed6ebd0286638e0000b1","model":"EVOLT
|
95
|
+
E-510","resource_uri":"/products/olympus-evolt-e-510","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a1","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2007
|
96
|
+
and 2008 Digital SLR Camera 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/50f9ed93bd0286638e0003a1","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a1"}}},"attachments":[{"id":"50fd046ebd028662a701a22c","created_at":"2013-01-21T09:03:42Z","updated_at":"2013-01-21T09:03:42Z","name":"Olympus-EVOLT-E-510-102021.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s50x50_Olympus-EVOLT-E-510-102021.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s150x150_Olympus-EVOLT-E-510-102021.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s200x75_Olympus-EVOLT-E-510-102021.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s250x250_Olympus-EVOLT-E-510-102021.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s300x150_Olympus-EVOLT-E-510-102021.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s300x112_Olympus-EVOLT-E-510-102021.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s500x500_Olympus-EVOLT-E-510-102021.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s600x400_Olympus-EVOLT-E-510-102021.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s600x600_Olympus-EVOLT-E-510-102021.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s630x235_Olympus-EVOLT-E-510-102021.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s940x400_Olympus-EVOLT-E-510-102021.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s940x350_Olympus-EVOLT-E-510-102021.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s940x110_Olympus-EVOLT-E-510-102021.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/Olympus-EVOLT-E-510-102021.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/Olympus-EVOLT-E-510-102021.jpg","file_size":6491,"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/50fd046ebd028662a701a22c","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd046ebd028662a701a22c"}}}],"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/51f6dd7e40a0cedcec00001b","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7e40a0cedcec00001b"}}},{"id":"50fa21ec96ab5860160c495c","created_at":"2010-03-29T18:24:52Z","updated_at":"2013-05-21T01:06:59Z","name":"Nikon
|
97
|
+
D40","slug":"nikon-d40","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb8237bd0286d55503eefe"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"1901B004","price_grabber_id":"29541608","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b2","model":"D40","resource_uri":"/products/nikon-d40","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
98
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fd067dbd02868f8101a2d4","created_at":"2013-01-21T09:12:29Z","updated_at":"2013-01-21T09:12:29Z","name":"Nikon-D40-102024.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s50x50_Nikon-D40-102024.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s150x150_Nikon-D40-102024.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s200x75_Nikon-D40-102024.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s250x250_Nikon-D40-102024.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s300x150_Nikon-D40-102024.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s300x112_Nikon-D40-102024.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s500x500_Nikon-D40-102024.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s600x400_Nikon-D40-102024.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s600x600_Nikon-D40-102024.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s630x235_Nikon-D40-102024.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s940x400_Nikon-D40-102024.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s940x350_Nikon-D40-102024.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s940x110_Nikon-D40-102024.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/Nikon-D40-102024.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/Nikon-D40-102024.jpg","file_size":5104,"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/50fd067dbd02868f8101a2d4","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd067dbd02868f8101a2d4"}}}],"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/51f6dd7f40a0cedcec00001c","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7f40a0cedcec00001c"}}},{"id":"50fa21ed96ab5860160c495d","created_at":"2010-03-29T18:24:53Z","updated_at":"2013-05-21T01:06:59Z","name":"Nikon
|
99
|
+
D200","slug":"nikon-d200","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb5f94bd0286d555030b7b","50fb8b70bd0286d555042ef3"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"13321369","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b2","model":"D200","resource_uri":"/products/nikon-d200","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
100
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fce458bd02862d77012531","created_at":"2013-01-21T06:46:48Z","updated_at":"2013-01-21T06:46:48Z","name":"Nikon-D200-102025.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s50x50_Nikon-D200-102025.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s150x150_Nikon-D200-102025.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s200x75_Nikon-D200-102025.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s250x250_Nikon-D200-102025.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s300x150_Nikon-D200-102025.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s300x112_Nikon-D200-102025.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s500x500_Nikon-D200-102025.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s600x400_Nikon-D200-102025.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s600x600_Nikon-D200-102025.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s630x235_Nikon-D200-102025.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s940x400_Nikon-D200-102025.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s940x350_Nikon-D200-102025.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s940x110_Nikon-D200-102025.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/Nikon-D200-102025.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/Nikon-D200-102025.jpg","file_size":6424,"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/50fce458bd02862d77012531","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce458bd02862d77012531"}}}],"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/51f6dd7f40a0cedcec00001d","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd7f40a0cedcec00001d"}}}]}'
|
218
101
|
http_version:
|
219
|
-
recorded_at:
|
102
|
+
recorded_at: Mon, 29 Jul 2013 21:24:15 GMT
|
220
103
|
recorded_with: VCR 2.4.0
|
@@ -14,7 +14,7 @@ http_interactions:
|
|
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,17 +28,15 @@ 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
|
38
36
|
Content-Type:
|
39
37
|
- application/json; charset=utf-8
|
40
38
|
Date:
|
41
|
-
-
|
39
|
+
- Mon, 29 Jul 2013 21:24:21 GMT
|
42
40
|
Status:
|
43
41
|
- 200 OK
|
44
42
|
Strict-Transport-Security:
|
@@ -48,9 +46,9 @@ http_interactions:
|
|
48
46
|
X-Rack-Cache:
|
49
47
|
- miss
|
50
48
|
X-Request-Id:
|
51
|
-
-
|
49
|
+
- e94f0fe50e247041177fa3c85493ae56
|
52
50
|
X-Runtime:
|
53
|
-
- '2.
|
51
|
+
- '2.701748'
|
54
52
|
X-Ua-Compatible:
|
55
53
|
- IE=Edge,chrome=1
|
56
54
|
Transfer-Encoding:
|
@@ -58,145 +56,50 @@ http_interactions:
|
|
58
56
|
Connection:
|
59
57
|
- keep-alive
|
60
58
|
body:
|
61
|
-
encoding:
|
62
|
-
string:
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
/
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
oDAZ4NPDjDKgCxQmA+BAFhlgBuovA/yADDLAABQkAzyAzDKgCxQmA+BAFhlg
|
104
|
-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
-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
-
GVA/JiAGlQFN/QFlQFOjkwx4sTKgqJudFEIcxszcLQMoQAZQqwyobqD6O5WN
|
107
|
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
YTYEjmTLF7Eh9TYinkiGhBEDUpgV8elt5owRA1KYGYEj2VJGLEj97Ygfkiln
|
138
|
-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
-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
-
Tpz7mF6ok78+/bzU/fZxNvurbqG3yy+z7yQ5kSdlczwq9eHqybq0PnwDe/IH
|
141
|
-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
-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
-
Q0mGW0/g4A6UBHCaVhK4eIIMARynMQROmiA94IHT6AEXT5gbgPO0bgDE01sM
|
144
|
-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
-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
-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
-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
-
X/l5vjrzO25fnHnHb7s2M+PyNGeMICpvvgAzT2yjZLWyEBp0ZSHTAsxNfQPX
|
149
|
-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
-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
-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
-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
-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
-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
-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
-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
-
DrMNgcbWJGWZS1FKSTLByjjLRZGqIs9JSilJSCwpZwhLdVx9GUQf6ErgTMdl
|
158
|
-
hUBUQcIEDtWuLgRjCrImHlDtIkMgqjB1Aqc6rjUEp+rtTzypqiWHQFRhEsWn
|
159
|
-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
-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
-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
-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
-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
-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
-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
-
io42YIX5aDjWNR9tw+otpD2xLELagBVmpH16od1IG7DClDQc65qStmD1d9J+
|
167
|
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
ZAE8eIybp3V5whQAnMe8d5qZp3/878fT3TrNzNM/+Pfj6e6c1uEJjPzBPFcx
|
196
|
-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
|
197
|
-
AJNfqdv3KAEA
|
59
|
+
encoding: UTF-8
|
60
|
+
string: '{"pagination":{"total":17875,"total_pages":894,"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":"50fa222096ab5860160c49b5","created_at":"2010-05-20T19:18:49Z","updated_at":"2013-05-21T00:57:30Z","name":"Epson
|
61
|
+
PowerLite Pro Cinema 810","slug":"epson-powerlite-pro-cinema-810","_type":"Electronics::Projector","types":[],"msrp":99.99,"article_ids":[],"website_ids":["50e669d7bd028648e0000003"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"47798688","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000b9","model":"PowerLite
|
62
|
+
Pro Cinema 810","resource_uri":"/products/epson-powerlite-pro-cinema-810","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fc5452bd0286cc5c001f70","created_at":"2013-01-20T20:32:18Z","updated_at":"2013-01-20T20:32:18Z","name":"Epson-PowerLite-Pro-Cinema-810-102536.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s50x50_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s150x150_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s200x75_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s250x250_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s300x150_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s300x112_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s500x500_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s600x400_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s600x600_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s630x235_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s940x400_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s940x350_Epson-PowerLite-Pro-Cinema-810-102536.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/s940x110_Epson-PowerLite-Pro-Cinema-810-102536.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/Epson-PowerLite-Pro-Cinema-810-102536.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/b7d4b436fd66ca1a095470606d5179418e71278b/Epson-PowerLite-Pro-Cinema-810-102536.jpg","file_size":2147,"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/50fc5452bd0286cc5c001f70","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc5452bd0286cc5c001f70"}}}],"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/51f6dd8240a0ce6cab000006","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8240a0ce6cab000006"}}},{"id":"50fa222096ab5860160c49b6","created_at":"2010-05-20T19:18:49Z","updated_at":"2013-05-21T01:00:22Z","name":"Epson
|
63
|
+
MovieMate 30S","slug":"epson-moviemate-30s","_type":"Electronics::Projector","types":[],"msrp":1065.81,"article_ids":[],"website_ids":["50e669d7bd028648e0000003"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"27671289","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000b9","model":"MovieMate
|
64
|
+
30S","resource_uri":"/products/epson-moviemate-30s","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fc545dbd0286f12a001f71","created_at":"2013-01-20T20:32:29Z","updated_at":"2013-01-20T20:32:29Z","name":"Epson-MovieMate-30S-102537.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s50x50_Epson-MovieMate-30S-102537.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s150x150_Epson-MovieMate-30S-102537.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s200x75_Epson-MovieMate-30S-102537.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s250x250_Epson-MovieMate-30S-102537.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s300x150_Epson-MovieMate-30S-102537.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s300x112_Epson-MovieMate-30S-102537.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s500x500_Epson-MovieMate-30S-102537.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s600x400_Epson-MovieMate-30S-102537.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s600x600_Epson-MovieMate-30S-102537.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s630x235_Epson-MovieMate-30S-102537.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s940x400_Epson-MovieMate-30S-102537.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s940x350_Epson-MovieMate-30S-102537.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/s940x110_Epson-MovieMate-30S-102537.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/Epson-MovieMate-30S-102537.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/68144c086f170d08f0b97a9a40ce475e92e3d930/Epson-MovieMate-30S-102537.jpg","file_size":2075,"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/50fc545dbd0286f12a001f71","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc545dbd0286f12a001f71"}}}],"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/51f6dd8240a0ce6cab000007","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8240a0ce6cab000007"}}},{"id":"50fa222096ab5860160c49b7","created_at":"2010-05-20T19:18:49Z","updated_at":"2013-05-21T01:00:22Z","name":"Optoma
|
65
|
+
HD73","slug":"optoma-hd73","_type":"Electronics::Projector","types":[],"msrp":136.51,"article_ids":[],"website_ids":["50e669d7bd028648e0000003"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"31169103","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000ba","model":"HD73","resource_uri":"/products/optoma-hd73","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fc5473bd028694ea001f72","created_at":"2013-01-20T20:32:51Z","updated_at":"2013-01-20T20:32:51Z","name":"Optoma-HD73-102538.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s50x50_Optoma-HD73-102538.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s150x150_Optoma-HD73-102538.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s200x75_Optoma-HD73-102538.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s250x250_Optoma-HD73-102538.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s300x150_Optoma-HD73-102538.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s300x112_Optoma-HD73-102538.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s500x500_Optoma-HD73-102538.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s600x400_Optoma-HD73-102538.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s600x600_Optoma-HD73-102538.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s630x235_Optoma-HD73-102538.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s940x400_Optoma-HD73-102538.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s940x350_Optoma-HD73-102538.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/s940x110_Optoma-HD73-102538.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/Optoma-HD73-102538.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/85e0995ca2bb60ce6c2bf63b50c05fe6f2adf7ba/Optoma-HD73-102538.jpg","file_size":1553,"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/50fc5473bd028694ea001f72","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc5473bd028694ea001f72"}}}],"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/51f6dd8340a0ce6cab000008","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8340a0ce6cab000008"}}},{"id":"512cd7548087b2a042000821","created_at":"2013-02-26T15:40:04Z","updated_at":"2013-03-15T20:21:52Z","name":"Fujifilm
|
66
|
+
F900EXR","slug":"fujifilm-f900exr","_type":"Electronics::Cameras::PointAndShoot","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":null,"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/51f6dd8340a0ce6cab000009","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8340a0ce6cab000009"}}},{"id":"50fa21e596ab5860160c494e","created_at":"2010-03-29T18:24:31Z","updated_at":"2013-05-21T01:05:10Z","name":"Pentax
|
67
|
+
K100D","slug":"pentax-k100d","_type":"Electronics::Cameras::DSLR","types":[],"msrp":699.0,"article_ids":["50fb9066bd0286d5550444be"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"19156","price_grabber_id":"20384825","rubric_id":null,"brand_id":"50f9ed6ebd0286638e0000af","model":"K100D","resource_uri":"/products/pentax-k100d","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fd07a5bd02860b1301a338","created_at":"2013-01-21T09:17:25Z","updated_at":"2013-01-21T09:17:25Z","name":"Pentax-K100D-100331.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s50x50_Pentax-K100D-100331.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s150x150_Pentax-K100D-100331.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s200x75_Pentax-K100D-100331.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s250x250_Pentax-K100D-100331.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s300x150_Pentax-K100D-100331.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s300x112_Pentax-K100D-100331.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s500x500_Pentax-K100D-100331.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s600x400_Pentax-K100D-100331.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s600x600_Pentax-K100D-100331.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s630x235_Pentax-K100D-100331.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s940x400_Pentax-K100D-100331.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s940x350_Pentax-K100D-100331.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/s940x110_Pentax-K100D-100331.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/Pentax-K100D-100331.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/7ae98c36bb973daaafff13d48e0d14d883a684d1/Pentax-K100D-100331.jpg","file_size":5019,"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/50fd07a5bd02860b1301a338","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd07a5bd02860b1301a338"}}}],"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/51f6dd8340a0ce6cab00000a","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8340a0ce6cab00000a"}}},{"id":"50fa21e696ab5860160c494f","created_at":"2010-03-29T18:24:33Z","updated_at":"2013-05-21T01:06:58Z","name":"Fujifilm FinePix
|
68
|
+
S5 Pro","slug":"fujifilm-finepix-s5-pro","_type":"Electronics::Cameras::DSLR","types":[],"msrp":1999.0,"article_ids":["50fb5fe1bd0286d555030c15","50fb8e2abd0286d555043a12"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"600005590","price_grabber_id":"31925698","rubric_id":"50f9ed93bd0286638e0003a1","brand_id":"50f9ed76bd0286638e0001b6","model":"S5
|
69
|
+
Pro","resource_uri":"/products/fujifilm-finepix-s5-pro","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a1","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2007
|
70
|
+
and 2008 Digital SLR Camera 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/50f9ed93bd0286638e0003a1","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a1"}}},"attachments":[{"id":"50fd0451bd02868f8101a22a","created_at":"2013-01-21T09:03:13Z","updated_at":"2013-01-21T09:03:13Z","name":"Fuji-FinePix-S5-Pro-100332.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s50x50_Fuji-FinePix-S5-Pro-100332.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s150x150_Fuji-FinePix-S5-Pro-100332.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s200x75_Fuji-FinePix-S5-Pro-100332.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s250x250_Fuji-FinePix-S5-Pro-100332.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s300x150_Fuji-FinePix-S5-Pro-100332.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s300x112_Fuji-FinePix-S5-Pro-100332.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s500x500_Fuji-FinePix-S5-Pro-100332.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s600x400_Fuji-FinePix-S5-Pro-100332.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s600x600_Fuji-FinePix-S5-Pro-100332.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s630x235_Fuji-FinePix-S5-Pro-100332.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s940x400_Fuji-FinePix-S5-Pro-100332.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s940x350_Fuji-FinePix-S5-Pro-100332.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/s940x110_Fuji-FinePix-S5-Pro-100332.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/Fuji-FinePix-S5-Pro-100332.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/0f08dad409f0e2fc028b30682a2734c1116d9ec5/Fuji-FinePix-S5-Pro-100332.jpg","file_size":6330,"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/50fd0451bd02868f8101a22a","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd0451bd02868f8101a22a"}}}],"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/51f6dd8340a0ce6cab00000b","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8340a0ce6cab00000b"}}},{"id":"50fa21e696ab5860160c4950","created_at":"2010-03-29T18:24:35Z","updated_at":"2013-05-21T01:06:58Z","name":"Pentax
|
71
|
+
K100D Super","slug":"pentax-k100d-super","_type":"Electronics::Cameras::DSLR","types":[],"msrp":599.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"47578386","rubric_id":"50f9ed93bd0286638e0003a1","brand_id":"50f9ed6ebd0286638e0000af","model":"K100D
|
72
|
+
Super","resource_uri":"/products/pentax-k100d-super","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a1","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2007
|
73
|
+
and 2008 Digital SLR Camera 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/50f9ed93bd0286638e0003a1","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a1"}}},"attachments":[{"id":"50fc5336bd0286de7b0012ae","created_at":"2013-01-20T20:27:34Z","updated_at":"2013-01-20T20:27:34Z","name":"Canon-K100D-Super-100333.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s50x50_Canon-K100D-Super-100333.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s150x150_Canon-K100D-Super-100333.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s200x75_Canon-K100D-Super-100333.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s250x250_Canon-K100D-Super-100333.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s300x150_Canon-K100D-Super-100333.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s300x112_Canon-K100D-Super-100333.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s500x500_Canon-K100D-Super-100333.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s600x400_Canon-K100D-Super-100333.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s600x600_Canon-K100D-Super-100333.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s630x235_Canon-K100D-Super-100333.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s940x400_Canon-K100D-Super-100333.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s940x350_Canon-K100D-Super-100333.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/s940x110_Canon-K100D-Super-100333.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/Canon-K100D-Super-100333.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/e0769c77714759892db25ef994463c560f35c42f/Canon-K100D-Super-100333.jpg","file_size":4289,"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/50fc5336bd0286de7b0012ae","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc5336bd0286de7b0012ae"}}}],"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/51f6dd8340a0ce6cab00000c","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8340a0ce6cab00000c"}}},{"id":"50fa21e796ab5860160c4951","created_at":"2010-03-29T18:24:36Z","updated_at":"2013-06-19T00:00:41Z","name":"Olympus
|
74
|
+
PEN E-P1","slug":"olympus-pen-e-p1-2","_type":"Electronics::Cameras::DSLR","types":["Compact
|
75
|
+
SLR / System"],"msrp":499.99,"article_ids":["50fb419dbd0286d5550219db","50fb41fabd0286d555021c6e","50fb4255bd0286d555021f03","50fb4267bd0286d555021f87","50fb4279bd0286d55502200d","50fb42f0bd0286d555022327","50fb4328bd0286d5550224b0","50fb480dbd0286d555024d93","50fb482bbd0286d555024e6e","50fb7825bd0286d55503a0fc","50fb7b24bd0286d55503b6d6","50fb7c0cbd0286d55503bdfd","50fb7de0bd0286d55503cd1d","50fb830cbd0286d55503f567","50fc16d2bd0286d55509c65d"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"733175108","rubric_id":"50f9ed93bd0286638e00039f","brand_id":"50f9ed6ebd0286638e0000b1","model":"E-P1","resource_uri":"/products/olympus-pen-e-p1-2","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e00039f","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-06-26T21:46:58Z","name":"2009-2010
|
76
|
+
Digital SLR 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/50f9ed93bd0286638e00039f","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e00039f"}}},"attachments":[{"id":"50fc5a44bd028603360024d8","created_at":"2013-01-20T20:57:40Z","updated_at":"2013-01-20T20:57:40Z","name":"Olympus-E-P1-108404.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s50x50_Olympus-E-P1-108404.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s150x150_Olympus-E-P1-108404.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s200x75_Olympus-E-P1-108404.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s250x250_Olympus-E-P1-108404.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s300x150_Olympus-E-P1-108404.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s300x112_Olympus-E-P1-108404.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s500x500_Olympus-E-P1-108404.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s600x400_Olympus-E-P1-108404.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s600x600_Olympus-E-P1-108404.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s630x235_Olympus-E-P1-108404.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s940x400_Olympus-E-P1-108404.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s940x350_Olympus-E-P1-108404.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/s940x110_Olympus-E-P1-108404.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/Olympus-E-P1-108404.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/dbb974085be928c6d5cd26491cdcb75978e69bb2/Olympus-E-P1-108404.jpg","file_size":39338,"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/50fc5a44bd028603360024d8","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc5a44bd028603360024d8"}}}],"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/51f6dd8340a0ce6cab00000d","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8340a0ce6cab00000d"}}},{"id":"50fa21e796ab5860160c4952","created_at":"2010-03-29T18:24:38Z","updated_at":"2013-05-21T01:06:17Z","name":"Nikon
|
77
|
+
D40x","slug":"nikon-d40x","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"34188719","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000b2","model":"D40x","resource_uri":"/products/nikon-d40x","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fc5335bd028692240012ab","created_at":"2013-01-20T20:27:33Z","updated_at":"2013-01-20T20:27:33Z","name":"Nikon-D40x-100382.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s50x50_Nikon-D40x-100382.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s150x150_Nikon-D40x-100382.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s200x75_Nikon-D40x-100382.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s250x250_Nikon-D40x-100382.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s300x150_Nikon-D40x-100382.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s300x112_Nikon-D40x-100382.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s500x500_Nikon-D40x-100382.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s600x400_Nikon-D40x-100382.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s600x600_Nikon-D40x-100382.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s630x235_Nikon-D40x-100382.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s940x400_Nikon-D40x-100382.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s940x350_Nikon-D40x-100382.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/s940x110_Nikon-D40x-100382.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/Nikon-D40x-100382.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/f55558355a7f4a23bba1be77d70921933a6e8da2/Nikon-D40x-100382.jpg","file_size":6299,"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/50fc5335bd028692240012ab","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc5335bd028692240012ab"}}}],"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/51f6dd8340a0ce6cab00000e","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8340a0ce6cab00000e"}}},{"id":"50fa21e896ab5860160c4953","created_at":"2010-03-29T18:24:39Z","updated_at":"2013-05-21T00:46:57Z","name":"Olympus
|
78
|
+
EVOLT E-410","slug":"olympus-evolt-e-410","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"34714852","rubric_id":null,"brand_id":"50f9ed6ebd0286638e0000b1","model":"EVOLT
|
79
|
+
E-410","resource_uri":"/products/olympus-evolt-e-410","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fc5335bd028600af0012ac","created_at":"2013-01-20T20:27:33Z","updated_at":"2013-01-20T20:27:33Z","name":"Olympus-EVOLT-E-410-100384.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s50x50_Olympus-EVOLT-E-410-100384.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s150x150_Olympus-EVOLT-E-410-100384.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s200x75_Olympus-EVOLT-E-410-100384.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s250x250_Olympus-EVOLT-E-410-100384.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s300x150_Olympus-EVOLT-E-410-100384.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s300x112_Olympus-EVOLT-E-410-100384.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s500x500_Olympus-EVOLT-E-410-100384.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s600x400_Olympus-EVOLT-E-410-100384.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s600x600_Olympus-EVOLT-E-410-100384.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s630x235_Olympus-EVOLT-E-410-100384.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s940x400_Olympus-EVOLT-E-410-100384.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s940x350_Olympus-EVOLT-E-410-100384.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/s940x110_Olympus-EVOLT-E-410-100384.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/Olympus-EVOLT-E-410-100384.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/34019e8dd92a56537dee480a60d37f152b2ee8ef/Olympus-EVOLT-E-410-100384.jpg","file_size":5928,"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/50fc5335bd028600af0012ac","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc5335bd028600af0012ac"}}}],"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/51f6dd8340a0ce6cab00000f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8340a0ce6cab00000f"}}},{"id":"50fa21e896ab5860160c4954","created_at":"2010-03-29T18:24:40Z","updated_at":"2013-05-21T00:46:58Z","name":"Pentax
|
80
|
+
K10D","slug":"pentax-k10d","_type":"Electronics::Cameras::DSLR","types":[],"msrp":799.0,"article_ids":["50fb74c6bd0286d5550385f4"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"19091","price_grabber_id":"26157789","rubric_id":"50f9ed93bd0286638e0003a1","brand_id":"50f9ed6ebd0286638e0000af","model":"K10D","resource_uri":"/products/pentax-k10d","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a1","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2007
|
81
|
+
and 2008 Digital SLR Camera 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/50f9ed93bd0286638e0003a1","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a1"}}},"attachments":[{"id":"50fd0674bd028600af01a2cf","created_at":"2013-01-21T09:12:20Z","updated_at":"2013-01-21T09:12:20Z","name":"Pentax-K10D-101956.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s50x50_Pentax-K10D-101956.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s150x150_Pentax-K10D-101956.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s200x75_Pentax-K10D-101956.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s250x250_Pentax-K10D-101956.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s300x150_Pentax-K10D-101956.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s300x112_Pentax-K10D-101956.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s500x500_Pentax-K10D-101956.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s600x400_Pentax-K10D-101956.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s600x600_Pentax-K10D-101956.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s630x235_Pentax-K10D-101956.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s940x400_Pentax-K10D-101956.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s940x350_Pentax-K10D-101956.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/s940x110_Pentax-K10D-101956.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/Pentax-K10D-101956.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/fbe8c6000d7a429cdef3e4a62ffcce9a94a851ed/Pentax-K10D-101956.jpg","file_size":10305,"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/50fd0674bd028600af01a2cf","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd0674bd028600af01a2cf"}}}],"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/51f6dd8440a0ce6cab000010","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8440a0ce6cab000010"}}},{"id":"50fa21e996ab5860160c4955","created_at":"2010-03-29T18:24:41Z","updated_at":"2013-05-21T01:06:58Z","name":"Canon
|
82
|
+
EOS Rebel XTi","slug":"canon-eos-rebel-xti","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb5f72bd0286d555030b34","50fb8da4bd0286d5550436d6","50fb8ed9bd0286d555043ead"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"1236B002","price_grabber_id":"24712314","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b3","model":"XTi","resource_uri":"/products/canon-eos-rebel-xti","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
83
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fce42fbd02868f81012512","created_at":"2013-01-21T06:46:07Z","updated_at":"2013-01-21T06:46:07Z","name":"Canon-EOS-Rebel-XTi-101957.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s50x50_Canon-EOS-Rebel-XTi-101957.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s150x150_Canon-EOS-Rebel-XTi-101957.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s200x75_Canon-EOS-Rebel-XTi-101957.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s250x250_Canon-EOS-Rebel-XTi-101957.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s300x150_Canon-EOS-Rebel-XTi-101957.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s300x112_Canon-EOS-Rebel-XTi-101957.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s500x500_Canon-EOS-Rebel-XTi-101957.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s600x400_Canon-EOS-Rebel-XTi-101957.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s600x600_Canon-EOS-Rebel-XTi-101957.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s630x235_Canon-EOS-Rebel-XTi-101957.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s940x400_Canon-EOS-Rebel-XTi-101957.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s940x350_Canon-EOS-Rebel-XTi-101957.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/s940x110_Canon-EOS-Rebel-XTi-101957.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/Canon-EOS-Rebel-XTi-101957.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/1fab8f8826cb05ebd54cc5c7ce52e04bd0326b13/Canon-EOS-Rebel-XTi-101957.jpg","file_size":6228,"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/50fce42fbd02868f81012512","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce42fbd02868f81012512"}}}],"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/51f6dd8440a0ce6cab000011","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8440a0ce6cab000011"}}},{"id":"50fa21e996ab5860160c4956","created_at":"2010-03-29T18:24:43Z","updated_at":"2013-05-21T01:06:58Z","name":"Nikon
|
84
|
+
D80","slug":"nikon-d80","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb5ff4bd0286d555030c98","50fc0ea4bd0286d5550978a4"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"25412","price_grabber_id":"23760802","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b2","model":"D80","resource_uri":"/products/nikon-d80","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
85
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fce45fbd02868f81012532","created_at":"2013-01-21T06:46:54Z","updated_at":"2013-01-21T06:46:55Z","name":"Nikon-D80-101958.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s50x50_Nikon-D80-101958.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s150x150_Nikon-D80-101958.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s200x75_Nikon-D80-101958.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s250x250_Nikon-D80-101958.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s300x150_Nikon-D80-101958.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s300x112_Nikon-D80-101958.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s500x500_Nikon-D80-101958.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s600x400_Nikon-D80-101958.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s600x600_Nikon-D80-101958.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s630x235_Nikon-D80-101958.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s940x400_Nikon-D80-101958.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s940x350_Nikon-D80-101958.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/s940x110_Nikon-D80-101958.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/Nikon-D80-101958.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/55188f235359b433d794485861326c5592652a58/Nikon-D80-101958.jpg","file_size":7738,"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/50fce45fbd02868f81012532","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce45fbd02868f81012532"}}}],"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/51f6dd8440a0ce6cab000012","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8440a0ce6cab000012"}}},{"id":"50fa21ea96ab5860160c4957","created_at":"2010-03-29T18:24:45Z","updated_at":"2013-05-21T01:06:58Z","name":"Leica
|
86
|
+
M8","slug":"leica-m8","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb927cbd0286d5550456e4"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"29253005","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b4","model":"M8","resource_uri":"/products/leica-m8","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
87
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fd07f7bd028663f101a357","created_at":"2013-01-21T09:18:47Z","updated_at":"2013-01-21T09:18:47Z","name":"Leica-M8-101964.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s50x50_Leica-M8-101964.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s150x150_Leica-M8-101964.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s200x75_Leica-M8-101964.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s250x250_Leica-M8-101964.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s300x150_Leica-M8-101964.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s300x112_Leica-M8-101964.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s500x500_Leica-M8-101964.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s600x400_Leica-M8-101964.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s600x600_Leica-M8-101964.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s630x235_Leica-M8-101964.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s940x400_Leica-M8-101964.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s940x350_Leica-M8-101964.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/s940x110_Leica-M8-101964.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/Leica-M8-101964.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/7a94e8c760e4e02b342fe77f1b3a15de617f0ac6/Leica-M8-101964.jpg","file_size":5352,"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/50fd07f7bd028663f101a357","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd07f7bd028663f101a357"}}}],"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/51f6dd8440a0ce6cab000013","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8440a0ce6cab000013"}}},{"id":"50fa21ea96ab5860160c4958","created_at":"2010-03-29T18:24:46Z","updated_at":"2013-05-21T01:06:59Z","name":"Panasonic
|
88
|
+
DMC-L1","slug":"panasonic-dmc-l1","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb601bbd0286d555030cdb"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"DMCL1","price_grabber_id":"22919627","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b5","model":"DMC-L1","resource_uri":"/products/panasonic-dmc-l1","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
89
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fd0464bd0286027b01a22b","created_at":"2013-01-21T09:03:32Z","updated_at":"2013-01-21T09:03:32Z","name":"Panasonic-DMC-L1-101974.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s50x50_Panasonic-DMC-L1-101974.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s150x150_Panasonic-DMC-L1-101974.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s200x75_Panasonic-DMC-L1-101974.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s250x250_Panasonic-DMC-L1-101974.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s300x150_Panasonic-DMC-L1-101974.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s300x112_Panasonic-DMC-L1-101974.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s500x500_Panasonic-DMC-L1-101974.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s600x400_Panasonic-DMC-L1-101974.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s600x600_Panasonic-DMC-L1-101974.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s630x235_Panasonic-DMC-L1-101974.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s940x400_Panasonic-DMC-L1-101974.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s940x350_Panasonic-DMC-L1-101974.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/s940x110_Panasonic-DMC-L1-101974.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/Panasonic-DMC-L1-101974.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/85cfe04ffba458d903e776bcbfb6a0637e284891/Panasonic-DMC-L1-101974.jpg","file_size":4557,"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/50fd0464bd0286027b01a22b","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd0464bd0286027b01a22b"}}}],"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/51f6dd8440a0ce6cab000014","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8440a0ce6cab000014"}}},{"id":"50fa21eb96ab5860160c4959","created_at":"2010-03-29T18:24:48Z","updated_at":"2013-05-21T01:06:17Z","name":"Sigma
|
90
|
+
SD14","slug":"sigma-sd14","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb9472bd0286d5550466a9"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"28909658","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000b6","model":"SD14","resource_uri":"/products/sigma-sd14","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fd0838bd0286227201a371","created_at":"2013-01-21T09:19:52Z","updated_at":"2013-01-21T09:19:52Z","name":"Sigma-SD14-101981.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s50x50_Sigma-SD14-101981.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s150x150_Sigma-SD14-101981.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s200x75_Sigma-SD14-101981.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s250x250_Sigma-SD14-101981.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s300x150_Sigma-SD14-101981.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s300x112_Sigma-SD14-101981.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s500x500_Sigma-SD14-101981.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s600x400_Sigma-SD14-101981.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s600x600_Sigma-SD14-101981.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s630x235_Sigma-SD14-101981.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s940x400_Sigma-SD14-101981.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s940x350_Sigma-SD14-101981.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/s940x110_Sigma-SD14-101981.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/Sigma-SD14-101981.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/dd04149f5eae6aee6465cc4344d4e869ba1a4dc8/Sigma-SD14-101981.jpg","file_size":5178,"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/50fd0838bd0286227201a371","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd0838bd0286227201a371"}}}],"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/51f6dd8440a0ce6cab000015","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8440a0ce6cab000015"}}},{"id":"50fa21eb96ab5860160c495a","created_at":"2010-03-29T18:24:48Z","updated_at":"2013-05-21T01:06:59Z","name":"Sony
|
91
|
+
Alpha DSLR-A100","slug":"sony-alpha-dslr-a100","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb60c6bd0286d555030e92"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"DSLRA100","price_grabber_id":"20953889","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b7","model":"Alpha
|
92
|
+
DSLR-A100","resource_uri":"/products/sony-alpha-dslr-a100","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
93
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fc53b5bd028694ea001c1c","created_at":"2013-01-20T20:29:41Z","updated_at":"2013-01-20T20:29:41Z","name":"Sony-Alpha-DSLR-A100-102016.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s50x50_Sony-Alpha-DSLR-A100-102016.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s150x150_Sony-Alpha-DSLR-A100-102016.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s200x75_Sony-Alpha-DSLR-A100-102016.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s250x250_Sony-Alpha-DSLR-A100-102016.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s300x150_Sony-Alpha-DSLR-A100-102016.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s300x112_Sony-Alpha-DSLR-A100-102016.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s500x500_Sony-Alpha-DSLR-A100-102016.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s600x400_Sony-Alpha-DSLR-A100-102016.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s600x600_Sony-Alpha-DSLR-A100-102016.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s630x235_Sony-Alpha-DSLR-A100-102016.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s940x400_Sony-Alpha-DSLR-A100-102016.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s940x350_Sony-Alpha-DSLR-A100-102016.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/s940x110_Sony-Alpha-DSLR-A100-102016.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/Sony-Alpha-DSLR-A100-102016.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/ef2c7f69e761baa6197322b59dc792dd44723b92/Sony-Alpha-DSLR-A100-102016.jpg","file_size":6090,"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/50fc53b5bd028694ea001c1c","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc53b5bd028694ea001c1c"}}}],"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/51f6dd8440a0ce6cab000016","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8440a0ce6cab000016"}}},{"id":"50fa21ec96ab5860160c495b","created_at":"2010-03-29T18:24:50Z","updated_at":"2013-05-21T01:06:59Z","name":"Olympus
|
94
|
+
EVOLT E-510","slug":"olympus-evolt-e-510","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb604cbd0286d555030d22","50fb93afbd0286d5550461fe"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"262070","price_grabber_id":"34859947","rubric_id":"50f9ed93bd0286638e0003a1","brand_id":"50f9ed6ebd0286638e0000b1","model":"EVOLT
|
95
|
+
E-510","resource_uri":"/products/olympus-evolt-e-510","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a1","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2007
|
96
|
+
and 2008 Digital SLR Camera 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/50f9ed93bd0286638e0003a1","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a1"}}},"attachments":[{"id":"50fd046ebd028662a701a22c","created_at":"2013-01-21T09:03:42Z","updated_at":"2013-01-21T09:03:42Z","name":"Olympus-EVOLT-E-510-102021.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s50x50_Olympus-EVOLT-E-510-102021.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s150x150_Olympus-EVOLT-E-510-102021.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s200x75_Olympus-EVOLT-E-510-102021.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s250x250_Olympus-EVOLT-E-510-102021.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s300x150_Olympus-EVOLT-E-510-102021.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s300x112_Olympus-EVOLT-E-510-102021.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s500x500_Olympus-EVOLT-E-510-102021.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s600x400_Olympus-EVOLT-E-510-102021.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s600x600_Olympus-EVOLT-E-510-102021.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s630x235_Olympus-EVOLT-E-510-102021.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s940x400_Olympus-EVOLT-E-510-102021.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s940x350_Olympus-EVOLT-E-510-102021.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/s940x110_Olympus-EVOLT-E-510-102021.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/Olympus-EVOLT-E-510-102021.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/3614faa002b36aa2f98c7165d97d0d3a2bf1ec35/Olympus-EVOLT-E-510-102021.jpg","file_size":6491,"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/50fd046ebd028662a701a22c","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd046ebd028662a701a22c"}}}],"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/51f6dd8440a0ce6cab000017","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8440a0ce6cab000017"}}},{"id":"50fa21ec96ab5860160c495c","created_at":"2010-03-29T18:24:52Z","updated_at":"2013-05-21T01:06:59Z","name":"Nikon
|
97
|
+
D40","slug":"nikon-d40","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb8237bd0286d55503eefe"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"1901B004","price_grabber_id":"29541608","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b2","model":"D40","resource_uri":"/products/nikon-d40","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
98
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fd067dbd02868f8101a2d4","created_at":"2013-01-21T09:12:29Z","updated_at":"2013-01-21T09:12:29Z","name":"Nikon-D40-102024.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s50x50_Nikon-D40-102024.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s150x150_Nikon-D40-102024.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s200x75_Nikon-D40-102024.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s250x250_Nikon-D40-102024.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s300x150_Nikon-D40-102024.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s300x112_Nikon-D40-102024.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s500x500_Nikon-D40-102024.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s600x400_Nikon-D40-102024.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s600x600_Nikon-D40-102024.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s630x235_Nikon-D40-102024.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s940x400_Nikon-D40-102024.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s940x350_Nikon-D40-102024.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/s940x110_Nikon-D40-102024.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/Nikon-D40-102024.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/6b76c2a2865951101afda528d3a6c32fc8b51fb6/Nikon-D40-102024.jpg","file_size":5104,"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/50fd067dbd02868f8101a2d4","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd067dbd02868f8101a2d4"}}}],"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/51f6dd8540a0ce6cab000018","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8540a0ce6cab000018"}}},{"id":"50fa21ed96ab5860160c495d","created_at":"2010-03-29T18:24:53Z","updated_at":"2013-05-21T01:06:59Z","name":"Nikon
|
99
|
+
D200","slug":"nikon-d200","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb5f94bd0286d555030b7b","50fb8b70bd0286d555042ef3"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"13321369","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b2","model":"D200","resource_uri":"/products/nikon-d200","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
100
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fce458bd02862d77012531","created_at":"2013-01-21T06:46:48Z","updated_at":"2013-01-21T06:46:48Z","name":"Nikon-D200-102025.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s50x50_Nikon-D200-102025.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s150x150_Nikon-D200-102025.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s200x75_Nikon-D200-102025.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s250x250_Nikon-D200-102025.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s300x150_Nikon-D200-102025.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s300x112_Nikon-D200-102025.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s500x500_Nikon-D200-102025.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s600x400_Nikon-D200-102025.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s600x600_Nikon-D200-102025.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s630x235_Nikon-D200-102025.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s940x400_Nikon-D200-102025.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s940x350_Nikon-D200-102025.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/s940x110_Nikon-D200-102025.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/Nikon-D200-102025.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/cc69fbc06673253e5f0620b16b0192f0bb517a7c/Nikon-D200-102025.jpg","file_size":6424,"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/50fce458bd02862d77012531","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce458bd02862d77012531"}}}],"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/51f6dd8540a0ce6cab000019","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8540a0ce6cab000019"}}}]}'
|
198
101
|
http_version:
|
199
|
-
recorded_at:
|
102
|
+
recorded_at: Mon, 29 Jul 2013 21:24:21 GMT
|
200
103
|
- request:
|
201
104
|
method: get
|
202
105
|
uri: https://the-guide-staging.herokuapp.com/api/v1/products?page=2
|
@@ -211,7 +114,7 @@ http_interactions:
|
|
211
114
|
Accept-Encoding:
|
212
115
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
213
116
|
Accept:
|
214
|
-
-
|
117
|
+
- '*/*'
|
215
118
|
response:
|
216
119
|
status:
|
217
120
|
code: 200
|
@@ -225,17 +128,15 @@ http_interactions:
|
|
225
128
|
Access-Control-Allow-Methods:
|
226
129
|
- OPTIONS, GET, POST, PUT, DELETE
|
227
130
|
Access-Control-Allow-Origin:
|
228
|
-
-
|
131
|
+
- '*'
|
229
132
|
Access-Control-Max-Age:
|
230
133
|
- '1000'
|
231
134
|
Cache-Control:
|
232
135
|
- no-cache, no-store
|
233
|
-
Content-Encoding:
|
234
|
-
- gzip
|
235
136
|
Content-Type:
|
236
137
|
- application/json; charset=utf-8
|
237
138
|
Date:
|
238
|
-
-
|
139
|
+
- Mon, 29 Jul 2013 21:24:24 GMT
|
239
140
|
Status:
|
240
141
|
- 200 OK
|
241
142
|
Strict-Transport-Security:
|
@@ -245,9 +146,9 @@ http_interactions:
|
|
245
146
|
X-Rack-Cache:
|
246
147
|
- miss
|
247
148
|
X-Request-Id:
|
248
|
-
-
|
149
|
+
- 7ff06e4069598a14bfa71d67a77c907e
|
249
150
|
X-Runtime:
|
250
|
-
- '
|
151
|
+
- '2.460709'
|
251
152
|
X-Ua-Compatible:
|
252
153
|
- IE=Edge,chrome=1
|
253
154
|
Transfer-Encoding:
|
@@ -255,155 +156,51 @@ http_interactions:
|
|
255
156
|
Connection:
|
256
157
|
- keep-alive
|
257
158
|
body:
|
258
|
-
encoding:
|
259
|
-
string:
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
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
-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
-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
-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
-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
-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
-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
-
9F7i1m75gti75Tf7HKuf93wBedUF1NxR+c3TfSojGWZBzlOSZDIimQj9nPhJ
|
311
|
-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
-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
-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
-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
-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
-
/OqiaW6T/q3zfSYCRkkSSBbmoYJlhU9VHRMkjjLqqwJgNIvSnAzf3o+Rkcke
|
317
|
-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
-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
-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
-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
-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
-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
-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
-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
-
cTCKieBGaRzN2X8nLsN5DnvHNK59NrxUGtccfE7j1jQeDDJzcrE0Pj6yPY3r
|
326
|
-
+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
-
9YJ4sbQn8TPL2/X3GU9G19wp5a2DOE/zkOdBkEl1EZNMUllkfuSHIot46odM
|
328
|
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
7+HEmxNOOJf1i6fA3sPJ9Ewy2qdX7bz68vHU5VOHDHHzJTdFETI/KyIZCRnw
|
343
|
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
oznhXMjnUVVWdqQ1gBM9j6uyM6G0ARzpOLIKQITyBg5Ix7FVdiacOIAzPY+u
|
357
|
-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
-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
-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
-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
-
JORxc/7DIqTVoNZAN5vx6cwsEWD2lmg4e8vwHlxdGH9729yGb74mqciSPCGJ
|
362
|
-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
-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
-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
-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
-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
-
+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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
SasW9EjT1YIbklYtjJCQagGMZCO5kVq4GG9PLfBIBLNZcOyLoXs2vVhfjPHB
|
380
|
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
FU6iwKmOC3CCqab7FDcqDm4ZcGrFjapejhNChbQsYCoAzI2EyyWR++5F8nlW
|
392
|
-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
-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
-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
-
+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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
|
159
|
+
encoding: UTF-8
|
160
|
+
string: '{"pagination":{"total":17875,"total_pages":894,"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":"50fa21ee96ab5860160c495e","created_at":"2010-03-29T18:24:55Z","updated_at":"2013-05-21T01:06:59Z","name":"Canon
|
161
|
+
EOS 30D","slug":"canon-eos-30d","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb6057bd0286d555030d6d","50fb8bf5bd0286d555043068"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"17423818","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b3","model":"30D","resource_uri":"/products/canon-eos-30d","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
162
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fd047bbd028600af01a22d","created_at":"2013-01-21T09:03:55Z","updated_at":"2013-01-21T09:03:55Z","name":"Canon-EOS-30D-102026.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/83de2bac85f8026e8567bd3fe94490b77a2a26f3/s50x50_Canon-EOS-30D-102026.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/83de2bac85f8026e8567bd3fe94490b77a2a26f3/s150x150_Canon-EOS-30D-102026.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/83de2bac85f8026e8567bd3fe94490b77a2a26f3/s200x75_Canon-EOS-30D-102026.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/83de2bac85f8026e8567bd3fe94490b77a2a26f3/s250x250_Canon-EOS-30D-102026.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/83de2bac85f8026e8567bd3fe94490b77a2a26f3/s300x150_Canon-EOS-30D-102026.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/83de2bac85f8026e8567bd3fe94490b77a2a26f3/s300x112_Canon-EOS-30D-102026.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/83de2bac85f8026e8567bd3fe94490b77a2a26f3/s500x500_Canon-EOS-30D-102026.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/83de2bac85f8026e8567bd3fe94490b77a2a26f3/s600x400_Canon-EOS-30D-102026.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/83de2bac85f8026e8567bd3fe94490b77a2a26f3/s600x600_Canon-EOS-30D-102026.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/83de2bac85f8026e8567bd3fe94490b77a2a26f3/s630x235_Canon-EOS-30D-102026.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/83de2bac85f8026e8567bd3fe94490b77a2a26f3/s940x400_Canon-EOS-30D-102026.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/83de2bac85f8026e8567bd3fe94490b77a2a26f3/s940x350_Canon-EOS-30D-102026.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/83de2bac85f8026e8567bd3fe94490b77a2a26f3/s940x110_Canon-EOS-30D-102026.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/83de2bac85f8026e8567bd3fe94490b77a2a26f3/Canon-EOS-30D-102026.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/83de2bac85f8026e8567bd3fe94490b77a2a26f3/Canon-EOS-30D-102026.jpg","file_size":4873,"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/50fd047bbd028600af01a22d","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd047bbd028600af01a22d"}}}],"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/51f6dd8540a0ce88bb000001","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8540a0ce88bb000001"}}},{"id":"50fa21ee96ab5860160c495f","created_at":"2010-03-29T18:24:56Z","updated_at":"2013-05-21T01:07:00Z","name":"Canon
|
163
|
+
EOS Rebel XT","slug":"canon-eos-rebel-xt","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb5f5bbd0286d555030ae3","50fb8ad3bd0286d555042b60"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"7139451","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b3","model":"XT","resource_uri":"/products/canon-eos-rebel-xt","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
164
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fce429bd02862d7701248b","created_at":"2013-01-21T06:46:01Z","updated_at":"2013-01-21T06:46:01Z","name":"Canon-EOS-Rebel-XT-102027.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/2066c5cf21faca866fb87a71e885d2dd17c48621/s50x50_Canon-EOS-Rebel-XT-102027.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/2066c5cf21faca866fb87a71e885d2dd17c48621/s150x150_Canon-EOS-Rebel-XT-102027.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/2066c5cf21faca866fb87a71e885d2dd17c48621/s200x75_Canon-EOS-Rebel-XT-102027.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/2066c5cf21faca866fb87a71e885d2dd17c48621/s250x250_Canon-EOS-Rebel-XT-102027.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/2066c5cf21faca866fb87a71e885d2dd17c48621/s300x150_Canon-EOS-Rebel-XT-102027.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/2066c5cf21faca866fb87a71e885d2dd17c48621/s300x112_Canon-EOS-Rebel-XT-102027.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/2066c5cf21faca866fb87a71e885d2dd17c48621/s500x500_Canon-EOS-Rebel-XT-102027.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/2066c5cf21faca866fb87a71e885d2dd17c48621/s600x400_Canon-EOS-Rebel-XT-102027.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/2066c5cf21faca866fb87a71e885d2dd17c48621/s600x600_Canon-EOS-Rebel-XT-102027.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/2066c5cf21faca866fb87a71e885d2dd17c48621/s630x235_Canon-EOS-Rebel-XT-102027.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/2066c5cf21faca866fb87a71e885d2dd17c48621/s940x400_Canon-EOS-Rebel-XT-102027.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/2066c5cf21faca866fb87a71e885d2dd17c48621/s940x350_Canon-EOS-Rebel-XT-102027.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/2066c5cf21faca866fb87a71e885d2dd17c48621/s940x110_Canon-EOS-Rebel-XT-102027.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/2066c5cf21faca866fb87a71e885d2dd17c48621/Canon-EOS-Rebel-XT-102027.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/2066c5cf21faca866fb87a71e885d2dd17c48621/Canon-EOS-Rebel-XT-102027.jpg","file_size":5991,"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/50fce429bd02862d7701248b","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce429bd02862d7701248b"}}}],"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/51f6dd8640a0ce88bb000002","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8640a0ce88bb000002"}}},{"id":"50fa21ef96ab5860160c4960","created_at":"2010-03-29T18:24:58Z","updated_at":"2013-05-21T01:07:00Z","name":"Canon
|
165
|
+
EOS 5D","slug":"canon-eos-5d","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb749dbd0286d5550385b4"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"0296B002","price_grabber_id":"11259024","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b3","model":"5D","resource_uri":"/products/canon-eos-5d","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
166
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fd0673bd0286ac7501a2ce","created_at":"2013-01-21T09:12:19Z","updated_at":"2013-01-21T09:12:19Z","name":"Canon-EOS-5D-102028.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/8836bb9dfeb3416930f48cd0646471be75947dbd/s50x50_Canon-EOS-5D-102028.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/8836bb9dfeb3416930f48cd0646471be75947dbd/s150x150_Canon-EOS-5D-102028.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/8836bb9dfeb3416930f48cd0646471be75947dbd/s200x75_Canon-EOS-5D-102028.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/8836bb9dfeb3416930f48cd0646471be75947dbd/s250x250_Canon-EOS-5D-102028.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/8836bb9dfeb3416930f48cd0646471be75947dbd/s300x150_Canon-EOS-5D-102028.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/8836bb9dfeb3416930f48cd0646471be75947dbd/s300x112_Canon-EOS-5D-102028.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/8836bb9dfeb3416930f48cd0646471be75947dbd/s500x500_Canon-EOS-5D-102028.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/8836bb9dfeb3416930f48cd0646471be75947dbd/s600x400_Canon-EOS-5D-102028.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/8836bb9dfeb3416930f48cd0646471be75947dbd/s600x600_Canon-EOS-5D-102028.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/8836bb9dfeb3416930f48cd0646471be75947dbd/s630x235_Canon-EOS-5D-102028.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/8836bb9dfeb3416930f48cd0646471be75947dbd/s940x400_Canon-EOS-5D-102028.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/8836bb9dfeb3416930f48cd0646471be75947dbd/s940x350_Canon-EOS-5D-102028.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/8836bb9dfeb3416930f48cd0646471be75947dbd/s940x110_Canon-EOS-5D-102028.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/8836bb9dfeb3416930f48cd0646471be75947dbd/Canon-EOS-5D-102028.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/8836bb9dfeb3416930f48cd0646471be75947dbd/Canon-EOS-5D-102028.jpg","file_size":5708,"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/50fd0673bd0286ac7501a2ce","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd0673bd0286ac7501a2ce"}}}],"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/51f6dd8640a0ce88bb000003","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8640a0ce88bb000003"}}},{"id":"50fa221f96ab5860160c49b4","created_at":"2010-05-20T19:18:49Z","updated_at":"2013-05-21T00:57:30Z","name":"Epson
|
167
|
+
PowerLite Home Cinema 1080","slug":"epson-powerlite-home-cinema-1080","_type":"Electronics::Projector","types":[],"msrp":99.99,"article_ids":[],"website_ids":["50e669d7bd028648e0000003"],"publish_on":"2010-12-15T02:17:00+00:00","upc":"","price_grabber_id":"35424051","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000b9","model":"PowerLite
|
168
|
+
Home Cinema 1080","resource_uri":"/products/epson-powerlite-home-cinema-1080","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fc5335bd02862aee0012aa","created_at":"2013-01-20T20:27:33Z","updated_at":"2013-01-20T20:27:33Z","name":"60743099_160.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/9f3b2569fbdebcd320f68ba787f1a31b122979a6/s50x50_60743099_160.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/9f3b2569fbdebcd320f68ba787f1a31b122979a6/s150x150_60743099_160.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/9f3b2569fbdebcd320f68ba787f1a31b122979a6/s200x75_60743099_160.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/9f3b2569fbdebcd320f68ba787f1a31b122979a6/s250x250_60743099_160.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/9f3b2569fbdebcd320f68ba787f1a31b122979a6/s300x150_60743099_160.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/9f3b2569fbdebcd320f68ba787f1a31b122979a6/s300x112_60743099_160.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/9f3b2569fbdebcd320f68ba787f1a31b122979a6/s500x500_60743099_160.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/9f3b2569fbdebcd320f68ba787f1a31b122979a6/s600x400_60743099_160.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/9f3b2569fbdebcd320f68ba787f1a31b122979a6/s600x600_60743099_160.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/9f3b2569fbdebcd320f68ba787f1a31b122979a6/s630x235_60743099_160.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/9f3b2569fbdebcd320f68ba787f1a31b122979a6/s940x400_60743099_160.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/9f3b2569fbdebcd320f68ba787f1a31b122979a6/s940x350_60743099_160.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/9f3b2569fbdebcd320f68ba787f1a31b122979a6/s940x110_60743099_160.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/9f3b2569fbdebcd320f68ba787f1a31b122979a6/60743099_160.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/9f3b2569fbdebcd320f68ba787f1a31b122979a6/60743099_160.jpg","file_size":10017,"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/50fc5335bd02862aee0012aa","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc5335bd02862aee0012aa"}}}],"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/51f6dd8640a0ce88bb000004","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8640a0ce88bb000004"}}},{"id":"50fa222296ab5860160c49bf","created_at":"2010-05-20T19:18:50Z","updated_at":"2013-05-21T00:57:31Z","name":"Sanyo
|
169
|
+
PLC-XP100L","slug":"sanyo-plc-xp100l","_type":"Electronics::Projector","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e0000003"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000bf","model":"PLC-XP100L","resource_uri":"/products/sanyo-plc-xp100l","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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/51f6dd8640a0ce88bb000005","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8640a0ce88bb000005"}}},{"id":"50fa21ef96ab5860160c4961","created_at":"2010-03-29T18:24:59Z","updated_at":"2013-05-21T00:57:30Z","name":"Olympus
|
170
|
+
EVOLT E-500","slug":"olympus-evolt-e-500","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb60a9bd0286d555030db4"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"12462251","rubric_id":null,"brand_id":"50f9ed6ebd0286638e0000b1","model":"EVOLT
|
171
|
+
E-500","resource_uri":"/products/olympus-evolt-e-500","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fce474bd0286027b012536","created_at":"2013-01-21T06:47:16Z","updated_at":"2013-01-21T06:47:16Z","name":"Olympus-EVOLT-E-500-102029.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/1086108216b5ac357df6c9119824749f7e11d585/s50x50_Olympus-EVOLT-E-500-102029.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/1086108216b5ac357df6c9119824749f7e11d585/s150x150_Olympus-EVOLT-E-500-102029.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/1086108216b5ac357df6c9119824749f7e11d585/s200x75_Olympus-EVOLT-E-500-102029.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/1086108216b5ac357df6c9119824749f7e11d585/s250x250_Olympus-EVOLT-E-500-102029.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/1086108216b5ac357df6c9119824749f7e11d585/s300x150_Olympus-EVOLT-E-500-102029.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/1086108216b5ac357df6c9119824749f7e11d585/s300x112_Olympus-EVOLT-E-500-102029.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/1086108216b5ac357df6c9119824749f7e11d585/s500x500_Olympus-EVOLT-E-500-102029.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/1086108216b5ac357df6c9119824749f7e11d585/s600x400_Olympus-EVOLT-E-500-102029.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/1086108216b5ac357df6c9119824749f7e11d585/s600x600_Olympus-EVOLT-E-500-102029.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/1086108216b5ac357df6c9119824749f7e11d585/s630x235_Olympus-EVOLT-E-500-102029.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/1086108216b5ac357df6c9119824749f7e11d585/s940x400_Olympus-EVOLT-E-500-102029.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/1086108216b5ac357df6c9119824749f7e11d585/s940x350_Olympus-EVOLT-E-500-102029.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/1086108216b5ac357df6c9119824749f7e11d585/s940x110_Olympus-EVOLT-E-500-102029.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/1086108216b5ac357df6c9119824749f7e11d585/Olympus-EVOLT-E-500-102029.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/1086108216b5ac357df6c9119824749f7e11d585/Olympus-EVOLT-E-500-102029.jpg","file_size":5686,"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/50fce474bd0286027b012536","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fce474bd0286027b012536"}}}],"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/51f6dd8640a0ce88bb000006","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8640a0ce88bb000006"}}},{"id":"50fa21ef96ab5860160c4962","created_at":"2010-03-29T18:25:00Z","updated_at":"2013-05-21T00:57:30Z","name":"Nikon
|
172
|
+
D2Xs","slug":"nikon-d2xs","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"20724796","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000b2","model":"D2Xs","resource_uri":"/products/nikon-d2xs","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fc535bbd0286f12a00135c","created_at":"2013-01-20T20:28:11Z","updated_at":"2013-01-20T20:28:11Z","name":"Nikon-D2Xs-102030.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/3bc7c26b5c4b14319712919fb18b1ca9cfb68b6c/s50x50_Nikon-D2Xs-102030.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/3bc7c26b5c4b14319712919fb18b1ca9cfb68b6c/s150x150_Nikon-D2Xs-102030.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/3bc7c26b5c4b14319712919fb18b1ca9cfb68b6c/s200x75_Nikon-D2Xs-102030.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/3bc7c26b5c4b14319712919fb18b1ca9cfb68b6c/s250x250_Nikon-D2Xs-102030.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/3bc7c26b5c4b14319712919fb18b1ca9cfb68b6c/s300x150_Nikon-D2Xs-102030.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/3bc7c26b5c4b14319712919fb18b1ca9cfb68b6c/s300x112_Nikon-D2Xs-102030.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/3bc7c26b5c4b14319712919fb18b1ca9cfb68b6c/s500x500_Nikon-D2Xs-102030.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/3bc7c26b5c4b14319712919fb18b1ca9cfb68b6c/s600x400_Nikon-D2Xs-102030.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/3bc7c26b5c4b14319712919fb18b1ca9cfb68b6c/s600x600_Nikon-D2Xs-102030.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/3bc7c26b5c4b14319712919fb18b1ca9cfb68b6c/s630x235_Nikon-D2Xs-102030.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/3bc7c26b5c4b14319712919fb18b1ca9cfb68b6c/s940x400_Nikon-D2Xs-102030.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/3bc7c26b5c4b14319712919fb18b1ca9cfb68b6c/s940x350_Nikon-D2Xs-102030.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/3bc7c26b5c4b14319712919fb18b1ca9cfb68b6c/s940x110_Nikon-D2Xs-102030.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/3bc7c26b5c4b14319712919fb18b1ca9cfb68b6c/Nikon-D2Xs-102030.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/3bc7c26b5c4b14319712919fb18b1ca9cfb68b6c/Nikon-D2Xs-102030.jpg","file_size":6614,"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/50fc535bbd0286f12a00135c","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc535bbd0286f12a00135c"}}}],"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/51f6dd8640a0ce88bb000007","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8640a0ce88bb000007"}}},{"id":"50fa21f096ab5860160c4963","created_at":"2010-03-29T18:25:01Z","updated_at":"2013-05-21T00:57:31Z","name":"Samsung
|
173
|
+
Digimax GX-10","slug":"samsung-digimax-gx-10","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"33258715","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000b8","model":"Digimax
|
174
|
+
GX-10","resource_uri":"/products/samsung-digimax-gx-10","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fc535bbd0286156c00135f","created_at":"2013-01-20T20:28:11Z","updated_at":"2013-01-20T20:28:11Z","name":"Samsung-Digimax-GX-10-102031.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/f2298c0b645e8b5dc0221d54568a66ad37ee12f2/s50x50_Samsung-Digimax-GX-10-102031.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/f2298c0b645e8b5dc0221d54568a66ad37ee12f2/s150x150_Samsung-Digimax-GX-10-102031.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/f2298c0b645e8b5dc0221d54568a66ad37ee12f2/s200x75_Samsung-Digimax-GX-10-102031.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/f2298c0b645e8b5dc0221d54568a66ad37ee12f2/s250x250_Samsung-Digimax-GX-10-102031.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/f2298c0b645e8b5dc0221d54568a66ad37ee12f2/s300x150_Samsung-Digimax-GX-10-102031.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/f2298c0b645e8b5dc0221d54568a66ad37ee12f2/s300x112_Samsung-Digimax-GX-10-102031.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/f2298c0b645e8b5dc0221d54568a66ad37ee12f2/s500x500_Samsung-Digimax-GX-10-102031.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/f2298c0b645e8b5dc0221d54568a66ad37ee12f2/s600x400_Samsung-Digimax-GX-10-102031.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/f2298c0b645e8b5dc0221d54568a66ad37ee12f2/s600x600_Samsung-Digimax-GX-10-102031.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/f2298c0b645e8b5dc0221d54568a66ad37ee12f2/s630x235_Samsung-Digimax-GX-10-102031.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/f2298c0b645e8b5dc0221d54568a66ad37ee12f2/s940x400_Samsung-Digimax-GX-10-102031.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/f2298c0b645e8b5dc0221d54568a66ad37ee12f2/s940x350_Samsung-Digimax-GX-10-102031.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/f2298c0b645e8b5dc0221d54568a66ad37ee12f2/s940x110_Samsung-Digimax-GX-10-102031.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/f2298c0b645e8b5dc0221d54568a66ad37ee12f2/Samsung-Digimax-GX-10-102031.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/f2298c0b645e8b5dc0221d54568a66ad37ee12f2/Samsung-Digimax-GX-10-102031.jpg","file_size":5870,"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/50fc535bbd0286156c00135f","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc535bbd0286156c00135f"}}}],"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/51f6dd8640a0ce88bb000008","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8640a0ce88bb000008"}}},{"id":"50fa21f096ab5860160c4964","created_at":"2010-03-29T18:25:02Z","updated_at":"2013-05-21T00:57:31Z","name":"Canon
|
175
|
+
EOS 1Ds Mark II","slug":"canon-eos-1ds-mark-ii","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"4558042","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000b3","model":"1Ds
|
176
|
+
Mark II","resource_uri":"/products/canon-eos-1ds-mark-ii","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fc535cbd028694ea001364","created_at":"2013-01-20T20:28:12Z","updated_at":"2013-01-20T20:28:12Z","name":"Canon-EOS-1Ds-Mark-II-102032.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ee5358c62246b6091263384f148ac7a52d88247c/s50x50_Canon-EOS-1Ds-Mark-II-102032.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ee5358c62246b6091263384f148ac7a52d88247c/s150x150_Canon-EOS-1Ds-Mark-II-102032.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/ee5358c62246b6091263384f148ac7a52d88247c/s200x75_Canon-EOS-1Ds-Mark-II-102032.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ee5358c62246b6091263384f148ac7a52d88247c/s250x250_Canon-EOS-1Ds-Mark-II-102032.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ee5358c62246b6091263384f148ac7a52d88247c/s300x150_Canon-EOS-1Ds-Mark-II-102032.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ee5358c62246b6091263384f148ac7a52d88247c/s300x112_Canon-EOS-1Ds-Mark-II-102032.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ee5358c62246b6091263384f148ac7a52d88247c/s500x500_Canon-EOS-1Ds-Mark-II-102032.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ee5358c62246b6091263384f148ac7a52d88247c/s600x400_Canon-EOS-1Ds-Mark-II-102032.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ee5358c62246b6091263384f148ac7a52d88247c/s600x600_Canon-EOS-1Ds-Mark-II-102032.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/ee5358c62246b6091263384f148ac7a52d88247c/s630x235_Canon-EOS-1Ds-Mark-II-102032.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ee5358c62246b6091263384f148ac7a52d88247c/s940x400_Canon-EOS-1Ds-Mark-II-102032.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ee5358c62246b6091263384f148ac7a52d88247c/s940x350_Canon-EOS-1Ds-Mark-II-102032.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ee5358c62246b6091263384f148ac7a52d88247c/s940x110_Canon-EOS-1Ds-Mark-II-102032.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ee5358c62246b6091263384f148ac7a52d88247c/Canon-EOS-1Ds-Mark-II-102032.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/ee5358c62246b6091263384f148ac7a52d88247c/Canon-EOS-1Ds-Mark-II-102032.jpg","file_size":5833,"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/50fc535cbd028694ea001364","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc535cbd028694ea001364"}}}],"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/51f6dd8640a0ce88bb000009","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8640a0ce88bb000009"}}},{"id":"50fa21f096ab5860160c4965","created_at":"2010-03-29T18:25:03Z","updated_at":"2013-05-21T01:06:17Z","name":"Nikon
|
177
|
+
D50","slug":"nikon-d50","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb60ebbd0286d555030edf"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"25216","price_grabber_id":"8233642","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b2","model":"D50","resource_uri":"/products/nikon-d50","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
178
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fca31fbd028663f100c385","created_at":"2013-01-21T02:08:31Z","updated_at":"2013-01-21T02:08:31Z","name":"Nikon-D50-102033.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/770fb35d2365cb01eaa8680a76683a9e68b9458f/s50x50_Nikon-D50-102033.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/770fb35d2365cb01eaa8680a76683a9e68b9458f/s150x150_Nikon-D50-102033.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/770fb35d2365cb01eaa8680a76683a9e68b9458f/s200x75_Nikon-D50-102033.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/770fb35d2365cb01eaa8680a76683a9e68b9458f/s250x250_Nikon-D50-102033.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/770fb35d2365cb01eaa8680a76683a9e68b9458f/s300x150_Nikon-D50-102033.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/770fb35d2365cb01eaa8680a76683a9e68b9458f/s300x112_Nikon-D50-102033.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/770fb35d2365cb01eaa8680a76683a9e68b9458f/s500x500_Nikon-D50-102033.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/770fb35d2365cb01eaa8680a76683a9e68b9458f/s600x400_Nikon-D50-102033.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/770fb35d2365cb01eaa8680a76683a9e68b9458f/s600x600_Nikon-D50-102033.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/770fb35d2365cb01eaa8680a76683a9e68b9458f/s630x235_Nikon-D50-102033.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/770fb35d2365cb01eaa8680a76683a9e68b9458f/s940x400_Nikon-D50-102033.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/770fb35d2365cb01eaa8680a76683a9e68b9458f/s940x350_Nikon-D50-102033.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/770fb35d2365cb01eaa8680a76683a9e68b9458f/s940x110_Nikon-D50-102033.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/770fb35d2365cb01eaa8680a76683a9e68b9458f/Nikon-D50-102033.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/770fb35d2365cb01eaa8680a76683a9e68b9458f/Nikon-D50-102033.jpg","file_size":10752,"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/50fca31fbd028663f100c385","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fca31fbd028663f100c385"}}}],"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/51f6dd8640a0ce88bb00000a","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8640a0ce88bb00000a"}}},{"id":"50fa21f196ab5860160c4966","created_at":"2010-03-29T18:25:04Z","updated_at":"2013-05-21T00:57:31Z","name":"Nikon
|
179
|
+
D70s","slug":"nikon-d70s","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"8255541","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000b2","model":"D70s","resource_uri":"/products/nikon-d70s","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fc535cbd0286de7b001367","created_at":"2013-01-20T20:28:12Z","updated_at":"2013-01-20T20:28:12Z","name":"Nikon-D70s-102034.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/2c87590370ff282da1f327c41830c9e2430b8afc/s50x50_Nikon-D70s-102034.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/2c87590370ff282da1f327c41830c9e2430b8afc/s150x150_Nikon-D70s-102034.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/2c87590370ff282da1f327c41830c9e2430b8afc/s200x75_Nikon-D70s-102034.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/2c87590370ff282da1f327c41830c9e2430b8afc/s250x250_Nikon-D70s-102034.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/2c87590370ff282da1f327c41830c9e2430b8afc/s300x150_Nikon-D70s-102034.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/2c87590370ff282da1f327c41830c9e2430b8afc/s300x112_Nikon-D70s-102034.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/2c87590370ff282da1f327c41830c9e2430b8afc/s500x500_Nikon-D70s-102034.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/2c87590370ff282da1f327c41830c9e2430b8afc/s600x400_Nikon-D70s-102034.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/2c87590370ff282da1f327c41830c9e2430b8afc/s600x600_Nikon-D70s-102034.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/2c87590370ff282da1f327c41830c9e2430b8afc/s630x235_Nikon-D70s-102034.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/2c87590370ff282da1f327c41830c9e2430b8afc/s940x400_Nikon-D70s-102034.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/2c87590370ff282da1f327c41830c9e2430b8afc/s940x350_Nikon-D70s-102034.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/2c87590370ff282da1f327c41830c9e2430b8afc/s940x110_Nikon-D70s-102034.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/2c87590370ff282da1f327c41830c9e2430b8afc/Nikon-D70s-102034.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/2c87590370ff282da1f327c41830c9e2430b8afc/Nikon-D70s-102034.jpg","file_size":6318,"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/50fc535cbd0286de7b001367","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc535cbd0286de7b001367"}}}],"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/51f6dd8640a0ce88bb00000b","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8640a0ce88bb00000b"}}},{"id":"50fa21f196ab5860160c4967","created_at":"2010-03-29T18:25:05Z","updated_at":"2013-05-21T01:07:00Z","name":"Nikon
|
180
|
+
D70","slug":"nikon-d70","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb91c3bd0286d5550452eb"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"97693455","rubric_id":null,"brand_id":"50f9ed6fbd0286638e0000b2","model":"D70","resource_uri":"/products/nikon-d70","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"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":"50fd07debd0286258101a34e","created_at":"2013-01-21T09:18:22Z","updated_at":"2013-01-21T09:18:22Z","name":"Nikon-D70-102906.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ad362b6744d89db4031b25cda3efd8a2cc5d22d6/s50x50_Nikon-D70-102906.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ad362b6744d89db4031b25cda3efd8a2cc5d22d6/s150x150_Nikon-D70-102906.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/ad362b6744d89db4031b25cda3efd8a2cc5d22d6/s200x75_Nikon-D70-102906.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ad362b6744d89db4031b25cda3efd8a2cc5d22d6/s250x250_Nikon-D70-102906.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ad362b6744d89db4031b25cda3efd8a2cc5d22d6/s300x150_Nikon-D70-102906.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ad362b6744d89db4031b25cda3efd8a2cc5d22d6/s300x112_Nikon-D70-102906.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ad362b6744d89db4031b25cda3efd8a2cc5d22d6/s500x500_Nikon-D70-102906.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ad362b6744d89db4031b25cda3efd8a2cc5d22d6/s600x400_Nikon-D70-102906.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ad362b6744d89db4031b25cda3efd8a2cc5d22d6/s600x600_Nikon-D70-102906.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/ad362b6744d89db4031b25cda3efd8a2cc5d22d6/s630x235_Nikon-D70-102906.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ad362b6744d89db4031b25cda3efd8a2cc5d22d6/s940x400_Nikon-D70-102906.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ad362b6744d89db4031b25cda3efd8a2cc5d22d6/s940x350_Nikon-D70-102906.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ad362b6744d89db4031b25cda3efd8a2cc5d22d6/s940x110_Nikon-D70-102906.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ad362b6744d89db4031b25cda3efd8a2cc5d22d6/Nikon-D70-102906.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/ad362b6744d89db4031b25cda3efd8a2cc5d22d6/Nikon-D70-102906.jpg","file_size":11225,"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/50fd07debd0286258101a34e","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd07debd0286258101a34e"}}}],"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/51f6dd8640a0ce88bb00000c","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8640a0ce88bb00000c"}}},{"id":"50fa21f296ab5860160c4968","created_at":"2010-03-29T18:25:07Z","updated_at":"2013-05-21T01:07:00Z","name":"Canon
|
181
|
+
EOS 1D Mark II N","slug":"canon-eos-1d-mark-ii-n","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb755ebd0286d555038abc"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"1888B002","price_grabber_id":"12637875","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b3","model":"1D
|
182
|
+
Mark II N","resource_uri":"/products/canon-eos-1d-mark-ii-n","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
183
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fd0675bd0286e39e01a2d0","created_at":"2013-01-21T09:12:21Z","updated_at":"2013-01-21T09:12:21Z","name":"Canon-EOS-1D-Mark-II-N-102908.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/db2aa5cc32fc16727acd20f78eca7e6e34bb58f6/s50x50_Canon-EOS-1D-Mark-II-N-102908.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/db2aa5cc32fc16727acd20f78eca7e6e34bb58f6/s150x150_Canon-EOS-1D-Mark-II-N-102908.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/db2aa5cc32fc16727acd20f78eca7e6e34bb58f6/s200x75_Canon-EOS-1D-Mark-II-N-102908.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/db2aa5cc32fc16727acd20f78eca7e6e34bb58f6/s250x250_Canon-EOS-1D-Mark-II-N-102908.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/db2aa5cc32fc16727acd20f78eca7e6e34bb58f6/s300x150_Canon-EOS-1D-Mark-II-N-102908.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/db2aa5cc32fc16727acd20f78eca7e6e34bb58f6/s300x112_Canon-EOS-1D-Mark-II-N-102908.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/db2aa5cc32fc16727acd20f78eca7e6e34bb58f6/s500x500_Canon-EOS-1D-Mark-II-N-102908.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/db2aa5cc32fc16727acd20f78eca7e6e34bb58f6/s600x400_Canon-EOS-1D-Mark-II-N-102908.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/db2aa5cc32fc16727acd20f78eca7e6e34bb58f6/s600x600_Canon-EOS-1D-Mark-II-N-102908.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/db2aa5cc32fc16727acd20f78eca7e6e34bb58f6/s630x235_Canon-EOS-1D-Mark-II-N-102908.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/db2aa5cc32fc16727acd20f78eca7e6e34bb58f6/s940x400_Canon-EOS-1D-Mark-II-N-102908.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/db2aa5cc32fc16727acd20f78eca7e6e34bb58f6/s940x350_Canon-EOS-1D-Mark-II-N-102908.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/db2aa5cc32fc16727acd20f78eca7e6e34bb58f6/s940x110_Canon-EOS-1D-Mark-II-N-102908.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/db2aa5cc32fc16727acd20f78eca7e6e34bb58f6/Canon-EOS-1D-Mark-II-N-102908.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/db2aa5cc32fc16727acd20f78eca7e6e34bb58f6/Canon-EOS-1D-Mark-II-N-102908.jpg","file_size":9230,"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/50fd0675bd0286e39e01a2d0","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd0675bd0286e39e01a2d0"}}}],"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/51f6dd8740a0ce88bb00000d","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8740a0ce88bb00000d"}}},{"id":"50fa21f296ab5860160c4969","created_at":"2010-03-29T18:25:08Z","updated_at":"2013-05-21T01:07:00Z","name":"Fujifilm FinePix
|
184
|
+
S3 Pro","slug":"fujifilm-finepix-s3-pro","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb5ef9bd0286d555030a70"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"4438644","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed76bd0286638e0001b6","model":"S3
|
185
|
+
Pro","resource_uri":"/products/fujifilm-finepix-s3-pro","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
186
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fd0448bd028600af01a227","created_at":"2013-01-21T09:03:04Z","updated_at":"2013-01-21T09:03:04Z","name":"Fujifilm-FinePix-S3-Pro-102909.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/7e7b98e1ac886070ca03cd4b027436ab5ed796a6/s50x50_Fujifilm-FinePix-S3-Pro-102909.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/7e7b98e1ac886070ca03cd4b027436ab5ed796a6/s150x150_Fujifilm-FinePix-S3-Pro-102909.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/7e7b98e1ac886070ca03cd4b027436ab5ed796a6/s200x75_Fujifilm-FinePix-S3-Pro-102909.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/7e7b98e1ac886070ca03cd4b027436ab5ed796a6/s250x250_Fujifilm-FinePix-S3-Pro-102909.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/7e7b98e1ac886070ca03cd4b027436ab5ed796a6/s300x150_Fujifilm-FinePix-S3-Pro-102909.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/7e7b98e1ac886070ca03cd4b027436ab5ed796a6/s300x112_Fujifilm-FinePix-S3-Pro-102909.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/7e7b98e1ac886070ca03cd4b027436ab5ed796a6/s500x500_Fujifilm-FinePix-S3-Pro-102909.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/7e7b98e1ac886070ca03cd4b027436ab5ed796a6/s600x400_Fujifilm-FinePix-S3-Pro-102909.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/7e7b98e1ac886070ca03cd4b027436ab5ed796a6/s600x600_Fujifilm-FinePix-S3-Pro-102909.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/7e7b98e1ac886070ca03cd4b027436ab5ed796a6/s630x235_Fujifilm-FinePix-S3-Pro-102909.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/7e7b98e1ac886070ca03cd4b027436ab5ed796a6/s940x400_Fujifilm-FinePix-S3-Pro-102909.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/7e7b98e1ac886070ca03cd4b027436ab5ed796a6/s940x350_Fujifilm-FinePix-S3-Pro-102909.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/7e7b98e1ac886070ca03cd4b027436ab5ed796a6/s940x110_Fujifilm-FinePix-S3-Pro-102909.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/7e7b98e1ac886070ca03cd4b027436ab5ed796a6/Fujifilm-FinePix-S3-Pro-102909.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/7e7b98e1ac886070ca03cd4b027436ab5ed796a6/Fujifilm-FinePix-S3-Pro-102909.jpg","file_size":13496,"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/50fd0448bd028600af01a227","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd0448bd028600af01a227"}}}],"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/51f6dd8740a0ce88bb00000e","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8740a0ce88bb00000e"}}},{"id":"50fa21f396ab5860160c496a","created_at":"2010-03-29T18:25:10Z","updated_at":"2013-05-21T01:07:00Z","name":"Pentax
|
187
|
+
*ist DL","slug":"pentax-ist-dl","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb5f2abd0286d555030aa7"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"9482508","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6ebd0286638e0000af","model":"*ist
|
188
|
+
DL","resource_uri":"/products/pentax-ist-dl","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
189
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fd044abd0286e39e01a228","created_at":"2013-01-21T09:03:06Z","updated_at":"2013-01-21T09:03:06Z","name":"Pentax--ist-DL-102910.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/e3ec2e9f33753285db5bbeaccdbafe3870b1b524/s50x50_Pentax--ist-DL-102910.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/e3ec2e9f33753285db5bbeaccdbafe3870b1b524/s150x150_Pentax--ist-DL-102910.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/e3ec2e9f33753285db5bbeaccdbafe3870b1b524/s200x75_Pentax--ist-DL-102910.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/e3ec2e9f33753285db5bbeaccdbafe3870b1b524/s250x250_Pentax--ist-DL-102910.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/e3ec2e9f33753285db5bbeaccdbafe3870b1b524/s300x150_Pentax--ist-DL-102910.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/e3ec2e9f33753285db5bbeaccdbafe3870b1b524/s300x112_Pentax--ist-DL-102910.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/e3ec2e9f33753285db5bbeaccdbafe3870b1b524/s500x500_Pentax--ist-DL-102910.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/e3ec2e9f33753285db5bbeaccdbafe3870b1b524/s600x400_Pentax--ist-DL-102910.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/e3ec2e9f33753285db5bbeaccdbafe3870b1b524/s600x600_Pentax--ist-DL-102910.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/e3ec2e9f33753285db5bbeaccdbafe3870b1b524/s630x235_Pentax--ist-DL-102910.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/e3ec2e9f33753285db5bbeaccdbafe3870b1b524/s940x400_Pentax--ist-DL-102910.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/e3ec2e9f33753285db5bbeaccdbafe3870b1b524/s940x350_Pentax--ist-DL-102910.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/e3ec2e9f33753285db5bbeaccdbafe3870b1b524/s940x110_Pentax--ist-DL-102910.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/e3ec2e9f33753285db5bbeaccdbafe3870b1b524/Pentax--ist-DL-102910.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/e3ec2e9f33753285db5bbeaccdbafe3870b1b524/Pentax--ist-DL-102910.jpg","file_size":3951,"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/50fd044abd0286e39e01a228","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd044abd0286e39e01a228"}}}],"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/51f6dd8740a0ce88bb00000f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8740a0ce88bb00000f"}}},{"id":"50fa21f396ab5860160c496b","created_at":"2010-03-29T18:25:11Z","updated_at":"2013-05-21T01:07:01Z","name":"Samsung
|
190
|
+
GX 1S","slug":"samsung-gx-1s","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb68e8bd0286d555032e3c"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"28910067","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b8","model":"GX
|
191
|
+
1S","resource_uri":"/products/samsung-gx-1s","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
192
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fd0610bd028600af01a273","created_at":"2013-01-21T09:10:40Z","updated_at":"2013-01-21T09:10:40Z","name":"Samsung-GX-1S-102911.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/23365283fd07383ef909d359fe47458d9d7374e5/s50x50_Samsung-GX-1S-102911.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/23365283fd07383ef909d359fe47458d9d7374e5/s150x150_Samsung-GX-1S-102911.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/23365283fd07383ef909d359fe47458d9d7374e5/s200x75_Samsung-GX-1S-102911.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/23365283fd07383ef909d359fe47458d9d7374e5/s250x250_Samsung-GX-1S-102911.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/23365283fd07383ef909d359fe47458d9d7374e5/s300x150_Samsung-GX-1S-102911.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/23365283fd07383ef909d359fe47458d9d7374e5/s300x112_Samsung-GX-1S-102911.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/23365283fd07383ef909d359fe47458d9d7374e5/s500x500_Samsung-GX-1S-102911.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/23365283fd07383ef909d359fe47458d9d7374e5/s600x400_Samsung-GX-1S-102911.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/23365283fd07383ef909d359fe47458d9d7374e5/s600x600_Samsung-GX-1S-102911.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/23365283fd07383ef909d359fe47458d9d7374e5/s630x235_Samsung-GX-1S-102911.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/23365283fd07383ef909d359fe47458d9d7374e5/s940x400_Samsung-GX-1S-102911.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/23365283fd07383ef909d359fe47458d9d7374e5/s940x350_Samsung-GX-1S-102911.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/23365283fd07383ef909d359fe47458d9d7374e5/s940x110_Samsung-GX-1S-102911.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/23365283fd07383ef909d359fe47458d9d7374e5/Samsung-GX-1S-102911.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/23365283fd07383ef909d359fe47458d9d7374e5/Samsung-GX-1S-102911.jpg","file_size":3447,"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/50fd0610bd028600af01a273","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd0610bd028600af01a273"}}}],"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/51f6dd8740a0ce88bb000010","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8740a0ce88bb000010"}}},{"id":"50fa21f496ab5860160c496c","created_at":"2010-03-29T18:25:13Z","updated_at":"2013-05-21T01:07:01Z","name":"Olympus
|
193
|
+
EVOLT E-330","slug":"olympus-evolt-e-330","_type":"Electronics::Cameras::DSLR","types":[],"msrp":null,"article_ids":["50fb5fbdbd0286d555030bc2","50fb9464bd0286d555046679"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"17210005","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6ebd0286638e0000b1","model":"EVOLT
|
194
|
+
E-330","resource_uri":"/products/olympus-evolt-e-330","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
195
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fd044fbd02860b1301a229","created_at":"2013-01-21T09:03:11Z","updated_at":"2013-01-21T09:03:11Z","name":"Olympus-EVOLT-E-330-102917.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/c18802f648a27c7734372125df4699a4737c778d/s50x50_Olympus-EVOLT-E-330-102917.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/c18802f648a27c7734372125df4699a4737c778d/s150x150_Olympus-EVOLT-E-330-102917.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/c18802f648a27c7734372125df4699a4737c778d/s200x75_Olympus-EVOLT-E-330-102917.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/c18802f648a27c7734372125df4699a4737c778d/s250x250_Olympus-EVOLT-E-330-102917.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/c18802f648a27c7734372125df4699a4737c778d/s300x150_Olympus-EVOLT-E-330-102917.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/c18802f648a27c7734372125df4699a4737c778d/s300x112_Olympus-EVOLT-E-330-102917.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/c18802f648a27c7734372125df4699a4737c778d/s500x500_Olympus-EVOLT-E-330-102917.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/c18802f648a27c7734372125df4699a4737c778d/s600x400_Olympus-EVOLT-E-330-102917.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/c18802f648a27c7734372125df4699a4737c778d/s600x600_Olympus-EVOLT-E-330-102917.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/c18802f648a27c7734372125df4699a4737c778d/s630x235_Olympus-EVOLT-E-330-102917.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/c18802f648a27c7734372125df4699a4737c778d/s940x400_Olympus-EVOLT-E-330-102917.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/c18802f648a27c7734372125df4699a4737c778d/s940x350_Olympus-EVOLT-E-330-102917.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/c18802f648a27c7734372125df4699a4737c778d/s940x110_Olympus-EVOLT-E-330-102917.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/c18802f648a27c7734372125df4699a4737c778d/Olympus-EVOLT-E-330-102917.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/c18802f648a27c7734372125df4699a4737c778d/Olympus-EVOLT-E-330-102917.jpg","file_size":11611,"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/50fd044fbd02860b1301a229","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd044fbd02860b1301a229"}}}],"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/51f6dd8740a0ce88bb000011","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8740a0ce88bb000011"}}},{"id":"50fa21f496ab5860160c496d","created_at":"2010-03-29T18:25:14Z","updated_at":"2013-05-21T01:07:02Z","name":"Leica
|
196
|
+
DIGILUX 3","slug":"leica-digilux-3","_type":"Electronics::Cameras::DSLR","types":[],"msrp":2499.0,"article_ids":[],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"","price_grabber_id":"26374924","rubric_id":"50f9ed93bd0286638e0003a3","brand_id":"50f9ed6fbd0286638e0000b4","model":"DIGILUX
|
197
|
+
3","resource_uri":"/products/leica-digilux-3","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a3","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2006
|
198
|
+
Digital SLR Camera 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/50f9ed93bd0286638e0003a3","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a3"}}},"attachments":[{"id":"50fc535cbd0286cc5c001374","created_at":"2013-01-20T20:28:12Z","updated_at":"2013-01-20T20:28:12Z","name":"Leica-DIGILUX-3-102918.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/291ca7be9db48120fc284c7107c2feaa26100acd/s50x50_Leica-DIGILUX-3-102918.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/291ca7be9db48120fc284c7107c2feaa26100acd/s150x150_Leica-DIGILUX-3-102918.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/291ca7be9db48120fc284c7107c2feaa26100acd/s200x75_Leica-DIGILUX-3-102918.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/291ca7be9db48120fc284c7107c2feaa26100acd/s250x250_Leica-DIGILUX-3-102918.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/291ca7be9db48120fc284c7107c2feaa26100acd/s300x150_Leica-DIGILUX-3-102918.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/291ca7be9db48120fc284c7107c2feaa26100acd/s300x112_Leica-DIGILUX-3-102918.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/291ca7be9db48120fc284c7107c2feaa26100acd/s500x500_Leica-DIGILUX-3-102918.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/291ca7be9db48120fc284c7107c2feaa26100acd/s600x400_Leica-DIGILUX-3-102918.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/291ca7be9db48120fc284c7107c2feaa26100acd/s600x600_Leica-DIGILUX-3-102918.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/291ca7be9db48120fc284c7107c2feaa26100acd/s630x235_Leica-DIGILUX-3-102918.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/291ca7be9db48120fc284c7107c2feaa26100acd/s940x400_Leica-DIGILUX-3-102918.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/291ca7be9db48120fc284c7107c2feaa26100acd/s940x350_Leica-DIGILUX-3-102918.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/291ca7be9db48120fc284c7107c2feaa26100acd/s940x110_Leica-DIGILUX-3-102918.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/291ca7be9db48120fc284c7107c2feaa26100acd/Leica-DIGILUX-3-102918.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/291ca7be9db48120fc284c7107c2feaa26100acd/Leica-DIGILUX-3-102918.jpg","file_size":8444,"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/50fc535cbd0286cc5c001374","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fc535cbd0286cc5c001374"}}}],"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/51f6dd8740a0ce88bb000012","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8740a0ce88bb000012"}}},{"id":"50fa21f596ab5860160c496e","created_at":"2010-03-29T18:25:18Z","updated_at":"2013-05-21T01:07:02Z","name":"Canon
|
199
|
+
EOS-1D Mark III","slug":"canon-eos-1d-mark-iii","_type":"Electronics::Cameras::DSLR","types":[],"msrp":3999.0,"article_ids":["50fb6addbd0286d555033c27","50fb8ec2bd0286d555043e08"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:05+00:00","upc":"1888B002","price_grabber_id":"35859610","rubric_id":"50f9ed93bd0286638e0003a1","brand_id":"50f9ed6fbd0286638e0000b3","model":"EOS-1D
|
200
|
+
Mark III","resource_uri":"/products/canon-eos-1d-mark-iii","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a1","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2007
|
201
|
+
and 2008 Digital SLR Camera 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/50f9ed93bd0286638e0003a1","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a1"}}},"attachments":[{"id":"50fd065bbd02862d7701a288","created_at":"2013-01-21T09:11:55Z","updated_at":"2013-01-21T09:11:55Z","name":"Canon-EOS-1D-Mark-III-100381.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/7224b2780bcfaf934083f70e5798a52c54f3a5ac/s50x50_Canon-EOS-1D-Mark-III-100381.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/7224b2780bcfaf934083f70e5798a52c54f3a5ac/s150x150_Canon-EOS-1D-Mark-III-100381.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/7224b2780bcfaf934083f70e5798a52c54f3a5ac/s200x75_Canon-EOS-1D-Mark-III-100381.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/7224b2780bcfaf934083f70e5798a52c54f3a5ac/s250x250_Canon-EOS-1D-Mark-III-100381.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/7224b2780bcfaf934083f70e5798a52c54f3a5ac/s300x150_Canon-EOS-1D-Mark-III-100381.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/7224b2780bcfaf934083f70e5798a52c54f3a5ac/s300x112_Canon-EOS-1D-Mark-III-100381.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/7224b2780bcfaf934083f70e5798a52c54f3a5ac/s500x500_Canon-EOS-1D-Mark-III-100381.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/7224b2780bcfaf934083f70e5798a52c54f3a5ac/s600x400_Canon-EOS-1D-Mark-III-100381.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/7224b2780bcfaf934083f70e5798a52c54f3a5ac/s600x600_Canon-EOS-1D-Mark-III-100381.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/7224b2780bcfaf934083f70e5798a52c54f3a5ac/s630x235_Canon-EOS-1D-Mark-III-100381.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/7224b2780bcfaf934083f70e5798a52c54f3a5ac/s940x400_Canon-EOS-1D-Mark-III-100381.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/7224b2780bcfaf934083f70e5798a52c54f3a5ac/s940x350_Canon-EOS-1D-Mark-III-100381.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/7224b2780bcfaf934083f70e5798a52c54f3a5ac/s940x110_Canon-EOS-1D-Mark-III-100381.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/7224b2780bcfaf934083f70e5798a52c54f3a5ac/Canon-EOS-1D-Mark-III-100381.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/7224b2780bcfaf934083f70e5798a52c54f3a5ac/Canon-EOS-1D-Mark-III-100381.jpg","file_size":6643,"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/50fd065bbd02862d7701a288","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd065bbd02862d7701a288"}}}],"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/51f6dd8740a0ce88bb000013","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8740a0ce88bb000013"}}},{"id":"50fa21f696ab5860160c496f","created_at":"2010-03-29T18:25:19Z","updated_at":"2013-05-21T01:07:02Z","name":"Canon
|
202
|
+
EOS 40D","slug":"canon-eos-40d","_type":"Electronics::Cameras::DSLR","types":[],"msrp":1499.0,"article_ids":["50fb612ebd0286d555030f22"],"website_ids":["50e669d7bd028648e000000d"],"publish_on":"2010-12-15T02:17:00+00:00","upc":"1901B004","price_grabber_id":"47301134","rubric_id":"50f9ed93bd0286638e0003a1","brand_id":"50f9ed6fbd0286638e0000b3","model":"40D","resource_uri":"/products/canon-eos-40d","archive_state":"by_date","is_scoring_baseline":false,"archived":true,"rubric":{"id":"50f9ed93bd0286638e0003a1","created_at":"2013-01-19T00:49:23Z","updated_at":"2013-01-19T00:49:23Z","name":"2007
|
203
|
+
and 2008 Digital SLR Camera 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/50f9ed93bd0286638e0003a1","href":"https://the-guide-staging.herokuapp.com/api/v1/rubrics/50f9ed93bd0286638e0003a1"}}},"attachments":[{"id":"50fd0482bd02860b1301a22f","created_at":"2013-01-21T09:04:02Z","updated_at":"2013-01-21T09:04:02Z","name":"Canon-EOS-40D-103072.jpg","type":"file","tags":["vanity"],"versions":{"s50x50":"http://reviewed-staging.s3.amazonaws.com/attachment/ac0d2f5cb8b9ef041ea6cf31b955e2908e51e5fd/s50x50_Canon-EOS-40D-103072.jpg","s150x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac0d2f5cb8b9ef041ea6cf31b955e2908e51e5fd/s150x150_Canon-EOS-40D-103072.jpg","s200x75":"http://reviewed-staging.s3.amazonaws.com/attachment/ac0d2f5cb8b9ef041ea6cf31b955e2908e51e5fd/s200x75_Canon-EOS-40D-103072.jpg","s250x250":"http://reviewed-staging.s3.amazonaws.com/attachment/ac0d2f5cb8b9ef041ea6cf31b955e2908e51e5fd/s250x250_Canon-EOS-40D-103072.jpg","s300x150":"http://reviewed-staging.s3.amazonaws.com/attachment/ac0d2f5cb8b9ef041ea6cf31b955e2908e51e5fd/s300x150_Canon-EOS-40D-103072.jpg","s300x112":"http://reviewed-staging.s3.amazonaws.com/attachment/ac0d2f5cb8b9ef041ea6cf31b955e2908e51e5fd/s300x112_Canon-EOS-40D-103072.jpg","s500x500":"http://reviewed-staging.s3.amazonaws.com/attachment/ac0d2f5cb8b9ef041ea6cf31b955e2908e51e5fd/s500x500_Canon-EOS-40D-103072.jpg","s600x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac0d2f5cb8b9ef041ea6cf31b955e2908e51e5fd/s600x400_Canon-EOS-40D-103072.jpg","s600x600":"http://reviewed-staging.s3.amazonaws.com/attachment/ac0d2f5cb8b9ef041ea6cf31b955e2908e51e5fd/s600x600_Canon-EOS-40D-103072.jpg","s630x235":"http://reviewed-staging.s3.amazonaws.com/attachment/ac0d2f5cb8b9ef041ea6cf31b955e2908e51e5fd/s630x235_Canon-EOS-40D-103072.jpg","s940x400":"http://reviewed-staging.s3.amazonaws.com/attachment/ac0d2f5cb8b9ef041ea6cf31b955e2908e51e5fd/s940x400_Canon-EOS-40D-103072.jpg","s940x350":"http://reviewed-staging.s3.amazonaws.com/attachment/ac0d2f5cb8b9ef041ea6cf31b955e2908e51e5fd/s940x350_Canon-EOS-40D-103072.jpg","s940x110":"http://reviewed-staging.s3.amazonaws.com/attachment/ac0d2f5cb8b9ef041ea6cf31b955e2908e51e5fd/s940x110_Canon-EOS-40D-103072.jpg","original":"http://reviewed-staging.s3.amazonaws.com/attachment/ac0d2f5cb8b9ef041ea6cf31b955e2908e51e5fd/Canon-EOS-40D-103072.jpg"},"caption":null,"alt_text":null,"data":{"url":"http://reviewed-production.s3.amazonaws.com/attachment/ac0d2f5cb8b9ef041ea6cf31b955e2908e51e5fd/Canon-EOS-40D-103072.jpg","file_size":9924,"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/50fd0482bd02860b1301a22f","href":"https://the-guide-staging.herokuapp.com/api/v1/attachments/50fd0482bd02860b1301a22f"}}}],"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/51f6dd8740a0ce88bb000014","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dd8740a0ce88bb000014"}}}]}'
|
407
204
|
http_version:
|
408
|
-
recorded_at:
|
205
|
+
recorded_at: Mon, 29 Jul 2013 21:24:24 GMT
|
409
206
|
recorded_with: VCR 2.4.0
|