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
|
-
OWE4ZTI3OGFiYzFkODkxMGU5ZjNhZmM2NDg2MTY5Zjg=
|
68
|
-
!binary "WC1SdW50aW1l":
|
69
|
-
- !binary |-
|
70
|
-
Mi44MjI3NTg=
|
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:54 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
|
+
- 81963e6f22db955debffb3373f127440
|
50
|
+
X-Runtime:
|
51
|
+
- '3.355341'
|
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
|
-
UJgM8OlhRhnQBQqTAXAgiwwwA/WXAX5ABhlgAAqSAR5AZhnQBQqTAXAgiwww
|
124
|
-
A/WXAX5ABhlgBuovA/yADDKgAxQoA8BA1zlGkgED0Z7LgJijSQb0kwFnc8+h
|
125
|
-
ZcBJ4ZMM8JYB/R/bcJfclQHJhQww/TB5KgOojoGDZMA/pP0hga0c4iEBQl6K
|
126
|
-
DKgfExCDyoCm/oAyoKnRSQa8WBlQ1M1OCiEOY2bulgEUIAOoVQZUN1D9ncrG
|
127
|
-
lgFUobikquQk5UL3Dj1IScIYSlVcUIl4yqnKiliYZUAXPFAGwHHMMsAAFCQD
|
128
|
-
4DxGGWDCCZIBHjxGGWAACpMBcCCzDLAB9ZYBnkAdGWAACpMBPj3MJAMMQGEy
|
129
|
-
AA5klgEWoP4ywA+oKwNMQEEywAPIKAMMQGEyAA5klgEWoP4ywA+oKwMsQP1l
|
130
|
-
gB9QVwZ0gQJlABjoOsdIMmAg2ksZICcZ4CkDTHPPwWRAt/BJBnjLgP4PbrhL
|
131
|
-
dssAUyxyIQNilwzgC8JOYpG/Lz+tV7M36/XDZvll9lbPQNCzDVhVB6O8Phht
|
132
|
-
moM3WDOg+sBZTElc36MF5xxRnLCquqtDUqXq5BCj+o/5TQ0C4TzmZo1AqSAs
|
133
|
-
Ti4WHmy0QULPtAFNyRwgFzJyIhcuG8OqFszNM7RbcH04Y3CMk/e6PlmyIPbg
|
134
|
-
+OKc5obUoZSY6eqa6b/I2eFumv3b7HA3zf6R7jX8bvbv28Nfot1G5bvZh+36
|
135
|
-
afMf3777uLvSCEFXtxd81ZYUiGN6Ypj1YMaw1Zbo0SfRw9OCCLstOT/ndISK
|
136
|
-
mk4RHTpFPevgY+sSKbnMMv1hJUszUaCSEJyRjMYZoyWLVZ7qSZPAstUlTvJA
|
137
|
-
XwLnaX2JmyhImMCBGmEC4AkyJh5AjTFxE4UpEzhRq0yARL2diScRJgCiMGni
|
138
|
-
089qaeImCrMmcKLWmsCI+msTP6IYRhTkTTyIGm/iJgoTJ3CiVpzAiPqbEz8i
|
139
|
-
Cur9YerEj6hSJ06iQHcCJnKAjCRPhsI9syeYx5JP+sRDn9gmo4PoE3Phkz7x
|
140
|
-
1if9s1vcJXf1SXqhTwqnPsG2aNWmT96kq/VKR6m/qK0OUfez9//Ez/okrw5G
|
141
|
-
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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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
-
40DT+pu+aSKmueVgaSLdwicB4i1A+j/35C7ZKUAkcgoQigEChF9JE/mOxScS
|
154
|
-
5DJBIa2P3kyEMMbORIiuhRvbDiHklUQRwuJYIHL7RJGm2sGZIk1DTOZjMh9j
|
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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
-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
-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
-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
-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
-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
-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
-
ay+bcIIssAePcellA1CYBoYDmVdetgH19sCeQJ2Flw1AYSLYp4eZ1l02AIWZ
|
172
|
-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
-
Aeqvg/2Auisud4ECfTAY6DrHSEJ4INrzZDAmyPQcnW8ymGnyOVgyWLfwSQn7
|
174
|
-
+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
-
J2a4PSF6qE6Iisc82v9Kb2lGUEZPzQhSte64nRnRH1p/5ndX3IjkFwY5zI3w
|
176
|
-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
-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
-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
-
xaf/NSsPgajCTAqc6rgAEZiqv07xo4rhVEFOxYOqXY4IRBUmVuBUx1WJwFT9
|
180
|
-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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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
-
Zw0XUZhqhRM9b6wBIuptWT2JDvtquIjCBKtPP2u31XARhblVONHzrhoQov5a
|
195
|
-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
-
JnKAjCROh8I9T+flMZ2cqd+Smsa56FBLahoKn5yptx3ovzOsu+SuHSgv7EDi
|
197
|
-
tgOQ1LVTO/Buvfo6e/NVh8xRtcHl7C/v3kR/S54FwU4fj/Lj8ajY5dHHpLcj
|
198
|
-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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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
-
PM/Kw1ouKXY7AttzOZ1zjNuo/VDdxPqblIqxBUGWkExxhmKeIIJzRgmKEyUL
|
213
|
-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
-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
-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
-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
|
217
|
-
//8DAKx9hcf3KAEA
|
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/51f6dda37801411f26000006","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda37801411f26000006"}}},{"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/51f6dda37801411f26000007","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda37801411f26000007"}}},{"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/51f6dda37801411f26000008","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda37801411f26000008"}}},{"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/51f6dda37801411f26000009","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda37801411f26000009"}}},{"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/51f6dda47801411f2600000a","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda47801411f2600000a"}}},{"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/51f6dda47801411f2600000b","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda47801411f2600000b"}}},{"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/51f6dda47801411f2600000c","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda47801411f2600000c"}}},{"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/51f6dda47801411f2600000d","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda47801411f2600000d"}}},{"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/51f6dda47801411f2600000e","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda47801411f2600000e"}}},{"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/51f6dda47801411f2600000f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda47801411f2600000f"}}},{"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/51f6dda47801411f26000010","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda47801411f26000010"}}},{"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/51f6dda47801411f26000011","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda47801411f26000011"}}},{"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/51f6dda57801411f26000012","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda57801411f26000012"}}},{"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/51f6dda57801411f26000013","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda57801411f26000013"}}},{"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/51f6dda57801411f26000014","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda57801411f26000014"}}},{"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/51f6dda57801411f26000015","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda57801411f26000015"}}},{"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/51f6dda67801411f26000016","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda67801411f26000016"}}},{"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/51f6dda67801411f26000017","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda67801411f26000017"}}},{"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/51f6dda67801411f26000018","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda67801411f26000018"}}},{"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/51f6dda67801411f26000019","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda67801411f26000019"}}}]}'
|
218
101
|
http_version:
|
219
|
-
recorded_at:
|
102
|
+
recorded_at: Mon, 29 Jul 2013 21:24:54 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:50 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
|
+
- 0adcbe654e7b82fdc03936fdb76c79a9
|
52
50
|
X-Runtime:
|
53
|
-
- '
|
51
|
+
- '2.354414'
|
54
52
|
X-Ua-Compatible:
|
55
53
|
- IE=Edge,chrome=1
|
56
54
|
Transfer-Encoding:
|
@@ -58,143 +56,48 @@ 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
|
-
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
-
/IAMMsAM1F8G+AEZZEAHKFAGgIGuc4wkAwaiPZcBMUeTDOgnA87mnkPLgJOT
|
105
|
-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
-
ExCDyoCm/oAyoKnRSQa8WBlQ1M1OCiEOY2bulgEUIAOoVQZUN1D9ncrGlgFU
|
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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
-
deJHVKkTJ1GgOwETOUBGkidD4Z7ZE8xjySd94qFPbJPRQfSJ+eSTPnHqk+xC
|
120
|
-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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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
-
TJw8YVbAp2/VVsDFE6YE4DytEoDw9PcBfjwxhCdIBnjwNDLAxRNmAuA8rQmA
|
145
|
-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
-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
-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
-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
-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
-
hDFZcKU/vir1H1nKEpXJPJbcvPpyFzzQAcNxzIsvG4CCJDCcx7j2sgknyAJ7
|
151
|
-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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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
-
acKlorxI0mrjH4pLTK+56C5+oIyGQ12T0QasIBsNp7pio01QQTrag+qKjjZg
|
166
|
-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
-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
-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
-
N6lu59n3X5YPy8fZ9/+M3kl5tqa+Lo3UoVT/Ee3q0kD9QpLkdZK8AC3NBBeC
|
170
|
-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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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
|
197
|
-
Ysj3KAEA
|
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/51f6dda040a0ce6cab00001a","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda040a0ce6cab00001a"}}},{"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/51f6dda040a0ce6cab00001b","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda040a0ce6cab00001b"}}},{"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/51f6dda040a0ce6cab00001c","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda040a0ce6cab00001c"}}},{"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/51f6dda040a0ce6cab00001d","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda040a0ce6cab00001d"}}},{"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/51f6dda140a0ce6cab00001e","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda140a0ce6cab00001e"}}},{"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/51f6dda140a0ce6cab00001f","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda140a0ce6cab00001f"}}},{"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/51f6dda140a0ce6cab000020","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda140a0ce6cab000020"}}},{"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/51f6dda140a0ce6cab000021","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda140a0ce6cab000021"}}},{"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/51f6dda140a0ce6cab000022","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda140a0ce6cab000022"}}},{"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/51f6dda140a0ce6cab000023","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda140a0ce6cab000023"}}},{"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/51f6dda140a0ce6cab000024","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda140a0ce6cab000024"}}},{"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/51f6dda140a0ce6cab000025","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda140a0ce6cab000025"}}},{"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/51f6dda240a0ce6cab000026","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda240a0ce6cab000026"}}},{"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/51f6dda240a0ce6cab000027","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda240a0ce6cab000027"}}},{"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/51f6dda240a0ce6cab000028","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda240a0ce6cab000028"}}},{"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/51f6dda240a0ce6cab000029","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda240a0ce6cab000029"}}},{"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/51f6dda240a0ce6cab00002a","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda240a0ce6cab00002a"}}},{"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/51f6dda240a0ce6cab00002b","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda240a0ce6cab00002b"}}},{"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/51f6dda240a0ce6cab00002c","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda240a0ce6cab00002c"}}},{"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/51f6dda240a0ce6cab00002d","href":"https://the-guide-staging.herokuapp.com/api/v1/products/51f6dda240a0ce6cab00002d"}}}]}'
|
198
101
|
http_version:
|
199
|
-
recorded_at:
|
102
|
+
recorded_at: Mon, 29 Jul 2013 21:24:50 GMT
|
200
103
|
recorded_with: VCR 2.4.0
|