the ui_enabled parameter of a content entry field was not correctly sent when deploying a site

did committed Jan 16, 2016
commit cdaa230a53a405e64ff6522aa9863162008e48c8
Showing 4 changed files with 1199 additions and 1199 deletions
locomotive/wagon/decorators/content_type_field_decorator.rb b/lib/locomotive/wagon/decorators/content_type_field_decorator.rb +2 -2
@@ @@ -48,8 +48,8 @@ module Locomotive
end
def ui_enabled
- return nil unless is_relationship?
- self[:order_by]
+ return nil if self[:ui_enabled].nil?
+ self[:ui_enabled]
end
def select_options
spec/fixtures/cassettes/authenticate.yml +27 -27
@@ @@ -27,16 +27,16 @@ http_interactions:
Cache-Control:
- no-cache
X-Request-Id:
- - 6a1f30ca-31f3-42cd-87c1-36cc0f7d9afc
+ - 585b1576-d444-46b5-ba65-769f74c31c23
X-Runtime:
- - '0.030310'
+ - '0.563626'
Content-Length:
- '40'
body:
encoding: UTF-8
string: '{"message":"Invalid email or password."}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:23 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:25 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/my_account.json
@@ @@ -60,20 +60,20 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"47c61faa89c576c552d7d76a2d254b73"
+ - W/"068d0ca64afd07ad1a18998dd22d1786"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 327b70a6-11e6-4a17-b7cb-6c4218b7fb03
+ - 36c08f2b-6675-44bb-aac0-c5bc15a702ca
X-Runtime:
- - '0.045889'
+ - '0.084403'
Content-Length:
- '250'
body:
encoding: UTF-8
- string: '{"_id":"568b2b74c36511390b0000c7","created_at":"2016-01-05T02:33:24Z","updated_at":"2016-01-05T02:33:24Z","name":"John","email":"john@doe.net","locale":"en","api_key":"f8d1951148b1c5881dda922708155e429f5dd6d1","super_admin":false,"local_admin":false}'
+ string: '{"_id":"569acde1c3651121bb000000","created_at":"2016-01-16T23:10:25Z","updated_at":"2016-01-16T23:10:25Z","name":"John","email":"john@doe.net","locale":"en","api_key":"2ce9ab5c3bf6986eab28ce4413580192b8c36c0b","super_admin":false,"local_admin":false}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:25 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/tokens.json
@@ @@ -97,23 +97,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a4a0edc4d3d366b03b86b123b06c0a86"
+ - W/"e5bf42b7c935f3c18ddae07414fd42a4"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - a15f71d8-757e-4c98-b5b5-4f4b57cb36c3
+ - 82537a76-3b55-4c6a-a536-739c7314d36d
X-Runtime:
- - '0.019165'
+ - '0.017771'
Content-Length:
- '32'
body:
encoding: UTF-8
- string: '{"token":"kyprbq3YxVS4jMLXrjAK"}'
+ string: '{"token":"gWL44rqJvEqooM9RczSW"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:25 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -123,7 +123,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
Accept-Encoding:
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
User-Agent:
@@ @@ -136,23 +136,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"213b4ad78c990c366b689c2ab41e7c48"
+ - W/"23efaf347eb8d4c795a5a4db30ff339c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - b62c3e97-56fe-4768-99c8-31b072a638e4
+ - fbefeb2e-6b2d-4c5e-bbb0-81ac65da1bda
X-Runtime:
- - '0.020263'
+ - '0.032607'
Content-Length:
- '261'
body:
encoding: UTF-8
- string: '{"_id":"568b2aa2c3651138ee000000","created_at":"2016-01-05T02:29:54Z","updated_at":"2016-01-05T02:29:54Z","name":"Admin","email":"admin@locomotivecms.com","locale":"en","api_key":"d49cd50f6f0d2b163f48fc73cb249f0244c37074","super_admin":false,"local_admin":true}'
+ string: '{"_id":"569acd6cc36511216f000000","created_at":"2016-01-16T23:08:28Z","updated_at":"2016-01-16T23:08:28Z","name":"Admin","email":"admin@locomotivecms.com","locale":"en","api_key":"d49cd50f6f0d2b163f48fc73cb249f0244c37074","super_admin":false,"local_admin":true}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:25 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -162,7 +162,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
Accept-Encoding:
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
User-Agent:
@@ @@ -175,18 +175,18 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"213b4ad78c990c366b689c2ab41e7c48"
+ - W/"23efaf347eb8d4c795a5a4db30ff339c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 34abc7af-671f-48d5-ad42-041701b492c6
+ - 2e1a0de0-d453-4297-9997-49858aa1f746
X-Runtime:
- - '0.019356'
+ - '0.019324'
Content-Length:
- '261'
body:
encoding: UTF-8
- string: '{"_id":"568b2aa2c3651138ee000000","created_at":"2016-01-05T02:29:54Z","updated_at":"2016-01-05T02:29:54Z","name":"Admin","email":"admin@locomotivecms.com","locale":"en","api_key":"d49cd50f6f0d2b163f48fc73cb249f0244c37074","super_admin":false,"local_admin":true}'
+ string: '{"_id":"569acd6cc36511216f000000","created_at":"2016-01-16T23:08:28Z","updated_at":"2016-01-16T23:08:28Z","name":"Admin","email":"admin@locomotivecms.com","locale":"en","api_key":"d49cd50f6f0d2b163f48fc73cb249f0244c37074","super_admin":false,"local_admin":true}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:25 GMT
recorded_with: VCR 3.0.0
spec/fixtures/cassettes/delete.yml +157 -157
@@ @@ -23,33 +23,33 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a4a0edc4d3d366b03b86b123b06c0a86"
+ - W/"e5bf42b7c935f3c18ddae07414fd42a4"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - abc4bc4d-1582-4ffd-b959-439d3031aa77
+ - fb37809a-e6fa-4f40-a572-305e095e83f2
X-Runtime:
- - '0.017898'
+ - '0.024620'
Content-Length:
- '32'
body:
encoding: UTF-8
- string: '{"token":"kyprbq3YxVS4jMLXrjAK"}'
+ string: '{"token":"gWL44rqJvEqooM9RczSW"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:25 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/sites.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&site%5Bhandle%5D=short-lived&site%5Bname%5D=ShortLived
+ string: auth_token=gWL44rqJvEqooM9RczSW&site%5Bhandle%5D=short-lived&site%5Bname%5D=ShortLived
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -64,20 +64,20 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"eda2d6444f4e16fb773420dc82e03a04"
+ - W/"b72d7bdf22c7e00f57dccfa2c437a04b"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 10f69fc7-53f4-4d8a-b4d3-d988e30d5ea9
+ - 26af42ec-8e5d-489c-b3d0-af3c1f8c3483
X-Runtime:
- - '0.089460'
+ - '0.765979'
Content-Length:
- '776'
body:
encoding: UTF-8
- string: '{"_id":"568b2b74c36511390b0000c8","created_at":"2016-01-05T02:33:24Z","updated_at":"2016-01-05T02:33:24Z","name":"ShortLived","handle":"short-lived","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"568b2b74c36511390b0000c9","created_at":null,"updated_at":null,"role":"admin","account_id":"568b2aa2c3651138ee000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1451961204,"picture_thumbnail_url":null,"preview_url":"http://www.example.com:3000/locomotive/short-lived/preview","sign_in_url":"http://www.example.com:3000/locomotive/sign_in"}'
+ string: '{"_id":"569acde1c3651121bb000001","created_at":"2016-01-16T23:10:25Z","updated_at":"2016-01-16T23:10:26Z","name":"ShortLived","handle":"short-lived","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"569acde1c3651121bb000002","created_at":null,"updated_at":null,"role":"admin","account_id":"569acd6cc36511216f000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1452985826,"picture_thumbnail_url":null,"preview_url":"http://www.example.com:3000/locomotive/short-lived/preview","sign_in_url":"http://www.example.com:3000/locomotive/sign_in"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:26 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/tokens.json
@@ @@ -101,23 +101,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a4a0edc4d3d366b03b86b123b06c0a86"
+ - W/"e5bf42b7c935f3c18ddae07414fd42a4"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 530fb621-ec6d-46f5-b076-9e11879005f9
+ - 59f40d6c-9d69-4feb-bf0c-f73f46047e35
X-Runtime:
- - '0.018077'
+ - '0.016222'
Content-Length:
- '32'
body:
encoding: UTF-8
- string: '{"token":"kyprbq3YxVS4jMLXrjAK"}'
+ string: '{"token":"gWL44rqJvEqooM9RczSW"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:26 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/current_site.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://www.example.com:3000/locomotive/api/v3/current_site.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -127,7 +127,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- short-lived
Accept-Encoding:
@@ @@ -142,33 +142,33 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"eda2d6444f4e16fb773420dc82e03a04"
+ - W/"b72d7bdf22c7e00f57dccfa2c437a04b"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 740959ee-91e2-4844-b21c-afa42967f34c
+ - 15b38e83-6cfa-47ec-854c-3d1469c4f944
X-Runtime:
- - '0.078807'
+ - '0.213367'
Content-Length:
- '776'
body:
encoding: UTF-8
- string: '{"_id":"568b2b74c36511390b0000c8","created_at":"2016-01-05T02:33:24Z","updated_at":"2016-01-05T02:33:24Z","name":"ShortLived","handle":"short-lived","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"568b2b74c36511390b0000c9","created_at":null,"updated_at":null,"role":"admin","account_id":"568b2aa2c3651138ee000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1451961204,"picture_thumbnail_url":null,"preview_url":"http://www.example.com:3000/locomotive/short-lived/preview","sign_in_url":"http://www.example.com:3000/locomotive/sign_in"}'
+ string: '{"_id":"569acde1c3651121bb000001","created_at":"2016-01-16T23:10:25Z","updated_at":"2016-01-16T23:10:26Z","name":"ShortLived","handle":"short-lived","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"569acde1c3651121bb000002","created_at":null,"updated_at":null,"role":"admin","account_id":"569acd6cc36511216f000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1452985826,"picture_thumbnail_url":null,"preview_url":"http://www.example.com:3000/locomotive/short-lived/preview","sign_in_url":"http://www.example.com:3000/locomotive/sign_in"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:26 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bparent%5D=index&page%5Bslug%5D=hello-world&page%5Btemplate%5D=Hello+world%21&page%5Btitle%5D=Hello+world
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bparent%5D=index&page%5Bslug%5D=hello-world&page%5Btemplate%5D=Hello+world%21&page%5Btitle%5D=Hello+world
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -185,25 +185,25 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"bac34d35d439b8088e0c26eda5e49226"
+ - W/"0b58584ef7885b86264ab4e27037fb0d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 4809254c-1075-412b-8bd6-b4b20b9ece5f
+ - c4854920-c5da-4bfd-95fc-c6b41f3fe343
X-Runtime:
- - '0.051955'
+ - '0.079886'
Content-Length:
- '673'
body:
encoding: UTF-8
- string: '{"_id":"568b2b74c36511390b0000cd","created_at":"2016-01-05T02:33:24Z","updated_at":"2016-01-05T02:33:24Z","title":"Hello
- world","parent_id":"568b2aa2c3651138ee000003","position":0,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"hello-world","fullpath":"hello-world","localized_fullpaths":{"en":"hello-world"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Hello
+ string: '{"_id":"569acde2c3651121bb000006","created_at":"2016-01-16T23:10:26Z","updated_at":"2016-01-16T23:10:26Z","title":"Hello
+ world","parent_id":"569acd6cc36511216f000003","position":0,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"hello-world","fullpath":"hello-world","localized_fullpaths":{"en":"hello-world"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Hello
world!","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:26 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/pages/hello-world.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://www.example.com:3000/locomotive/api/v3/pages/hello-world.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -213,7 +213,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Accept-Encoding:
@@ @@ -228,35 +228,35 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"bac34d35d439b8088e0c26eda5e49226"
+ - W/"0b58584ef7885b86264ab4e27037fb0d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 527e3e3c-651a-437c-b89b-e7acc905ef9a
+ - e9c71fe5-f5a0-44c5-803f-79a8002da95b
X-Runtime:
- - '0.043618'
+ - '0.056382'
Content-Length:
- '673'
body:
encoding: UTF-8
- string: '{"_id":"568b2b74c36511390b0000cd","created_at":"2016-01-05T02:33:24Z","updated_at":"2016-01-05T02:33:24Z","title":"Hello
- world","parent_id":"568b2aa2c3651138ee000003","position":0,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"hello-world","fullpath":"hello-world","localized_fullpaths":{"en":"hello-world"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Hello
+ string: '{"_id":"569acde2c3651121bb000006","created_at":"2016-01-16T23:10:26Z","updated_at":"2016-01-16T23:10:26Z","title":"Hello
+ world","parent_id":"569acd6cc36511216f000003","position":0,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"hello-world","fullpath":"hello-world","localized_fullpaths":{"en":"hello-world"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Hello
world!","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:26 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/content_types.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=E-mail&content_type%5Bfields%5D%5B0%5D%5Bname%5D=email&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bname%5D=FakeMessages&content_type%5Bslug%5D=fake-messages
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=E-mail&content_type%5Bfields%5D%5B0%5D%5Bname%5D=email&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bname%5D=FakeMessages&content_type%5Bslug%5D=fake-messages
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -273,23 +273,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"073aa4da6bfd2800089bbf7fc1e84e8f"
+ - W/"c62be9a9859eeb09d395c5bcde31024d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 70bcac95-144f-4c94-81d4-9bfd07736329
+ - bed16cf7-7195-461e-9cd9-8514ebf7a988
X-Runtime:
- - '0.080726'
+ - '0.109500'
Content-Length:
- '655'
body:
encoding: UTF-8
- string: '{"_id":"568b2b74c36511390b0000ce","created_at":"2016-01-05T02:33:24Z","updated_at":"2016-01-05T02:33:24Z","name":"FakeMessages","slug":"fake_messages","description":null,"label_field_name":"email","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"568b2b74c36511390b0000cf","created_at":null,"updated_at":null,"name":"email","type":"string","label":"E-mail","hint":null,"required":true,"localized":false,"unique":false,"position":0}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
+ string: '{"_id":"569acde2c3651121bb000007","created_at":"2016-01-16T23:10:26Z","updated_at":"2016-01-16T23:10:26Z","name":"FakeMessages","slug":"fake_messages","description":null,"label_field_name":"email","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde2c3651121bb000008","created_at":null,"updated_at":null,"name":"email","type":"string","label":"E-mail","hint":null,"required":true,"localized":false,"unique":false,"position":0}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:26 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/content_types/fake_messages.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://www.example.com:3000/locomotive/api/v3/content_types/fake_messages.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -299,7 +299,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Accept-Encoding:
@@ @@ -314,33 +314,33 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"073aa4da6bfd2800089bbf7fc1e84e8f"
+ - W/"c62be9a9859eeb09d395c5bcde31024d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 9cdf4b20-7301-4d49-9869-f072e11c126e
+ - 513c4e7b-bef6-4813-b456-331d51e48aa7
X-Runtime:
- - '0.039406'
+ - '0.034007'
Content-Length:
- '655'
body:
encoding: UTF-8
- string: '{"_id":"568b2b74c36511390b0000ce","created_at":"2016-01-05T02:33:24Z","updated_at":"2016-01-05T02:33:24Z","name":"FakeMessages","slug":"fake_messages","description":null,"label_field_name":"email","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"568b2b74c36511390b0000cf","created_at":null,"updated_at":null,"name":"email","type":"string","label":"E-mail","hint":null,"required":true,"localized":false,"unique":false,"position":0}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
+ string: '{"_id":"569acde2c3651121bb000007","created_at":"2016-01-16T23:10:26Z","updated_at":"2016-01-16T23:10:26Z","name":"FakeMessages","slug":"fake_messages","description":null,"label_field_name":"email","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde2c3651121bb000008","created_at":null,"updated_at":null,"name":"email","type":"string","label":"E-mail","hint":null,"required":true,"localized":false,"unique":false,"position":0}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:26 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/content_types.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=E-mail&content_type%5Bfields%5D%5B0%5D%5Bname%5D=email&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bname%5D=FakeMessages&content_type%5Bslug%5D=fake-messages-2
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=E-mail&content_type%5Bfields%5D%5B0%5D%5Bname%5D=email&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bname%5D=FakeMessages&content_type%5Bslug%5D=fake-messages-2
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -357,23 +357,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"86634360fb35491ee0ee183d90884ddc"
+ - W/"1092fbda3c94cf8d4b1c16e4736fd285"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - bbff4af0-41c7-4940-94c5-83a3573caa3f
+ - 0b8aadb7-860f-4014-9422-c1fbc1b9b4d4
X-Runtime:
- - '0.052993'
+ - '0.047397'
Content-Length:
- '657'
body:
encoding: UTF-8
- string: '{"_id":"568b2b74c36511390b0000d0","created_at":"2016-01-05T02:33:24Z","updated_at":"2016-01-05T02:33:24Z","name":"FakeMessages","slug":"fake_messages_2","description":null,"label_field_name":"email","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"568b2b74c36511390b0000d1","created_at":null,"updated_at":null,"name":"email","type":"string","label":"E-mail","hint":null,"required":true,"localized":false,"unique":false,"position":0}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
+ string: '{"_id":"569acde2c3651121bb000009","created_at":"2016-01-16T23:10:26Z","updated_at":"2016-01-16T23:10:26Z","name":"FakeMessages","slug":"fake_messages_2","description":null,"label_field_name":"email","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde2c3651121bb00000a","created_at":null,"updated_at":null,"name":"email","type":"string","label":"E-mail","hint":null,"required":true,"localized":false,"unique":false,"position":0}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:26 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/content_types.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://www.example.com:3000/locomotive/api/v3/content_types.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -383,7 +383,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Accept-Encoding:
@@ @@ -402,29 +402,29 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 4b6769ba-7c65-4128-b180-43b8fddf3f19
+ - 16f1ffd5-7ccb-45e0-8f7d-7a0ca59919ec
X-Runtime:
- - '0.040557'
+ - '0.034280'
Content-Length:
- '15'
body:
encoding: UTF-8
string: '{"deletions":1}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:26 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/snippets.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics&snippet%5Btemplate%5D=Analytics
+ string: auth_token=gWL44rqJvEqooM9RczSW&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics&snippet%5Btemplate%5D=Analytics
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -441,23 +441,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"eb05ed571574b82b622c0bc2aaada222"
+ - W/"e2e9c15f13d09e257e5042d61f910d39"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - a6f41ce3-3d53-40e5-8aa1-dc72d92668c6
+ - 0dc4238b-175c-405a-8d01-98c3deb389b6
X-Runtime:
- - '0.036485'
+ - '0.099563'
Content-Length:
- '167'
body:
encoding: UTF-8
- string: '{"_id":"568b2b74c36511390b0000d2","created_at":"2016-01-05T02:33:24Z","updated_at":"2016-01-05T02:33:24Z","name":"Analytics","slug":"analytics","template":"Analytics"}'
+ string: '{"_id":"569acde2c3651121bb00000b","created_at":"2016-01-16T23:10:26Z","updated_at":"2016-01-16T23:10:26Z","name":"Analytics","slug":"analytics","template":"Analytics"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:26 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/snippets/analytics.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://www.example.com:3000/locomotive/api/v3/snippets/analytics.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -467,7 +467,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Accept-Encoding:
@@ @@ -482,33 +482,33 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"eb05ed571574b82b622c0bc2aaada222"
+ - W/"e2e9c15f13d09e257e5042d61f910d39"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 90d00d71-0bea-4ebd-a4e3-356ec71331ac
+ - 655c0b71-fa03-4102-a3af-393041988407
X-Runtime:
- - '0.036721'
+ - '0.029614'
Content-Length:
- '167'
body:
encoding: UTF-8
- string: '{"_id":"568b2b74c36511390b0000d2","created_at":"2016-01-05T02:33:24Z","updated_at":"2016-01-05T02:33:24Z","name":"Analytics","slug":"analytics","template":"Analytics"}'
+ string: '{"_id":"569acde2c3651121bb00000b","created_at":"2016-01-16T23:10:26Z","updated_at":"2016-01-16T23:10:26Z","name":"Analytics","slug":"analytics","template":"Analytics"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:24 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:27 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/snippets.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics_2&snippet%5Btemplate%5D=Analytics
+ string: auth_token=gWL44rqJvEqooM9RczSW&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics_2&snippet%5Btemplate%5D=Analytics
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -525,23 +525,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"e299bacd7b140b12f35d3369cd66aa24"
+ - W/"cf4572c8cbc49077d0308651f953018a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - de1e0fa7-e8ae-49ab-b0ab-ab2353e15b04
+ - b9a6b970-e1cb-431c-a40d-61edb3bec3e0
X-Runtime:
- - '0.034595'
+ - '0.032771'
Content-Length:
- '169'
body:
encoding: UTF-8
- string: '{"_id":"568b2b75c36511390b0000d3","created_at":"2016-01-05T02:33:25Z","updated_at":"2016-01-05T02:33:25Z","name":"Analytics","slug":"analytics_2","template":"Analytics"}'
+ string: '{"_id":"569acde3c3651121bb00000c","created_at":"2016-01-16T23:10:27Z","updated_at":"2016-01-16T23:10:27Z","name":"Analytics","slug":"analytics_2","template":"Analytics"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:25 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:27 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/snippets.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://www.example.com:3000/locomotive/api/v3/snippets.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -551,7 +551,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Accept-Encoding:
@@ @@ -570,16 +570,16 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1740e223-cc43-4b6f-8e69-9121bfc53e5c
+ - 9c8cd85f-3be5-4918-a249-920a7a8feb57
X-Runtime:
- - '0.034336'
+ - '0.030930'
Content-Length:
- '15'
body:
encoding: UTF-8
string: '{"deletions":1}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:25 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:27 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json
@@ @@ -654,7 +654,7 @@ http_interactions:
0NtJvy6mWF/OpLQstGgVzsab3sXmi3+2zzQDcJjnAyEPROMHiFLOL3h0hr9D
onww/wNwYOCiTn4FhQAAAABJRU5ErkJggg0KLS0tLS0tLS0tLS0tLVJ1YnlN
dWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7
- IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmt5cHJicTNZeFZTNGpNTFhyakFLDQot
+ IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmdXTDQ0cnFKdkVxb29NOVJjelNXDQot
LS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo=
headers:
Accept:
@@ @@ -662,7 +662,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -681,21 +681,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"59c5a310ec0fc805feb76e043f5b12ae"
+ - W/"852d8c95ff968aab09824cdcd61bfb27"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d0c65671-53d7-4bcf-a616-4644935c2c9a
+ - 56ce9466-cd61-4e5c-8d04-14ee740fdb4d
X-Runtime:
- - '0.100279'
+ - '0.291937'
Content-Length:
- '341'
body:
encoding: UTF-8
- string: '{"_id":"568b2b75c36511390b0000d4","created_at":"2016-01-05T02:33:25Z","updated_at":"2016-01-05T02:33:25Z","content_type":"image","local_path":"images/icon.png","folder":"images","checksum":"3176de8c86ae69c06d4f0ed37e26cee4","filename":"icon.png","url":"/sites/568b2aa2c3651138ee000002/theme/images/icon.png","size":"2.72
+ string: '{"_id":"569acde3c3651121bb00000d","created_at":"2016-01-16T23:10:27Z","updated_at":"2016-01-16T23:10:27Z","content_type":"image","local_path":"images/icon.png","folder":"images","checksum":"3176de8c86ae69c06d4f0ed37e26cee4","filename":"icon.png","url":"/sites/569acd6cc36511216f000002/theme/images/icon.png","size":"2.72
KB","raw_size":2783}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:25 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:27 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json
@@ @@ -4341,7 +4341,7 @@ http_interactions:
nTZLWAn75+Cpv212Dv47zCzY/KTGgbiqWWzt8uMma7Z1/2bHBIaHmNbSlxEx
sfX/CzAAkCOO6w6jXtcAAAAASUVORK5CYIINCi0tLS0tLS0tLS0tLS1SdWJ5
TXVsdGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRh
- OyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpreXByYnEzWXhWUzRqTUxYcmpBSw0K
+ OyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0K
LS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
Accept:
@@ @@ -4349,7 +4349,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -4368,24 +4368,24 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ff12c011e6475026a248a1b6c1eb98be"
+ - W/"1ee01b0a8ed6d83fb68bd16ef427509d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 80cd94a5-c803-4041-9aa0-a6a154ff7e72
+ - 0e9f0322-0b47-49cd-b008-c2adf0a215e0
X-Runtime:
- - '0.066531'
+ - '0.060761'
Content-Length:
- '345'
body:
encoding: UTF-8
- string: '{"_id":"568b2b75c36511390b0000d5","created_at":"2016-01-05T02:33:25Z","updated_at":"2016-01-05T02:33:25Z","content_type":"image","local_path":"images/photo.jpg","folder":"images","checksum":"e1aff5628ca068751b333cf1b69dd978","filename":"photo.jpg","url":"/sites/568b2aa2c3651138ee000002/theme/images/photo.jpg","size":"160
+ string: '{"_id":"569acde3c3651121bb00000e","created_at":"2016-01-16T23:10:27Z","updated_at":"2016-01-16T23:10:27Z","content_type":"image","local_path":"images/photo.jpg","folder":"images","checksum":"e1aff5628ca068751b333cf1b69dd978","filename":"photo.jpg","url":"/sites/569acd6cc36511216f000002/theme/images/photo.jpg","size":"160
KB","raw_size":163476}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:25 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:27 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -4395,7 +4395,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Accept-Encoding:
@@ @@ -4414,29 +4414,29 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 03668bfc-83fe-4881-9c70-b1dbf8146d16
+ - 033e051e-6ef4-4719-a5b6-edf930a14a9e
X-Runtime:
- - '0.052501'
+ - '0.042126'
Content-Length:
- '15'
body:
encoding: UTF-8
string: '{"deletions":2}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:25 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:27 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/translations.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&translation%5Bkey%5D=hello_world&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde
+ string: auth_token=gWL44rqJvEqooM9RczSW&translation%5Bkey%5D=hello_world&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -4453,24 +4453,24 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"da8a744c99936e575b5a7eb4408c6dbe"
+ - W/"fb35f517f982bb50ebfb9beb20ad634f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1648b1ff-8360-4e51-ad79-73d249f48182
+ - da026469-9f4b-4496-97c4-7a74cb77046d
X-Runtime:
- - '0.042205'
+ - '0.089190'
Content-Length:
- '161'
body:
encoding: UTF-8
- string: '{"_id":"568b2b75c36511390b0000d6","created_at":"2016-01-05T02:33:25Z","updated_at":"2016-01-05T02:33:25Z","key":"hello_world","values":{"fr":"Bonjour
+ string: '{"_id":"569acde3c3651121bb00000f","created_at":"2016-01-16T23:10:27Z","updated_at":"2016-01-16T23:10:27Z","key":"hello_world","values":{"fr":"Bonjour
le monde"}}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:25 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:27 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/translations/hello_world.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://www.example.com:3000/locomotive/api/v3/translations/hello_world.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -4480,7 +4480,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Accept-Encoding:
@@ @@ -4495,34 +4495,34 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"da8a744c99936e575b5a7eb4408c6dbe"
+ - W/"fb35f517f982bb50ebfb9beb20ad634f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 01733169-0689-41b4-b309-30194921f624
+ - 41ece449-d823-472b-a3f1-b09235c78741
X-Runtime:
- - '0.047616'
+ - '0.031755'
Content-Length:
- '161'
body:
encoding: UTF-8
- string: '{"_id":"568b2b75c36511390b0000d6","created_at":"2016-01-05T02:33:25Z","updated_at":"2016-01-05T02:33:25Z","key":"hello_world","values":{"fr":"Bonjour
+ string: '{"_id":"569acde3c3651121bb00000f","created_at":"2016-01-16T23:10:27Z","updated_at":"2016-01-16T23:10:27Z","key":"hello_world","values":{"fr":"Bonjour
le monde"}}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:25 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:27 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/translations.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&translation%5Bkey%5D=hello_world_2&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde
+ string: auth_token=gWL44rqJvEqooM9RczSW&translation%5Bkey%5D=hello_world_2&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -4539,24 +4539,24 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d6961ffc39bb4b4405e349713bdd8249"
+ - W/"f9fdd24a544bbd09fd947487ac1fecf3"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 0e6c390b-0d58-49cb-9adc-77751fc924fa
+ - 8b249398-1272-467f-a705-87169bd9d1da
X-Runtime:
- - '0.043591'
+ - '0.033742'
Content-Length:
- '163'
body:
encoding: UTF-8
- string: '{"_id":"568b2b75c36511390b0000d7","created_at":"2016-01-05T02:33:25Z","updated_at":"2016-01-05T02:33:25Z","key":"hello_world_2","values":{"fr":"Bonjour
+ string: '{"_id":"569acde3c3651121bb000010","created_at":"2016-01-16T23:10:27Z","updated_at":"2016-01-16T23:10:27Z","key":"hello_world_2","values":{"fr":"Bonjour
le monde"}}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:25 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:27 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/translations.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://www.example.com:3000/locomotive/api/v3/translations.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -4566,7 +4566,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Accept-Encoding:
@@ @@ -4585,19 +4585,19 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - a53a6ab1-3c03-4583-8c5d-9186423163f4
+ - 45aa35e4-c625-4604-9cac-1f9defc77b44
X-Runtime:
- - '0.036011'
+ - '0.037213'
Content-Length:
- '15'
body:
encoding: UTF-8
string: '{"deletions":1}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:25 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:27 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/pages/bogus_id.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://www.example.com:3000/locomotive/api/v3/pages/bogus_id.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -4607,7 +4607,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Accept-Encoding:
@@ @@ -4624,19 +4624,19 @@ http_interactions:
Cache-Control:
- no-cache
X-Request-Id:
- - f1dc2c06-397f-4a26-8d74-7d6d0ac6017f
+ - 0adefc15-980a-45ea-a839-fb01a46bdd8c
X-Runtime:
- - '0.026109'
+ - '0.027629'
Content-Length:
- '30'
body:
encoding: UTF-8
string: '{"error":"Resource not found"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:25 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:28 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/content_types/bogus_id.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://www.example.com:3000/locomotive/api/v3/content_types/bogus_id.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -4646,7 +4646,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Accept-Encoding:
@@ @@ -4663,19 +4663,19 @@ http_interactions:
Cache-Control:
- no-cache
X-Request-Id:
- - 6fb7edfe-49e3-48b2-bd01-0289f11560e3
+ - 7bd4c22e-86cb-49fb-97b2-fecb34b1df99
X-Runtime:
- - '0.027269'
+ - '0.031859'
Content-Length:
- '30'
body:
encoding: UTF-8
string: '{"error":"Resource not found"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:25 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:28 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/snippets/bogus_id.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://www.example.com:3000/locomotive/api/v3/snippets/bogus_id.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -4685,7 +4685,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Accept-Encoding:
@@ @@ -4702,19 +4702,19 @@ http_interactions:
Cache-Control:
- no-cache
X-Request-Id:
- - e99ae1b7-0577-4b06-93c2-1ac8198c81bb
+ - 4f1cd6f3-0ddd-40c4-8883-b05d1c2177a4
X-Runtime:
- - '0.028997'
+ - '0.042711'
Content-Length:
- '30'
body:
encoding: UTF-8
string: '{"error":"Resource not found"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:26 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:28 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/translations/bogus_id.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://www.example.com:3000/locomotive/api/v3/translations/bogus_id.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -4724,7 +4724,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- www
Accept-Encoding:
@@ @@ -4741,14 +4741,14 @@ http_interactions:
Cache-Control:
- no-cache
X-Request-Id:
- - dfbf89e1-9e96-46b9-9326-a3e9bafdcd40
+ - 3d1fb361-73be-4b21-a1da-85ddc5e96b55
X-Runtime:
- - '0.035194'
+ - '0.028858'
Content-Length:
- '30'
body:
encoding: UTF-8
string: '{"error":"Resource not found"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:33:26 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:28 GMT
recorded_with: VCR 3.0.0
spec/fixtures/cassettes/push.yml +1013 -1013
@@ @@ -23,20 +23,20 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a4a0edc4d3d366b03b86b123b06c0a86"
+ - W/"e5bf42b7c935f3c18ddae07414fd42a4"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 60f296aa-fde2-43b9-9c78-b470f13b8380
+ - 07146ff3-2b53-426c-af00-09e09c233b8c
X-Runtime:
- - '0.428587'
+ - '0.062458'
Content-Length:
- '32'
body:
encoding: UTF-8
- string: '{"token":"kyprbq3YxVS4jMLXrjAK"}'
+ string: '{"token":"gWL44rqJvEqooM9RczSW"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:01 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:29 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/sites.json
@@ @@ -134,8 +134,8 @@ http_interactions:
pgKckwxok+SZIhTKm78skFVqqUDQ20m/LqZYX86ktCy0aBXOxpvexeaLf7bP
NANwmOcDIQ9E4weIUs4veHSGv0OifDD/A3Bg4KJOfgWFAAAAAElFTkSuQmCC
DQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlz
- cG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0Ka3lw
- cmJxM1l4VlM0ak1MWHJqQUsNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0
+ cG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KZ1dM
+ NDRycUp2RXFvb005UmN6U1cNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0
UG9zdC0tDQoNCg==
headers:
Accept:
@@ @@ -143,7 +143,7 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -160,21 +160,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c594c63a371e3089f9c6edaab035aede"
+ - W/"90cd1da733ae1a4a37afe825b8b062ef"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f3fc242e-32f8-464d-9a36-b6f66d570392
+ - 944305c4-b1db-4b7e-8190-d9090a061088
X-Runtime:
- - '0.689660'
+ - '0.140618'
Content-Length:
- - '997'
+ - '1003'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae5c36511390b000000","created_at":"2016-01-05T02:31:01Z","updated_at":"2016-01-05T02:31:02Z","name":"Sample
- website","handle":"tasteless-dusk-6550","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"568b2ae5c36511390b000001","created_at":null,"updated_at":null,"role":"admin","account_id":"568b2aa2c3651138ee000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/568b2ae5c36511390b000000/icon.png","content_version":0,"template_version":1451961062,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU2OGIyYWU1YzM2NTExMzkwYjAwMDAwMC9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=a4aa6ee02d76e613","preview_url":"http://localhost:3000/locomotive/tasteless-dusk-6550/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"}'
+ string: '{"_id":"569acde5c3651121bb000011","created_at":"2016-01-16T23:10:29Z","updated_at":"2016-01-16T23:10:29Z","name":"Sample
+ website","handle":"outrageous-stream-2144","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"569acde5c3651121bb000012","created_at":null,"updated_at":null,"role":"admin","account_id":"569acd6cc36511216f000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/569acde5c3651121bb000011/icon.png","content_version":0,"template_version":1452985829,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU2OWFjZGU1YzM2NTExMjFiYjAwMDAxMS9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=cf209a54750a2f72","preview_url":"http://localhost:3000/locomotive/outrageous-stream-2144/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:02 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:29 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/tokens.json
@@ @@ -198,23 +198,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a4a0edc4d3d366b03b86b123b06c0a86"
+ - W/"e5bf42b7c935f3c18ddae07414fd42a4"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 22edf292-36cd-4ebd-a40b-83964bd9babd
+ - 0beb583d-6436-4d15-bde3-334a6109f0fe
X-Runtime:
- - '0.015776'
+ - '0.027484'
Content-Length:
- '32'
body:
encoding: UTF-8
- string: '{"token":"kyprbq3YxVS4jMLXrjAK"}'
+ string: '{"token":"gWL44rqJvEqooM9RczSW"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:02 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:29 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/current_site.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://localhost:3000/locomotive/api/v3/current_site.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -224,9 +224,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Accept-Encoding:
@@ @@ -241,36 +241,36 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c594c63a371e3089f9c6edaab035aede"
+ - W/"90cd1da733ae1a4a37afe825b8b062ef"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 0c608ca7-9ff6-4a4c-825a-0318b40e32e3
+ - 793ef3c2-f631-4e11-929a-daa5b619fb68
X-Runtime:
- - '0.054519'
+ - '0.042634'
Content-Length:
- - '997'
+ - '1003'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae5c36511390b000000","created_at":"2016-01-05T02:31:01Z","updated_at":"2016-01-05T02:31:02Z","name":"Sample
- website","handle":"tasteless-dusk-6550","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"568b2ae5c36511390b000001","created_at":null,"updated_at":null,"role":"admin","account_id":"568b2aa2c3651138ee000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/568b2ae5c36511390b000000/icon.png","content_version":0,"template_version":1451961062,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU2OGIyYWU1YzM2NTExMzkwYjAwMDAwMC9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=a4aa6ee02d76e613","preview_url":"http://localhost:3000/locomotive/tasteless-dusk-6550/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"}'
+ string: '{"_id":"569acde5c3651121bb000011","created_at":"2016-01-16T23:10:29Z","updated_at":"2016-01-16T23:10:29Z","name":"Sample
+ website","handle":"outrageous-stream-2144","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"569acde5c3651121bb000012","created_at":null,"updated_at":null,"role":"admin","account_id":"569acd6cc36511216f000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/569acde5c3651121bb000011/icon.png","content_version":0,"template_version":1452985829,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU2OWFjZGU1YzM2NTExMjFiYjAwMDAxMS9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=cf209a54750a2f72","preview_url":"http://localhost:3000/locomotive/outrageous-stream-2144/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:02 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:29 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/current_site.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&site%5Blocales%5D%5B%5D=en&site%5Blocales%5D%5B%5D=fr&site%5Blocales%5D%5B%5D=nb
+ string: auth_token=gWL44rqJvEqooM9RczSW&site%5Blocales%5D%5B%5D=en&site%5Blocales%5D%5B%5D=fr&site%5Blocales%5D%5B%5D=nb
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -285,24 +285,24 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"010a065ccf009fe9d7cde91c5bbd3813"
+ - W/"a8e187abce553144871e8dd4104d6edf"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 8631ee98-496e-46cd-a715-d5dd4aaffb15
+ - 3335ef7a-6cdb-4101-83af-96caf2496155
X-Runtime:
- - '0.121713'
+ - '0.093847'
Content-Length:
- - '1016'
+ - '1022'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae5c36511390b000000","created_at":"2016-01-05T02:31:01Z","updated_at":"2016-01-05T02:31:02Z","name":"Sample
- website","handle":"tasteless-dusk-6550","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en","fr","nb"],"domains":[],"memberships":[{"_id":"568b2ae5c36511390b000001","created_at":null,"updated_at":null,"role":"admin","account_id":"568b2aa2c3651138ee000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/568b2ae5c36511390b000000/icon.png","content_version":1451961062,"template_version":1451961062,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU2OGIyYWU1YzM2NTExMzkwYjAwMDAwMC9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=a4aa6ee02d76e613","preview_url":"http://localhost:3000/locomotive/tasteless-dusk-6550/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"}'
+ string: '{"_id":"569acde5c3651121bb000011","created_at":"2016-01-16T23:10:29Z","updated_at":"2016-01-16T23:10:29Z","name":"Sample
+ website","handle":"outrageous-stream-2144","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en","fr","nb"],"domains":[],"memberships":[{"_id":"569acde5c3651121bb000012","created_at":null,"updated_at":null,"role":"admin","account_id":"569acd6cc36511216f000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/569acde5c3651121bb000011/icon.png","content_version":1452985829,"template_version":1452985829,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU2OWFjZGU1YzM2NTExMjFiYjAwMDAxMS9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=cf209a54750a2f72","preview_url":"http://localhost:3000/locomotive/outrageous-stream-2144/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:02 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:30 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/content_types.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://localhost:3000/locomotive/api/v3/content_types.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -312,9 +312,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Accept-Encoding:
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
User-Agent:
@@ @@ -331,31 +331,31 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - aa29460d-47b6-488a-877e-9d630a8acc6b
+ - 5d218c8c-c341-40c1-baee-530257569334
X-Runtime:
- - '0.031516'
+ - '0.029977'
Content-Length:
- '2'
body:
encoding: UTF-8
string: "[]"
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:02 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:30 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/bands.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_type%5Bdescription%5D=List+of+bands&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Name+of+the+band&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Name&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=name&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Fullname+of+the+leader&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=leader&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B1%5D%5Btype%5D=string&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Music+kind+%28grunge%2C+rock%2C+pop%2C+country%29&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=kind&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B0%5D%5Bname%5D=grunge&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B1%5D%5Bname%5D=rock&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B2%5D%5Bname%5D=country&content_type%5Bfields%5D%5B2%5D%5Btype%5D=select&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=Featured&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=featured&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=4&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=boolean&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=name&content_type%5Bname%5D=Bands&content_type%5Border_by%5D=name&content_type%5Border_direction%5D=asc&content_type%5Bslug%5D=bands
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bdescription%5D=List+of+bands&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Name+of+the+band&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Name&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=name&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Fullname+of+the+leader&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=leader&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B1%5D%5Btype%5D=string&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Music+kind+%28grunge%2C+rock%2C+pop%2C+country%29&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=kind&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B0%5D%5Bname%5D=grunge&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B1%5D%5Bname%5D=rock&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B2%5D%5Bname%5D=country&content_type%5Bfields%5D%5B2%5D%5Btype%5D=select&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=Featured&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=featured&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=4&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=boolean&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=name&content_type%5Bname%5D=Bands&content_type%5Border_by%5D=name&content_type%5Border_direction%5D=asc&content_type%5Bslug%5D=bands
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -370,39 +370,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"29025f9501a4de738a5c01939a14a7c5"
+ - W/"569a26e3c5d0fe6a0810411b63212b0f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 5b139a5c-fb90-44ff-9077-68044085fc84
+ - 27587a54-7693-4e42-9877-45742cc64381
X-Runtime:
- - '0.153076'
+ - '0.075315'
Content-Length:
- '1520'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae6c36511390b000005","created_at":"2016-01-05T02:31:02Z","updated_at":"2016-01-05T02:31:02Z","name":"Bands","slug":"bands","description":"List
- of bands","label_field_name":"name","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"568b2ae6c36511390b000006","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Name
- of the band","required":true,"localized":false,"unique":false,"position":0},{"_id":"568b2ae6c36511390b000007","created_at":null,"updated_at":null,"name":"leader","type":"string","label":"Fullname
- of the leader","hint":null,"required":false,"localized":false,"unique":false,"position":1},{"_id":"568b2ae6c36511390b000008","created_at":null,"updated_at":null,"name":"kind","type":"select","label":"Music
- kind (grunge, rock, pop, country)","hint":null,"required":false,"localized":false,"unique":false,"position":2,"select_options":[{"id":"568b2ae6c36511390b00000a","name":{"en":"grunge"},"position":0},{"id":"568b2ae6c36511390b00000b","name":{"en":"rock"},"position":0},{"id":"568b2ae6c36511390b00000c","name":{"en":"country"},"position":0}]},{"_id":"568b2ae6c36511390b000009","created_at":null,"updated_at":null,"name":"featured","type":"boolean","label":"Featured","hint":null,"required":false,"localized":false,"unique":false,"position":4}],"order_by":"name","group_by":null,"public_submission_account_emails":[]}'
+ string: '{"_id":"569acde6c3651121bb000016","created_at":"2016-01-16T23:10:30Z","updated_at":"2016-01-16T23:10:30Z","name":"Bands","slug":"bands","description":"List
+ of bands","label_field_name":"name","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde6c3651121bb000017","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Name
+ of the band","required":true,"localized":false,"unique":false,"position":0},{"_id":"569acde6c3651121bb000018","created_at":null,"updated_at":null,"name":"leader","type":"string","label":"Fullname
+ of the leader","hint":null,"required":false,"localized":false,"unique":false,"position":1},{"_id":"569acde6c3651121bb000019","created_at":null,"updated_at":null,"name":"kind","type":"select","label":"Music
+ kind (grunge, rock, pop, country)","hint":null,"required":false,"localized":false,"unique":false,"position":2,"select_options":[{"id":"569acde6c3651121bb00001b","name":{"en":"grunge"},"position":0},{"id":"569acde6c3651121bb00001c","name":{"en":"rock"},"position":0},{"id":"569acde6c3651121bb00001d","name":{"en":"country"},"position":0}]},{"_id":"569acde6c3651121bb00001a","created_at":null,"updated_at":null,"name":"featured","type":"boolean","label":"Featured","hint":null,"required":false,"localized":false,"unique":false,"position":4}],"order_by":"name","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:02 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:30 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_type%5Bdescription%5D=List+of+upcoming+events&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Name+of+the+place&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Place&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=place&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Bhint%5D=Date+of+the+event&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Date&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=date&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B1%5D%5Btype%5D=date&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=City+of+the+event&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=city&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Btype%5D=string&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=State+of+the+event&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=state&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=string&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B4%5D%5Blabel%5D=Notes&content_type%5Bfields%5D%5B4%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B4%5D%5Bname%5D=notes&content_type%5Bfields%5D%5B4%5D%5Bposition%5D=4&content_type%5Bfields%5D%5B4%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B4%5D%5Btype%5D=text&content_type%5Bfields%5D%5B4%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B5%5D%5Blabel%5D=List+of+tags&content_type%5Bfields%5D%5B5%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B5%5D%5Bname%5D=tags&content_type%5Bfields%5D%5B5%5D%5Bposition%5D=5&content_type%5Bfields%5D%5B5%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B5%5D%5Btype%5D=tags&content_type%5Bfields%5D%5B5%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B6%5D%5Blabel%5D=Price+of+the+event&content_type%5Bfields%5D%5B6%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B6%5D%5Bname%5D=price&content_type%5Bfields%5D%5B6%5D%5Bposition%5D=6&content_type%5Bfields%5D%5B6%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B6%5D%5Btype%5D=float&content_type%5Bfields%5D%5B6%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=place&content_type%5Bname%5D=Events&content_type%5Border_by%5D=created_at&content_type%5Border_direction%5D=asc&content_type%5Bslug%5D=events
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bdescription%5D=List+of+upcoming+events&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Name+of+the+place&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Place&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=place&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Bhint%5D=Date+of+the+event&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Date&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=date&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B1%5D%5Btype%5D=date&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=City+of+the+event&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=city&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Btype%5D=string&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=State+of+the+event&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=state&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=string&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B4%5D%5Blabel%5D=Notes&content_type%5Bfields%5D%5B4%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B4%5D%5Bname%5D=notes&content_type%5Bfields%5D%5B4%5D%5Bposition%5D=4&content_type%5Bfields%5D%5B4%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B4%5D%5Btype%5D=text&content_type%5Bfields%5D%5B4%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B5%5D%5Blabel%5D=List+of+tags&content_type%5Bfields%5D%5B5%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B5%5D%5Bname%5D=tags&content_type%5Bfields%5D%5B5%5D%5Bposition%5D=5&content_type%5Bfields%5D%5B5%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B5%5D%5Btype%5D=tags&content_type%5Bfields%5D%5B5%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B6%5D%5Blabel%5D=Price+of+the+event&content_type%5Bfields%5D%5B6%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B6%5D%5Bname%5D=price&content_type%5Bfields%5D%5B6%5D%5Bposition%5D=6&content_type%5Bfields%5D%5B6%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B6%5D%5Btype%5D=float&content_type%5Bfields%5D%5B6%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=place&content_type%5Bname%5D=Events&content_type%5Border_by%5D=created_at&content_type%5Border_direction%5D=asc&content_type%5Bslug%5D=events
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -417,42 +417,42 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"781d88a9f455e476c5d9ca2589f8d5d1"
+ - W/"c430848a2f915b86a79e5e9d090aa60f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 31e339af-3ffa-43ab-83bd-3cd9db4bff95
+ - 6506f543-2116-479e-8e47-2b7a39c2206f
X-Runtime:
- - '0.090173'
+ - '0.087930'
Content-Length:
- '1909'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae6c36511390b00000d","created_at":"2016-01-05T02:31:02Z","updated_at":"2016-01-05T02:31:02Z","name":"Events","slug":"events","description":"List
- of upcoming events","label_field_name":"place","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"568b2ae6c36511390b00000e","created_at":null,"updated_at":null,"name":"place","type":"string","label":"Place","hint":"Name
- of the place","required":true,"localized":false,"unique":false,"position":0},{"_id":"568b2ae6c36511390b00000f","created_at":null,"updated_at":null,"name":"date","type":"date","label":"Date","hint":"Date
- of the event","required":false,"localized":false,"unique":false,"position":1},{"_id":"568b2ae6c36511390b000010","created_at":null,"updated_at":null,"name":"city","type":"string","label":"City
- of the event","hint":null,"required":false,"localized":false,"unique":false,"position":2},{"_id":"568b2ae6c36511390b000011","created_at":null,"updated_at":null,"name":"state","type":"string","label":"State
- of the event","hint":null,"required":false,"localized":false,"unique":false,"position":3},{"_id":"568b2ae6c36511390b000012","created_at":null,"updated_at":null,"name":"notes","type":"text","label":"Notes","hint":null,"required":false,"localized":false,"unique":false,"position":4,"text_formatting":"html"},{"_id":"568b2ae6c36511390b000013","created_at":null,"updated_at":null,"name":"tags","type":"tags","label":"List
- of tags","hint":null,"required":false,"localized":false,"unique":false,"position":5},{"_id":"568b2ae6c36511390b000014","created_at":null,"updated_at":null,"name":"price","type":"float","label":"Price
+ string: '{"_id":"569acde6c3651121bb00001e","created_at":"2016-01-16T23:10:30Z","updated_at":"2016-01-16T23:10:30Z","name":"Events","slug":"events","description":"List
+ of upcoming events","label_field_name":"place","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde6c3651121bb00001f","created_at":null,"updated_at":null,"name":"place","type":"string","label":"Place","hint":"Name
+ of the place","required":true,"localized":false,"unique":false,"position":0},{"_id":"569acde6c3651121bb000020","created_at":null,"updated_at":null,"name":"date","type":"date","label":"Date","hint":"Date
+ of the event","required":false,"localized":false,"unique":false,"position":1},{"_id":"569acde6c3651121bb000021","created_at":null,"updated_at":null,"name":"city","type":"string","label":"City
+ of the event","hint":null,"required":false,"localized":false,"unique":false,"position":2},{"_id":"569acde6c3651121bb000022","created_at":null,"updated_at":null,"name":"state","type":"string","label":"State
+ of the event","hint":null,"required":false,"localized":false,"unique":false,"position":3},{"_id":"569acde6c3651121bb000023","created_at":null,"updated_at":null,"name":"notes","type":"text","label":"Notes","hint":null,"required":false,"localized":false,"unique":false,"position":4,"text_formatting":"html"},{"_id":"569acde6c3651121bb000024","created_at":null,"updated_at":null,"name":"tags","type":"tags","label":"List
+ of tags","hint":null,"required":false,"localized":false,"unique":false,"position":5},{"_id":"569acde6c3651121bb000025","created_at":null,"updated_at":null,"name":"price","type":"float","label":"Price
of the event","hint":null,"required":false,"localized":false,"unique":false,"position":6}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:02 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:30 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/messages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_type%5Bdescription%5D=Messages+posted+by+new+potential+customers&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Full+name&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Name&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=name&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Bhint%5D=Email&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Email&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=email&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B1%5D%5Btype%5D=string&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Bhint%5D=Customer+message&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Message&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=message&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B2%5D%5Btype%5D=text&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=name&content_type%5Bname%5D=Messages&content_type%5Border_by%5D=created_at&content_type%5Border_direction%5D=asc&content_type%5Bpublic_submission_enabled%5D=true&content_type%5Bslug%5D=messages
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bdescription%5D=Messages+posted+by+new+potential+customers&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Full+name&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Name&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=name&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Bhint%5D=Email&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Email&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=email&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B1%5D%5Btype%5D=string&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Bhint%5D=Customer+message&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Message&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=message&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B2%5D%5Btype%5D=text&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=name&content_type%5Bname%5D=Messages&content_type%5Border_by%5D=created_at&content_type%5Border_direction%5D=asc&content_type%5Bpublic_submission_enabled%5D=true&content_type%5Bslug%5D=messages
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -467,38 +467,38 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"b33b0abcf567d23a0eb017f331c56548"
+ - W/"91bbaf673c6d6f15ac39ad6869b173cd"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c4c68a87-4ba9-4dc9-83d5-2836a164b43c
+ - 6b801c01-fcdb-472b-b655-1044130da427
X-Runtime:
- - '0.054320'
+ - '0.067405'
Content-Length:
- '1116'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae6c36511390b000015","created_at":"2016-01-05T02:31:03Z","updated_at":"2016-01-05T02:31:03Z","name":"Messages","slug":"messages","description":"Messages
- posted by new potential customers","label_field_name":"name","order_direction":"asc","public_submission_enabled":true,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"568b2ae7c36511390b000016","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Full
- name","required":true,"localized":false,"unique":false,"position":0},{"_id":"568b2ae7c36511390b000017","created_at":null,"updated_at":null,"name":"email","type":"string","label":"Email","hint":"Email","required":true,"localized":false,"unique":false,"position":1},{"_id":"568b2ae7c36511390b000018","created_at":null,"updated_at":null,"name":"message","type":"text","label":"Message","hint":"Customer
+ string: '{"_id":"569acde6c3651121bb000026","created_at":"2016-01-16T23:10:30Z","updated_at":"2016-01-16T23:10:30Z","name":"Messages","slug":"messages","description":"Messages
+ posted by new potential customers","label_field_name":"name","order_direction":"asc","public_submission_enabled":true,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde6c3651121bb000027","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Full
+ name","required":true,"localized":false,"unique":false,"position":0},{"_id":"569acde6c3651121bb000028","created_at":null,"updated_at":null,"name":"email","type":"string","label":"Email","hint":"Email","required":true,"localized":false,"unique":false,"position":1},{"_id":"569acde6c3651121bb000029","created_at":null,"updated_at":null,"name":"message","type":"text","label":"Message","hint":"Customer
message","required":true,"localized":false,"unique":false,"position":2,"text_formatting":"html"}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:03 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:30 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Title+of+your+song&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Title&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=title&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Cover&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=cover&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B1%5D%5Btype%5D=file&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Short+description&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=short_description&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Btext_formatting%5D=html&content_type%5Bfields%5D%5B2%5D%5Btype%5D=text&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Bhint%5D=Url+to+a+service+like+Blip+for+instance&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=Audio+url&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=audio_url&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=4&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=string&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B4%5D%5Bhint%5D=format+like%3A+mm%3Ass&content_type%5Bfields%5D%5B4%5D%5Blabel%5D=Duration&content_type%5Bfields%5D%5B4%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B4%5D%5Bname%5D=duration&content_type%5Bfields%5D%5B4%5D%5Bposition%5D=5&content_type%5Bfields%5D%5B4%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B4%5D%5Btype%5D=string&content_type%5Bfields%5D%5B4%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=title&content_type%5Bname%5D=Songs&content_type%5Border_by%5D=_position&content_type%5Border_direction%5D=asc&content_type%5Bslug%5D=songs
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Title+of+your+song&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Title&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=title&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Cover&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=cover&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B1%5D%5Btype%5D=file&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Short+description&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=short_description&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Btext_formatting%5D=html&content_type%5Bfields%5D%5B2%5D%5Btype%5D=text&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Bhint%5D=Url+to+a+service+like+Blip+for+instance&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=Audio+url&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=audio_url&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=4&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=string&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B4%5D%5Bhint%5D=format+like%3A+mm%3Ass&content_type%5Bfields%5D%5B4%5D%5Blabel%5D=Duration&content_type%5Bfields%5D%5B4%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B4%5D%5Bname%5D=duration&content_type%5Bfields%5D%5B4%5D%5Bposition%5D=5&content_type%5Bfields%5D%5B4%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B4%5D%5Btype%5D=string&content_type%5Bfields%5D%5B4%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=title&content_type%5Bname%5D=Songs&content_type%5Border_by%5D=_position&content_type%5Border_direction%5D=asc&content_type%5Bslug%5D=songs
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -513,39 +513,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"f02d6ab5f395a74fd2b47f7a8f7c9ef8"
+ - W/"73495d5c69fb5ca48faa0d5188836d7c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 63b55478-7661-4702-87ff-7f124bedf65a
+ - 210402f8-e914-4154-b2ab-202ce932e315
X-Runtime:
- - '0.078378'
+ - '0.106817'
Content-Length:
- '1537'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae7c36511390b000019","created_at":"2016-01-05T02:31:03Z","updated_at":"2016-01-05T02:31:03Z","name":"Songs","slug":"songs","description":null,"label_field_name":"title","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"568b2ae7c36511390b00001a","created_at":null,"updated_at":null,"name":"title","type":"string","label":"Title","hint":"Title
- of your song","required":true,"localized":false,"unique":false,"position":0},{"_id":"568b2ae7c36511390b00001b","created_at":null,"updated_at":null,"name":"cover","type":"file","label":"Cover","hint":null,"required":true,"localized":false,"unique":false,"position":2},{"_id":"568b2ae7c36511390b00001c","created_at":null,"updated_at":null,"name":"short_description","type":"text","label":"Short
- description","hint":null,"required":false,"localized":false,"unique":false,"position":3,"text_formatting":"html"},{"_id":"568b2ae7c36511390b00001d","created_at":null,"updated_at":null,"name":"audio_url","type":"string","label":"Audio
- url","hint":"Url to a service like Blip for instance","required":false,"localized":false,"unique":false,"position":4},{"_id":"568b2ae7c36511390b00001e","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format
+ string: '{"_id":"569acde6c3651121bb00002a","created_at":"2016-01-16T23:10:30Z","updated_at":"2016-01-16T23:10:30Z","name":"Songs","slug":"songs","description":null,"label_field_name":"title","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde6c3651121bb00002b","created_at":null,"updated_at":null,"name":"title","type":"string","label":"Title","hint":"Title
+ of your song","required":true,"localized":false,"unique":false,"position":0},{"_id":"569acde6c3651121bb00002c","created_at":null,"updated_at":null,"name":"cover","type":"file","label":"Cover","hint":null,"required":true,"localized":false,"unique":false,"position":2},{"_id":"569acde6c3651121bb00002d","created_at":null,"updated_at":null,"name":"short_description","type":"text","label":"Short
+ description","hint":null,"required":false,"localized":false,"unique":false,"position":3,"text_formatting":"html"},{"_id":"569acde6c3651121bb00002e","created_at":null,"updated_at":null,"name":"audio_url","type":"string","label":"Audio
+ url","hint":"Url to a service like Blip for instance","required":false,"localized":false,"unique":false,"position":4},{"_id":"569acde6c3651121bb00002f","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format
like: mm:ss","required":false,"localized":false,"unique":false,"position":5}],"order_by":"_position","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:03 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:30 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/updates.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_type%5Bdescription%5D=List+of+updates&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Not+displayed+in+the+website&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Title&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=true&content_type%5Bfields%5D%5B0%5D%5Bname%5D=title&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Bhint%5D=Text+displayed+in+the+home+page&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Text&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=true&content_type%5Bfields%5D%5B1%5D%5Bname%5D=text&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B1%5D%5Btext_formatting%5D=html&content_type%5Bfields%5D%5B1%5D%5Btype%5D=text&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Bhint%5D=Pick+a+category&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Category&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=true&content_type%5Bfields%5D%5B2%5D%5Bname%5D=category&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B0%5D%5Bname%5D%5Ben%5D=General&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B0%5D%5Bname%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B1%5D%5Bname%5D%5Ben%5D=Gigs&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B1%5D%5Bname%5D%5Bfr%5D=Concerts&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B2%5D%5Bname%5D%5Ben%5D=Bands&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B2%5D%5Bname%5D%5Bfr%5D=Groupes&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B3%5D%5Bname%5D=Albums&content_type%5Bfields%5D%5B2%5D%5Btype%5D=select&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Bhint%5D=Date+of+the+update&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=Date&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=date&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=date&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=title&content_type%5Bname%5D=Updates&content_type%5Border_by%5D=date&content_type%5Border_direction%5D=asc&content_type%5Bpublic_submission_enabled%5D=false&content_type%5Bslug%5D=updates
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bdescription%5D=List+of+updates&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Not+displayed+in+the+website&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Title&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=true&content_type%5Bfields%5D%5B0%5D%5Bname%5D=title&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Bhint%5D=Text+displayed+in+the+home+page&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Text&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=true&content_type%5Bfields%5D%5B1%5D%5Bname%5D=text&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B1%5D%5Btext_formatting%5D=html&content_type%5Bfields%5D%5B1%5D%5Btype%5D=text&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Bhint%5D=Pick+a+category&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Category&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=true&content_type%5Bfields%5D%5B2%5D%5Bname%5D=category&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B0%5D%5Bname%5D%5Ben%5D=General&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B0%5D%5Bname%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B1%5D%5Bname%5D%5Ben%5D=Gigs&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B1%5D%5Bname%5D%5Bfr%5D=Concerts&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B2%5D%5Bname%5D%5Ben%5D=Bands&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B2%5D%5Bname%5D%5Bfr%5D=Groupes&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B3%5D%5Bname%5D=Albums&content_type%5Bfields%5D%5B2%5D%5Btype%5D=select&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Bhint%5D=Date+of+the+update&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=Date&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=date&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=date&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=title&content_type%5Bname%5D=Updates&content_type%5Border_by%5D=date&content_type%5Border_direction%5D=asc&content_type%5Bpublic_submission_enabled%5D=false&content_type%5Bslug%5D=updates
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -560,50 +560,50 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d046f53a122a0367d3d11431a4a99aa9"
+ - W/"edf5dc7a53f9096221f15892f34842b8"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e115043f-c543-4302-9e11-d832cbc4de5a
+ - 7d994a53-b884-4fb4-b691-846ce4c87c06
X-Runtime:
- - '0.074976'
+ - '0.081792'
Content-Length:
- '1678'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NjhiMmFlN2MzNjUxMTM5MGIwMDAwMWYiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMS0wNVQwMjozMTowM1oiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- MS0wNVQwMjozMTowM1oiLCJuYW1lIjoiVXBkYXRlcyIsInNsdWciOiJ1cGRh
+ eyJfaWQiOiI1NjlhY2RlNmMzNjUxMTIxYmIwMDAwMzAiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wMS0xNlQyMzoxMDozMFoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ MS0xNlQyMzoxMDozMFoiLCJuYW1lIjoiVXBkYXRlcyIsInNsdWciOiJ1cGRh
dGVzIiwiZGVzY3JpcHRpb24iOiJMaXN0IG9mIHVwZGF0ZXMiLCJsYWJlbF9m
aWVsZF9uYW1lIjoidGl0bGUiLCJvcmRlcl9kaXJlY3Rpb24iOiJhc2MiLCJw
dWJsaWNfc3VibWlzc2lvbl9lbmFibGVkIjpmYWxzZSwicHVibGljX3N1Ym1p
c3Npb25fYWNjb3VudHMiOltdLCJwdWJsaWNfc3VibWlzc2lvbl90aXRsZV90
ZW1wbGF0ZSI6bnVsbCwiZW50cnlfdGVtcGxhdGUiOm51bGwsImRpc3BsYXlf
- c2V0dGluZ3MiOm51bGwsImZpZWxkcyI6W3siX2lkIjoiNTY4YjJhZTdjMzY1
- MTEzOTBiMDAwMDIwIiwiY3JlYXRlZF9hdCI6bnVsbCwidXBkYXRlZF9hdCI6
+ c2V0dGluZ3MiOm51bGwsImZpZWxkcyI6W3siX2lkIjoiNTY5YWNkZTZjMzY1
+ MTEyMWJiMDAwMDMxIiwiY3JlYXRlZF9hdCI6bnVsbCwidXBkYXRlZF9hdCI6
bnVsbCwibmFtZSI6InRpdGxlIiwidHlwZSI6InN0cmluZyIsImxhYmVsIjoi
VGl0bGUiLCJoaW50IjoiTm90IGRpc3BsYXllZCBpbiB0aGUgd2Vic2l0ZSIs
InJlcXVpcmVkIjp0cnVlLCJsb2NhbGl6ZWQiOnRydWUsInVuaXF1ZSI6ZmFs
- c2UsInBvc2l0aW9uIjowfSx7Il9pZCI6IjU2OGIyYWU3YzM2NTExMzkwYjAw
- MDAyMSIsImNyZWF0ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQiOm51bGwsIm5h
+ c2UsInBvc2l0aW9uIjowfSx7Il9pZCI6IjU2OWFjZGU2YzM2NTExMjFiYjAw
+ MDAzMiIsImNyZWF0ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQiOm51bGwsIm5h
bWUiOiJ0ZXh0IiwidHlwZSI6InRleHQiLCJsYWJlbCI6IlRleHQiLCJoaW50
IjoiVGV4dCBkaXNwbGF5ZWQgaW4gdGhlIGhvbWUgcGFnZSIsInJlcXVpcmVk
IjpmYWxzZSwibG9jYWxpemVkIjp0cnVlLCJ1bmlxdWUiOmZhbHNlLCJwb3Np
- dGlvbiI6MSwidGV4dF9mb3JtYXR0aW5nIjoiaHRtbCJ9LHsiX2lkIjoiNTY4
- YjJhZTdjMzY1MTEzOTBiMDAwMDIyIiwiY3JlYXRlZF9hdCI6bnVsbCwidXBk
+ dGlvbiI6MSwidGV4dF9mb3JtYXR0aW5nIjoiaHRtbCJ9LHsiX2lkIjoiNTY5
+ YWNkZTZjMzY1MTEyMWJiMDAwMDMzIiwiY3JlYXRlZF9hdCI6bnVsbCwidXBk
YXRlZF9hdCI6bnVsbCwibmFtZSI6ImNhdGVnb3J5IiwidHlwZSI6InNlbGVj
dCIsImxhYmVsIjoiQ2F0ZWdvcnkiLCJoaW50IjoiUGljayBhIGNhdGVnb3J5
IiwicmVxdWlyZWQiOmZhbHNlLCJsb2NhbGl6ZWQiOnRydWUsInVuaXF1ZSI6
ZmFsc2UsInBvc2l0aW9uIjoyLCJzZWxlY3Rfb3B0aW9ucyI6W3siaWQiOiI1
- NjhiMmFlN2MzNjUxMTM5MGIwMDAwMjQiLCJuYW1lIjp7ImVuIjoiR2VuZXJh
- bCIsImZyIjoiR8OpbsOpcmFsIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTY4
- YjJhZTdjMzY1MTEzOTBiMDAwMDI1IiwibmFtZSI6eyJlbiI6IkdpZ3MiLCJm
- ciI6IkNvbmNlcnRzIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTY4YjJhZTdj
- MzY1MTEzOTBiMDAwMDI2IiwibmFtZSI6eyJlbiI6IkJhbmRzIiwiZnIiOiJH
- cm91cGVzIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTY4YjJhZTdjMzY1MTEz
- OTBiMDAwMDI3IiwibmFtZSI6eyJlbiI6IkFsYnVtcyJ9LCJwb3NpdGlvbiI6
- MH1dfSx7Il9pZCI6IjU2OGIyYWU3YzM2NTExMzkwYjAwMDAyMyIsImNyZWF0
+ NjlhY2RlNmMzNjUxMTIxYmIwMDAwMzUiLCJuYW1lIjp7ImVuIjoiR2VuZXJh
+ bCIsImZyIjoiR8OpbsOpcmFsIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTY5
+ YWNkZTZjMzY1MTEyMWJiMDAwMDM2IiwibmFtZSI6eyJlbiI6IkdpZ3MiLCJm
+ ciI6IkNvbmNlcnRzIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTY5YWNkZTZj
+ MzY1MTEyMWJiMDAwMDM3IiwibmFtZSI6eyJlbiI6IkJhbmRzIiwiZnIiOiJH
+ cm91cGVzIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTY5YWNkZTZjMzY1MTEy
+ MWJiMDAwMDM4IiwibmFtZSI6eyJlbiI6IkFsYnVtcyJ9LCJwb3NpdGlvbiI6
+ MH1dfSx7Il9pZCI6IjU2OWFjZGU2YzM2NTExMjFiYjAwMDAzNCIsImNyZWF0
ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQiOm51bGwsIm5hbWUiOiJkYXRlIiwi
dHlwZSI6ImRhdGUiLCJsYWJlbCI6IkRhdGUiLCJoaW50IjoiRGF0ZSBvZiB0
aGUgdXBkYXRlIiwicmVxdWlyZWQiOmZhbHNlLCJsb2NhbGl6ZWQiOmZhbHNl
@@ @@ -611,22 +611,22 @@ http_interactions:
dGUiLCJncm91cF9ieSI6bnVsbCwicHVibGljX3N1Ym1pc3Npb25fYWNjb3Vu
dF9lbWFpbHMiOltdfQ==
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:03 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:30 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/bands.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_type%5Bfields%5D%5B0%5D%5Binverse_of%5D=band&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Songs&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=songs&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btarget%5D=songs&content_type%5Bfields%5D%5B0%5D%5Btype%5D=has_many&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bname%5D=Bands&content_type%5Bslug%5D=bands
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bfields%5D%5B0%5D%5Binverse_of%5D=band&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Songs&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=songs&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btarget%5D=songs&content_type%5Bfields%5D%5B0%5D%5Btype%5D=has_many&content_type%5Bfields%5D%5B0%5D%5Bui_enabled%5D=true&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bname%5D=Bands&content_type%5Bslug%5D=bands
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -641,39 +641,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"62d6302d93400e614c9cf9db8afe5ef3"
+ - W/"7f088bf57f251904bd16896fa4cf3531"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 0f56a087-5a96-438b-97cd-0606336fefb4
+ - 5daf1102-f2e2-4d68-af7a-d8f586ba27f0
X-Runtime:
- - '0.102955'
+ - '0.115100'
Content-Length:
- '1786'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae6c36511390b000005","created_at":"2016-01-05T02:31:02Z","updated_at":"2016-01-05T02:31:03Z","name":"Bands","slug":"bands","description":"List
- of bands","label_field_name":"name","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"568b2ae6c36511390b000006","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Name
- of the band","required":true,"localized":false,"unique":false,"position":0},{"_id":"568b2ae6c36511390b000007","created_at":null,"updated_at":null,"name":"leader","type":"string","label":"Fullname
- of the leader","hint":null,"required":false,"localized":false,"unique":false,"position":1},{"_id":"568b2ae6c36511390b000008","created_at":null,"updated_at":null,"name":"kind","type":"select","label":"Music
- kind (grunge, rock, pop, country)","hint":null,"required":false,"localized":false,"unique":false,"position":2,"select_options":[{"id":"568b2ae6c36511390b00000a","name":{"en":"grunge"},"position":0},{"id":"568b2ae6c36511390b00000b","name":{"en":"rock"},"position":0},{"id":"568b2ae6c36511390b00000c","name":{"en":"country"},"position":0}]},{"_id":"568b2ae7c36511390b000028","created_at":null,"updated_at":null,"name":"songs","type":"has_many","label":"Songs","hint":null,"required":false,"localized":false,"unique":false,"position":3,"target":"songs","inverse_of":"band","order_by":null,"ui_enabled":true},{"_id":"568b2ae6c36511390b000009","created_at":null,"updated_at":null,"name":"featured","type":"boolean","label":"Featured","hint":null,"required":false,"localized":false,"unique":false,"position":4}],"order_by":"name","group_by":null,"public_submission_account_emails":[]}'
+ string: '{"_id":"569acde6c3651121bb000016","created_at":"2016-01-16T23:10:30Z","updated_at":"2016-01-16T23:10:30Z","name":"Bands","slug":"bands","description":"List
+ of bands","label_field_name":"name","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde6c3651121bb000017","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Name
+ of the band","required":true,"localized":false,"unique":false,"position":0},{"_id":"569acde6c3651121bb000018","created_at":null,"updated_at":null,"name":"leader","type":"string","label":"Fullname
+ of the leader","hint":null,"required":false,"localized":false,"unique":false,"position":1},{"_id":"569acde6c3651121bb000019","created_at":null,"updated_at":null,"name":"kind","type":"select","label":"Music
+ kind (grunge, rock, pop, country)","hint":null,"required":false,"localized":false,"unique":false,"position":2,"select_options":[{"id":"569acde6c3651121bb00001b","name":{"en":"grunge"},"position":0},{"id":"569acde6c3651121bb00001c","name":{"en":"rock"},"position":0},{"id":"569acde6c3651121bb00001d","name":{"en":"country"},"position":0}]},{"_id":"569acde6c3651121bb000039","created_at":null,"updated_at":null,"name":"songs","type":"has_many","label":"Songs","hint":null,"required":false,"localized":false,"unique":false,"position":3,"target":"songs","inverse_of":"band","order_by":null,"ui_enabled":true},{"_id":"569acde6c3651121bb00001a","created_at":null,"updated_at":null,"name":"featured","type":"boolean","label":"Featured","hint":null,"required":false,"localized":false,"unique":false,"position":4}],"order_by":"name","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:03 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:30 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Band&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=band&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btarget%5D=bands&content_type%5Bfields%5D%5B0%5D%5Btype%5D=belongs_to&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bname%5D=Songs&content_type%5Bslug%5D=songs
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Band&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=band&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btarget%5D=bands&content_type%5Bfields%5D%5B0%5D%5Btype%5D=belongs_to&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bname%5D=Songs&content_type%5Bslug%5D=songs
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -688,39 +688,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"f1792c314a9e4ed9737c6ad168dcd876"
+ - W/"68f0dbfc099cca997ef01b639298f478"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e7b68548-188a-47e0-a3e3-4f7b1aed4a5c
+ - 95159964-37d0-4120-815e-f5cd2a3006ac
X-Runtime:
- - '0.109526'
+ - '0.117755'
Content-Length:
- '1801'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae7c36511390b000019","created_at":"2016-01-05T02:31:03Z","updated_at":"2016-01-05T02:31:03Z","name":"Songs","slug":"songs","description":null,"label_field_name":"title","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"568b2ae7c36511390b00001a","created_at":null,"updated_at":null,"name":"title","type":"string","label":"Title","hint":"Title
- of your song","required":true,"localized":false,"unique":false,"position":0},{"_id":"568b2ae7c36511390b000029","created_at":null,"updated_at":null,"name":"band","type":"belongs_to","label":"Band","hint":null,"required":false,"localized":false,"unique":false,"position":1,"target":"bands","inverse_of":null,"order_by":null,"ui_enabled":true},{"_id":"568b2ae7c36511390b00001b","created_at":null,"updated_at":null,"name":"cover","type":"file","label":"Cover","hint":null,"required":true,"localized":false,"unique":false,"position":2},{"_id":"568b2ae7c36511390b00001c","created_at":null,"updated_at":null,"name":"short_description","type":"text","label":"Short
- description","hint":null,"required":false,"localized":false,"unique":false,"position":3,"text_formatting":"html"},{"_id":"568b2ae7c36511390b00001d","created_at":null,"updated_at":null,"name":"audio_url","type":"string","label":"Audio
- url","hint":"Url to a service like Blip for instance","required":false,"localized":false,"unique":false,"position":4},{"_id":"568b2ae7c36511390b00001e","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format
+ string: '{"_id":"569acde6c3651121bb00002a","created_at":"2016-01-16T23:10:30Z","updated_at":"2016-01-16T23:10:30Z","name":"Songs","slug":"songs","description":null,"label_field_name":"title","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde6c3651121bb00002b","created_at":null,"updated_at":null,"name":"title","type":"string","label":"Title","hint":"Title
+ of your song","required":true,"localized":false,"unique":false,"position":0},{"_id":"569acde6c3651121bb00003a","created_at":null,"updated_at":null,"name":"band","type":"belongs_to","label":"Band","hint":null,"required":false,"localized":false,"unique":false,"position":1,"target":"bands","inverse_of":null,"order_by":null,"ui_enabled":true},{"_id":"569acde6c3651121bb00002c","created_at":null,"updated_at":null,"name":"cover","type":"file","label":"Cover","hint":null,"required":true,"localized":false,"unique":false,"position":2},{"_id":"569acde6c3651121bb00002d","created_at":null,"updated_at":null,"name":"short_description","type":"text","label":"Short
+ description","hint":null,"required":false,"localized":false,"unique":false,"position":3,"text_formatting":"html"},{"_id":"569acde6c3651121bb00002e","created_at":null,"updated_at":null,"name":"audio_url","type":"string","label":"Audio
+ url","hint":"Url to a service like Blip for instance","required":false,"localized":false,"unique":false,"position":4},{"_id":"569acde6c3651121bb00002f","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format
like: mm:ss","required":false,"localized":false,"unique":false,"position":5}],"order_by":"_position","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:03 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:30 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/bands/entries/alice-in-chains.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=alice-in-chains&content_entry%5Bfeatured%5D=false&content_entry%5Bkind%5D=grunge&content_entry%5Bleader%5D=Layne&content_entry%5Bname%5D=Alice+in+Chains
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=alice-in-chains&content_entry%5Bfeatured%5D=false&content_entry%5Bkind%5D=grunge&content_entry%5Bleader%5D=Layne&content_entry%5Bname%5D=Alice+in+Chains
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -737,37 +737,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ade1896290b322f9dae764f1df1c8edb"
+ - W/"b7a76615778ca4c365a8c299a7f9ee51"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 43eb104d-d6c6-448e-b96e-c6bd50663fa0
+ - e19659d8-e333-476d-a185-2fd003e33a01
X-Runtime:
- - '0.108948'
+ - '0.116928'
Content-Length:
- '354'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae7c36511390b00002b","created_at":"2016-01-05T02:31:03Z","updated_at":"2016-01-05T02:31:03Z","_slug":"alice-in-chains","content_type_slug":"bands","_label":"Alice
+ string: '{"_id":"569acde7c3651121bb00003c","created_at":"2016-01-16T23:10:31Z","updated_at":"2016-01-16T23:10:31Z","_slug":"alice-in-chains","content_type_slug":"bands","_label":"Alice
in Chains","_position":0,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"name":"Alice
in Chains","leader":"Layne","kind":"grunge","featured":false}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:03 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:31 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/bands/entries/pearl-jam.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=pearl-jam&content_entry%5Bfeatured%5D=false&content_entry%5Bkind%5D=grunge&content_entry%5Bleader%5D=Eddie&content_entry%5Bname%5D=Pearl+Jam
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=pearl-jam&content_entry%5Bfeatured%5D=false&content_entry%5Bkind%5D=grunge&content_entry%5Bleader%5D=Eddie&content_entry%5Bname%5D=Pearl+Jam
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -784,37 +784,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"12baca114973702ad31c194301a92b28"
+ - W/"e2bd0418d8aa799c3bde418ef535f46a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - ff54f15f-acea-44f6-ae1d-471fc37c3e41
+ - cb91afbc-52d1-4d56-9ee6-abd074ef4546
X-Runtime:
- - '0.088673'
+ - '0.124051'
Content-Length:
- '336'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae7c36511390b00002e","created_at":"2016-01-05T02:31:03Z","updated_at":"2016-01-05T02:31:03Z","_slug":"pearl-jam","content_type_slug":"bands","_label":"Pearl
+ string: '{"_id":"569acde7c3651121bb00003f","created_at":"2016-01-16T23:10:31Z","updated_at":"2016-01-16T23:10:31Z","_slug":"pearl-jam","content_type_slug":"bands","_label":"Pearl
Jam","_position":1,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"name":"Pearl
Jam","leader":"Eddie","kind":"grunge","featured":false}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:03 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:31 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/bands/entries/the-who.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=the-who&content_entry%5Bfeatured%5D=true&content_entry%5Bkind%5D=rock&content_entry%5Bleader%5D=Peter&content_entry%5Bname%5D=The+who
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=the-who&content_entry%5Bfeatured%5D=true&content_entry%5Bkind%5D=rock&content_entry%5Bleader%5D=Peter&content_entry%5Bname%5D=The+who
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -831,25 +831,25 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"bd97f929e7b78a344e6425233e839f42"
+ - W/"d3ed0b5a0315f16f46c7e72f1b2d556b"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 4add831d-3051-4542-8bce-a885599232cc
+ - c7543ffb-7208-42c3-bb9c-340023bf4744
X-Runtime:
- - '0.062805'
+ - '0.078453'
Content-Length:
- '327'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae7c36511390b000031","created_at":"2016-01-05T02:31:03Z","updated_at":"2016-01-05T02:31:03Z","_slug":"the-who","content_type_slug":"bands","_label":"The
+ string: '{"_id":"569acde7c3651121bb000042","created_at":"2016-01-16T23:10:31Z","updated_at":"2016-01-16T23:10:31Z","_slug":"the-who","content_type_slug":"bands","_label":"The
who","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"name":"The
who","leader":"Peter","kind":"rock","featured":true}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:03 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:31 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/content_assets.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://localhost:3000/locomotive/api/v3/content_assets.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -859,9 +859,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Accept-Encoding:
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
User-Agent:
@@ @@ -878,16 +878,16 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 203ba384-0e98-4b0f-8e9d-f4f7d02e542d
+ - b1ce1235-e4e3-4587-9b14-a7be1d0c3e48
X-Runtime:
- - '0.049209'
+ - '0.033374'
Content-Length:
- '2'
body:
encoding: UTF-8
string: "[]"
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:04 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:31 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/content_assets.json
@@ @@ -4533,7 +4533,7 @@ http_interactions:
OfidNktYCfvn4Km/bXYO/jvMLNj8pMaBuKpZbO3y4yZrtnX/ZscEhoeY1tKX
ETGx9f8LMACQI47rDqNe1wAAAABJRU5ErkJggg0KLS0tLS0tLS0tLS0tLVJ1
YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRh
- dGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmt5cHJicTNZeFZTNGpNTFhyakFL
+ dGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmdXTDQ0cnFKdkVxb29NOVJjelNX
DQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo=
headers:
Accept:
@@ @@ -4541,9 +4541,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -4560,35 +4560,35 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"5f1cb8fcf96af55d2751e6a21272af7c"
+ - W/"441a3a2749d608cf90e65b97f49ed21b"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 8cad3b0f-5d44-45e5-af5f-1dd0beeaf9d6
+ - 88e2d551-9e82-4255-b3b6-1027f13da07f
X-Runtime:
- - '0.184779'
+ - '0.160373'
Content-Length:
- '1109'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae8c36511390b000033","created_at":"2016-01-05T02:31:04Z","updated_at":"2016-01-05T02:31:04Z","content_type":"image","width":602,"height":397,"vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NjhiMmFlNWMzNjUxMTM5MGIwMDAwMDAvYXNzZXRzLzU2OGIyYWU4YzM2NTExMzkwYjAwMDAzMy9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjg1eDg1IyJdXQ/photo.jpg?sha=b5cc006146c2945d","alternative_vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NjhiMmFlNWMzNjUxMTM5MGIwMDAwMDAvYXNzZXRzLzU2OGIyYWU4YzM2NTExMzkwYjAwMDAzMy9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjE5MHgxMjBcdTAwM2UiLHsiZm9ybWF0IjoicG5nIiwiZnJhbWUiOjB9XSxbInAiLCJlbmNvZGUiLCJwbmciXV0/photo.png?sha=532927f0c69b35bc","checksum":"e1aff5628ca068751b333cf1b69dd978","filename":"photo.jpg","short_name":"photo.jpg","extname":"jpg","full_filename":"photo.jpg","content_type_text":"image","with_thumbnail":true,"raw_size":163476,"url":"/sites/568b2ae5c36511390b000000/assets/568b2ae8c36511390b000033/photo.jpg"}'
+ string: '{"_id":"569acde7c3651121bb000044","created_at":"2016-01-16T23:10:31Z","updated_at":"2016-01-16T23:10:31Z","content_type":"image","width":602,"height":397,"vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NjlhY2RlNWMzNjUxMTIxYmIwMDAwMTEvYXNzZXRzLzU2OWFjZGU3YzM2NTExMjFiYjAwMDA0NC9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjg1eDg1IyJdXQ/photo.jpg?sha=037c99f8e77aba5f","alternative_vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NjlhY2RlNWMzNjUxMTIxYmIwMDAwMTEvYXNzZXRzLzU2OWFjZGU3YzM2NTExMjFiYjAwMDA0NC9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjE5MHgxMjBcdTAwM2UiLHsiZm9ybWF0IjoicG5nIiwiZnJhbWUiOjB9XSxbInAiLCJlbmNvZGUiLCJwbmciXV0/photo.png?sha=f790bb5087d1f47c","checksum":"e1aff5628ca068751b333cf1b69dd978","filename":"photo.jpg","short_name":"photo.jpg","extname":"jpg","full_filename":"photo.jpg","content_type_text":"image","with_thumbnail":true,"raw_size":163476,"url":"/sites/569acde5c3651121bb000011/assets/569acde7c3651121bb000044/photo.jpg"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:04 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:31 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/avogadros-number.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=avogadros-number&content_entry%5Bcity%5D=Fort+Collins&content_entry%5Bdate%5D=2012-06-11&content_entry%5Bnotes%5D=%3Cp%3ELorem+ipsum%3Cbr%2F%3E%3Cimg+src%3D%22%2Fsites%2F568b2ae5c36511390b000000%2Fassets%2F568b2ae8c36511390b000033%2Fphoto.jpg%22+alt%3D%22%22+%2F%3E%3C%2Fp%3E&content_entry%5Bplace%5D=Avogadro%27s+Number&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=avogadros-number&content_entry%5Bcity%5D=Fort+Collins&content_entry%5Bdate%5D=2012-06-11&content_entry%5Bnotes%5D=%3Cp%3ELorem+ipsum%3Cbr%2F%3E%3Cimg+src%3D%22%2Fsites%2F569acde5c3651121bb000011%2Fassets%2F569acde7c3651121bb000044%2Fphoto.jpg%22+alt%3D%22%22+%2F%3E%3C%2Fp%3E&content_entry%5Bplace%5D=Avogadro%27s+Number&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4605,39 +4605,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"512e2fc69d6429953e7b5fd6238912bc"
+ - W/"1de9146a1df348e6742a7dc595dcf0b6"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 838a4028-f2b0-4816-b372-a49bcefa8cbd
+ - f71c6d07-f78b-4811-a9e8-c01caa400b58
X-Runtime:
- - '0.067021'
+ - '0.072129'
Content-Length:
- '568'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae8c36511390b000035","created_at":"2016-01-05T02:31:04Z","updated_at":"2016-01-05T02:31:04Z","_slug":"avogadros-number","content_type_slug":"events","_label":"Avogadro''s
+ string: '{"_id":"569acde7c3651121bb000046","created_at":"2016-01-16T23:10:31Z","updated_at":"2016-01-16T23:10:31Z","_slug":"avogadros-number","content_type_slug":"events","_label":"Avogadro''s
Number","_position":0,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Avogadro''s
Number","date":"2012-06-11","city":"Fort Collins","state":"Colorado","notes":"\u003cp\u003eLorem
- ipsum\u003cbr/\u003e\u003cimg src=\"/sites/568b2ae5c36511390b000000/assets/568b2ae8c36511390b000033/photo.jpg\"
+ ipsum\u003cbr/\u003e\u003cimg src=\"/sites/569acde5c3651121bb000011/assets/569acde7c3651121bb000044/photo.jpg\"
alt=\"\" /\u003e\u003c/p\u003e","tags":null,"price":0.0}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:04 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:31 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/quixotes-true-blue.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=quixotes-true-blue&content_entry%5Bcity%5D=Denver&content_entry%5Bdate%5D=2012-06-10&content_entry%5Bnotes%5D=%3Cp%3ELorem+ipsum%3Cbr%2F%3E%3Cimg+src%3D%22%2Fsites%2F568b2ae5c36511390b000000%2Fassets%2F568b2ae8c36511390b000033%2Fphoto.jpg%22+alt%3D%22%22+%2F%3E%3C%2Fp%3E&content_entry%5Bplace%5D=Quixote%27s+True+Blue&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=quixotes-true-blue&content_entry%5Bcity%5D=Denver&content_entry%5Bdate%5D=2012-06-10&content_entry%5Bnotes%5D=%3Cp%3ELorem+ipsum%3Cbr%2F%3E%3Cimg+src%3D%22%2Fsites%2F569acde5c3651121bb000011%2Fassets%2F569acde7c3651121bb000044%2Fphoto.jpg%22+alt%3D%22%22+%2F%3E%3C%2Fp%3E&content_entry%5Bplace%5D=Quixote%27s+True+Blue&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4654,39 +4654,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"9a63a083bb42ba0deed790b7fa46da79"
+ - W/"d1137b3455eeb922b3d4a13334e6f6ad"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 9373ca92-58cf-4295-89c0-d7916c8b077b
+ - 5f8c57c3-d0ad-4dce-810d-f234f98737a9
X-Runtime:
- - '0.080168'
+ - '0.072935'
Content-Length:
- '568'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae8c36511390b000038","created_at":"2016-01-05T02:31:04Z","updated_at":"2016-01-05T02:31:04Z","_slug":"quixotes-true-blue","content_type_slug":"events","_label":"Quixote''s
+ string: '{"_id":"569acde7c3651121bb000049","created_at":"2016-01-16T23:10:31Z","updated_at":"2016-01-16T23:10:31Z","_slug":"quixotes-true-blue","content_type_slug":"events","_label":"Quixote''s
True Blue","_position":1,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Quixote''s
True Blue","date":"2012-06-10","city":"Denver","state":"Colorado","notes":"\u003cp\u003eLorem
- ipsum\u003cbr/\u003e\u003cimg src=\"/sites/568b2ae5c36511390b000000/assets/568b2ae8c36511390b000033/photo.jpg\"
+ ipsum\u003cbr/\u003e\u003cimg src=\"/sites/569acde5c3651121bb000011/assets/569acde7c3651121bb000044/photo.jpg\"
alt=\"\" /\u003e\u003c/p\u003e","tags":null,"price":0.0}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:04 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:31 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/kellys-westport-inn.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=kellys-westport-inn&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2012-06-06&content_entry%5Bplace%5D=Kelly%27s+Westport+Inn&content_entry%5Bprice%5D=5.5&content_entry%5Bstate%5D=Missouri&content_entry%5Btags%5D%5B%5D=awesome&content_entry%5Btags%5D%5B%5D=open+bar
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=kellys-westport-inn&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2012-06-06&content_entry%5Bplace%5D=Kelly%27s+Westport+Inn&content_entry%5Bprice%5D=5.5&content_entry%5Bstate%5D=Missouri&content_entry%5Btags%5D%5B%5D=awesome&content_entry%5Btags%5D%5B%5D=open+bar
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4703,38 +4703,38 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"fc90f68843bb4987339714ec9db78576"
+ - W/"501a63701c89a5b9a178b0236c81e9ec"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e7e056d7-9abe-499c-8dec-0490eece93cd
+ - 9ccfea3b-a07e-4a8c-a89e-3eb4e779cb71
X-Runtime:
- - '0.076440'
+ - '0.068080'
Content-Length:
- '435'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae8c36511390b00003b","created_at":"2016-01-05T02:31:04Z","updated_at":"2016-01-05T02:31:04Z","_slug":"kellys-westport-inn","content_type_slug":"events","_label":"Kelly''s
+ string: '{"_id":"569acde7c3651121bb00004c","created_at":"2016-01-16T23:10:31Z","updated_at":"2016-01-16T23:10:31Z","_slug":"kellys-westport-inn","content_type_slug":"events","_label":"Kelly''s
Westport Inn","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Kelly''s
Westport Inn","date":"2012-06-06","city":"Kansas City","state":"Missouri","notes":null,"tags":["awesome","open
bar"],"price":5.5}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:04 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:31 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/brownes-market.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=brownes-market&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2012-06-06&content_entry%5Bplace%5D=Browne%27s+Market&content_entry%5Bprice%5D=15.0&content_entry%5Bstate%5D=Missouri&content_entry%5Btags%5D%5B%5D=awesome&content_entry%5Btags%5D%5B%5D=open+bar
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=brownes-market&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2012-06-06&content_entry%5Bplace%5D=Browne%27s+Market&content_entry%5Bprice%5D=15.0&content_entry%5Bstate%5D=Missouri&content_entry%5Btags%5D%5B%5D=awesome&content_entry%5Btags%5D%5B%5D=open+bar
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4751,38 +4751,38 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"29302923c7f89023d0930f7b2a991b36"
+ - W/"5376476eeeea68d578dee8b176597d6d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 67909f58-f4ef-48b0-8260-691091d4a040
+ - ae149191-44ff-4466-bd55-708cbe8da578
X-Runtime:
- - '0.073990'
+ - '0.117654'
Content-Length:
- '421'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae8c36511390b00003e","created_at":"2016-01-05T02:31:04Z","updated_at":"2016-01-05T02:31:04Z","_slug":"brownes-market","content_type_slug":"events","_label":"Browne''s
+ string: '{"_id":"569acde8c3651121bb00004f","created_at":"2016-01-16T23:10:32Z","updated_at":"2016-01-16T23:10:32Z","_slug":"brownes-market","content_type_slug":"events","_label":"Browne''s
Market","_position":3,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Browne''s
Market","date":"2012-06-06","city":"Kansas City","state":"Missouri","notes":null,"tags":["awesome","open
bar"],"price":15.0}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:04 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:32 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/ballydoyles.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=ballydoyles&content_entry%5Bcity%5D=Aurora&content_entry%5Bdate%5D=2012-06-05&content_entry%5Bplace%5D=Ballydoyle%27s&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Illinois
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=ballydoyles&content_entry%5Bcity%5D=Aurora&content_entry%5Bdate%5D=2012-06-05&content_entry%5Bplace%5D=Ballydoyle%27s&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Illinois
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4799,35 +4799,35 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"485813797a67d7ef264e5c681d686979"
+ - W/"92f5965f2dbfc3a0e1b6b6a1bbc329ab"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 55f7fa70-e4fe-4878-b043-d7f94d92907f
+ - 60f40f7a-5996-46ad-b4b7-2c11216a7ab0
X-Runtime:
- - '0.072109'
+ - '0.084412'
Content-Length:
- '388'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae8c36511390b000041","created_at":"2016-01-05T02:31:04Z","updated_at":"2016-01-05T02:31:04Z","_slug":"ballydoyles","content_type_slug":"events","_label":"Ballydoyle''s","_position":4,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Ballydoyle''s","date":"2012-06-05","city":"Aurora","state":"Illinois","notes":null,"tags":null,"price":0.0}'
+ string: '{"_id":"569acde8c3651121bb000052","created_at":"2016-01-16T23:10:32Z","updated_at":"2016-01-16T23:10:32Z","_slug":"ballydoyles","content_type_slug":"events","_label":"Ballydoyle''s","_position":4,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Ballydoyle''s","date":"2012-06-05","city":"Aurora","state":"Illinois","notes":null,"tags":null,"price":0.0}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:04 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:32 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/the-belmont.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=the-belmont&content_entry%5Bcity%5D=Hamtramk&content_entry%5Bdate%5D=2012-06-04&content_entry%5Bplace%5D=The+Belmont&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Michigan
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=the-belmont&content_entry%5Bcity%5D=Hamtramk&content_entry%5Bdate%5D=2012-06-04&content_entry%5Bplace%5D=The+Belmont&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Michigan
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4844,37 +4844,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a392cfd46f3126613e716c3220fc4f6c"
+ - W/"680edd1c92523c7603654b057abc74bc"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 98c8444d-ac6a-4069-8142-2b963768d978
+ - 503c24c9-97bf-4404-a708-41d8708e1577
X-Runtime:
- - '0.073783'
+ - '0.128068'
Content-Length:
- '388'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae8c36511390b000044","created_at":"2016-01-05T02:31:04Z","updated_at":"2016-01-05T02:31:04Z","_slug":"the-belmont","content_type_slug":"events","_label":"The
+ string: '{"_id":"569acde8c3651121bb000055","created_at":"2016-01-16T23:10:32Z","updated_at":"2016-01-16T23:10:32Z","_slug":"the-belmont","content_type_slug":"events","_label":"The
Belmont","_position":5,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"The
Belmont","date":"2012-06-04","city":"Hamtramk","state":"Michigan","notes":null,"tags":null,"price":0.0}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:04 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:32 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/avogadros-number-1.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=avogadros-number-1&content_entry%5Bcity%5D=Fort+Collins&content_entry%5Bdate%5D=2011-06-11&content_entry%5Bplace%5D=Avogadro%27s+Number&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=avogadros-number-1&content_entry%5Bcity%5D=Fort+Collins&content_entry%5Bdate%5D=2011-06-11&content_entry%5Bplace%5D=Avogadro%27s+Number&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4891,37 +4891,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8c54a7ece9fd2420663dbc439b496cb7"
+ - W/"5f3c4093f695178e8dd8cdc1c562462b"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 6379f66e-d4d2-42b5-a0cf-8f067207de5c
+ - 3ae31bf0-e82f-47f5-a8e1-db67788b8138
X-Runtime:
- - '0.074301'
+ - '0.128748'
Content-Length:
- '411'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae8c36511390b000047","created_at":"2016-01-05T02:31:04Z","updated_at":"2016-01-05T02:31:04Z","_slug":"avogadros-number-1","content_type_slug":"events","_label":"Avogadro''s
+ string: '{"_id":"569acde8c3651121bb000058","created_at":"2016-01-16T23:10:32Z","updated_at":"2016-01-16T23:10:32Z","_slug":"avogadros-number-1","content_type_slug":"events","_label":"Avogadro''s
Number","_position":6,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Avogadro''s
Number","date":"2011-06-11","city":"Fort Collins","state":"Colorado","notes":null,"tags":null,"price":0.0}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:04 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:32 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/quixotes-true-blue-1.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=quixotes-true-blue-1&content_entry%5Bcity%5D=Denver&content_entry%5Bdate%5D=2011-06-10&content_entry%5Bplace%5D=Quixote%27s+True+Blue&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=quixotes-true-blue-1&content_entry%5Bcity%5D=Denver&content_entry%5Bdate%5D=2011-06-10&content_entry%5Bplace%5D=Quixote%27s+True+Blue&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4938,37 +4938,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"6940b651cc1836accc4368511d337381"
+ - W/"b6e1eefafe1fcb65f11e8b94ce8141b2"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 7b3598cb-a7d6-4541-8191-8da15bf31e2e
+ - df882540-0e1f-4fde-ad40-2d0165d7e069
X-Runtime:
- - '0.081124'
+ - '0.112301'
Content-Length:
- '411'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae9c36511390b00004a","created_at":"2016-01-05T02:31:05Z","updated_at":"2016-01-05T02:31:05Z","_slug":"quixotes-true-blue-1","content_type_slug":"events","_label":"Quixote''s
+ string: '{"_id":"569acde8c3651121bb00005b","created_at":"2016-01-16T23:10:32Z","updated_at":"2016-01-16T23:10:32Z","_slug":"quixotes-true-blue-1","content_type_slug":"events","_label":"Quixote''s
True Blue","_position":7,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Quixote''s
True Blue","date":"2011-06-10","city":"Denver","state":"Colorado","notes":null,"tags":null,"price":0.0}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:05 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:32 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/kellys-westport-inn-1.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=kellys-westport-inn-1&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2011-06-06&content_entry%5Bplace%5D=Kelly%27s+Westport+Inn&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Missouri
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=kellys-westport-inn-1&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2011-06-06&content_entry%5Bplace%5D=Kelly%27s+Westport+Inn&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Missouri
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4985,37 +4985,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"9ad8071bb2a38ad3b230921811076a62"
+ - W/"f0b2352618485e9825a7b28170b93f80"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 755147a4-3b94-48ba-aad9-82afcbc0c79a
+ - ebd72ee0-4247-4bdd-b527-fe38acc1cbfd
X-Runtime:
- - '0.075555'
+ - '0.097446'
Content-Length:
- '419'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae9c36511390b00004d","created_at":"2016-01-05T02:31:05Z","updated_at":"2016-01-05T02:31:05Z","_slug":"kellys-westport-inn-1","content_type_slug":"events","_label":"Kelly''s
+ string: '{"_id":"569acde8c3651121bb00005e","created_at":"2016-01-16T23:10:32Z","updated_at":"2016-01-16T23:10:32Z","_slug":"kellys-westport-inn-1","content_type_slug":"events","_label":"Kelly''s
Westport Inn","_position":8,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Kelly''s
Westport Inn","date":"2011-06-06","city":"Kansas City","state":"Missouri","notes":null,"tags":null,"price":0.0}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:05 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:32 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/brownes-market-1.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=brownes-market-1&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2011-06-06&content_entry%5Bplace%5D=Browne%27s+Market&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Missouri
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=brownes-market-1&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2011-06-06&content_entry%5Bplace%5D=Browne%27s+Market&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Missouri
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -5032,37 +5032,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"9a93e4f1cd500d31d61bfc9a97d28db2"
+ - W/"e2bac612c52e6d479cb16ed8dd43b072"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - aa0f1310-449e-43a6-b39c-f1002ff77fbf
+ - 30a85076-e2db-478d-90df-a62b03148c73
X-Runtime:
- - '0.074226'
+ - '0.113782'
Content-Length:
- '404'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae9c36511390b000050","created_at":"2016-01-05T02:31:05Z","updated_at":"2016-01-05T02:31:05Z","_slug":"brownes-market-1","content_type_slug":"events","_label":"Browne''s
+ string: '{"_id":"569acde9c3651121bb000061","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:33Z","_slug":"brownes-market-1","content_type_slug":"events","_label":"Browne''s
Market","_position":9,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Browne''s
Market","date":"2011-06-06","city":"Kansas City","state":"Missouri","notes":null,"tags":null,"price":0.0}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:05 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:33 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/ballydoyles-1.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=ballydoyles-1&content_entry%5Bcity%5D=Aurora&content_entry%5Bdate%5D=2011-06-05&content_entry%5Bplace%5D=Ballydoyle%27s&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Illinois
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=ballydoyles-1&content_entry%5Bcity%5D=Aurora&content_entry%5Bdate%5D=2011-06-05&content_entry%5Bplace%5D=Ballydoyle%27s&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Illinois
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -5079,35 +5079,35 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d7900cdbf11d7966905375ac557ad5f9"
+ - W/"0d53721511097e711ef026e3e4a1a22d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 15ed32ea-cbd7-40ac-88ea-62c12c7ef9dd
+ - 21aae876-cbf1-4e31-b6e4-669bb9de39d5
X-Runtime:
- - '0.074857'
+ - '0.125047'
Content-Length:
- '391'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae9c36511390b000053","created_at":"2016-01-05T02:31:05Z","updated_at":"2016-01-05T02:31:05Z","_slug":"ballydoyles-1","content_type_slug":"events","_label":"Ballydoyle''s","_position":10,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Ballydoyle''s","date":"2011-06-05","city":"Aurora","state":"Illinois","notes":null,"tags":null,"price":0.0}'
+ string: '{"_id":"569acde9c3651121bb000064","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:33Z","_slug":"ballydoyles-1","content_type_slug":"events","_label":"Ballydoyle''s","_position":10,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Ballydoyle''s","date":"2011-06-05","city":"Aurora","state":"Illinois","notes":null,"tags":null,"price":0.0}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:05 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:33 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/the-belmont-1.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=the-belmont-1&content_entry%5Bcity%5D=Hamtramk&content_entry%5Bdate%5D=2011-06-04&content_entry%5Bplace%5D=The+Belmont&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Michigan
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=the-belmont-1&content_entry%5Bcity%5D=Hamtramk&content_entry%5Bdate%5D=2011-06-04&content_entry%5Bplace%5D=The+Belmont&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Michigan
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -5124,22 +5124,22 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"0eb614966516e29486f4f3b35499ad5e"
+ - W/"2c291a9f696104f69a2888c197bfb9f7"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1321d1c5-2246-47cc-b0bf-7024d2d4a5af
+ - 7c9f72ad-df19-441c-949d-141656ec2c34
X-Runtime:
- - '0.080062'
+ - '0.121563'
Content-Length:
- '391'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae9c36511390b000056","created_at":"2016-01-05T02:31:05Z","updated_at":"2016-01-05T02:31:05Z","_slug":"the-belmont-1","content_type_slug":"events","_label":"The
+ string: '{"_id":"569acde9c3651121bb000067","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:33Z","_slug":"the-belmont-1","content_type_slug":"events","_label":"The
Belmont","_position":11,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"The
Belmont","date":"2011-06-04","city":"Hamtramk","state":"Michigan","notes":null,"tags":null,"price":0.0}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:05 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:33 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-1.json
@@ @@ -5499,7 +5499,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpreXByYnEzWXhWUzRqTUxYcmpBSw0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
Accept:
@@ @@ -5507,9 +5507,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -5528,26 +5528,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c2d40772bd20c36af06744090638086c"
+ - W/"4fc83b138aade8f2e557ea441a7f4e0c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 03335cb0-e4ff-4377-8f15-2d028d82daba
+ - 4a7883b2-5a37-439f-a63c-21234fa5ed6c
X-Runtime:
- - '0.098062'
+ - '0.132815'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae9c36511390b000059","created_at":"2016-01-05T02:31:05Z","updated_at":"2016-01-05T02:31:05Z","_slug":"song-number-1","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"569acde9c3651121bb00006a","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:33Z","_slug":"song-number-1","content_type_slug":"songs","_label":"Song
#1","_position":0,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #1","cover":"/sites/568b2ae5c36511390b000000/content_entry568b2ae7c36511390b000019/568b2ae9c36511390b000059/files/cover.jpg","short_description":"Lorem
+ #1","cover":"/sites/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acde9c3651121bb00006a/files/cover.jpg","short_description":"Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt
urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus.
Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus
dolor tellus id nunc.","audio_url":"http://blip.tv/file/get/NicolasRaynier-Milk617.flv","duration":"6:28","band":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:05 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:33 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-2.json
@@ @@ -5907,7 +5907,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpreXByYnEzWXhWUzRqTUxYcmpBSw0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
Accept:
@@ @@ -5915,9 +5915,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -5936,26 +5936,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"972dd7709c1406d55e79901dccf2bf21"
+ - W/"20b53cdb5e065c5884aeeda001f211a2"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - bd7882c2-fe37-420c-9959-3d73e60f8b53
+ - 39b6d5f9-dfb3-4740-93d3-11263ecaf9fe
X-Runtime:
- - '0.088608'
+ - '0.126127'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae9c36511390b00005c","created_at":"2016-01-05T02:31:05Z","updated_at":"2016-01-05T02:31:05Z","_slug":"song-number-2","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"569acde9c3651121bb00006d","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:33Z","_slug":"song-number-2","content_type_slug":"songs","_label":"Song
#2","_position":1,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #2","cover":"/sites/568b2ae5c36511390b000000/content_entry568b2ae7c36511390b000019/568b2ae9c36511390b00005c/files/cover.jpg","short_description":"Lorem
+ #2","cover":"/sites/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acde9c3651121bb00006d/files/cover.jpg","short_description":"Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt
urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus.
Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus
dolor tellus id nunc.","audio_url":"http://blip.tv/file/get/NicolasRaynier-Milk617.flv","duration":"6:28","band":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:05 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:33 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-3.json
@@ @@ -6315,7 +6315,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpreXByYnEzWXhWUzRqTUxYcmpBSw0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
Accept:
@@ @@ -6323,9 +6323,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -6344,26 +6344,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"0d3035bc5cf68f8be399f93e600524aa"
+ - W/"39b94e726210fa3c08cbf166920a9911"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 504e9693-a35b-48d9-bdd0-5a3ec2c9f70d
+ - 24b77761-e30e-447a-a5e0-6263d3929ef9
X-Runtime:
- - '0.109947'
+ - '0.196244'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae9c36511390b00005f","created_at":"2016-01-05T02:31:05Z","updated_at":"2016-01-05T02:31:05Z","_slug":"song-number-3","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"569acde9c3651121bb000070","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:33Z","_slug":"song-number-3","content_type_slug":"songs","_label":"Song
#3","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #3","cover":"/sites/568b2ae5c36511390b000000/content_entry568b2ae7c36511390b000019/568b2ae9c36511390b00005f/files/cover.jpg","short_description":"Lorem
+ #3","cover":"/sites/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acde9c3651121bb000070/files/cover.jpg","short_description":"Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt
urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus.
Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus
dolor tellus id nunc.","audio_url":"http://blip.tv/file/get/NicolasRaynier-Milk617.flv","duration":"6:28","band":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:05 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:34 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-4.json
@@ @@ -6723,7 +6723,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpreXByYnEzWXhWUzRqTUxYcmpBSw0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
Accept:
@@ @@ -6731,9 +6731,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -6752,26 +6752,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"dc13118dad33232175cc6e38d8f4eb31"
+ - W/"ae53700179e8809c5dfc9d887fed169e"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 73d5c1d5-85c4-41c0-9a69-cb0f4f019017
+ - 81f441d5-d12f-4bca-a3c9-d2bbdc82dab7
X-Runtime:
- - '0.087480'
+ - '0.171063'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae9c36511390b000062","created_at":"2016-01-05T02:31:05Z","updated_at":"2016-01-05T02:31:05Z","_slug":"song-number-4","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"569acdeac3651121bb000073","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:34Z","_slug":"song-number-4","content_type_slug":"songs","_label":"Song
#4","_position":3,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #4","cover":"/sites/568b2ae5c36511390b000000/content_entry568b2ae7c36511390b000019/568b2ae9c36511390b000062/files/cover.jpg","short_description":"Lorem
+ #4","cover":"/sites/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb000073/files/cover.jpg","short_description":"Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt
urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus.
Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus
dolor tellus id nunc.","audio_url":"http://blip.tv/file/get/NicolasRaynier-Milk617.flv","duration":"6:28","band":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:05 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:34 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-5.json
@@ @@ -7131,7 +7131,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpreXByYnEzWXhWUzRqTUxYcmpBSw0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
Accept:
@@ @@ -7139,9 +7139,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -7160,26 +7160,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"4f04c30aba1946a3e92969ce6c700bbf"
+ - W/"92c522471456e0ca03f1b1f7cb1c2f1d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 644ac5eb-5e10-48de-b182-187edce42d01
+ - f82cbca8-9eb1-41dc-b420-47622fe93b88
X-Runtime:
- - '0.088636'
+ - '0.097900'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae9c36511390b000065","created_at":"2016-01-05T02:31:05Z","updated_at":"2016-01-05T02:31:05Z","_slug":"song-number-5","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"569acdeac3651121bb000076","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:34Z","_slug":"song-number-5","content_type_slug":"songs","_label":"Song
#5","_position":4,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #5","cover":"/sites/568b2ae5c36511390b000000/content_entry568b2ae7c36511390b000019/568b2ae9c36511390b000065/files/cover.jpg","short_description":"Lorem
+ #5","cover":"/sites/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb000076/files/cover.jpg","short_description":"Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt
urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus.
Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus
dolor tellus id nunc.","audio_url":"http://blip.tv/file/get/NicolasRaynier-Milk617.flv","duration":"6:28","band":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:06 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:34 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-6.json
@@ @@ -7539,7 +7539,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpreXByYnEzWXhWUzRqTUxYcmpBSw0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
Accept:
@@ @@ -7547,9 +7547,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -7568,26 +7568,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"69640001df7d3c5806fb172142e3498f"
+ - W/"7ff29caf3a61c920aeaddcbe6d701e43"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 184048f7-8e74-448f-a593-65bde2303cb9
+ - 4448f0c3-b50c-4453-98ca-7ce048d46fce
X-Runtime:
- - '0.095290'
+ - '0.107749'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeac36511390b000068","created_at":"2016-01-05T02:31:06Z","updated_at":"2016-01-05T02:31:06Z","_slug":"song-number-6","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"569acdeac3651121bb000079","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:34Z","_slug":"song-number-6","content_type_slug":"songs","_label":"Song
#6","_position":5,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #6","cover":"/sites/568b2ae5c36511390b000000/content_entry568b2ae7c36511390b000019/568b2aeac36511390b000068/files/cover.jpg","short_description":"Lorem
+ #6","cover":"/sites/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb000079/files/cover.jpg","short_description":"Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt
urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus.
Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus
dolor tellus id nunc.","audio_url":"http://blip.tv/file/get/NicolasRaynier-Milk617.flv","duration":"6:28","band":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:06 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:34 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-7.json
@@ @@ -7947,7 +7947,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpreXByYnEzWXhWUzRqTUxYcmpBSw0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
Accept:
@@ @@ -7955,9 +7955,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -7976,26 +7976,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"4c7f8c043cfd96bcf8b7cfa7538b726b"
+ - W/"e5acbd4a358411104d82a3ea55627c9c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 49ffaa49-f866-422f-8e0f-61dd03e68f22
+ - c458da50-27b4-416e-a1da-218233319b1e
X-Runtime:
- - '0.092087'
+ - '0.119444'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeac36511390b00006b","created_at":"2016-01-05T02:31:06Z","updated_at":"2016-01-05T02:31:06Z","_slug":"song-number-7","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"569acdeac3651121bb00007c","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:34Z","_slug":"song-number-7","content_type_slug":"songs","_label":"Song
#7","_position":6,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #7","cover":"/sites/568b2ae5c36511390b000000/content_entry568b2ae7c36511390b000019/568b2aeac36511390b00006b/files/cover.jpg","short_description":"Lorem
+ #7","cover":"/sites/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb00007c/files/cover.jpg","short_description":"Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt
urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus.
Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus
dolor tellus id nunc.","audio_url":"http://blip.tv/file/get/NicolasRaynier-Milk617.flv","duration":"6:28","band":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:06 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:34 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-8.json
@@ @@ -8355,7 +8355,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpreXByYnEzWXhWUzRqTUxYcmpBSw0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
Accept:
@@ @@ -8363,9 +8363,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8384,41 +8384,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"3f8f6ecc2e9d16524c5e23ad07697ee4"
+ - W/"c79860f694b9384229795cd4f882def3"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d662fb26-a0c9-4a39-a6f6-e876d8550f1d
+ - 7c41943e-8a77-49d9-89e9-28459ea8446c
X-Runtime:
- - '0.099467'
+ - '0.169980'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeac36511390b00006e","created_at":"2016-01-05T02:31:06Z","updated_at":"2016-01-05T02:31:06Z","_slug":"song-number-8","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"569acdeac3651121bb00007f","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:34Z","_slug":"song-number-8","content_type_slug":"songs","_label":"Song
#8","_position":7,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #8","cover":"/sites/568b2ae5c36511390b000000/content_entry568b2ae7c36511390b000019/568b2aeac36511390b00006e/files/cover.jpg","short_description":"Lorem
+ #8","cover":"/sites/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb00007f/files/cover.jpg","short_description":"Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt
urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus.
Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus
dolor tellus id nunc.","audio_url":"http://blip.tv/file/get/NicolasRaynier-Milk617.flv","duration":"6:28","band":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:06 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:34 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/update-number-1.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=update-number-1&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-05-12&content_entry%5Btext%5D=added+some+free+stuff&content_entry%5Btitle%5D=Update+%231
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=update-number-1&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-05-12&content_entry%5Btext%5D=added+some+free+stuff&content_entry%5Btitle%5D=Update+%231
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8435,37 +8435,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"66fb2b862523810584779ef4e0b90fc5"
+ - W/"c8c513972a3cb3016ef98cca262f23c3"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 3e708050-ddc6-4a48-9818-d1e372926369
+ - 18438250-04b5-492c-9e3b-304558497c30
X-Runtime:
- - '0.076351'
+ - '0.101377'
Content-Length:
- '367'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeac36511390b000071","created_at":"2016-01-05T02:31:06Z","updated_at":"2016-01-05T02:31:06Z","_slug":"update-number-1","content_type_slug":"updates","_label":"Update
+ string: '{"_id":"569acdeac3651121bb000082","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:34Z","_slug":"update-number-1","content_type_slug":"updates","_label":"Update
#1","_position":0,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update
#1","text":"added some free stuff","category":"General","date":"2009-05-12"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:06 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:35 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/update-number-2.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=update-number-2&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-05-23&content_entry%5Btext%5D=added+a+chatroom&content_entry%5Btitle%5D=Update+%232
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=update-number-2&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-05-23&content_entry%5Btext%5D=added+a+chatroom&content_entry%5Btitle%5D=Update+%232
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8482,37 +8482,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"761c7202d66e1792fb49f55ec7e8b32c"
+ - W/"12ca5974abdf471c30ee565a48472351"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - ef303020-7351-4a39-b9e8-85bacbcbc4ca
+ - c1b7bf2c-8ddf-4bdc-ac47-a7d69ce90e0a
X-Runtime:
- - '0.071720'
+ - '0.091970'
Content-Length:
- '362'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeac36511390b000074","created_at":"2016-01-05T02:31:06Z","updated_at":"2016-01-05T02:31:06Z","_slug":"update-number-2","content_type_slug":"updates","_label":"Update
+ string: '{"_id":"569acdebc3651121bb000085","created_at":"2016-01-16T23:10:35Z","updated_at":"2016-01-16T23:10:35Z","_slug":"update-number-2","content_type_slug":"updates","_label":"Update
#2","_position":1,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update
#2","text":"added a chatroom","category":"General","date":"2009-05-23"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:06 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:35 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/update-number-3.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=update-number-3&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-06-29&content_entry%5Btext%5D=site+redesign&content_entry%5Btitle%5D=Update+%233
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=update-number-3&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-06-29&content_entry%5Btext%5D=site+redesign&content_entry%5Btitle%5D=Update+%233
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8529,37 +8529,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"2bdf629567dcc86e2370f16cd9f53b20"
+ - W/"3e3bc6dfb356a5446fc35068c3117f44"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d8210d65-c162-4ef3-adf1-1e3809e41a9a
+ - 3eddf344-05d2-4fcc-ae7f-983920918c1f
X-Runtime:
- - '0.067449'
+ - '0.084081'
Content-Length:
- '359'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeac36511390b000077","created_at":"2016-01-05T02:31:06Z","updated_at":"2016-01-05T02:31:06Z","_slug":"update-number-3","content_type_slug":"updates","_label":"Update
+ string: '{"_id":"569acdebc3651121bb000088","created_at":"2016-01-16T23:10:35Z","updated_at":"2016-01-16T23:10:35Z","_slug":"update-number-3","content_type_slug":"updates","_label":"Update
#3","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update
#3","text":"site redesign","category":"General","date":"2009-06-29"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:06 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:35 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/update-number-4.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=update-number-4&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-10-09&content_entry%5Btext%5D=NEW+ALBUM+FINISHED%21%21&content_entry%5Btitle%5D=Update+%234
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=update-number-4&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-10-09&content_entry%5Btext%5D=NEW+ALBUM+FINISHED%21%21&content_entry%5Btitle%5D=Update+%234
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8576,37 +8576,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8f62e6ec74a58db44e7177cfba7bbaef"
+ - W/"64188314bbb7783b8b71d950440e9c3d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 010bf8c3-26de-4007-b51c-e7e8276f8322
+ - f8bb4e60-2f89-4edc-a58a-6388fd0f21cf
X-Runtime:
- - '0.152456'
+ - '0.072497'
Content-Length:
- '366'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeac36511390b00007a","created_at":"2016-01-05T02:31:06Z","updated_at":"2016-01-05T02:31:06Z","_slug":"update-number-4","content_type_slug":"updates","_label":"Update
+ string: '{"_id":"569acdebc3651121bb00008b","created_at":"2016-01-16T23:10:35Z","updated_at":"2016-01-16T23:10:35Z","_slug":"update-number-4","content_type_slug":"updates","_label":"Update
#4","_position":3,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update
#4","text":"NEW ALBUM FINISHED!!","category":"General","date":"2009-10-09"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:06 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:35 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/update-number-5.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=update-number-5&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-11-02&content_entry%5Btext%5D=brian+posted+a+new+post&content_entry%5Btitle%5D=Update+%235
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=update-number-5&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-11-02&content_entry%5Btext%5D=brian+posted+a+new+post&content_entry%5Btitle%5D=Update+%235
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8623,37 +8623,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"54f0820a8b141f4b6a11ef716edd21a6"
+ - W/"abd3c8bff92d7a900f0173ca45de1959"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 6c35eb56-e89b-441b-8bfa-a68a60b851d8
+ - 56ad92ef-174c-4e72-9a14-d7f90fc80673
X-Runtime:
- - '0.079490'
+ - '0.064324'
Content-Length:
- '369'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeac36511390b00007d","created_at":"2016-01-05T02:31:06Z","updated_at":"2016-01-05T02:31:06Z","_slug":"update-number-5","content_type_slug":"updates","_label":"Update
+ string: '{"_id":"569acdebc3651121bb00008e","created_at":"2016-01-16T23:10:35Z","updated_at":"2016-01-16T23:10:35Z","_slug":"update-number-5","content_type_slug":"updates","_label":"Update
#5","_position":4,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update
#5","text":"brian posted a new post","category":"General","date":"2009-11-02"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:06 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:35 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/update-number-6.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=update-number-6&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-11-16&content_entry%5Btext%5D=john+posted+a+new+post&content_entry%5Btitle%5D=Update+%236
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=update-number-6&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-11-16&content_entry%5Btext%5D=john+posted+a+new+post&content_entry%5Btitle%5D=Update+%236
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8670,37 +8670,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"b8d00d5891cfac4abe9a35173762f938"
+ - W/"856dff96f549d0c85004e9f8f845ce45"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 2e0641a4-ec0b-4a73-bd42-1d0c2a56a0e2
+ - 0797df8f-402a-4c5f-ab49-abfc05dbbe4d
X-Runtime:
- - '0.064984'
+ - '0.058219'
Content-Length:
- '368'
body:
encoding: UTF-8
- string: '{"_id":"568b2aebc36511390b000080","created_at":"2016-01-05T02:31:07Z","updated_at":"2016-01-05T02:31:07Z","_slug":"update-number-6","content_type_slug":"updates","_label":"Update
+ string: '{"_id":"569acdebc3651121bb000091","created_at":"2016-01-16T23:10:35Z","updated_at":"2016-01-16T23:10:35Z","_slug":"update-number-6","content_type_slug":"updates","_label":"Update
#6","_position":5,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update
#6","text":"john posted a new post","category":"General","date":"2009-11-16"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:07 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:35 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/568b2ae9c36511390b000059.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/569acde9c3651121bb00006a.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5Bband%5D=pearl-jam
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5Bband%5D=pearl-jam
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8717,41 +8717,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"54d47ca010f7884c024f7a967650f224"
+ - W/"3e68026a8098f20c65ea4f0b468560b7"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 49d9a5e5-f95b-4ff5-97af-f529d626b624
+ - 302f3d9a-f05a-47cc-a962-ee24f0a86118
X-Runtime:
- - '0.070133'
+ - '0.082724'
Content-Length:
- '790'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae9c36511390b000059","created_at":"2016-01-05T02:31:05Z","updated_at":"2016-01-05T02:31:07Z","_slug":"song-number-1","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"569acde9c3651121bb00006a","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:35Z","_slug":"song-number-1","content_type_slug":"songs","_label":"Song
#1","_position":0,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #1","cover":"/sites/568b2ae5c36511390b000000/content_entry568b2ae7c36511390b000019/568b2ae9c36511390b000059/files/cover.jpg","short_description":"Lorem
+ #1","cover":"/sites/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acde9c3651121bb00006a/files/cover.jpg","short_description":"Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt
urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus.
Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus
dolor tellus id nunc.","audio_url":"http://blip.tv/file/get/NicolasRaynier-Milk617.flv","duration":"6:28","band":"pearl-jam"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:07 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:35 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/568b2ae9c36511390b00005c.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/569acde9c3651121bb00006d.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5Bband%5D=pearl-jam
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5Bband%5D=pearl-jam
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8768,41 +8768,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"da3a9b0120ecfab44b7211d7e406e1c7"
+ - W/"274521779b25e20be30a34e601ddebaa"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 36d8f97c-423d-480a-8b5b-731f043bfc4f
+ - 03da34b4-04e9-4d8c-8fb5-e41da7cf929f
X-Runtime:
- - '0.069611'
+ - '0.076604'
Content-Length:
- '790'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae9c36511390b00005c","created_at":"2016-01-05T02:31:05Z","updated_at":"2016-01-05T02:31:07Z","_slug":"song-number-2","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"569acde9c3651121bb00006d","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:35Z","_slug":"song-number-2","content_type_slug":"songs","_label":"Song
#2","_position":1,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #2","cover":"/sites/568b2ae5c36511390b000000/content_entry568b2ae7c36511390b000019/568b2ae9c36511390b00005c/files/cover.jpg","short_description":"Lorem
+ #2","cover":"/sites/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acde9c3651121bb00006d/files/cover.jpg","short_description":"Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt
urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus.
Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus
dolor tellus id nunc.","audio_url":"http://blip.tv/file/get/NicolasRaynier-Milk617.flv","duration":"6:28","band":"pearl-jam"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:07 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:35 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/568b2ae9c36511390b00005f.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/569acde9c3651121bb000070.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5Bband%5D=pearl-jam
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5Bband%5D=pearl-jam
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8819,41 +8819,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"cd74f1f89181c80e4ff1086fdf594e98"
+ - W/"cd3289e70b8b20b84a43ea0d42e2fc7f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 90689c08-ea9f-4a6e-9780-2a4850c28592
+ - da8aed5e-8265-4423-9f3d-526b21db92bb
X-Runtime:
- - '0.071874'
+ - '0.080231'
Content-Length:
- '790'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae9c36511390b00005f","created_at":"2016-01-05T02:31:05Z","updated_at":"2016-01-05T02:31:07Z","_slug":"song-number-3","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"569acde9c3651121bb000070","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:35Z","_slug":"song-number-3","content_type_slug":"songs","_label":"Song
#3","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #3","cover":"/sites/568b2ae5c36511390b000000/content_entry568b2ae7c36511390b000019/568b2ae9c36511390b00005f/files/cover.jpg","short_description":"Lorem
+ #3","cover":"/sites/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acde9c3651121bb000070/files/cover.jpg","short_description":"Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt
urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus.
Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus
dolor tellus id nunc.","audio_url":"http://blip.tv/file/get/NicolasRaynier-Milk617.flv","duration":"6:28","band":"pearl-jam"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:07 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:35 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/568b2ae9c36511390b000062.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/569acdeac3651121bb000073.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5Bband%5D=pearl-jam
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5Bband%5D=pearl-jam
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8870,41 +8870,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"90181ae791051333fcd32ff0a46f97ed"
+ - W/"40bfba31dc50ec53f7d9ec0bf57b6b35"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - fbda4916-3699-4d05-8a65-958503897375
+ - c09230e4-d44a-4e8b-8989-73b1970d1e7b
X-Runtime:
- - '0.070634'
+ - '0.086176'
Content-Length:
- '790'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae9c36511390b000062","created_at":"2016-01-05T02:31:05Z","updated_at":"2016-01-05T02:31:07Z","_slug":"song-number-4","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"569acdeac3651121bb000073","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:35Z","_slug":"song-number-4","content_type_slug":"songs","_label":"Song
#4","_position":3,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #4","cover":"/sites/568b2ae5c36511390b000000/content_entry568b2ae7c36511390b000019/568b2ae9c36511390b000062/files/cover.jpg","short_description":"Lorem
+ #4","cover":"/sites/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb000073/files/cover.jpg","short_description":"Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt
urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus.
Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus
dolor tellus id nunc.","audio_url":"http://blip.tv/file/get/NicolasRaynier-Milk617.flv","duration":"6:28","band":"pearl-jam"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:07 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:35 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/568b2ae9c36511390b000065.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/569acdeac3651121bb000076.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5Bband%5D=the-who
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5Bband%5D=the-who
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8921,41 +8921,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8b9da434cf637d1bff7164d2abc94dac"
+ - W/"738bb497bd0f98d66fc8436d6a1b8f94"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 0ca2a585-f580-4977-9436-06f801e5e000
+ - 9dc19137-4cdb-4244-ada3-553017cae445
X-Runtime:
- - '0.069155'
+ - '0.071100'
Content-Length:
- '788'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae9c36511390b000065","created_at":"2016-01-05T02:31:05Z","updated_at":"2016-01-05T02:31:07Z","_slug":"song-number-5","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"569acdeac3651121bb000076","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:36Z","_slug":"song-number-5","content_type_slug":"songs","_label":"Song
#5","_position":4,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #5","cover":"/sites/568b2ae5c36511390b000000/content_entry568b2ae7c36511390b000019/568b2ae9c36511390b000065/files/cover.jpg","short_description":"Lorem
+ #5","cover":"/sites/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb000076/files/cover.jpg","short_description":"Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt
urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus.
Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus
dolor tellus id nunc.","audio_url":"http://blip.tv/file/get/NicolasRaynier-Milk617.flv","duration":"6:28","band":"the-who"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:07 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:36 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/568b2aeac36511390b000068.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/569acdeac3651121bb000079.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5Bband%5D=the-who
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5Bband%5D=the-who
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8972,41 +8972,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"136eee6fe4293a9613d50f9fd43a9337"
+ - W/"5d01eb693ba82f9ecf13a1316b3810db"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1c8f77df-bb29-4f20-8db3-f5e238f6fb82
+ - 670d9e86-f52a-4489-9b6a-a02f31ebbb81
X-Runtime:
- - '0.071125'
+ - '0.066418'
Content-Length:
- '788'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeac36511390b000068","created_at":"2016-01-05T02:31:06Z","updated_at":"2016-01-05T02:31:07Z","_slug":"song-number-6","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"569acdeac3651121bb000079","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:36Z","_slug":"song-number-6","content_type_slug":"songs","_label":"Song
#6","_position":5,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #6","cover":"/sites/568b2ae5c36511390b000000/content_entry568b2ae7c36511390b000019/568b2aeac36511390b000068/files/cover.jpg","short_description":"Lorem
+ #6","cover":"/sites/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb000079/files/cover.jpg","short_description":"Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt
urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus.
Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus
dolor tellus id nunc.","audio_url":"http://blip.tv/file/get/NicolasRaynier-Milk617.flv","duration":"6:28","band":"the-who"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:07 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:36 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/568b2aeac36511390b000071.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/569acdeac3651121bb000082.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=mise-a-jour-number-1&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%231
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=mise-a-jour-number-1&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%231
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -9023,21 +9023,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"699ea4730df2e2a0dac476d9fd4a0dc2"
+ - W/"a122781180c94e99015c6b430e49a04b"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 9da376cf-7511-4868-8c91-97ef161d3995
+ - ab3662be-f4d2-490e-ab57-ce3b03e26cde
X-Runtime:
- - '0.061648'
+ - '0.144462'
Content-Length:
- '372'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NjhiMmFlYWMzNjUxMTM5MGIwMDAwNzEiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMS0wNVQwMjozMTowNloiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- MS0wNVQwMjozMTowN1oiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci0x
+ eyJfaWQiOiI1NjlhY2RlYWMzNjUxMTIxYmIwMDAwODIiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wMS0xNlQyMzoxMDozNFoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ MS0xNlQyMzoxMDozNloiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci0x
IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz
ZSBhIGpvdXIgIzEiLCJfcG9zaXRpb24iOjAsIl92aXNpYmxlIjp0cnVlLCJz
ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz
@@ @@ -9045,22 +9045,22 @@ http_interactions:
IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi
MjAwOS0wNS0xMiJ9
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:07 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:36 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/568b2aeac36511390b000074.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/569acdebc3651121bb000085.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=mise-a-jour-number-2&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%232
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=mise-a-jour-number-2&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%232
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -9077,21 +9077,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a13b260e72c3b4cf914db696201e641b"
+ - W/"8d92b5a4af4d05e0d95325ddba18d08f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 4bc00483-cecc-4057-93c4-9dca1f8cc6a6
+ - d31e5221-49eb-4392-b6e2-4794200ba72b
X-Runtime:
- - '0.088688'
+ - '0.145773'
Content-Length:
- '372'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NjhiMmFlYWMzNjUxMTM5MGIwMDAwNzQiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMS0wNVQwMjozMTowNloiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- MS0wNVQwMjozMTowN1oiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci0y
+ eyJfaWQiOiI1NjlhY2RlYmMzNjUxMTIxYmIwMDAwODUiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wMS0xNlQyMzoxMDozNVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ MS0xNlQyMzoxMDozNloiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci0y
IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz
ZSBhIGpvdXIgIzIiLCJfcG9zaXRpb24iOjEsIl92aXNpYmxlIjp0cnVlLCJz
ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz
@@ @@ -9099,22 +9099,22 @@ http_interactions:
IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi
MjAwOS0wNS0yMyJ9
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:07 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:36 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/568b2aeac36511390b000077.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/569acdebc3651121bb000088.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=mise-a-jour-number-3&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%233
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=mise-a-jour-number-3&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%233
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -9131,21 +9131,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"755343798341b0cf6595d8f5ab976b35"
+ - W/"76efb0b8a2feff506b09de2dbfcde4e2"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - a8900937-c6a0-4257-9694-f01875e8da6f
+ - b379bd25-ddbf-4411-8b69-fb48e8ae1ab1
X-Runtime:
- - '0.075251'
+ - '0.082270'
Content-Length:
- '372'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NjhiMmFlYWMzNjUxMTM5MGIwMDAwNzciLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMS0wNVQwMjozMTowNloiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- MS0wNVQwMjozMTowOFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci0z
+ eyJfaWQiOiI1NjlhY2RlYmMzNjUxMTIxYmIwMDAwODgiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wMS0xNlQyMzoxMDozNVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ MS0xNlQyMzoxMDozNloiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci0z
IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz
ZSBhIGpvdXIgIzMiLCJfcG9zaXRpb24iOjIsIl92aXNpYmxlIjp0cnVlLCJz
ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz
@@ @@ -9153,22 +9153,22 @@ http_interactions:
IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi
MjAwOS0wNi0yOSJ9
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:08 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:36 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/568b2aeac36511390b00007a.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/569acdebc3651121bb00008b.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=mise-a-jour-number-4&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%234
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=mise-a-jour-number-4&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%234
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -9185,21 +9185,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"919ddf90c1d81e89e567a538fc9be1ed"
+ - W/"1e581e142024d84d813e7a49ffdc55c0"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 15d3a36c-96a4-48fc-94c4-7979b6e7fef4
+ - 4e64a233-ed46-4764-b93f-48141676b981
X-Runtime:
- - '0.077981'
+ - '0.074979'
Content-Length:
- '372'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NjhiMmFlYWMzNjUxMTM5MGIwMDAwN2EiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMS0wNVQwMjozMTowNloiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- MS0wNVQwMjozMTowOFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci00
+ eyJfaWQiOiI1NjlhY2RlYmMzNjUxMTIxYmIwMDAwOGIiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wMS0xNlQyMzoxMDozNVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ MS0xNlQyMzoxMDozNloiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci00
IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz
ZSBhIGpvdXIgIzQiLCJfcG9zaXRpb24iOjMsIl92aXNpYmxlIjp0cnVlLCJz
ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz
@@ @@ -9207,22 +9207,22 @@ http_interactions:
IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi
MjAwOS0xMC0wOSJ9
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:08 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:36 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/568b2aeac36511390b00007d.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/569acdebc3651121bb00008e.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=mise-a-jour-number-5&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%235
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=mise-a-jour-number-5&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%235
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -9239,21 +9239,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"30d614901d0f3ff6eb681dc27d41657b"
+ - W/"92488cea8e8568baafdca3751e85bda0"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 715f84c1-5b30-4d73-aa67-439cb8df4ccd
+ - 8c09a524-7f94-487f-a0ae-e8a396a4afdf
X-Runtime:
- - '0.069989'
+ - '0.092449'
Content-Length:
- '372'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NjhiMmFlYWMzNjUxMTM5MGIwMDAwN2QiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMS0wNVQwMjozMTowNloiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- MS0wNVQwMjozMTowOFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci01
+ eyJfaWQiOiI1NjlhY2RlYmMzNjUxMTIxYmIwMDAwOGUiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wMS0xNlQyMzoxMDozNVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ MS0xNlQyMzoxMDozNloiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci01
IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz
ZSBhIGpvdXIgIzUiLCJfcG9zaXRpb24iOjQsIl92aXNpYmxlIjp0cnVlLCJz
ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz
@@ @@ -9261,22 +9261,22 @@ http_interactions:
IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi
MjAwOS0xMS0wMiJ9
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:08 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:36 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/568b2aebc36511390b000080.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/569acdebc3651121bb000091.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&content_entry%5B_slug%5D=mise-a-jour-number-6&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%236
+ string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=mise-a-jour-number-6&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%236
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -9293,21 +9293,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"9208e4878e1ea4c8de54910d39539d5a"
+ - W/"e320d5d314e36ea4a414f09aa4cc4266"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 0c52f7e1-2384-4e27-af99-cbe4b0615b85
+ - 847e8699-7a71-47bf-abb3-39d9dae6dee7
X-Runtime:
- - '0.065624'
+ - '0.060999'
Content-Length:
- '372'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NjhiMmFlYmMzNjUxMTM5MGIwMDAwODAiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMS0wNVQwMjozMTowN1oiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- MS0wNVQwMjozMTowOFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci02
+ eyJfaWQiOiI1NjlhY2RlYmMzNjUxMTIxYmIwMDAwOTEiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wMS0xNlQyMzoxMDozNVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ MS0xNlQyMzoxMDozN1oiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci02
IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz
ZSBhIGpvdXIgIzYiLCJfcG9zaXRpb24iOjUsIl92aXNpYmxlIjp0cnVlLCJz
ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz
@@ @@ -9315,10 +9315,10 @@ http_interactions:
IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi
MjAwOS0xMS0xNiJ9
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:08 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:37 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/pages/fullpaths.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://localhost:3000/locomotive/api/v3/pages/fullpaths.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -9328,9 +9328,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- en
Accept-Encoding:
@@ @@ -9345,35 +9345,35 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"e66222ab7940588bec65112559deec19"
+ - W/"b4f8677b434ca56d71180ef61fcf48c1"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 02cee0a2-8576-499c-95e9-952223f2bef4
+ - b054134e-d7d1-4657-80af-8fcadfd34cc8
X-Runtime:
- - '0.026342'
+ - '0.027691'
Content-Length:
- '107'
body:
encoding: UTF-8
- string: '[{"_id":"568b2ae5c36511390b000002","fullpath":"index"},{"_id":"568b2ae6c36511390b000003","fullpath":"404"}]'
+ string: '[{"_id":"569acde5c3651121bb000013","fullpath":"index"},{"_id":"569acde5c3651121bb000014","fullpath":"404"}]'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:08 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:37 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/568b2ae6c36511390b000003.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/569acde5c3651121bb000014.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=404&page%5Btemplate%5D=%7B%25+extends+index+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cp+class%3D%27error%27%3Epage+not+found%3C%2Fp%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Page+not+found
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=404&page%5Btemplate%5D=%7B%25+extends+index+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cp+class%3D%27error%27%3Epage+not+found%3C%2Fp%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Page+not+found
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- en
Content-Type:
@@ @@ -9390,38 +9390,38 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"675628694e25660ce822764d221e4a05"
+ - W/"e59a01e8e6c7b451069a67afa337f041"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e6c92226-e93e-4b06-abfb-9ab1886ba96f
+ - 6d0cd091-8e41-4f11-a974-411a9d015839
X-Runtime:
- - '0.043943'
+ - '0.037412'
Content-Length:
- '773'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae6c36511390b000003","created_at":"2016-01-05T02:31:02Z","updated_at":"2016-01-05T02:31:08Z","title":"Page
+ string: '{"_id":"569acde5c3651121bb000014","created_at":"2016-01-16T23:10:29Z","updated_at":"2016-01-16T23:10:37Z","title":"Page
not found","parent_id":null,"position":99,"handle":null,"depth":0,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr","nb"],"cache_enabled":true,"slug":"404","fullpath":"404","localized_fullpaths":{"en":"404","fr":"fr/404","nb":"nb/404"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
extends index %}\n{% block content %}\n\u003cp class=''error''\u003epage not
found\u003c/p\u003e\n{% endblock %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:08 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:37 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/568b2ae5c36511390b000002.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/569acde5c3651121bb000013.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bhandle%5D=home&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=index&page%5Btemplate%5D=%3C%21DOCTYPE+html%3E%0A%3Chtml+lang%3D%27en%27%3E%0A++%3Chead%3E%0A++++%3Cmeta+charset%3D%27utf-8%27%3E%0A++++%3Ctitle%3E%7B%7B+site.name+%7D%7D+%7C+%7B%7B+page.title+%7D%7D%3C%2Ftitle%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_description+%7D%7D%27+name%3D%27description%27%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_keywords+%7D%7D%27+name%3D%27keywords%27%3E%0A++++%7B%7B+%27%2Ffoo%2Fbar%27+%7C+auto_discovery_link_tag%3A+%27rel%3Aalternate%27%2C+%27type%3Aapplication%2Fatom%2Bxml%27%2C+%27title%3AA+title%27+%7D%7D%0A++++%3C%21--+Le+HTML5+shim%2C+for+IE6-8+support+of+HTML+elements+--%3E%0A++++%3C%21--%5Bif+lt+IE+9%5D%3E%0A++++++%3Cscript+src%3D%22http%3A%2F%2Fhtml5shim.googlecode.com%2Fsvn%2Ftrunk%2Fhtml5.js%22%3E%3C%2Fscript%3E%0A++++%3C%21%5Bendif%5D--%3E%0A++++%3Clink+href%3D%22%2Ffonts%2Fchunkfive.css%22+media%3D%22screen%22+rel%3D%22stylesheet%22+type%3D%22text%2Fcss%22+%2F%3E%0A++++%3C%21--+Le+styles+--%3E%0A++++%7B%7B+%27http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans%3A400%2C700%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27reboot%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27application%27+%7C+stylesheet_tag+%7D%7D%0A++++%3Cscript+src%3D%22%7B%7B+%27application.js%27+%7C+javascript_url+%7D%7D%22+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%3Cscript+src%3D%27http%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjquery%2F1.7.2%2Fjquery.min.js%27+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%7B%25+inline_editor+%25%7D%0A++%3C%2Fhead%3E%0A++%3Cbody%3E%0A++++%3Cdiv+class%3D%27container%27%3E%0A++++++%3Cdiv+id%3D%27menu%27%3E%0A++++++++%3Cul+id%3D%27nav%27%3E%0A++++++++++%3Cli+class%3D%22%7B%25+if+page.fullpath+%3D%3D+%27index%27+%25%7Don%7B%25+endif+%25%7D+link%22+id%3D%27home%27%3E%0A++++++++++++%3Ca+href%3D%27%7B%25+path_to+home+%25%7D%27%3EHome%3C%2Fa%3E%0A++++++++++%3C%2Fli%3E%0A++++++++++%7B%25+nav+site%2C+no_wrapper%3A+true%2C+exclude%3A+%27events%27+%25%7D%0A++++++++%3C%2Ful%3E%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27banner%27%3E%0A++++++++%7B%25+block+banner+%25%7D%0A++++++++%3Cdiv+class%3D%27photo%27%3E%0A++++++++++%3Cimg+src%3D%22%7B%25+editable_file+%27Page+image%27%2C+hint%3A+%27Top+banner+image+in+each+page+%28602px+by+397px%29%27+%25%7D%2Fsites%2F568b2ae5c36511390b000000%2Fassets%2F568b2ae8c36511390b000033%2Fphoto.jpg%7B%25+endeditable_file+%25%7D%22%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27text%27%3E%0A++++++++++%7B%25+editable_long_text+%27pitch%27+%25%7D%0A++++++++++%3Ch2%3EAbout+Us%3C%2Fh2%3E%0A++++++++++%3Cp%3E%0A++++++++++++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Suspendisse+vitae+egestas+neque.+Proin+ac+ante+ante%2C+sit+amet+egestas+purus.+Fusce+tincidunt+mattis+sapien+eget+sodales.+Cras+aliquet+odio+eu+nisl+dapibus+placerat.%0A++++++++++++%3Cbr%3E%0A++++++++++++%3Ca+href%3D%27%2Fabout-us%27%3Eread+more...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++++%7B%25+endeditable_long_text+%25%7D%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27content%27%3E%0A++++++++%7B%25+block+content+%25%7D%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27events%27%3E%0A++++++++++%3Ch2%3EUpcoming+events%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+event+in+contents.events+limit%3A+6+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+event.date+%7C+localized_date%3A+%27%25a%2C+%25B+%25d%2C+%25Y%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+event.place+%7D%7D%2C+%7B%7B+event.city+%7D%7D%2C+%7B%7B+event.state+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++++%3Cp+class%3D%27more%27%3E%0A++++++++++++%3Ca+href%3D%27%2Fevents%27%3ESee+more+events+...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27updates%27%3E%0A++++++++++%3Ch2%3ESite+updates%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+update+in+contents.updates+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+update.date+%7C+localized_date%3A+%27%25B+%25d%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+update.title+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27footer%27%3E%0A++++++++%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A++++++++%3Cdiv+id%3D%27scoped_translation%27+scoped_translation%3D%22%7B%7B+%27fr%27+%7C+translate%3A+%27en%27%2C+%27locomotive.locales%27+%7D%7D%22%3E%3C%2Fdiv%3E%0A++++++++%7B%25+include+footer+%25%7D%0A++++++++%7B%25+include+a_complicated-one+%25%7D%0A++++++%3C%2Fdiv%3E%0A++++%3C%2Fdiv%3E%0A++++%7B%25+google_analytics+%27UA-20661758-1%27+%25%7D%0A++%3C%2Fbody%3E%0A%3C%2Fhtml%3E%0A&page%5Btitle%5D=Home+page
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bhandle%5D=home&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=index&page%5Btemplate%5D=%3C%21DOCTYPE+html%3E%0A%3Chtml+lang%3D%27en%27%3E%0A++%3Chead%3E%0A++++%3Cmeta+charset%3D%27utf-8%27%3E%0A++++%3Ctitle%3E%7B%7B+site.name+%7D%7D+%7C+%7B%7B+page.title+%7D%7D%3C%2Ftitle%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_description+%7D%7D%27+name%3D%27description%27%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_keywords+%7D%7D%27+name%3D%27keywords%27%3E%0A++++%7B%7B+%27%2Ffoo%2Fbar%27+%7C+auto_discovery_link_tag%3A+%27rel%3Aalternate%27%2C+%27type%3Aapplication%2Fatom%2Bxml%27%2C+%27title%3AA+title%27+%7D%7D%0A++++%3C%21--+Le+HTML5+shim%2C+for+IE6-8+support+of+HTML+elements+--%3E%0A++++%3C%21--%5Bif+lt+IE+9%5D%3E%0A++++++%3Cscript+src%3D%22http%3A%2F%2Fhtml5shim.googlecode.com%2Fsvn%2Ftrunk%2Fhtml5.js%22%3E%3C%2Fscript%3E%0A++++%3C%21%5Bendif%5D--%3E%0A++++%3Clink+href%3D%22%2Ffonts%2Fchunkfive.css%22+media%3D%22screen%22+rel%3D%22stylesheet%22+type%3D%22text%2Fcss%22+%2F%3E%0A++++%3C%21--+Le+styles+--%3E%0A++++%7B%7B+%27http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans%3A400%2C700%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27reboot%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27application%27+%7C+stylesheet_tag+%7D%7D%0A++++%3Cscript+src%3D%22%7B%7B+%27application.js%27+%7C+javascript_url+%7D%7D%22+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%3Cscript+src%3D%27http%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjquery%2F1.7.2%2Fjquery.min.js%27+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%7B%25+inline_editor+%25%7D%0A++%3C%2Fhead%3E%0A++%3Cbody%3E%0A++++%3Cdiv+class%3D%27container%27%3E%0A++++++%3Cdiv+id%3D%27menu%27%3E%0A++++++++%3Cul+id%3D%27nav%27%3E%0A++++++++++%3Cli+class%3D%22%7B%25+if+page.fullpath+%3D%3D+%27index%27+%25%7Don%7B%25+endif+%25%7D+link%22+id%3D%27home%27%3E%0A++++++++++++%3Ca+href%3D%27%7B%25+path_to+home+%25%7D%27%3EHome%3C%2Fa%3E%0A++++++++++%3C%2Fli%3E%0A++++++++++%7B%25+nav+site%2C+no_wrapper%3A+true%2C+exclude%3A+%27events%27+%25%7D%0A++++++++%3C%2Ful%3E%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27banner%27%3E%0A++++++++%7B%25+block+banner+%25%7D%0A++++++++%3Cdiv+class%3D%27photo%27%3E%0A++++++++++%3Cimg+src%3D%22%7B%25+editable_file+%27Page+image%27%2C+hint%3A+%27Top+banner+image+in+each+page+%28602px+by+397px%29%27+%25%7D%2Fsites%2F569acde5c3651121bb000011%2Fassets%2F569acde7c3651121bb000044%2Fphoto.jpg%7B%25+endeditable_file+%25%7D%22%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27text%27%3E%0A++++++++++%7B%25+editable_long_text+%27pitch%27+%25%7D%0A++++++++++%3Ch2%3EAbout+Us%3C%2Fh2%3E%0A++++++++++%3Cp%3E%0A++++++++++++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Suspendisse+vitae+egestas+neque.+Proin+ac+ante+ante%2C+sit+amet+egestas+purus.+Fusce+tincidunt+mattis+sapien+eget+sodales.+Cras+aliquet+odio+eu+nisl+dapibus+placerat.%0A++++++++++++%3Cbr%3E%0A++++++++++++%3Ca+href%3D%27%2Fabout-us%27%3Eread+more...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++++%7B%25+endeditable_long_text+%25%7D%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27content%27%3E%0A++++++++%7B%25+block+content+%25%7D%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27events%27%3E%0A++++++++++%3Ch2%3EUpcoming+events%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+event+in+contents.events+limit%3A+6+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+event.date+%7C+localized_date%3A+%27%25a%2C+%25B+%25d%2C+%25Y%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+event.place+%7D%7D%2C+%7B%7B+event.city+%7D%7D%2C+%7B%7B+event.state+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++++%3Cp+class%3D%27more%27%3E%0A++++++++++++%3Ca+href%3D%27%2Fevents%27%3ESee+more+events+...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27updates%27%3E%0A++++++++++%3Ch2%3ESite+updates%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+update+in+contents.updates+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+update.date+%7C+localized_date%3A+%27%25B+%25d%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+update.title+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27footer%27%3E%0A++++++++%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A++++++++%3Cdiv+id%3D%27scoped_translation%27+scoped_translation%3D%22%7B%7B+%27fr%27+%7C+translate%3A+%27en%27%2C+%27locomotive.locales%27+%7D%7D%22%3E%3C%2Fdiv%3E%0A++++++++%7B%25+include+footer+%25%7D%0A++++++++%7B%25+include+a_complicated-one+%25%7D%0A++++++%3C%2Fdiv%3E%0A++++%3C%2Fdiv%3E%0A++++%7B%25+google_analytics+%27UA-20661758-1%27+%25%7D%0A++%3C%2Fbody%3E%0A%3C%2Fhtml%3E%0A&page%5Btitle%5D=Home+page
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- en
Content-Type:
@@ @@ -9438,18 +9438,18 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"5bc2e406ec33e87b4eff79406f1971a6"
+ - W/"8c7b4318d275404856053d676891f63a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 4942a814-6150-4de6-966c-faff0f792767
+ - f5aa9eaa-42ae-4f2c-b31b-d59fbe7c297d
X-Runtime:
- - '0.042050'
+ - '0.044917'
Content-Length:
- '5289'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae5c36511390b000002","created_at":"2016-01-05T02:31:02Z","updated_at":"2016-01-05T02:31:08Z","title":"Home
+ string: '{"_id":"569acde5c3651121bb000013","created_at":"2016-01-16T23:10:29Z","updated_at":"2016-01-16T23:10:37Z","title":"Home
page","parent_id":null,"position":0,"handle":"home","depth":0,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr","nb"],"cache_enabled":true,"slug":"index","fullpath":"index","localized_fullpaths":{"en":"","fr":"fr","nb":"nb"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"\u003c!DOCTYPE
html\u003e\n\u003chtml lang=''en''\u003e\n \u003chead\u003e\n \u003cmeta
charset=''utf-8''\u003e\n \u003ctitle\u003e{{ site.name }} | {{ page.title
@@ @@ -9473,7 +9473,7 @@ http_interactions:
class=''clear''\u003e\u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv
id=''banner''\u003e\n {% block banner %}\n \u003cdiv class=''photo''\u003e\n \u003cimg
src=\"{% editable_file ''Page image'', hint: ''Top banner image in each page
- (602px by 397px)'' %}/sites/568b2ae5c36511390b000000/assets/568b2ae8c36511390b000033/photo.jpg{%
+ (602px by 397px)'' %}/sites/569acde5c3651121bb000011/assets/569acde7c3651121bb000044/photo.jpg{%
endeditable_file %}\"\u003e\n \u003c/div\u003e\n \u003cdiv class=''text''\u003e\n {%
editable_long_text ''pitch'' %}\n \u003ch2\u003eAbout Us\u003c/h2\u003e\n \u003cp\u003e\n Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse vitae egestas
@@ @@ -9503,22 +9503,22 @@ http_interactions:
a_complicated-one %}\n \u003c/div\u003e\n \u003c/div\u003e\n {%
google_analytics ''UA-20661758-1'' %}\n \u003c/body\u003e\n\u003c/html\u003e\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:08 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:37 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/568b2ae5c36511390b000002.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/569acde5c3651121bb000013.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bhandle%5D=home&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=index&page%5Btemplate%5D=%3C%21DOCTYPE+html%3E%0A%3Chtml+lang%3D%27en%27%3E%0A++%3Chead%3E%0A++++%3Cmeta+charset%3D%27utf-8%27%3E%0A++++%3Ctitle%3E%7B%7B+site.name+%7D%7D+%7C+%7B%7B+page.title+%7D%7D%3C%2Ftitle%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_description+%7D%7D%27+name%3D%27description%27%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_keywords+%7D%7D%27+name%3D%27keywords%27%3E%0A++++%7B%7B+%27%2Ffoo%2Fbar%27+%7C+auto_discovery_link_tag%3A+%27rel%3Aalternate%27%2C+%27type%3Aapplication%2Fatom%2Bxml%27%2C+%27title%3AA+title%27+%7D%7D%0A++++%3C%21--+Le+HTML5+shim%2C+for+IE6-8+support+of+HTML+elements+--%3E%0A++++%3C%21--%5Bif+lt+IE+9%5D%3E%0A++++++%3Cscript+src%3D%22http%3A%2F%2Fhtml5shim.googlecode.com%2Fsvn%2Ftrunk%2Fhtml5.js%22%3E%3C%2Fscript%3E%0A++++%3C%21%5Bendif%5D--%3E%0A++++%3Clink+href%3D%22%2Ffonts%2Fchunkfive.css%22+media%3D%22screen%22+rel%3D%22stylesheet%22+type%3D%22text%2Fcss%22+%2F%3E%0A++++%3C%21--+Le+styles+--%3E%0A++++%7B%7B+%27http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans%3A400%2C700%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27reboot%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27application%27+%7C+stylesheet_tag+%7D%7D%0A++++%3Cscript+src%3D%22%7B%7B+%27application.js%27+%7C+javascript_url+%7D%7D%22+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%3Cscript+src%3D%27http%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjquery%2F1.7.2%2Fjquery.min.js%27+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%7B%25+inline_editor+%25%7D%0A++%3C%2Fhead%3E%0A++%3Cbody%3E%0A++++%3Cdiv+class%3D%27container%27%3E%0A++++++%3Cdiv+id%3D%27menu%27%3E%0A++++++++%3Cul+id%3D%27nav%27%3E%0A++++++++++%3Cli+class%3D%22%7B%25+if+page.fullpath+%3D%3D+%27index%27+%25%7Don%7B%25+endif+%25%7D+link%22+id%3D%27home%27%3E%0A++++++++++++%3Ca+href%3D%27%7B%25+path_to+home+%25%7D%27%3EHome%3C%2Fa%3E%0A++++++++++%3C%2Fli%3E%0A++++++++++%7B%25+nav+site%2C+no_wrapper%3A+true%2C+exclude%3A+%27events%27+%25%7D%0A++++++++%3C%2Ful%3E%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27banner%27%3E%0A++++++++%7B%25+block+banner+%25%7D%0A++++++++%3Cdiv+class%3D%27photo%27%3E%0A++++++++++%3Cimg+src%3D%22%7B%25+editable_file+%27Page+image%27%2C+hint%3A+%27Top+banner+image+in+each+page+%28602px+by+397px%29%27+%25%7D%2Fsites%2F568b2ae5c36511390b000000%2Fassets%2F568b2ae8c36511390b000033%2Fphoto.jpg%7B%25+endeditable_file+%25%7D%22%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27text%27%3E%0A++++++++++%7B%25+editable_long_text+%27pitch%27+%25%7D%0A++++++++++%3Ch2%3EAbout+Us%3C%2Fh2%3E%0A++++++++++%3Cp%3E%0A++++++++++++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Suspendisse+vitae+egestas+neque.+Proin+ac+ante+ante%2C+sit+amet+egestas+purus.+Fusce+tincidunt+mattis+sapien+eget+sodales.+Cras+aliquet+odio+eu+nisl+dapibus+placerat.%0A++++++++++++%3Cbr%3E%0A++++++++++++%3Ca+href%3D%27%2Fabout-us%27%3Eread+more...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++++%7B%25+endeditable_long_text+%25%7D%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27content%27%3E%0A++++++++%7B%25+block+content+%25%7D%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27events%27%3E%0A++++++++++%3Ch2%3EUpcoming+events%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+event+in+contents.events+limit%3A+6+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+event.date+%7C+localized_date%3A+%27%25a%2C+%25B+%25d%2C+%25Y%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+event.place+%7D%7D%2C+%7B%7B+event.city+%7D%7D%2C+%7B%7B+event.state+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++++%3Cp+class%3D%27more%27%3E%0A++++++++++++%3Ca+href%3D%27%2Fevents%27%3ESee+more+events+...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27updates%27%3E%0A++++++++++%3Ch2%3ESite+updates%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+update+in+contents.updates+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+update.date+%7C+localized_date%3A+%27%25B+%25d%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+update.title+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27footer%27%3E%0A++++++++%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A++++++++%3Cdiv+id%3D%27scoped_translation%27+scoped_translation%3D%22%7B%7B+%27fr%27+%7C+translate%3A+%27en%27%2C+%27locomotive.locales%27+%7D%7D%22%3E%3C%2Fdiv%3E%0A++++++++%7B%25+include+footer+%25%7D%0A++++++++%7B%25+include+a_complicated-one+%25%7D%0A++++++%3C%2Fdiv%3E%0A++++%3C%2Fdiv%3E%0A++++%7B%25+google_analytics+%27UA-20661758-1%27+%25%7D%0A++%3C%2Fbody%3E%0A%3C%2Fhtml%3E%0A&page%5Btitle%5D=Page+d%27accueil
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bhandle%5D=home&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=index&page%5Btemplate%5D=%3C%21DOCTYPE+html%3E%0A%3Chtml+lang%3D%27en%27%3E%0A++%3Chead%3E%0A++++%3Cmeta+charset%3D%27utf-8%27%3E%0A++++%3Ctitle%3E%7B%7B+site.name+%7D%7D+%7C+%7B%7B+page.title+%7D%7D%3C%2Ftitle%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_description+%7D%7D%27+name%3D%27description%27%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_keywords+%7D%7D%27+name%3D%27keywords%27%3E%0A++++%7B%7B+%27%2Ffoo%2Fbar%27+%7C+auto_discovery_link_tag%3A+%27rel%3Aalternate%27%2C+%27type%3Aapplication%2Fatom%2Bxml%27%2C+%27title%3AA+title%27+%7D%7D%0A++++%3C%21--+Le+HTML5+shim%2C+for+IE6-8+support+of+HTML+elements+--%3E%0A++++%3C%21--%5Bif+lt+IE+9%5D%3E%0A++++++%3Cscript+src%3D%22http%3A%2F%2Fhtml5shim.googlecode.com%2Fsvn%2Ftrunk%2Fhtml5.js%22%3E%3C%2Fscript%3E%0A++++%3C%21%5Bendif%5D--%3E%0A++++%3Clink+href%3D%22%2Ffonts%2Fchunkfive.css%22+media%3D%22screen%22+rel%3D%22stylesheet%22+type%3D%22text%2Fcss%22+%2F%3E%0A++++%3C%21--+Le+styles+--%3E%0A++++%7B%7B+%27http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans%3A400%2C700%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27reboot%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27application%27+%7C+stylesheet_tag+%7D%7D%0A++++%3Cscript+src%3D%22%7B%7B+%27application.js%27+%7C+javascript_url+%7D%7D%22+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%3Cscript+src%3D%27http%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjquery%2F1.7.2%2Fjquery.min.js%27+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%7B%25+inline_editor+%25%7D%0A++%3C%2Fhead%3E%0A++%3Cbody%3E%0A++++%3Cdiv+class%3D%27container%27%3E%0A++++++%3Cdiv+id%3D%27menu%27%3E%0A++++++++%3Cul+id%3D%27nav%27%3E%0A++++++++++%3Cli+class%3D%22%7B%25+if+page.fullpath+%3D%3D+%27index%27+%25%7Don%7B%25+endif+%25%7D+link%22+id%3D%27home%27%3E%0A++++++++++++%3Ca+href%3D%27%7B%25+path_to+home+%25%7D%27%3EHome%3C%2Fa%3E%0A++++++++++%3C%2Fli%3E%0A++++++++++%7B%25+nav+site%2C+no_wrapper%3A+true%2C+exclude%3A+%27events%27+%25%7D%0A++++++++%3C%2Ful%3E%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27banner%27%3E%0A++++++++%7B%25+block+banner+%25%7D%0A++++++++%3Cdiv+class%3D%27photo%27%3E%0A++++++++++%3Cimg+src%3D%22%7B%25+editable_file+%27Page+image%27%2C+hint%3A+%27Top+banner+image+in+each+page+%28602px+by+397px%29%27+%25%7D%2Fsites%2F569acde5c3651121bb000011%2Fassets%2F569acde7c3651121bb000044%2Fphoto.jpg%7B%25+endeditable_file+%25%7D%22%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27text%27%3E%0A++++++++++%7B%25+editable_long_text+%27pitch%27+%25%7D%0A++++++++++%3Ch2%3EAbout+Us%3C%2Fh2%3E%0A++++++++++%3Cp%3E%0A++++++++++++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Suspendisse+vitae+egestas+neque.+Proin+ac+ante+ante%2C+sit+amet+egestas+purus.+Fusce+tincidunt+mattis+sapien+eget+sodales.+Cras+aliquet+odio+eu+nisl+dapibus+placerat.%0A++++++++++++%3Cbr%3E%0A++++++++++++%3Ca+href%3D%27%2Fabout-us%27%3Eread+more...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++++%7B%25+endeditable_long_text+%25%7D%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27content%27%3E%0A++++++++%7B%25+block+content+%25%7D%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27events%27%3E%0A++++++++++%3Ch2%3EUpcoming+events%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+event+in+contents.events+limit%3A+6+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+event.date+%7C+localized_date%3A+%27%25a%2C+%25B+%25d%2C+%25Y%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+event.place+%7D%7D%2C+%7B%7B+event.city+%7D%7D%2C+%7B%7B+event.state+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++++%3Cp+class%3D%27more%27%3E%0A++++++++++++%3Ca+href%3D%27%2Fevents%27%3ESee+more+events+...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27updates%27%3E%0A++++++++++%3Ch2%3ESite+updates%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+update+in+contents.updates+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+update.date+%7C+localized_date%3A+%27%25B+%25d%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+update.title+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27footer%27%3E%0A++++++++%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A++++++++%3Cdiv+id%3D%27scoped_translation%27+scoped_translation%3D%22%7B%7B+%27fr%27+%7C+translate%3A+%27en%27%2C+%27locomotive.locales%27+%7D%7D%22%3E%3C%2Fdiv%3E%0A++++++++%7B%25+include+footer+%25%7D%0A++++++++%7B%25+include+a_complicated-one+%25%7D%0A++++++%3C%2Fdiv%3E%0A++++%3C%2Fdiv%3E%0A++++%7B%25+google_analytics+%27UA-20661758-1%27+%25%7D%0A++%3C%2Fbody%3E%0A%3C%2Fhtml%3E%0A&page%5Btitle%5D=Page+d%27accueil
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -9535,18 +9535,18 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"557e9ce4f6a1c3f6782d5a1d872541f4"
+ - W/"fa968872684232f6d49c5d602d8f8e27"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 031569ea-4578-4b12-bcf0-0217256b296c
+ - 881e3b69-0548-44ad-a201-0ea88c0865eb
X-Runtime:
- - '0.035422'
+ - '0.040697'
Content-Length:
- '5296'
body:
encoding: UTF-8
- string: '{"_id":"568b2ae5c36511390b000002","created_at":"2016-01-05T02:31:02Z","updated_at":"2016-01-05T02:31:08Z","title":"Page
+ string: '{"_id":"569acde5c3651121bb000013","created_at":"2016-01-16T23:10:29Z","updated_at":"2016-01-16T23:10:37Z","title":"Page
d''accueil","parent_id":null,"position":0,"handle":"home","depth":0,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr","nb"],"cache_enabled":true,"slug":"index","fullpath":"index","localized_fullpaths":{"en":"","fr":"fr","nb":"nb"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"\u003c!DOCTYPE
html\u003e\n\u003chtml lang=''en''\u003e\n \u003chead\u003e\n \u003cmeta
charset=''utf-8''\u003e\n \u003ctitle\u003e{{ site.name }} | {{ page.title
@@ @@ -9570,7 +9570,7 @@ http_interactions:
class=''clear''\u003e\u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv
id=''banner''\u003e\n {% block banner %}\n \u003cdiv class=''photo''\u003e\n \u003cimg
src=\"{% editable_file ''Page image'', hint: ''Top banner image in each page
- (602px by 397px)'' %}/sites/568b2ae5c36511390b000000/assets/568b2ae8c36511390b000033/photo.jpg{%
+ (602px by 397px)'' %}/sites/569acde5c3651121bb000011/assets/569acde7c3651121bb000044/photo.jpg{%
endeditable_file %}\"\u003e\n \u003c/div\u003e\n \u003cdiv class=''text''\u003e\n {%
editable_long_text ''pitch'' %}\n \u003ch2\u003eAbout Us\u003c/h2\u003e\n \u003cp\u003e\n Lorem
ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse vitae egestas
@@ @@ -9600,7 +9600,7 @@ http_interactions:
a_complicated-one %}\n \u003c/div\u003e\n \u003c/div\u003e\n {%
google_analytics ''UA-20661758-1'' %}\n \u003c/body\u003e\n\u003c/html\u003e\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:08 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:37 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
@@ @@ -13362,17 +13362,17 @@ http_interactions:
dGluY2lkdW50IHB1bHZpbmFyIGFjY3Vtc2FuLgo8L3A+CnslIGVuZGVkaXRh
YmxlX2xvbmdfdGV4dCAlfQp7JSBlbmRibG9jayAlfQoNCi0tLS0tLS0tLS0t
LS1SdWJ5TXVsdGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9y
- bS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpreXByYnEzWXhWUzRqTUxY
- cmpBSw0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
+ bS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlS
+ Y3pTVw0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -13389,19 +13389,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"82d7677b3305355830881dc752a1e5eb"
+ - W/"6325706dd0dd0d4522964301b012e777"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c652b5ee-690e-468a-9ea0-c2c507236bdf
+ - af471390-cb0a-4a19-ac09-0c9444c73a5f
X-Runtime:
- - '0.085076'
+ - '0.089197'
Content-Length:
- '2632'
body:
encoding: UTF-8
- string: '{"_id":"568b2aecc36511390b00009a","created_at":"2016-01-05T02:31:08Z","updated_at":"2016-01-05T02:31:08Z","title":"About
- Us","parent_id":"568b2ae5c36511390b000002","position":1,"handle":"about-us","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"about-us","fullpath":"about-us","localized_fullpaths":{"en":"about-us","fr":"fr/about-us","nb":"nb/about-us"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"569acdedc3651121bb0000ab","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"About
+ Us","parent_id":"569acde5c3651121bb000013","position":1,"handle":"about-us","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"about-us","fullpath":"about-us","localized_fullpaths":{"en":"about-us","fr":"fr/about-us","nb":"nb/about-us"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
extends parent %}\n{% block content %}\n{% editable_long_text ''content''
%}\n\u003cp\u003e\n Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum,
@@ @@ -13419,13 +13419,13 @@ http_interactions:
egestas. Mauris lobortis hendrerit odio, vitae porttitor urna rutrum at. Ut
at lectus erat, nec dictum dolor. Praesent in sapien interdum nibh euismod
vestibulum. Vestibulum tincidunt pulvinar accumsan.\n\u003c/p\u003e\n{% endeditable_long_text
- %}\n{% endblock %}\n","editable_elements":[{"_id":"568b2aecc36511390b00009b","created_at":"2016-01-05T02:31:08Z","updated_at":"2016-01-05T02:31:08Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/568b2ae5c36511390b000000/pages/568b2aecc36511390b00009a/files/photo_2.jpg","type":"EditableFile"},{"_id":"568b2aecc36511390b00009c","created_at":"2016-01-05T02:31:08Z","updated_at":"2016-01-05T02:31:08Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":"\u003ch2\u003eAbout
+ %}\n{% endblock %}\n","editable_elements":[{"_id":"569acdedc3651121bb0000ac","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/569acde5c3651121bb000011/pages/569acdedc3651121bb0000ab/files/photo_2.jpg","type":"EditableFile"},{"_id":"569acdedc3651121bb0000ad","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":"\u003ch2\u003eAbout
us\u003c/h2\u003e\u003cp\u003eLorem ipsum...\u003c/p\u003e","type":""}],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:08 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:37 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/568b2aecc36511390b00009a.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/569acdedc3651121bb0000ab.json
body:
encoding: ASCII-8BIT
string: !binary |-
@@ @@ -17131,7 +17131,7 @@ http_interactions:
ZHVudCBwdWx2aW5hciBhY2N1bXNhbi4KPC9wPgp7JSBlbmRlZGl0YWJsZV9s
b25nX3RleHQgJX0KeyUgZW5kYmxvY2sgJX0KDQotLS0tLS0tLS0tLS0tUnVi
eU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0
- YTsgbmFtZT0iYXV0aF90b2tlbiINCg0Ka3lwcmJxM1l4VlM0ak1MWHJqQUsN
+ YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KZ1dMNDRycUp2RXFvb005UmN6U1cN
Ci0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg==
headers:
Accept:
@@ @@ -17139,9 +17139,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -17160,19 +17160,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"b6b96df609ff169fe0609b0e0f95af5f"
+ - W/"25b9eab4602f98873c12603e1b436dae"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 3ed81519-48a6-499a-b256-398669765920
+ - 67f7a2ef-a7c9-43ef-a9dc-98b05181010e
X-Runtime:
- - '0.056555'
+ - '0.063544'
Content-Length:
- '2666'
body:
encoding: UTF-8
- string: '{"_id":"568b2aecc36511390b00009a","created_at":"2016-01-05T02:31:08Z","updated_at":"2016-01-05T02:31:08Z","title":"A
- notre sujet","parent_id":"568b2ae5c36511390b000002","position":1,"handle":"about-us","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"a-notre-sujet","fullpath":"a-notre-sujet","localized_fullpaths":{"en":"about-us","fr":"fr/a-notre-sujet","nb":"nb/about-us"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"569acdedc3651121bb0000ab","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"A
+ notre sujet","parent_id":"569acde5c3651121bb000013","position":1,"handle":"about-us","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"a-notre-sujet","fullpath":"a-notre-sujet","localized_fullpaths":{"en":"about-us","fr":"fr/a-notre-sujet","nb":"nb/about-us"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
extends parent %}\n{% block content %}\n{% editable_long_text ''content''
%}\n\u003cp\u003e\n Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum,
@@ @@ -17190,25 +17190,25 @@ http_interactions:
egestas. Mauris lobortis hendrerit odio, vitae porttitor urna rutrum at. Ut
at lectus erat, nec dictum dolor. Praesent in sapien interdum nibh euismod
vestibulum. Vestibulum tincidunt pulvinar accumsan.\n\u003c/p\u003e\n{% endeditable_long_text
- %}\n{% endblock %}\n","editable_elements":[{"_id":"568b2aecc36511390b00009b","created_at":"2016-01-05T02:31:08Z","updated_at":"2016-01-05T02:31:08Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/568b2ae5c36511390b000000/pages/568b2aecc36511390b00009a/files/photo.jpg","type":"EditableFile"},{"_id":"568b2aecc36511390b00009c","created_at":"2016-01-05T02:31:08Z","updated_at":"2016-01-05T02:31:08Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":"\u003ch2\u003eA
+ %}\n{% endblock %}\n","editable_elements":[{"_id":"569acdedc3651121bb0000ac","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/569acde5c3651121bb000011/pages/569acdedc3651121bb0000ab/files/photo.jpg","type":"EditableFile"},{"_id":"569acdedc3651121bb0000ad","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":"\u003ch2\u003eA
notre sujet\u003c/h2\u003e\u003cp\u003eLorem ipsum...(FR)\u003c/p\u003e","type":""}],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:08 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:37 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/568b2aecc36511390b00009a.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/569acdedc3651121bb0000ab.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Beditable_elements%5D%5B0%5D%5Bblock%5D=banner&page%5Beditable_elements%5D%5B0%5D%5Bslug%5D=page_image&page%5Beditable_elements%5D%5B1%5D%5Bblock%5D=banner&page%5Beditable_elements%5D%5B1%5D%5Bslug%5D=pitch&page%5Bhandle%5D=about-us&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=1&page%5Bpublished%5D=true&page%5Bslug%5D=om-oss&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%7B%25+editable_long_text+%27content%27+%25%7D%0A%3Cp%3E%0A++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.+Cum+sociis+natoque+penatibus+et+magnis+dis+parturient+montes%2C+nascetur+ridiculus+mus.+Pellentesque+mauris+nisl%2C+consequat+sed+tincidunt+nec%2C+lacinia+in+odio.+In+hac+habitasse+platea+dictumst.+Nam+semper+libero+aliquam+turpis+gravida+vel+varius+erat+vulputate.+Integer+consequat+ipsum+vitae+augue+porttitor+ullamcorper.+Nam+vulputate+aliquet+ante+at+gravida.+Vestibulum+luctus+urna+et+dui+hendrerit+eu+suscipit+velit+varius.+Sed+ornare+eleifend+sem%2C+vitae+pharetra+dolor+sodales+egestas.+Mauris+lobortis+hendrerit+odio%2C+vitae+porttitor+urna+rutrum+at.+Ut+at+lectus+erat%2C+nec+dictum+dolor.+Praesent+in+sapien+interdum+nibh+euismod+vestibulum.+Vestibulum+tincidunt+pulvinar+accumsan.%0A%3C%2Fp%3E%0A%7B%25+endeditable_long_text+%25%7D%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Om+oss
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Beditable_elements%5D%5B0%5D%5Bblock%5D=banner&page%5Beditable_elements%5D%5B0%5D%5Bslug%5D=page_image&page%5Beditable_elements%5D%5B1%5D%5Bblock%5D=banner&page%5Beditable_elements%5D%5B1%5D%5Bslug%5D=pitch&page%5Bhandle%5D=about-us&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=1&page%5Bpublished%5D=true&page%5Bslug%5D=om-oss&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%7B%25+editable_long_text+%27content%27+%25%7D%0A%3Cp%3E%0A++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.+Cum+sociis+natoque+penatibus+et+magnis+dis+parturient+montes%2C+nascetur+ridiculus+mus.+Pellentesque+mauris+nisl%2C+consequat+sed+tincidunt+nec%2C+lacinia+in+odio.+In+hac+habitasse+platea+dictumst.+Nam+semper+libero+aliquam+turpis+gravida+vel+varius+erat+vulputate.+Integer+consequat+ipsum+vitae+augue+porttitor+ullamcorper.+Nam+vulputate+aliquet+ante+at+gravida.+Vestibulum+luctus+urna+et+dui+hendrerit+eu+suscipit+velit+varius.+Sed+ornare+eleifend+sem%2C+vitae+pharetra+dolor+sodales+egestas.+Mauris+lobortis+hendrerit+odio%2C+vitae+porttitor+urna+rutrum+at.+Ut+at+lectus+erat%2C+nec+dictum+dolor.+Praesent+in+sapien+interdum+nibh+euismod+vestibulum.+Vestibulum+tincidunt+pulvinar+accumsan.%0A%3C%2Fp%3E%0A%7B%25+endeditable_long_text+%25%7D%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Om+oss
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- nb
Content-Type:
@@ @@ -17225,19 +17225,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ab6d3f699ecf33e7534eac715e4645de"
+ - W/"6e35e948694da35f1298e8a0fdb0e0e3"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - a06a94f2-6af5-48cf-9066-01988331b756
+ - b5bab1f0-965c-4fb9-b73b-018bc25c2955
X-Runtime:
- - '0.047197'
+ - '0.051449'
Content-Length:
- '2487'
body:
encoding: UTF-8
- string: '{"_id":"568b2aecc36511390b00009a","created_at":"2016-01-05T02:31:08Z","updated_at":"2016-01-05T02:31:08Z","title":"Om
- oss","parent_id":"568b2ae5c36511390b000002","position":1,"handle":"about-us","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr","nb"],"cache_enabled":true,"slug":"om-oss","fullpath":"om-oss","localized_fullpaths":{"en":"about-us","fr":"fr/a-notre-sujet","nb":"nb/om-oss"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"569acdedc3651121bb0000ab","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"Om
+ oss","parent_id":"569acde5c3651121bb000013","position":1,"handle":"about-us","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr","nb"],"cache_enabled":true,"slug":"om-oss","fullpath":"om-oss","localized_fullpaths":{"en":"about-us","fr":"fr/a-notre-sujet","nb":"nb/om-oss"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
extends parent %}\n{% block content %}\n{% editable_long_text ''content''
%}\n\u003cp\u003e\n Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum,
@@ @@ -17255,24 +17255,24 @@ http_interactions:
egestas. Mauris lobortis hendrerit odio, vitae porttitor urna rutrum at. Ut
at lectus erat, nec dictum dolor. Praesent in sapien interdum nibh euismod
vestibulum. Vestibulum tincidunt pulvinar accumsan.\n\u003c/p\u003e\n{% endeditable_long_text
- %}\n{% endblock %}\n","editable_elements":[{"_id":"568b2aecc36511390b00009b","created_at":"2016-01-05T02:31:08Z","updated_at":"2016-01-05T02:31:08Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":null,"type":"EditableFile"},{"_id":"568b2aecc36511390b00009c","created_at":"2016-01-05T02:31:08Z","updated_at":"2016-01-05T02:31:08Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":null,"type":""}],"seo_title":null,"meta_keywords":null,"meta_description":null}'
+ %}\n{% endblock %}\n","editable_elements":[{"_id":"569acdedc3651121bb0000ac","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":null,"type":"EditableFile"},{"_id":"569acdedc3651121bb0000ad","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":null,"type":""}],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:08 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:37 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bhandle%5D=our-music&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=2&page%5Bpublished%5D=true&page%5Bslug%5D=music&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%7B%25+editable_long_text+%27introduction%27+%25%7D%0A%3Cp%3E%0A++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.%0A%3C%2Fp%3E%0A%7B%25+endeditable_long_text+%25%7D%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+limit%3A+4+offset%3A+0+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+offset%3A+4+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27is_listed%27+listed%3D%27%7B%7B+page.listed%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27test_for_scope%27%3E%0A++%7B%25+with_scope+_slug%3A+%22song-number-3%22+%25%7D%0A++%7B%25+assign+selected_songs+%3D+contents.songs.all+%25%7D%0A++%7B%25+endwith_scope+%25%7D%0A++%7B%25+for+s+in+selected_songs+%25%7D%0A++%3Cp+class%3D%27scoped_song%27%3E%7B%7B+s._label+%7D%7D%3C%2Fp%3E%0A++%3Cp+class%3D%27scoped_song_link%27%3E%0A++++%3Ca+href%3D%27%7B%25+path_to+s+%25%7D%27%3E%7B%7B+s._label+%7D%7D%3C%2Fa%3E%0A++%3C%2Fp%3E%0A++%7B%25+endfor+%25%7D%0A++%3Cp+class%3D%27collection_equality%27%3E%7B%7B+contents.songs.all.size+%7D%7D%3D%7B%7B+contents.songs.size+%7D%7D%3C%2Fp%3E%0A%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Music
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bhandle%5D=our-music&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=2&page%5Bpublished%5D=true&page%5Bslug%5D=music&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%7B%25+editable_long_text+%27introduction%27+%25%7D%0A%3Cp%3E%0A++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.%0A%3C%2Fp%3E%0A%7B%25+endeditable_long_text+%25%7D%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+limit%3A+4+offset%3A+0+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+offset%3A+4+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27is_listed%27+listed%3D%27%7B%7B+page.listed%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27test_for_scope%27%3E%0A++%7B%25+with_scope+_slug%3A+%22song-number-3%22+%25%7D%0A++%7B%25+assign+selected_songs+%3D+contents.songs.all+%25%7D%0A++%7B%25+endwith_scope+%25%7D%0A++%7B%25+for+s+in+selected_songs+%25%7D%0A++%3Cp+class%3D%27scoped_song%27%3E%7B%7B+s._label+%7D%7D%3C%2Fp%3E%0A++%3Cp+class%3D%27scoped_song_link%27%3E%0A++++%3Ca+href%3D%27%7B%25+path_to+s+%25%7D%27%3E%7B%7B+s._label+%7D%7D%3C%2Fa%3E%0A++%3C%2Fp%3E%0A++%7B%25+endfor+%25%7D%0A++%3Cp+class%3D%27collection_equality%27%3E%7B%7B+contents.songs.all.size+%7D%7D%3D%7B%7B+contents.songs.size+%7D%7D%3C%2Fp%3E%0A%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Music
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -17287,18 +17287,18 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8a9d5c0f3ae2051b96c4e6824792b3ad"
+ - W/"4f98f072e11e9676167812c00fe36533"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 13b372a4-7f0a-4e56-8272-73a8a73df2f8
+ - d167d3e9-5c7d-42cc-98db-32c08f3a9d59
X-Runtime:
- - '0.052937'
+ - '0.058057'
Content-Length:
- '2401'
body:
encoding: UTF-8
- string: '{"_id":"568b2aecc36511390b00009d","created_at":"2016-01-05T02:31:08Z","updated_at":"2016-01-05T02:31:08Z","title":"Music","parent_id":"568b2ae5c36511390b000002","position":2,"handle":"our-music","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"music","fullpath":"music","localized_fullpaths":{"en":"music","fr":"fr/music","nb":"nb/music"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"569acdedc3651121bb0000ae","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"Music","parent_id":"569acde5c3651121bb000013","position":2,"handle":"our-music","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"music","fullpath":"music","localized_fullpaths":{"en":"music","fr":"fr/music","nb":"nb/music"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
extends parent %}\n{% block content %}\n{% editable_long_text ''introduction''
%}\n\u003cp\u003e\n Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum,
@@ @@ -17322,22 +17322,22 @@ http_interactions:
}}={{ contents.songs.size }}\u003c/p\u003e\n\u003c/div\u003e\n{% endblock
%}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:08 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:37 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/568b2aecc36511390b00009d.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/569acdedc3651121bb0000ae.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bhandle%5D=our-music&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=2&page%5Bpublished%5D=true&page%5Bslug%5D=notre-musique&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%7B%25+editable_long_text+%27introduction%27+%25%7D%0A%3Cp%3E%0A++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.%0A%3C%2Fp%3E%0A%7B%25+endeditable_long_text+%25%7D%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+limit%3A+4+offset%3A+0+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+offset%3A+4+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27is_listed%27+listed%3D%27%7B%7B+page.listed%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27test_for_scope%27%3E%0A++%7B%25+with_scope+_slug%3A+%22song-number-3%22+%25%7D%0A++%7B%25+assign+selected_songs+%3D+contents.songs.all+%25%7D%0A++%7B%25+endwith_scope+%25%7D%0A++%7B%25+for+s+in+selected_songs+%25%7D%0A++%3Cp+class%3D%27scoped_song%27%3E%7B%7B+s._label+%7D%7D%3C%2Fp%3E%0A++%3Cp+class%3D%27scoped_song_link%27%3E%0A++++%3Ca+href%3D%27%7B%25+path_to+s+%25%7D%27%3E%7B%7B+s._label+%7D%7D%3C%2Fa%3E%0A++%3C%2Fp%3E%0A++%7B%25+endfor+%25%7D%0A++%3Cp+class%3D%27collection_equality%27%3E%7B%7B+contents.songs.all.size+%7D%7D%3D%7B%7B+contents.songs.size+%7D%7D%3C%2Fp%3E%0A%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Notre+musique
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bhandle%5D=our-music&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=2&page%5Bpublished%5D=true&page%5Bslug%5D=notre-musique&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%7B%25+editable_long_text+%27introduction%27+%25%7D%0A%3Cp%3E%0A++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.%0A%3C%2Fp%3E%0A%7B%25+endeditable_long_text+%25%7D%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+limit%3A+4+offset%3A+0+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+offset%3A+4+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27is_listed%27+listed%3D%27%7B%7B+page.listed%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27test_for_scope%27%3E%0A++%7B%25+with_scope+_slug%3A+%22song-number-3%22+%25%7D%0A++%7B%25+assign+selected_songs+%3D+contents.songs.all+%25%7D%0A++%7B%25+endwith_scope+%25%7D%0A++%7B%25+for+s+in+selected_songs+%25%7D%0A++%3Cp+class%3D%27scoped_song%27%3E%7B%7B+s._label+%7D%7D%3C%2Fp%3E%0A++%3Cp+class%3D%27scoped_song_link%27%3E%0A++++%3Ca+href%3D%27%7B%25+path_to+s+%25%7D%27%3E%7B%7B+s._label+%7D%7D%3C%2Fa%3E%0A++%3C%2Fp%3E%0A++%7B%25+endfor+%25%7D%0A++%3Cp+class%3D%27collection_equality%27%3E%7B%7B+contents.songs.all.size+%7D%7D%3D%7B%7B+contents.songs.size+%7D%7D%3C%2Fp%3E%0A%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Notre+musique
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -17354,19 +17354,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"5c37a886830f257d55585393721e16d6"
+ - W/"6338cdee7acb35c9a7d2e80ceb57acaa"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - da240284-9459-4a28-b01b-1222c140852e
+ - 80c69438-fe80-466e-bd9e-5406616ee386
X-Runtime:
- - '0.075034'
+ - '0.043044'
Content-Length:
- '2440'
body:
encoding: UTF-8
- string: '{"_id":"568b2aecc36511390b00009d","created_at":"2016-01-05T02:31:08Z","updated_at":"2016-01-05T02:31:09Z","title":"Notre
- musique","parent_id":"568b2ae5c36511390b000002","position":2,"handle":"our-music","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"notre-musique","fullpath":"notre-musique","localized_fullpaths":{"en":"music","fr":"fr/notre-musique","nb":"nb/music"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"569acdedc3651121bb0000ae","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"Notre
+ musique","parent_id":"569acde5c3651121bb000013","position":2,"handle":"our-music","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"notre-musique","fullpath":"notre-musique","localized_fullpaths":{"en":"music","fr":"fr/notre-musique","nb":"nb/music"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
extends parent %}\n{% block content %}\n{% editable_long_text ''introduction''
%}\n\u003cp\u003e\n Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum,
@@ @@ -17390,22 +17390,22 @@ http_interactions:
}}={{ contents.songs.size }}\u003c/p\u003e\n\u003c/div\u003e\n{% endblock
%}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:37 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=3&page%5Bpublished%5D=true&page%5Bredirect_type%5D=301&page%5Bredirect_url%5D=http%3A%2F%2Fwww.apple.com%2Fen%2Fitunes%2F&page%5Bslug%5D=store&page%5Btemplate%5D=&page%5Btitle%5D=Store
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=3&page%5Bpublished%5D=true&page%5Bredirect_type%5D=301&page%5Bredirect_url%5D=http%3A%2F%2Fwww.apple.com%2Fen%2Fitunes%2F&page%5Bslug%5D=store&page%5Btemplate%5D=&page%5Btitle%5D=Store
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -17420,36 +17420,36 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"b93c04e7ff8b302dc9190f54204175ae"
+ - W/"3a20a8c4e50461343b5ba575c63c8328"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d29f4eac-87cf-4a66-9115-ec2910000e46
+ - 563b48b5-d9c6-4fdf-98ba-7041cd220182
X-Runtime:
- - '0.069391'
+ - '0.046425'
Content-Length:
- '718'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b00009e","created_at":"2016-01-05T02:31:09Z","updated_at":"2016-01-05T02:31:09Z","title":"Store","parent_id":"568b2ae5c36511390b000002","position":3,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"store","fullpath":"store","localized_fullpaths":{"en":"store","fr":"fr/store","nb":"nb/store"},"redirect":true,"redirect_url":"http://www.apple.com/en/itunes/","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
+ string: '{"_id":"569acdedc3651121bb0000af","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"Store","parent_id":"569acde5c3651121bb000013","position":3,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"store","fullpath":"store","localized_fullpaths":{"en":"store","fr":"fr/store","nb":"nb/store"},"redirect":true,"redirect_url":"http://www.apple.com/en/itunes/","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
extends parent %}","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:37 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/568b2aedc36511390b00009e.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/569acdedc3651121bb0000af.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=3&page%5Bpublished%5D=true&page%5Bredirect_type%5D=301&page%5Bredirect_url%5D=http%3A%2F%2Fwww.apple.com%2Ffr%2Fitunes%2F&page%5Bslug%5D=magasin&page%5Btemplate%5D=&page%5Btitle%5D=Magasin
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=3&page%5Bpublished%5D=true&page%5Bredirect_type%5D=301&page%5Bredirect_url%5D=http%3A%2F%2Fwww.apple.com%2Ffr%2Fitunes%2F&page%5Bslug%5D=magasin&page%5Btemplate%5D=&page%5Btitle%5D=Magasin
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -17466,35 +17466,35 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"b0681266d662ad5b6c665f317c130777"
+ - W/"4751d39bc83ed3fb02f32c2a44c4e0a5"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 7ccf30bc-6adb-4ca5-932a-82fa845263ac
+ - 67f7209b-5809-4770-83d1-76374c417aef
X-Runtime:
- - '0.042980'
+ - '0.046082'
Content-Length:
- '711'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b00009e","created_at":"2016-01-05T02:31:09Z","updated_at":"2016-01-05T02:31:09Z","title":"Magasin","parent_id":"568b2ae5c36511390b000002","position":3,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"magasin","fullpath":"magasin","localized_fullpaths":{"en":"store","fr":"fr/magasin","nb":"nb/store"},"redirect":true,"redirect_url":"http://www.apple.com/fr/itunes/","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
+ string: '{"_id":"569acdedc3651121bb0000af","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"Magasin","parent_id":"569acde5c3651121bb000013","position":3,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"magasin","fullpath":"magasin","localized_fullpaths":{"en":"store","fr":"fr/magasin","nb":"nb/store"},"redirect":true,"redirect_url":"http://www.apple.com/fr/itunes/","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:37 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=4&page%5Bpublished%5D=true&page%5Bslug%5D=contact&page%5Btemplate%5D=%7B%25+extends+%27parent%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cdiv+class%3D%27text%27%3E%0A++%7B%25+editable_long_text+%27text%27+%25%7D%0A++%3Cp%3E%0A++++Ut+imperdiet+velit+eu+metus+semper+tristique.+Vivamus+risus+nisi%2C+tincidunt+et+euismod+a%2C+auctor+pretium+eros.+Vestibulum+sed+magna+et+velit+pulvinar+euismod.+Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Aenean+sed+velit+quis+nisl+blandit+vulputate+id+non+tortor.+Mauris+nec+placerat+massa.+Vivamus+sed+odio+non+ligula+pharetra+pretium.+Ut+convallis%2C+purus+et+lobortis+suscipit%2C+mauris+orci+ullamcorper+lectus%2C+nec+vulputate+turpis+mauris+sed+augue.+Maecenas+faucibus+ultricies+nisl%2C+non+ullamcorper+justo+bibendum+nec.+Duis+vitae+mauris+condimentum+risus+commodo+mattis+vel+sed+libero.+Fusce+diam+elit%2C+porta+id+vestibulum+ut%2C+aliquet+mattis+neque.%0A++%3C%2Fp%3E%0A++%7B%25+endeditable_long_text+%25%7D%0A%3C%2Fdiv%3E%0A%3Cform+action%3D%27%7B%7B+contents.messages.public_submission_url+%7D%7D.json%27+id%3D%27contactform%27+method%3D%27post%27+name%3D%27contact%27%3E%0A++%3C%21--+%25input%7B+type%3A+%27hidden%27%2C+name%3A+%27success_callback%27%2C+value%3A+%27%2Fevents%27+%7D+--%3E%0A++%3C%21--+%25input%7B+type%3A+%27hidden%27%2C+name%3A+%27error_callback%27%2C+value%3A+%27%2Fcontact%27+%7D+--%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27name%27%3EName%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27name%27+name%3D%27content%5Bname%5D%27+placeholder%3D%27First+and+last+name%27+required%3D%27required%27+tabindex%3D%271%27+type%3D%27text%27+value%3D%27%7B%7B+message.name+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.name+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27email%27%3EEmail%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27email%27+name%3D%27content%5Bemail%5D%27+placeholder%3D%27example%40domain.com%27+required%3D%27required%27+tabindex%3D%272%27+type%3D%27text%27+value%3D%27%7B%7B+message.email+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.email+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27comment%27%3EYour+Message%3C%2Flabel%3E%0A++++%3Ctextarea+id%3D%27comment%27+name%3D%27content%5Bmessage%5D%27+required%3D%27required%27+tabindex%3D%273%27%3E%7B%7B+message.message+%7D%7D%3C%2Ftextarea%3E%0A++++%3Cspan%3E%7B%7B+message.errors.message+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp+class%3D%27action%27%3E%0A++++%3Cinput+name%3D%27submit%27+tabindex%3D%274%27+type%3D%27submit%27+value%3D%27Send+Message%27%3E%0A++%3C%2Fp%3E%0A%3C%2Fform%3E%0A%3Cscript%3E%0A++%24%28document%29.ready%28function%28%29+%7B%0A++++var+form+%3D+%24%28%27form%5Bname%3Dcontact%5D%27%29%3B%0A++++form.submit%28function%28e%29+%7B%0A++++++e.stopPropagation%28%29%3B%0A++++++e.preventDefault%28%29%3B%0A++++++%24.post%28form.attr%28%27action%27%29%2C%0A++++++++form.serializeArray%28%29%2C%0A++++++++function%28%29+%7B%0A++++++++++alert%28%22Thank+you+%21+Your+message+have+been+received%22%29%3B%0A++++++++%7D%2C+%22json%22%29.error%28function%28response%29+%7B%0A++++++++++alert%28%22We+are+sorry+but+we+were+unable+to+treat+your+message.+Please+try+later.%22%29%3B%0A++++++++%7D%29%3B%0A++++%7D%29%3B%0A++%7D%29%3B%0A%3C%2Fscript%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Contact+Us
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=4&page%5Bpublished%5D=true&page%5Bslug%5D=contact&page%5Btemplate%5D=%7B%25+extends+%27parent%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cdiv+class%3D%27text%27%3E%0A++%7B%25+editable_long_text+%27text%27+%25%7D%0A++%3Cp%3E%0A++++Ut+imperdiet+velit+eu+metus+semper+tristique.+Vivamus+risus+nisi%2C+tincidunt+et+euismod+a%2C+auctor+pretium+eros.+Vestibulum+sed+magna+et+velit+pulvinar+euismod.+Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Aenean+sed+velit+quis+nisl+blandit+vulputate+id+non+tortor.+Mauris+nec+placerat+massa.+Vivamus+sed+odio+non+ligula+pharetra+pretium.+Ut+convallis%2C+purus+et+lobortis+suscipit%2C+mauris+orci+ullamcorper+lectus%2C+nec+vulputate+turpis+mauris+sed+augue.+Maecenas+faucibus+ultricies+nisl%2C+non+ullamcorper+justo+bibendum+nec.+Duis+vitae+mauris+condimentum+risus+commodo+mattis+vel+sed+libero.+Fusce+diam+elit%2C+porta+id+vestibulum+ut%2C+aliquet+mattis+neque.%0A++%3C%2Fp%3E%0A++%7B%25+endeditable_long_text+%25%7D%0A%3C%2Fdiv%3E%0A%3Cform+action%3D%27%7B%7B+contents.messages.public_submission_url+%7D%7D.json%27+id%3D%27contactform%27+method%3D%27post%27+name%3D%27contact%27%3E%0A++%3C%21--+%25input%7B+type%3A+%27hidden%27%2C+name%3A+%27success_callback%27%2C+value%3A+%27%2Fevents%27+%7D+--%3E%0A++%3C%21--+%25input%7B+type%3A+%27hidden%27%2C+name%3A+%27error_callback%27%2C+value%3A+%27%2Fcontact%27+%7D+--%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27name%27%3EName%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27name%27+name%3D%27content%5Bname%5D%27+placeholder%3D%27First+and+last+name%27+required%3D%27required%27+tabindex%3D%271%27+type%3D%27text%27+value%3D%27%7B%7B+message.name+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.name+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27email%27%3EEmail%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27email%27+name%3D%27content%5Bemail%5D%27+placeholder%3D%27example%40domain.com%27+required%3D%27required%27+tabindex%3D%272%27+type%3D%27text%27+value%3D%27%7B%7B+message.email+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.email+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27comment%27%3EYour+Message%3C%2Flabel%3E%0A++++%3Ctextarea+id%3D%27comment%27+name%3D%27content%5Bmessage%5D%27+required%3D%27required%27+tabindex%3D%273%27%3E%7B%7B+message.message+%7D%7D%3C%2Ftextarea%3E%0A++++%3Cspan%3E%7B%7B+message.errors.message+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp+class%3D%27action%27%3E%0A++++%3Cinput+name%3D%27submit%27+tabindex%3D%274%27+type%3D%27submit%27+value%3D%27Send+Message%27%3E%0A++%3C%2Fp%3E%0A%3C%2Fform%3E%0A%3Cscript%3E%0A++%24%28document%29.ready%28function%28%29+%7B%0A++++var+form+%3D+%24%28%27form%5Bname%3Dcontact%5D%27%29%3B%0A++++form.submit%28function%28e%29+%7B%0A++++++e.stopPropagation%28%29%3B%0A++++++e.preventDefault%28%29%3B%0A++++++%24.post%28form.attr%28%27action%27%29%2C%0A++++++++form.serializeArray%28%29%2C%0A++++++++function%28%29+%7B%0A++++++++++alert%28%22Thank+you+%21+Your+message+have+been+received%22%29%3B%0A++++++++%7D%2C+%22json%22%29.error%28function%28response%29+%7B%0A++++++++++alert%28%22We+are+sorry+but+we+were+unable+to+treat+your+message.+Please+try+later.%22%29%3B%0A++++++++%7D%29%3B%0A++++%7D%29%3B%0A++%7D%29%3B%0A%3C%2Fscript%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Contact+Us
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -17509,19 +17509,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c50ecce28d91b0bb649ab6dde8d05435"
+ - W/"4b47d4eb67d6f1f6ecba16d88a4067e3"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 759d11f2-b670-4126-ab54-22733e1a6980
+ - e0052cc6-0fc1-44d8-95cf-ba4269f23792
X-Runtime:
- - '0.053584'
+ - '0.045337'
Content-Length:
- '3494'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b00009f","created_at":"2016-01-05T02:31:09Z","updated_at":"2016-01-05T02:31:09Z","title":"Contact
- Us","parent_id":"568b2ae5c36511390b000002","position":4,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"contact","fullpath":"contact","localized_fullpaths":{"en":"contact","fr":"fr/contact","nb":"nb/contact"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"569acdedc3651121bb0000b0","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"Contact
+ Us","parent_id":"569acde5c3651121bb000013","position":4,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"contact","fullpath":"contact","localized_fullpaths":{"en":"contact","fr":"fr/contact","nb":"nb/contact"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
extends ''parent'' %}\n{% block content %}\n\u003cdiv class=''text''\u003e\n {%
editable_long_text ''text'' %}\n \u003cp\u003e\n Ut imperdiet velit eu
metus semper tristique. Vivamus risus nisi, tincidunt et euismod a, auctor
@@ @@ -17556,22 +17556,22 @@ http_interactions:
were unable to treat your message. Please try later.\");\n });\n });\n });\n\u003c/script\u003e\n{%
endblock %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:37 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bhandle%5D=events&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=5&page%5Bpublished%5D=true&page%5Bslug%5D=events&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cp%3EThank+you+%7B%7B+message.name+%7D%7D+%21%3C%2Fp%3E%0A%3Cdiv+class%3D%27unit+size2of3%27+id%3D%27events%27%3E%0A++%3Ch2%3EUpcoming+events%3C%2Fh2%3E%0A++%3Cul+class%3D%27list%27%3E%0A++++%7B%25+for+event+in+contents.events+%25%7D%0A++++%3Cli%3E%0A++++++%3Cem%3E%7B%7B+event.date+%7C+localized_date%3A+%27%25a%2C+%25B+%25d%2C+%25Y%27+%7D%7D%3C%2Fem%3E%0A++++++%26nbsp%3B-%26nbsp%3B%0A++++++%7B%7B+event.place+%7D%7D%2C+%7B%7B+event.city+%7D%7D%2C+%7B%7B+event.state+%7D%7D%0A++++%3C%2Fli%3E%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+class%3D%27unit+size1of3%27+id%3D%27sidebar%27%3E%0A++%7B%25+model_form+%27messages%27%2C+id%3A+%27contactform%27+%25%7D%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27name%27%3EName%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27name%27+name%3D%27content%5Bname%5D%27+placeholder%3D%27First+and+last+name%27+required%3D%27required%27+tabindex%3D%271%27+type%3D%27text%27+value%3D%27%7B%7B+message.name+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.name+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27email%27%3EEmail%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27email%27+name%3D%27content%5Bemail%5D%27+placeholder%3D%27example%40domain.com%27+required%3D%27required%27+tabindex%3D%272%27+type%3D%27text%27+value%3D%27%7B%7B+message.email+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.email+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27comment%27%3EYour+Message%3C%2Flabel%3E%0A++++%3Ctextarea+id%3D%27comment%27+name%3D%27content%5Bmessage%5D%27+required%3D%27required%27+tabindex%3D%273%27%3E%7B%7B+message.message+%7D%7D%3C%2Ftextarea%3E%0A++++%3Cspan%3E%7B%7B+message.errors.message+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp+class%3D%27action%27%3E%0A++++%3Cinput+name%3D%27submit%27+tabindex%3D%274%27+type%3D%27submit%27+value%3D%27Send+Message%27%3E%0A++%3C%2Fp%3E%0A++%7B%25+endmodel_form+%25%7D%0A++%7B%25+editable_long_text+%27sidebar%27+%25%7D%0A++%3Cp%3E%0A++++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.+Cum+sociis+natoque+penatibus+et+magnis+dis+parturient+montes%2C+nascetur+ridiculus+mus.+Pellentesque+mauris+nisl%2C+consequat+sed+tincidunt+nec%2C+lacinia+in+odio.+In+hac+habitasse+platea+dictumst.+Nam+semper+libero+aliquam+turpis+gravida+vel+varius+erat+vulputate.+Integer+consequat+ipsum+vitae+augue+porttitor+ullamcorper.+Nam+vulputate+aliquet+ante+at+gravida.+Vestibulum+luctus+urna+et+dui+hendrerit+eu+suscipit+velit+varius.+Sed+ornare+eleifend+sem%2C+vitae+pharetra+dolor+sodales+egestas.+Mauris+lobortis+hendrerit+odio%2C+vitae+porttitor+urna+rutrum+at.+Ut+at+lectus+erat%2C+nec+dictum+dolor.+Praesent+in+sapien+interdum+nibh+euismod+vestibulum.+Vestibulum+tincidunt+pulvinar+accumsan%0A++%3C%2Fp%3E%0A++%7B%25+endeditable_long_text+%25%7D%0A++%3Cp%3E%0A++++%3Cstrong%3EDiscover%3A+%7B%25+link_to+our-music+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%3Cstrong%3EMore+about+us%3A+%7B%25+link_to+about-us+%25%7DWho+are+we+%3F%7B%25+endlink_to+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%3Cstrong%3EPlus+%C3%A0+notre+sujet%3A+%7B%25+link_to+about-us%2C+locale%3A+fr+%25%7DQui+sommes+nous+%3F%7B%25+endlink_to+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%7B%25+assign+song+%3D+contents.songs.first+%25%7D%0A++++%3Cstrong%3E%7B%25+link_to+song+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%7B%25+assign+another_song+%3D+contents.songs.last+%25%7D%0A++++%3Cstrong%3E%7B%25+link_to+another_song%2C+with%3A+a-song-template+%25%7D%3C%2Fstrong%3E%0A++%3C%2Fp%3E%0A%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Events
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bhandle%5D=events&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=5&page%5Bpublished%5D=true&page%5Bslug%5D=events&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cp%3EThank+you+%7B%7B+message.name+%7D%7D+%21%3C%2Fp%3E%0A%3Cdiv+class%3D%27unit+size2of3%27+id%3D%27events%27%3E%0A++%3Ch2%3EUpcoming+events%3C%2Fh2%3E%0A++%3Cul+class%3D%27list%27%3E%0A++++%7B%25+for+event+in+contents.events+%25%7D%0A++++%3Cli%3E%0A++++++%3Cem%3E%7B%7B+event.date+%7C+localized_date%3A+%27%25a%2C+%25B+%25d%2C+%25Y%27+%7D%7D%3C%2Fem%3E%0A++++++%26nbsp%3B-%26nbsp%3B%0A++++++%7B%7B+event.place+%7D%7D%2C+%7B%7B+event.city+%7D%7D%2C+%7B%7B+event.state+%7D%7D%0A++++%3C%2Fli%3E%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+class%3D%27unit+size1of3%27+id%3D%27sidebar%27%3E%0A++%7B%25+model_form+%27messages%27%2C+id%3A+%27contactform%27+%25%7D%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27name%27%3EName%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27name%27+name%3D%27content%5Bname%5D%27+placeholder%3D%27First+and+last+name%27+required%3D%27required%27+tabindex%3D%271%27+type%3D%27text%27+value%3D%27%7B%7B+message.name+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.name+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27email%27%3EEmail%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27email%27+name%3D%27content%5Bemail%5D%27+placeholder%3D%27example%40domain.com%27+required%3D%27required%27+tabindex%3D%272%27+type%3D%27text%27+value%3D%27%7B%7B+message.email+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.email+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27comment%27%3EYour+Message%3C%2Flabel%3E%0A++++%3Ctextarea+id%3D%27comment%27+name%3D%27content%5Bmessage%5D%27+required%3D%27required%27+tabindex%3D%273%27%3E%7B%7B+message.message+%7D%7D%3C%2Ftextarea%3E%0A++++%3Cspan%3E%7B%7B+message.errors.message+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp+class%3D%27action%27%3E%0A++++%3Cinput+name%3D%27submit%27+tabindex%3D%274%27+type%3D%27submit%27+value%3D%27Send+Message%27%3E%0A++%3C%2Fp%3E%0A++%7B%25+endmodel_form+%25%7D%0A++%7B%25+editable_long_text+%27sidebar%27+%25%7D%0A++%3Cp%3E%0A++++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.+Cum+sociis+natoque+penatibus+et+magnis+dis+parturient+montes%2C+nascetur+ridiculus+mus.+Pellentesque+mauris+nisl%2C+consequat+sed+tincidunt+nec%2C+lacinia+in+odio.+In+hac+habitasse+platea+dictumst.+Nam+semper+libero+aliquam+turpis+gravida+vel+varius+erat+vulputate.+Integer+consequat+ipsum+vitae+augue+porttitor+ullamcorper.+Nam+vulputate+aliquet+ante+at+gravida.+Vestibulum+luctus+urna+et+dui+hendrerit+eu+suscipit+velit+varius.+Sed+ornare+eleifend+sem%2C+vitae+pharetra+dolor+sodales+egestas.+Mauris+lobortis+hendrerit+odio%2C+vitae+porttitor+urna+rutrum+at.+Ut+at+lectus+erat%2C+nec+dictum+dolor.+Praesent+in+sapien+interdum+nibh+euismod+vestibulum.+Vestibulum+tincidunt+pulvinar+accumsan%0A++%3C%2Fp%3E%0A++%7B%25+endeditable_long_text+%25%7D%0A++%3Cp%3E%0A++++%3Cstrong%3EDiscover%3A+%7B%25+link_to+our-music+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%3Cstrong%3EMore+about+us%3A+%7B%25+link_to+about-us+%25%7DWho+are+we+%3F%7B%25+endlink_to+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%3Cstrong%3EPlus+%C3%A0+notre+sujet%3A+%7B%25+link_to+about-us%2C+locale%3A+fr+%25%7DQui+sommes+nous+%3F%7B%25+endlink_to+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%7B%25+assign+song+%3D+contents.songs.first+%25%7D%0A++++%3Cstrong%3E%7B%25+link_to+song+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%7B%25+assign+another_song+%3D+contents.songs.last+%25%7D%0A++++%3Cstrong%3E%7B%25+link_to+another_song%2C+with%3A+a-song-template+%25%7D%3C%2Fstrong%3E%0A++%3C%2Fp%3E%0A%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Events
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -17586,22 +17586,22 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"fd0a92f2497131f87b86495bcf02cbc3"
+ - W/"29bbffcc05a23fdc956ec91d37c1073a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - abd4bf6d-1bf4-479a-b934-5eed7409ced9
+ - 2fc52fa4-aa58-4a79-b6f6-c946b48eafe9
X-Runtime:
- - '0.043929'
+ - '0.048086'
Content-Length:
- '4459'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NjhiMmFlZGMzNjUxMTM5MGIwMDAwYTAiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMS0wNVQwMjozMTowOVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- MS0wNVQwMjozMTowOVoiLCJ0aXRsZSI6IkV2ZW50cyIsInBhcmVudF9pZCI6
- IjU2OGIyYWU1YzM2NTExMzkwYjAwMDAwMiIsInBvc2l0aW9uIjo1LCJoYW5k
+ eyJfaWQiOiI1NjlhY2RlZWMzNjUxMTIxYmIwMDAwYjEiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wMS0xNlQyMzoxMDozOFoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ MS0xNlQyMzoxMDozOFoiLCJ0aXRsZSI6IkV2ZW50cyIsInBhcmVudF9pZCI6
+ IjU2OWFjZGU1YzM2NTExMjFiYjAwMDAxMyIsInBvc2l0aW9uIjo1LCJoYW5k
bGUiOiJldmVudHMiLCJkZXB0aCI6MSwicmVzcG9uc2VfdHlwZSI6InRleHQv
aHRtbCIsImxpc3RlZCI6ZmFsc2UsInB1Ymxpc2hlZCI6dHJ1ZSwidHJhbnNs
YXRlZF9pbiI6WyJlbiJdLCJjYWNoZV9lbmFibGVkIjp0cnVlLCJzbHVnIjoi
@@ @@ -17699,22 +17699,22 @@ http_interactions:
dWxsLCJtZXRhX2tleXdvcmRzIjpudWxsLCJtZXRhX2Rlc2NyaXB0aW9uIjpu
dWxsfQ==
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=contest&page%5Btemplate%5D=%7B%25+extends+%27parent%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch1%3EContest+sample%3C%2Fh1%3E%0A%7B%25+if+session.already_participated+%25%7D%0A%3Cp%3EYou%27ve+already+participated+to+that+contest+%21+Come+back+later.%3C%2Fp%3E%0A%7B%25+else+%25%7D%0A%3Cp%3EYour+code+is%3A+HELLO+WORLD%3C%2Fp%3E%0A%7B%25+session_assign+already_participated+%3D+true+%25%7D%0A%7B%25+endif+%25%7D%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=A+sample+contest
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=contest&page%5Btemplate%5D=%7B%25+extends+%27parent%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch1%3EContest+sample%3C%2Fh1%3E%0A%7B%25+if+session.already_participated+%25%7D%0A%3Cp%3EYou%27ve+already+participated+to+that+contest+%21+Come+back+later.%3C%2Fp%3E%0A%7B%25+else+%25%7D%0A%3Cp%3EYour+code+is%3A+HELLO+WORLD%3C%2Fp%3E%0A%7B%25+session_assign+already_participated+%3D+true+%25%7D%0A%7B%25+endif+%25%7D%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=A+sample+contest
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -17729,41 +17729,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"aec856501d9164cb07033500a5359f08"
+ - W/"3b268b0a8d97a1d852ceef14c5a95123"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 7e697b61-1b65-4e02-8ffe-c8ddd52e6fb3
+ - 6fb9bdbb-ce2c-4d00-a8b6-564e2e296d56
X-Runtime:
- - '0.044910'
+ - '0.045395'
Content-Length:
- '1057'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b0000a1","created_at":"2016-01-05T02:31:09Z","updated_at":"2016-01-05T02:31:09Z","title":"A
- sample contest","parent_id":"568b2ae5c36511390b000002","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"contest","fullpath":"contest","localized_fullpaths":{"en":"contest","fr":"fr/contest","nb":"nb/contest"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"569acdeec3651121bb0000b2","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"A
+ sample contest","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"contest","fullpath":"contest","localized_fullpaths":{"en":"contest","fr":"fr/contest","nb":"nb/contest"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
extends ''parent'' %}\n{% block content %}\n\u003ch1\u003eContest sample\u003c/h1\u003e\n{%
if session.already_participated %}\n\u003cp\u003eYou''ve already participated
to that contest ! Come back later.\u003c/p\u003e\n{% else %}\n\u003cp\u003eYour
code is: HELLO WORLD\u003c/p\u003e\n{% session_assign already_participated
= true %}\n{% endif %}\n{% endblock %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=archives&page%5Btitle%5D=Archives
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=archives&page%5Btitle%5D=Archives
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -17778,36 +17778,36 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"f1564b47ad5c1ee6a96bc01f2f9a4263"
+ - W/"9ee675083899012fb126db6106762bce"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - b5b776bb-e1c8-489c-86b7-d72a6face44f
+ - f4f54ec5-c7ed-4e25-83fb-6fb9a43fb0e5
X-Runtime:
- - '0.045817'
+ - '0.045640'
Content-Length:
- '709'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b0000a2","created_at":"2016-01-05T02:31:09Z","updated_at":"2016-01-05T02:31:09Z","title":"Archives","parent_id":"568b2ae5c36511390b000002","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"archives","fullpath":"archives","localized_fullpaths":{"en":"archives","fr":"fr/archives","nb":"nb/archives"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
+ string: '{"_id":"569acdeec3651121bb0000b3","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Archives","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"archives","fullpath":"archives","localized_fullpaths":{"en":"archives","fr":"fr/archives","nb":"nb/archives"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
extends parent %}","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=filtered&page%5Btemplate%5D=%7B%25+assign+begin_date++%3D+%272012-06-01+00%3A00%3A00%27+%25%7D%0A%7B%25+assign+end_date++++%3D+%272012-06-10+23%3A59%3A59%27+%25%7D%0A%7B%25+assign+prices++++++%3D+%275.0%2C5.5%27+%7C+split%3A+%27%2C%27+%7C+map%3A+%27to_f%27+%25%7D%0A%7B%25+with_scope+date.gte%3A+begin_date%2C+date.lte%3A+end_date%2C+city%3A+%2FKansas%2F%2C+state.ne%3A+%27Illinois%27%2C+tags%3A+%27awesome%27%2C+tags.nin%3A+%27bad%27%2C+price.in%3A+prices%2C+order_by%3A+%27price.desc%27+%25%7D%0Aevents%3D%7B%7B+contents.events.count+%7D%7D.%0A%7B%25+endwith_scope+%25%7D%0A%7B%25+with_scope+tags.in%3A+%27awesome%27%2C+order_by%3A+%27price.desc%27+%25%7D%0Afirst+event%3D%7B%7B+contents.events.first.place+%7D%7D.%0A%7B%25+endwith_scope+%25%7D%0A%7B%25+assign+featured+%3D+false+%25%7D%0A%7B%25+with_scope+featured%3A+featured+%25%7D%0Abands%3D%7B%7B+contents.bands.count+%7D%7D.%0A%7B%25+endwith_scope+%25%7D%0A&page%5Btitle%5D=Various+uses+of+the+with_scope+tag
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=filtered&page%5Btemplate%5D=%7B%25+assign+begin_date++%3D+%272012-06-01+00%3A00%3A00%27+%25%7D%0A%7B%25+assign+end_date++++%3D+%272012-06-10+23%3A59%3A59%27+%25%7D%0A%7B%25+assign+prices++++++%3D+%275.0%2C5.5%27+%7C+split%3A+%27%2C%27+%7C+map%3A+%27to_f%27+%25%7D%0A%7B%25+with_scope+date.gte%3A+begin_date%2C+date.lte%3A+end_date%2C+city%3A+%2FKansas%2F%2C+state.ne%3A+%27Illinois%27%2C+tags%3A+%27awesome%27%2C+tags.nin%3A+%27bad%27%2C+price.in%3A+prices%2C+order_by%3A+%27price.desc%27+%25%7D%0Aevents%3D%7B%7B+contents.events.count+%7D%7D.%0A%7B%25+endwith_scope+%25%7D%0A%7B%25+with_scope+tags.in%3A+%27awesome%27%2C+order_by%3A+%27price.desc%27+%25%7D%0Afirst+event%3D%7B%7B+contents.events.first.place+%7D%7D.%0A%7B%25+endwith_scope+%25%7D%0A%7B%25+assign+featured+%3D+false+%25%7D%0A%7B%25+with_scope+featured%3A+featured+%25%7D%0Abands%3D%7B%7B+contents.bands.count+%7D%7D.%0A%7B%25+endwith_scope+%25%7D%0A&page%5Btitle%5D=Various+uses+of+the+with_scope+tag
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -17822,19 +17822,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"9037661122ec7235bc506ef326244eb3"
+ - W/"b46f0059a1148472137a837d23c696fc"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 48999a86-a7c2-47cf-998f-55f6182260bd
+ - 5a8c2c24-f36f-46f5-b847-d27b1f46f081
X-Runtime:
- - '0.044073'
+ - '0.045849'
Content-Length:
- '1364'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b0000a3","created_at":"2016-01-05T02:31:09Z","updated_at":"2016-01-05T02:31:09Z","title":"Various
- uses of the with_scope tag","parent_id":"568b2ae5c36511390b000002","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"filtered","fullpath":"filtered","localized_fullpaths":{"en":"filtered","fr":"fr/filtered","nb":"nb/filtered"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
+ string: '{"_id":"569acdeec3651121bb0000b4","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Various
+ uses of the with_scope tag","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"filtered","fullpath":"filtered","localized_fullpaths":{"en":"filtered","fr":"fr/filtered","nb":"nb/filtered"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
assign begin_date = ''2012-06-01 00:00:00'' %}\n{% assign end_date = ''2012-06-10
23:59:59'' %}\n{% assign prices = ''5.0,5.5'' | split: '','' | map: ''to_f''
%}\n{% with_scope date.gte: begin_date, date.lte: end_date, city: /Kansas/,
@@ @@ -17845,22 +17845,22 @@ http_interactions:
= false %}\n{% with_scope featured: featured %}\nbands={{ contents.bands.count
}}.\n{% endwith_scope %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=grunge-bands&page%5Btemplate%5D=%7B%25+with_scope+kind%3A+%22grunge%22+%25%7D%0A%7B%25+for+band+in+contents.bands+%25%7D%0A%7B%7B+band.leader+%7D%7D%0A%7B%25+endfor+%25%7D%0A%7B%25+endwith_scope+%25%7D%0A&page%5Btitle%5D=Grunge+leaders
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=grunge-bands&page%5Btemplate%5D=%7B%25+with_scope+kind%3A+%22grunge%22+%25%7D%0A%7B%25+for+band+in+contents.bands+%25%7D%0A%7B%7B+band.leader+%7D%7D%0A%7B%25+endfor+%25%7D%0A%7B%25+endwith_scope+%25%7D%0A&page%5Btitle%5D=Grunge+leaders
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -17875,38 +17875,38 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"f17714983d24cc78b90ef69f1a778d97"
+ - W/"c8c09e3c3fa6f0259104a4da9d9cb901"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - fd36c037-dc2b-412b-a6c1-e1d4e0aaf421
+ - 3446e0cd-df15-4414-8803-a8621e604e48
X-Runtime:
- - '0.045954'
+ - '0.048324'
Content-Length:
- '837'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b0000a4","created_at":"2016-01-05T02:31:09Z","updated_at":"2016-01-05T02:31:09Z","title":"Grunge
- leaders","parent_id":"568b2ae5c36511390b000002","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"grunge-bands","fullpath":"grunge-bands","localized_fullpaths":{"en":"grunge-bands","fr":"fr/grunge-bands","nb":"nb/grunge-bands"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
+ string: '{"_id":"569acdeec3651121bb0000b5","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Grunge
+ leaders","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"grunge-bands","fullpath":"grunge-bands","localized_fullpaths":{"en":"grunge-bands","fr":"fr/grunge-bands","nb":"nb/grunge-bands"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
with_scope kind: \"grunge\" %}\n{% for band in contents.bands %}\n{{ band.leader
}}\n{% endfor %}\n{% endwith_scope %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=all&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cul%3E%0A%7B%25+for+page+in+site.pages+%25%7D%0A%3Cli%3E%7B%7B+page.title+%7D%7D%3C%2Fli%3E%0A%7B%25+endfor+%25%7D%0A%3C%2Ful%3E%0A%7B%25+fetch_page+our-music+as+my_page+%25%7D%0A%3Cp%3ESingle+page%3A+%7B%7B+my_page.title+%7D%7D%3C%2Fp%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=All+the+pages
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=all&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cul%3E%0A%7B%25+for+page+in+site.pages+%25%7D%0A%3Cli%3E%7B%7B+page.title+%7D%7D%3C%2Fli%3E%0A%7B%25+endfor+%25%7D%0A%3C%2Ful%3E%0A%7B%25+fetch_page+our-music+as+my_page+%25%7D%0A%3Cp%3ESingle+page%3A+%7B%7B+my_page.title+%7D%7D%3C%2Fp%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=All+the+pages
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -17921,40 +17921,40 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"7bf13f04dca7181913c9a929817f6860"
+ - W/"3ea447a884149744ddae0f6e0a05fb44"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 42cee464-6848-4d8e-94fc-7c72ec97416e
+ - 94e406b6-636d-4c7d-b0e2-8e9a04dbea55
X-Runtime:
- - '0.045103'
+ - '0.045149'
Content-Length:
- '953'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b0000a5","created_at":"2016-01-05T02:31:09Z","updated_at":"2016-01-05T02:31:09Z","title":"All
- the pages","parent_id":"568b2ae5c36511390b000002","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"all","fullpath":"all","localized_fullpaths":{"en":"all","fr":"fr/all","nb":"nb/all"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"569acdeec3651121bb0000b6","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"All
+ the pages","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"all","fullpath":"all","localized_fullpaths":{"en":"all","fr":"fr/all","nb":"nb/all"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
extends parent %}\n{% block content %}\n\u003cul\u003e\n{% for page in site.pages
%}\n\u003cli\u003e{{ page.title }}\u003c/li\u003e\n{% endfor %}\n\u003c/ul\u003e\n{%
fetch_page our-music as my_page %}\n\u003cp\u003eSingle page: {{ my_page.title
}}\u003c/p\u003e\n{% endblock %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=layouts&page%5Btitle%5D=Layouts
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=layouts&page%5Btitle%5D=Layouts
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -17969,36 +17969,36 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a9c5b1684a6327d9b6d06d7ffc818056"
+ - W/"9b37aa51746359d3f9d239d4acbf8ccf"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 278d7e74-c8dd-4cce-80fb-03f99ca7d863
+ - eb37bf12-6358-4a8a-8823-8509fa72001d
X-Runtime:
- - '0.045578'
+ - '0.046878'
Content-Length:
- '703'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b0000a6","created_at":"2016-01-05T02:31:09Z","updated_at":"2016-01-05T02:31:09Z","title":"Layouts","parent_id":"568b2ae5c36511390b000002","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"layouts","fullpath":"layouts","localized_fullpaths":{"en":"layouts","fr":"fr/layouts","nb":"nb/layouts"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
+ string: '{"_id":"569acdeec3651121bb0000b7","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Layouts","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"layouts","fullpath":"layouts","localized_fullpaths":{"en":"layouts","fr":"fr/layouts","nb":"nb/layouts"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
extends parent %}","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=songs&page%5Btitle%5D=Songs
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=songs&page%5Btitle%5D=Songs
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -18013,36 +18013,36 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"4e30294b5f536c96f37c3642881acf9b"
+ - W/"1d4b7b62a170970902cd74113f9642d8"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 9e4f09ba-32be-4e2d-b1f8-c8d6cf4454f4
+ - 27a9f5b4-059f-41ec-8daf-0a256f8ff95c
X-Runtime:
- - '0.046663'
+ - '0.046555'
Content-Length:
- '691'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b0000a7","created_at":"2016-01-05T02:31:09Z","updated_at":"2016-01-05T02:31:09Z","title":"Songs","parent_id":"568b2ae5c36511390b000002","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"songs","fullpath":"songs","localized_fullpaths":{"en":"songs","fr":"fr/songs","nb":"nb/songs"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
+ string: '{"_id":"569acdeec3651121bb0000b8","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Songs","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"songs","fullpath":"songs","localized_fullpaths":{"en":"songs","fr":"fr/songs","nb":"nb/songs"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
extends parent %}","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=unlisted-pages&page%5Btemplate%5D=%3Cul%3E%0A++%7B%25+with_scope+listed%3A+false+%25%7D%0A++%7B%25+for+page+in+site.pages+%25%7D%0A++%3Cli%3E%7B%7B+page.title+%7D%7D%3C%2Fli%3E%0A++%7B%25+endfor+%25%7D%0A++%7B%25+endwith_scope+%25%7D%0A%3C%2Ful%3E%0A&page%5Btitle%5D=Unlisted+pages
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=unlisted-pages&page%5Btemplate%5D=%3Cul%3E%0A++%7B%25+with_scope+listed%3A+false+%25%7D%0A++%7B%25+for+page+in+site.pages+%25%7D%0A++%3Cli%3E%7B%7B+page.title+%7D%7D%3C%2Fli%3E%0A++%7B%25+endfor+%25%7D%0A++%7B%25+endwith_scope+%25%7D%0A%3C%2Ful%3E%0A&page%5Btitle%5D=Unlisted+pages
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -18057,38 +18057,38 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"66fd458eef8c0645e790e5bd4893eaee"
+ - W/"c8cecf5820bdd7739bfdde732e6d5ee8"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 3af795cc-99c7-453f-8aa6-04c00de162c1
+ - 4e5db2a7-e8e8-4bcf-b6e1-8e37fcbed15b
X-Runtime:
- - '0.045558'
+ - '0.046958'
Content-Length:
- '911'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b0000a8","created_at":"2016-01-05T02:31:09Z","updated_at":"2016-01-05T02:31:09Z","title":"Unlisted
- pages","parent_id":"568b2ae5c36511390b000002","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"unlisted-pages","fullpath":"unlisted-pages","localized_fullpaths":{"en":"unlisted-pages","fr":"fr/unlisted-pages","nb":"nb/unlisted-pages"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"\u003cul\u003e\n {%
+ string: '{"_id":"569acdeec3651121bb0000b9","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Unlisted
+ pages","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"unlisted-pages","fullpath":"unlisted-pages","localized_fullpaths":{"en":"unlisted-pages","fr":"fr/unlisted-pages","nb":"nb/unlisted-pages"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"\u003cul\u003e\n {%
with_scope listed: false %}\n {% for page in site.pages %}\n \u003cli\u003e{{
page.title }}\u003c/li\u003e\n {% endfor %}\n {% endwith_scope %}\n\u003c/ul\u003e\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=tags&page%5Btitle%5D=Tags
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=tags&page%5Btitle%5D=Tags
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -18103,36 +18103,36 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"71c407a62c690e8ddf0dc4587a66f04a"
+ - W/"7d8e5c87ca4b8df2df0b3cb38faa514a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 72cc4c9c-3ce0-458b-9209-407ee7a4cf8d
+ - d567ac39-8c59-41fc-b5d7-86add0653fe8
X-Runtime:
- - '0.045467'
+ - '0.046684'
Content-Length:
- '685'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b0000a9","created_at":"2016-01-05T02:31:09Z","updated_at":"2016-01-05T02:31:09Z","title":"Tags","parent_id":"568b2ae5c36511390b000002","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"tags","fullpath":"tags","localized_fullpaths":{"en":"tags","fr":"fr/tags","nb":"nb/tags"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
+ string: '{"_id":"569acdeec3651121bb0000ba","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Tags","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"tags","fullpath":"tags","localized_fullpaths":{"en":"tags","fr":"fr/tags","nb":"nb/tags"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
extends parent %}","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=about-us&page%5Bposition%5D=1&page%5Bpublished%5D=true&page%5Bslug%5D=john-doe&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A&page%5Btitle%5D=John+doe
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=about-us&page%5Bposition%5D=1&page%5Bpublished%5D=true&page%5Bslug%5D=john-doe&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A&page%5Btitle%5D=John+doe
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -18147,37 +18147,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"14cf1218c17e2180d668a10586dcbd4c"
+ - W/"a8d4a35c4aa56ecff4d5ece074dce430"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 435a6c08-5c20-4ccc-afbf-8084a09edae1
+ - 268d3367-fb92-4e18-a412-492043389365
X-Runtime:
- - '0.046539'
+ - '0.051192'
Content-Length:
- '747'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b0000aa","created_at":"2016-01-05T02:31:09Z","updated_at":"2016-01-05T02:31:09Z","title":"John
- doe","parent_id":"568b2aecc36511390b00009a","position":1,"handle":null,"depth":2,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"john-doe","fullpath":"about-us/john-doe","localized_fullpaths":{"en":"about-us/john-doe","fr":"fr/a-notre-sujet/john-doe","nb":"nb/om-oss/john-doe"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
+ string: '{"_id":"569acdeec3651121bb0000bb","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"John
+ doe","parent_id":"569acdedc3651121bb0000ab","position":1,"handle":null,"depth":2,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"john-doe","fullpath":"about-us/john-doe","localized_fullpaths":{"en":"about-us/john-doe","fr":"fr/a-notre-sujet/john-doe","nb":"nb/om-oss/john-doe"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
extends parent %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/568b2aedc36511390b0000aa.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/569acdeec3651121bb0000bb.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=about-us&page%5Bposition%5D=1&page%5Bpublished%5D=true&page%5Bslug%5D=jean-personne&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A&page%5Btitle%5D=Jean+Personne
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=about-us&page%5Bposition%5D=1&page%5Bpublished%5D=true&page%5Bslug%5D=jean-personne&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A&page%5Btitle%5D=Jean+Personne
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -18194,37 +18194,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"0ed118d7ae12ebba0b660a023ea1a2a2"
+ - W/"d7c904781dba10d38bb428d440249519"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1ff07a3d-8e24-4780-ae4e-88df816a516d
+ - ea8b19a0-7c87-48f4-a679-7cbde1df4bf2
X-Runtime:
- - '0.041311'
+ - '0.047374'
Content-Length:
- '779'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b0000aa","created_at":"2016-01-05T02:31:09Z","updated_at":"2016-01-05T02:31:09Z","title":"Jean
- Personne","parent_id":"568b2aecc36511390b00009a","position":1,"handle":null,"depth":2,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"jean-personne","fullpath":"a-notre-sujet/jean-personne","localized_fullpaths":{"en":"about-us/john-doe","fr":"fr/a-notre-sujet/jean-personne","nb":"nb/om-oss/john-doe"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
+ string: '{"_id":"569acdeec3651121bb0000bb","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Jean
+ Personne","parent_id":"569acdedc3651121bb0000ab","position":1,"handle":null,"depth":2,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"jean-personne","fullpath":"a-notre-sujet/jean-personne","localized_fullpaths":{"en":"about-us/john-doe","fr":"fr/a-notre-sujet/jean-personne","nb":"nb/om-oss/john-doe"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
extends parent %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=about-us&page%5Bposition%5D=2&page%5Bpublished%5D=true&page%5Bslug%5D=jane-doe&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A&page%5Btitle%5D=Jane+doe
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=about-us&page%5Bposition%5D=2&page%5Bpublished%5D=true&page%5Bslug%5D=jane-doe&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A&page%5Btitle%5D=Jane+doe
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -18239,37 +18239,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a73d927688ca9a208929d2a652c04e01"
+ - W/"157d5fb9f58ef832e4faad71eae5cec5"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - a9f56523-b80e-4163-9f35-4b1843ae9cc2
+ - 6bc27f47-10af-48cf-978c-b490ae746c71
X-Runtime:
- - '0.046786'
+ - '0.047548'
Content-Length:
- '748'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b0000ab","created_at":"2016-01-05T02:31:09Z","updated_at":"2016-01-05T02:31:09Z","title":"Jane
- doe","parent_id":"568b2aecc36511390b00009a","position":2,"handle":null,"depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"jane-doe","fullpath":"about-us/jane-doe","localized_fullpaths":{"en":"about-us/jane-doe","fr":"fr/a-notre-sujet/jane-doe","nb":"nb/om-oss/jane-doe"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
+ string: '{"_id":"569acdeec3651121bb0000bc","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Jane
+ doe","parent_id":"569acdedc3651121bb0000ab","position":2,"handle":null,"depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"jane-doe","fullpath":"about-us/jane-doe","localized_fullpaths":{"en":"about-us/jane-doe","fr":"fr/a-notre-sujet/jane-doe","nb":"nb/om-oss/jane-doe"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
extends parent %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:09 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=true&page%5Blisted%5D=false&page%5Bparent%5D=layouts&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=simple&page%5Btemplate%5D=%3C%21DOCTYPE+html%3E%0A%3Chtml+lang%3D%27en%27%3E%0A++%3Chead%3E%3C%2Fhead%3E%0A++%3Cbody%3E%0A++++%3Ch1%3E%7B%25+editable_short_text+title+%25%7D%5BTODO%5D%7B%25+endeditable_short_text+%25%7D%3C%2Fh1%3E%0A++++%3Cdiv+class%3D%27text%27%3E%0A++++++%7B%25+editable_text+content%2C+format%3A+html%2C+rows%3A+5+%25%7D%5BTODO%5D%7B%25+editable_text+%25%7D%0A++++%3C%2Fdiv%3E%0A++%3C%2Fbody%3E%0A%3C%2Fhtml%3E%0A&page%5Btitle%5D=My+simple+layout
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=true&page%5Blisted%5D=false&page%5Bparent%5D=layouts&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=simple&page%5Btemplate%5D=%3C%21DOCTYPE+html%3E%0A%3Chtml+lang%3D%27en%27%3E%0A++%3Chead%3E%3C%2Fhead%3E%0A++%3Cbody%3E%0A++++%3Ch1%3E%7B%25+editable_short_text+title+%25%7D%5BTODO%5D%7B%25+endeditable_short_text+%25%7D%3C%2Fh1%3E%0A++++%3Cdiv+class%3D%27text%27%3E%0A++++++%7B%25+editable_text+content%2C+format%3A+html%2C+rows%3A+5+%25%7D%5BTODO%5D%7B%25+editable_text+%25%7D%0A++++%3C%2Fdiv%3E%0A++%3C%2Fbody%3E%0A%3C%2Fhtml%3E%0A&page%5Btitle%5D=My+simple+layout
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -18284,40 +18284,40 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"f2f8828035e8ba3bd9bda13aa1ed8f6e"
+ - W/"8e21a68f31b6f475e8727a843405ac14"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 0bd81b8f-06d5-416e-a30d-ece9749ee5e6
+ - 95e19157-5946-4868-bd65-6161b8c21335
X-Runtime:
- - '0.044030'
+ - '0.045150'
Content-Length:
- '1109'
body:
encoding: UTF-8
- string: '{"_id":"568b2aedc36511390b0000ac","created_at":"2016-01-05T02:31:10Z","updated_at":"2016-01-05T02:31:10Z","title":"My
- simple layout","parent_id":"568b2aedc36511390b0000a6","position":99,"handle":null,"depth":2,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"simple","fullpath":"layouts/simple","localized_fullpaths":{"en":"layouts/simple","fr":"fr/layouts/simple","nb":"nb/layouts/simple"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":true,"allow_layout":true,"template":"\u003c!DOCTYPE
+ string: '{"_id":"569acdeec3651121bb0000bd","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"My
+ simple layout","parent_id":"569acdeec3651121bb0000b7","position":99,"handle":null,"depth":2,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"simple","fullpath":"layouts/simple","localized_fullpaths":{"en":"layouts/simple","fr":"fr/layouts/simple","nb":"nb/layouts/simple"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":true,"allow_layout":true,"template":"\u003c!DOCTYPE
html\u003e\n\u003chtml lang=''en''\u003e\n \u003chead\u003e\u003c/head\u003e\n \u003cbody\u003e\n \u003ch1\u003e{%
editable_short_text title %}[TODO]{% endeditable_short_text %}\u003c/h1\u003e\n \u003cdiv
class=''text''\u003e\n {% editable_text content, format: html, rows:
5 %}[TODO]{% editable_text %}\n \u003c/div\u003e\n \u003c/body\u003e\n\u003c/html\u003e\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:10 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=tags&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=nav-in-deep&page%5Btemplate%5D=%7B%25+nav+%27site%27%2C+depth%3A+2+%25%7D%0A&page%5Btitle%5D=Page+to+test+the+nav+tag+with+a+high+depth
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=tags&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=nav-in-deep&page%5Btemplate%5D=%7B%25+nav+%27site%27%2C+depth%3A+2+%25%7D%0A&page%5Btitle%5D=Page+to+test+the+nav+tag+with+a+high+depth
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -18332,37 +18332,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"124047d80d1db39cbdcc0200dff6406c"
+ - W/"35f42e0974064a70157b3bac7fa44f11"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 14937a46-9c88-4e1e-bba3-4fa1ea84beea
+ - 28404223-cd17-47c2-a639-d68aad124ae5
X-Runtime:
- - '0.047021'
+ - '0.047292'
Content-Length:
- '786'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeec36511390b0000ad","created_at":"2016-01-05T02:31:10Z","updated_at":"2016-01-05T02:31:10Z","title":"Page
- to test the nav tag with a high depth","parent_id":"568b2aedc36511390b0000a9","position":99,"handle":null,"depth":2,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"nav-in-deep","fullpath":"tags/nav-in-deep","localized_fullpaths":{"en":"tags/nav-in-deep","fr":"fr/tags/nav-in-deep","nb":"nb/tags/nav-in-deep"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
+ string: '{"_id":"569acdeec3651121bb0000be","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Page
+ to test the nav tag with a high depth","parent_id":"569acdeec3651121bb0000ba","position":99,"handle":null,"depth":2,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"nav-in-deep","fullpath":"tags/nav-in-deep","localized_fullpaths":{"en":"tags/nav-in-deep","fr":"fr/tags/nav-in-deep","nb":"nb/tags/nav-in-deep"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
nav ''site'', depth: 2 %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:10 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=tags&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=nav&page%5Btemplate%5D=%7B%25+nav+site+%25%7D%0A&page%5Btitle%5D=Page+to+test+the+nav+tag
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=tags&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=nav&page%5Btemplate%5D=%7B%25+nav+site+%25%7D%0A&page%5Btitle%5D=Page+to+test+the+nav+tag
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -18377,37 +18377,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"f452bb5e8d5255b79715995e50e26f6e"
+ - W/"9d8d3db7a2bd54d67fd7010be6bdf64e"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 037551b8-813d-4b41-8ca2-4a3ec0e1dd25
+ - abcf92a8-cda1-4fdb-af8d-1c59cece8e3e
X-Runtime:
- - '0.051133'
+ - '0.048557'
Content-Length:
- '716'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeec36511390b0000ae","created_at":"2016-01-05T02:31:10Z","updated_at":"2016-01-05T02:31:10Z","title":"Page
- to test the nav tag","parent_id":"568b2aedc36511390b0000a9","position":99,"handle":null,"depth":2,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"nav","fullpath":"tags/nav","localized_fullpaths":{"en":"tags/nav","fr":"fr/tags/nav","nb":"nb/tags/nav"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
+ string: '{"_id":"569acdeec3651121bb0000bf","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Page
+ to test the nav tag","parent_id":"569acdeec3651121bb0000ba","position":99,"handle":null,"depth":2,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"nav","fullpath":"tags/nav","localized_fullpaths":{"en":"tags/nav","fr":"fr/tags/nav","nb":"nb/tags/nav"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
nav site %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:10 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bcontent_type%5D=songs&page%5Bhandle%5D=a-song-template&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=content_type_template&page%5Btemplate%5D=%7B%25+extends+%27index%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch3%3E%7B%7B+song.title+%7D%7D%3C%2Fh3%3E%0A%3Cp%3E%7B%7B+song.short_description+%7D%7D%3C%2Fp%3E%0A%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_size%3D%27%7B%7B+page.content_type.size+%7D%7D%27+id%3D%27content_type_size%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_count%3D%27%7B%7B+page.content_type.count+%7D%7D%27+id%3D%27content_type_count%27%3E%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=A+song+template
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bcontent_type%5D=songs&page%5Bhandle%5D=a-song-template&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=content_type_template&page%5Btemplate%5D=%7B%25+extends+%27index%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch3%3E%7B%7B+song.title+%7D%7D%3C%2Fh3%3E%0A%3Cp%3E%7B%7B+song.short_description+%7D%7D%3C%2Fp%3E%0A%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_size%3D%27%7B%7B+page.content_type.size+%7D%7D%27+id%3D%27content_type_size%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_count%3D%27%7B%7B+page.content_type.count+%7D%7D%27+id%3D%27content_type_count%27%3E%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=A+song+template
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -18422,19 +18422,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"97674f011ee1ba2a9f7408070aa5e0a1"
+ - W/"b346230f8629daf498a28d028d7b1716"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 676a03c6-6435-48f4-9c9a-998833992d16
+ - 84983546-937c-4db9-bdcd-21931fdca402
X-Runtime:
- - '0.185095'
+ - '0.082103'
Content-Length:
- '1268'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeec36511390b0000af","created_at":"2016-01-05T02:31:10Z","updated_at":"2016-01-05T02:31:10Z","title":"A
- song template","parent_id":"568b2aedc36511390b0000a7","position":99,"handle":"a-song-template","depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"content_type_template","fullpath":"songs/content_type_template","localized_fullpaths":{"en":"songs/content_type_template","fr":"fr/songs/content_type_template","nb":"nb/songs/content_type_template"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":true,"templatized_from_parent":false,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"569acdeec3651121bb0000c0","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"A
+ song template","parent_id":"569acdeec3651121bb0000b8","position":99,"handle":"a-song-template","depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"content_type_template","fullpath":"songs/content_type_template","localized_fullpaths":{"en":"songs/content_type_template","fr":"fr/songs/content_type_template","nb":"nb/songs/content_type_template"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":true,"templatized_from_parent":false,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"{%
extends ''index'' %}\n{% block content %}\n\u003ch3\u003e{{ song.title }}\u003c/h3\u003e\n\u003cp\u003e{{
song.short_description }}\u003c/p\u003e\n\u003cdiv id=''is_templatized'' templatized=''{{
page.templatized? }}''\u003e\u003c/div\u003e\n\u003cdiv content_type_size=''{{
@@ @@ -18442,22 +18442,22 @@ http_interactions:
content_type_count=''{{ page.content_type.count }}'' id=''content_type_count''\u003e\u003c/div\u003e\n{%
endblock %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:10 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:38 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/568b2aeec36511390b0000af.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/569acdeec3651121bb0000c0.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bcontent_type%5D=songs&page%5Bhandle%5D=a-song-template&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=content_type_template&page%5Btemplate%5D=%7B%25+extends+%27index%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch3%3E%7B%7B+song.title+%7D%7D+%5BFR%5D%3C%2Fh3%3E%0A%3Cp%3E%7B%7B+song.short_description+%7D%7D%3C%2Fp%3E%0A%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_size%3D%27%7B%7B+page.content_type.size+%7D%7D%27+id%3D%27content_type_size%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_count%3D%27%7B%7B+page.content_type.count+%7D%7D%27+id%3D%27content_type_count%27%3E%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Le+template+d%27une+chanson
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bcontent_type%5D=songs&page%5Bhandle%5D=a-song-template&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=content_type_template&page%5Btemplate%5D=%7B%25+extends+%27index%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch3%3E%7B%7B+song.title+%7D%7D+%5BFR%5D%3C%2Fh3%3E%0A%3Cp%3E%7B%7B+song.short_description+%7D%7D%3C%2Fp%3E%0A%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_size%3D%27%7B%7B+page.content_type.size+%7D%7D%27+id%3D%27content_type_size%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_count%3D%27%7B%7B+page.content_type.count+%7D%7D%27+id%3D%27content_type_count%27%3E%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Le+template+d%27une+chanson
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -18474,19 +18474,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"64f514f28d5c774ece027b224b4cd54f"
+ - W/"e2bea9139f7902e39eaa425670979aef"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 282f280a-5254-4609-8e67-6eec423a5300
+ - 280c0299-adb9-49ee-a33f-dbe2eb9007be
X-Runtime:
- - '0.161521'
+ - '0.078580'
Content-Length:
- '1290'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeec36511390b0000af","created_at":"2016-01-05T02:31:10Z","updated_at":"2016-01-05T02:31:10Z","title":"Le
- template d''une chanson","parent_id":"568b2aedc36511390b0000a7","position":99,"handle":"a-song-template","depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"content_type_template","fullpath":"songs/content_type_template","localized_fullpaths":{"en":"songs/content_type_template","fr":"fr/songs/content_type_template","nb":"nb/songs/content_type_template"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":true,"templatized_from_parent":false,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"569acdeec3651121bb0000c0","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:39Z","title":"Le
+ template d''une chanson","parent_id":"569acdeec3651121bb0000b8","position":99,"handle":"a-song-template","depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"content_type_template","fullpath":"songs/content_type_template","localized_fullpaths":{"en":"songs/content_type_template","fr":"fr/songs/content_type_template","nb":"nb/songs/content_type_template"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":true,"templatized_from_parent":false,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"{%
extends ''index'' %}\n{% block content %}\n\u003ch3\u003e{{ song.title }}
[FR]\u003c/h3\u003e\n\u003cp\u003e{{ song.short_description }}\u003c/p\u003e\n\u003cdiv
id=''is_templatized'' templatized=''{{ page.templatized? }}''\u003e\u003c/div\u003e\n\u003cdiv
@@ @@ -18494,22 +18494,22 @@ http_interactions:
content_type_count=''{{ page.content_type.count }}'' id=''content_type_count''\u003e\u003c/div\u003e\n{%
endblock %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:10 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:39 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/568b2aeec36511390b0000af.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/569acdeec3651121bb0000c0.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bcontent_type%5D=songs&page%5Bhandle%5D=a-song-template&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=content_type_template
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bcontent_type%5D=songs&page%5Bhandle%5D=a-song-template&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=content_type_template
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
X-Locomotive-Locale:
- nb
Content-Type:
@@ @@ -18526,35 +18526,35 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"519f6bcd2661a22707051288ad84a64f"
+ - W/"107f6f9116acfe96f3a8e327f72a9f14"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 4bd5583c-9636-4cd7-87ff-c03d615c327c
+ - 3406f0db-60a5-4593-b812-e0b4e70877dd
X-Runtime:
- - '0.107389'
+ - '0.224630'
Content-Length:
- '794'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeec36511390b0000af","created_at":"2016-01-05T02:31:10Z","updated_at":"2016-01-05T02:31:10Z","title":null,"parent_id":"568b2aedc36511390b0000a7","position":99,"handle":"a-song-template","depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"content_type_template","fullpath":"songs/content_type_template","localized_fullpaths":{"en":"songs/content_type_template","fr":"fr/songs/content_type_template","nb":"nb/songs/content_type_template"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":true,"templatized_from_parent":false,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
+ string: '{"_id":"569acdeec3651121bb0000c0","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:39Z","title":null,"parent_id":"569acdeec3651121bb0000b8","position":99,"handle":"a-song-template","depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"content_type_template","fullpath":"songs/content_type_template","localized_fullpaths":{"en":"songs/content_type_template","fr":"fr/songs/content_type_template","nb":"nb/songs/content_type_template"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":true,"templatized_from_parent":false,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:10 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:39 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=archives&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=news&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cp%3ENews+Archives.+Lorem+ipsum....%3C%2Fp%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=News+archive
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=archives&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=news&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cp%3ENews+Archives.+Lorem+ipsum....%3C%2Fp%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=News+archive
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -18569,38 +18569,38 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"b7afb81eea543393ec8b53c632847fed"
+ - W/"7eca1fb84f7bc79cab1f044813ee758d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - fbfc562f-9d10-40f1-a63b-7a32bf9da7ff
+ - fc24b9a0-ad8b-4a99-aec2-498aadedd80a
X-Runtime:
- - '0.095853'
+ - '0.085568'
Content-Length:
- '827'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeec36511390b0000b0","created_at":"2016-01-05T02:31:10Z","updated_at":"2016-01-05T02:31:10Z","title":"News
- archive","parent_id":"568b2aedc36511390b0000a2","position":99,"handle":null,"depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"news","fullpath":"archives/news","localized_fullpaths":{"en":"archives/news","fr":"fr/archives/news","nb":"nb/archives/news"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"569acdefc3651121bb0000c1","created_at":"2016-01-16T23:10:39Z","updated_at":"2016-01-16T23:10:39Z","title":"News
+ archive","parent_id":"569acdeec3651121bb0000b3","position":99,"handle":null,"depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"news","fullpath":"archives/news","localized_fullpaths":{"en":"archives/news","fr":"fr/archives/news","nb":"nb/archives/news"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
extends parent %}\n{% block content %}\n\u003cp\u003eNews Archives. Lorem
ipsum....\u003c/p\u003e\n{% endblock %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:10 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:39 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&page%5Bcontent_type%5D=songs&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs%2Fcontent_type_template&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=band&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch3%3E%7B%7B+song.title+%7D%7D%3C%2Fh3%3E%0A%3Ch4%3ELeader%3A+%7B%7B+song.band.leader+%7D%7D%3C%2Fh4%3E%0A%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_size%3D%27%7B%7B+page.content_type.size+%7D%7D%27+id%3D%27content_type_size%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_count%3D%27%7B%7B+page.content_type.count+%7D%7D%27+id%3D%27content_type_count%27%3E%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Band
+ string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bcontent_type%5D=songs&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs%2Fcontent_type_template&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=band&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch3%3E%7B%7B+song.title+%7D%7D%3C%2Fh3%3E%0A%3Ch4%3ELeader%3A+%7B%7B+song.band.leader+%7D%7D%3C%2Fh4%3E%0A%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_size%3D%27%7B%7B+page.content_type.size+%7D%7D%27+id%3D%27content_type_size%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_count%3D%27%7B%7B+page.content_type.count+%7D%7D%27+id%3D%27content_type_count%27%3E%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Band
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -18615,18 +18615,18 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"db0b054bd090f85ccb52b40ff985d974"
+ - W/"59e989c46307b02c38dd7287d9df0fae"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 6d7f3d9e-93e0-4450-bb04-fabe189f2b20
+ - 5edacdb7-1090-4e2b-95f9-4cc90f67775b
X-Runtime:
- - '0.154378'
+ - '0.145408'
Content-Length:
- '1249'
body:
encoding: UTF-8
- string: '{"_id":"568b2aeec36511390b0000b1","created_at":"2016-01-05T02:31:10Z","updated_at":"2016-01-05T02:31:10Z","title":"Band","parent_id":"568b2aeec36511390b0000af","position":99,"handle":null,"depth":3,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"band","fullpath":"songs/content_type_template/band","localized_fullpaths":{"en":"songs/content_type_template/band","fr":"fr/songs/content_type_template/band","nb":"nb/songs/content_type_template/band"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":true,"templatized_from_parent":true,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"569acdefc3651121bb0000c2","created_at":"2016-01-16T23:10:39Z","updated_at":"2016-01-16T23:10:39Z","title":"Band","parent_id":"569acdeec3651121bb0000c0","position":99,"handle":null,"depth":3,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"band","fullpath":"songs/content_type_template/band","localized_fullpaths":{"en":"songs/content_type_template/band","fr":"fr/songs/content_type_template/band","nb":"nb/songs/content_type_template/band"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":true,"templatized_from_parent":true,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"{%
extends parent %}\n{% block content %}\n\u003ch3\u003e{{ song.title }}\u003c/h3\u003e\n\u003ch4\u003eLeader:
{{ song.band.leader }}\u003c/h4\u003e\n\u003cdiv id=''is_templatized'' templatized=''{{
page.templatized? }}''\u003e\u003c/div\u003e\n\u003cdiv content_type_size=''{{
@@ @@ -18634,22 +18634,22 @@ http_interactions:
content_type_count=''{{ page.content_type.count }}'' id=''content_type_count''\u003e\u003c/div\u003e\n{%
endblock %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:10 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:39 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/snippets/song.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&snippet%5Bname%5D=Song&snippet%5Bslug%5D=song&snippet%5Btemplate%5D%5Ben%5D=%3Cli%3E%0A++%3Ch3%3E%3Ca+href%3D%22%7B%25+path_to+song%2C+with%3A+a-song-template+%25%7D%22%3E%7B%7B+song.title+%7D%7D%3C%2Fa%3E%3C%2Fh3%3E%0A++%3Cdiv+class%3D%22cover%22%3E%7B%7B+song.cover+%7C+image_tag+%7D%7D%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22info%22%3E%0A++++%7B%7B+song.short_description+%7D%7D%0A++++%3Cp+class%3D%22listen%22%3E%0A++++++%3Ca+href%3D%22%7B%7B+song.audio_url+%7D%7D%22%3E%26rarr%3B+Listen+%28%7B%7B+song.duration+%7D%7D+min%29%3C%2Fa%3E%0A++++%3C%2Fp%3E%0A++++%3Cp%3E%C3%A9couter+en+Francais%3C%2Fp%3E%0A++%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22clear%22%3E%3C%2Fdiv%3E%0A%3C%2Fli%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Cli%3E%0A++%3Ch3%3E%7B%25+link_to+song%2C+with%3A+a-song-template+%25%7D%3C%2Fh3%3E%0A++%3Cdiv+class%3D%27cover%27%3E%7B%7B+song.cover.url+%7C+image_tag+%7D%7D%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%27info%27%3E%0A++++%7B%7B+song.short_description+%7D%7D%0A++++%3Cp+class%3D%27listen%27%3E%0A++++++%3Ca+href%3D%27%7B%7B+song.audio_url+%7D%7D%27%3E%26rarr%3B+%C3%A9couter+%28%7B%7B+song.duration+%7D%7D+min%29%3C%2Fa%3E%0A++++%3C%2Fp%3E%0A++%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A%3C%2Fli%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Cli%3E%0A++%3Ch3%3E%3Ca+href%3D%22%7B%25+path_to+song%2C+with%3A+a-song-template+%25%7D%22%3E%7B%7B+song.title+%7D%7D%3C%2Fa%3E%3C%2Fh3%3E%0A++%3Cdiv+class%3D%22cover%22%3E%7B%7B+song.cover+%7C+image_tag+%7D%7D%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22info%22%3E%0A++++%7B%7B+song.short_description+%7D%7D%0A++++%3Cp+class%3D%22listen%22%3E%0A++++++%3Ca+href%3D%22%7B%7B+song.audio_url+%7D%7D%22%3E%26rarr%3B+Listen+%28%7B%7B+song.duration+%7D%7D+min%29%3C%2Fa%3E%0A++++%3C%2Fp%3E%0A++++%3Cp%3E%C3%A9couter+en+Francais%3C%2Fp%3E%0A++%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22clear%22%3E%3C%2Fdiv%3E%0A%3C%2Fli%3E%0A
+ string: auth_token=gWL44rqJvEqooM9RczSW&snippet%5Bname%5D=Song&snippet%5Bslug%5D=song&snippet%5Btemplate%5D%5Ben%5D=%3Cli%3E%0A++%3Ch3%3E%3Ca+href%3D%22%7B%25+path_to+song%2C+with%3A+a-song-template+%25%7D%22%3E%7B%7B+song.title+%7D%7D%3C%2Fa%3E%3C%2Fh3%3E%0A++%3Cdiv+class%3D%22cover%22%3E%7B%7B+song.cover+%7C+image_tag+%7D%7D%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22info%22%3E%0A++++%7B%7B+song.short_description+%7D%7D%0A++++%3Cp+class%3D%22listen%22%3E%0A++++++%3Ca+href%3D%22%7B%7B+song.audio_url+%7D%7D%22%3E%26rarr%3B+Listen+%28%7B%7B+song.duration+%7D%7D+min%29%3C%2Fa%3E%0A++++%3C%2Fp%3E%0A++++%3Cp%3E%C3%A9couter+en+Francais%3C%2Fp%3E%0A++%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22clear%22%3E%3C%2Fdiv%3E%0A%3C%2Fli%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Cli%3E%0A++%3Ch3%3E%7B%25+link_to+song%2C+with%3A+a-song-template+%25%7D%3C%2Fh3%3E%0A++%3Cdiv+class%3D%27cover%27%3E%7B%7B+song.cover.url+%7C+image_tag+%7D%7D%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%27info%27%3E%0A++++%7B%7B+song.short_description+%7D%7D%0A++++%3Cp+class%3D%27listen%27%3E%0A++++++%3Ca+href%3D%27%7B%7B+song.audio_url+%7D%7D%27%3E%26rarr%3B+%C3%A9couter+%28%7B%7B+song.duration+%7D%7D+min%29%3C%2Fa%3E%0A++++%3C%2Fp%3E%0A++%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A%3C%2Fli%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Cli%3E%0A++%3Ch3%3E%3Ca+href%3D%22%7B%25+path_to+song%2C+with%3A+a-song-template+%25%7D%22%3E%7B%7B+song.title+%7D%7D%3C%2Fa%3E%3C%2Fh3%3E%0A++%3Cdiv+class%3D%22cover%22%3E%7B%7B+song.cover+%7C+image_tag+%7D%7D%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22info%22%3E%0A++++%7B%7B+song.short_description+%7D%7D%0A++++%3Cp+class%3D%22listen%22%3E%0A++++++%3Ca+href%3D%22%7B%7B+song.audio_url+%7D%7D%22%3E%26rarr%3B+Listen+%28%7B%7B+song.duration+%7D%7D+min%29%3C%2Fa%3E%0A++++%3C%2Fp%3E%0A++++%3Cp%3E%C3%A9couter+en+Francais%3C%2Fp%3E%0A++%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22clear%22%3E%3C%2Fdiv%3E%0A%3C%2Fli%3E%0A
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -18664,21 +18664,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"2c54079e38c4aa14a7d0b2f080ee4a77"
+ - W/"894383a7c9604530780a1d58ca0ee1e2"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 8dcd25a2-dcf8-4ed8-9bc7-16e43ff6dd55
+ - 068905f3-9748-4a80-a0be-83684f3ae9de
X-Runtime:
- - '0.150960'
+ - '0.060822'
Content-Length:
- '744'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NjhiMmFlZmMzNjUxMTM5MGIwMDAwYjIiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMS0wNVQwMjozMToxMVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- MS0wNVQwMjozMToxMVoiLCJuYW1lIjoiU29uZyIsInNsdWciOiJzb25nIiwi
+ eyJfaWQiOiI1NjlhY2RlZmMzNjUxMTIxYmIwMDAwYzMiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wMS0xNlQyMzoxMDozOVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ MS0xNlQyMzoxMDozOVoiLCJuYW1lIjoiU29uZyIsInNsdWciOiJzb25nIiwi
dGVtcGxhdGUiOiJcdTAwM2NsaVx1MDAzZVxuICBcdTAwM2NoM1x1MDAzZVx1
MDAzY2EgaHJlZj1cInslIHBhdGhfdG8gc29uZywgd2l0aDogYS1zb25nLXRl
bXBsYXRlICV9XCJcdTAwM2V7eyBzb25nLnRpdGxlIH19XHUwMDNjL2FcdTAw
@@ @@ -18694,22 +18694,22 @@ http_interactions:
IFx1MDAzY2RpdiBjbGFzcz1cImNsZWFyXCJcdTAwM2VcdTAwM2MvZGl2XHUw
MDNlXG5cdTAwM2MvbGlcdTAwM2VcbiJ9
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:11 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:39 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/snippets/a_complicated-one.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&snippet%5Bname%5D=A+complicated-one&snippet%5Bslug%5D=a_complicated-one&snippet%5Btemplate%5D%5Ben%5D=%3Cp%3EA+complicated+one+name+indeed.%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Cp%3EA+complicated+one+name+indeed.%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Cp%3EA+complicated+one+name+indeed.%3C%2Fp%3E%0A
+ string: auth_token=gWL44rqJvEqooM9RczSW&snippet%5Bname%5D=A+complicated-one&snippet%5Bslug%5D=a_complicated-one&snippet%5Btemplate%5D%5Ben%5D=%3Cp%3EA+complicated+one+name+indeed.%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Cp%3EA+complicated+one+name+indeed.%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Cp%3EA+complicated+one+name+indeed.%3C%2Fp%3E%0A
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -18724,37 +18724,37 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"97a4dd02d58ddd2dc3f6aaad8c166746"
+ - W/"93d3844d57fe7a8c09ff2bd8ca021e37"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 24b0c192-ce63-4db8-87fa-f49869b4ede4
+ - a7b4dc8a-907a-41d1-9b37-d9b95143899a
X-Runtime:
- - '0.066643'
+ - '0.045428'
Content-Length:
- '233'
body:
encoding: UTF-8
- string: '{"_id":"568b2aefc36511390b0000b3","created_at":"2016-01-05T02:31:11Z","updated_at":"2016-01-05T02:31:11Z","name":"A
+ string: '{"_id":"569acdefc3651121bb0000c4","created_at":"2016-01-16T23:10:39Z","updated_at":"2016-01-16T23:10:39Z","name":"A
complicated-one","slug":"a_complicated-one","template":"\u003cp\u003eA complicated
one name indeed.\u003c/p\u003e\n"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:11 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:39 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/snippets/footer.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&snippet%5Bname%5D=Footer&snippet%5Bslug%5D=footer&snippet%5Btemplate%5D%5Ben%5D=%3Cp%3E%7B%25+locale_switcher+%25%7D%3C%2Fp%3E%0A%3Cp%3E%0A++%7B%7B+%27powered_by%27+%7C+translate+%7D%7D+%3Ca+href%3D%22http%3A%2F%2Fwww.locomotivecms.com%22%3ELocomotiveCMS%3C%2Fa%3E.+Designed+by+%3Ca+href%3D%22http%3A%2F%2Fwww.sachagreif.com%22%3ESacha+Greif%3C%2Fa%3E.%0A%3C%2Fp%3E%0A%3Cp%3E%0A++All+photos+are+licensed+under+Creative+Commons.+%28see+original+ones+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2F38687875%40N00%2F3391588262%2F%27%3Ehere%3C%2Fa%3E+or+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fcool_dry_place%2F55454498%2F%27%3Ehere%3C%2Fa%3E%29.%0A%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Cp%3E%7B%25+locale_switcher+%25%7D%3C%2Fp%3E%0A%3Cp%3E%0A++%7B%7B+%27powered_by%27+%7C+translate+%7D%7D+%3Ca+href%3D%22http%3A%2F%2Fwww.locomotivecms.com%22%3ELocomotiveCMS%3C%2Fa%3E.+Designed+by+%3Ca+href%3D%22http%3A%2F%2Fwww.sachagreif.com%22%3ESacha+Greif%3C%2Fa%3E.%0A%3C%2Fp%3E%0A%3Cp%3E%0A++All+photos+are+licensed+under+Creative+Commons.+%28see+original+ones+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2F38687875%40N00%2F3391588262%2F%27%3Ehere%3C%2Fa%3E+or+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fcool_dry_place%2F55454498%2F%27%3Ehere%3C%2Fa%3E%29.%0A%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Cp%3E%7B%25+locale_switcher+%25%7D%3C%2Fp%3E%0A%3Cp%3E%0A++%7B%7B+%27powered_by%27+%7C+translate+%7D%7D+%3Ca+href%3D%22http%3A%2F%2Fwww.locomotivecms.com%22%3ELocomotiveCMS%3C%2Fa%3E.+Designed+by+%3Ca+href%3D%22http%3A%2F%2Fwww.sachagreif.com%22%3ESacha+Greif%3C%2Fa%3E.%0A%3C%2Fp%3E%0A%3Cp%3E%0A++All+photos+are+licensed+under+Creative+Commons.+%28see+original+ones+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2F38687875%40N00%2F3391588262%2F%27%3Ehere%3C%2Fa%3E+or+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fcool_dry_place%2F55454498%2F%27%3Ehere%3C%2Fa%3E%29.%0A%3C%2Fp%3E%0A
+ string: auth_token=gWL44rqJvEqooM9RczSW&snippet%5Bname%5D=Footer&snippet%5Bslug%5D=footer&snippet%5Btemplate%5D%5Ben%5D=%3Cp%3E%7B%25+locale_switcher+%25%7D%3C%2Fp%3E%0A%3Cp%3E%0A++%7B%7B+%27powered_by%27+%7C+translate+%7D%7D+%3Ca+href%3D%22http%3A%2F%2Fwww.locomotivecms.com%22%3ELocomotiveCMS%3C%2Fa%3E.+Designed+by+%3Ca+href%3D%22http%3A%2F%2Fwww.sachagreif.com%22%3ESacha+Greif%3C%2Fa%3E.%0A%3C%2Fp%3E%0A%3Cp%3E%0A++All+photos+are+licensed+under+Creative+Commons.+%28see+original+ones+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2F38687875%40N00%2F3391588262%2F%27%3Ehere%3C%2Fa%3E+or+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fcool_dry_place%2F55454498%2F%27%3Ehere%3C%2Fa%3E%29.%0A%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Cp%3E%7B%25+locale_switcher+%25%7D%3C%2Fp%3E%0A%3Cp%3E%0A++%7B%7B+%27powered_by%27+%7C+translate+%7D%7D+%3Ca+href%3D%22http%3A%2F%2Fwww.locomotivecms.com%22%3ELocomotiveCMS%3C%2Fa%3E.+Designed+by+%3Ca+href%3D%22http%3A%2F%2Fwww.sachagreif.com%22%3ESacha+Greif%3C%2Fa%3E.%0A%3C%2Fp%3E%0A%3Cp%3E%0A++All+photos+are+licensed+under+Creative+Commons.+%28see+original+ones+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2F38687875%40N00%2F3391588262%2F%27%3Ehere%3C%2Fa%3E+or+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fcool_dry_place%2F55454498%2F%27%3Ehere%3C%2Fa%3E%29.%0A%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Cp%3E%7B%25+locale_switcher+%25%7D%3C%2Fp%3E%0A%3Cp%3E%0A++%7B%7B+%27powered_by%27+%7C+translate+%7D%7D+%3Ca+href%3D%22http%3A%2F%2Fwww.locomotivecms.com%22%3ELocomotiveCMS%3C%2Fa%3E.+Designed+by+%3Ca+href%3D%22http%3A%2F%2Fwww.sachagreif.com%22%3ESacha+Greif%3C%2Fa%3E.%0A%3C%2Fp%3E%0A%3Cp%3E%0A++All+photos+are+licensed+under+Creative+Commons.+%28see+original+ones+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2F38687875%40N00%2F3391588262%2F%27%3Ehere%3C%2Fa%3E+or+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fcool_dry_place%2F55454498%2F%27%3Ehere%3C%2Fa%3E%29.%0A%3C%2Fp%3E%0A
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -18769,40 +18769,40 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"7364d040edacc2defe73de73c20d5fbc"
+ - W/"f1e099095c3de562a8cfe5241b984c3c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - fde81cca-6233-4136-a927-0bf4198beeec
+ - ce79a888-ba21-40c8-949d-cd9523f1b4fd
X-Runtime:
- - '0.066134'
+ - '0.041576'
Content-Length:
- '726'
body:
encoding: UTF-8
- string: '{"_id":"568b2aefc36511390b0000b4","created_at":"2016-01-05T02:31:11Z","updated_at":"2016-01-05T02:31:11Z","name":"Footer","slug":"footer","template":"\u003cp\u003e{%
+ string: '{"_id":"569acdefc3651121bb0000c5","created_at":"2016-01-16T23:10:39Z","updated_at":"2016-01-16T23:10:39Z","name":"Footer","slug":"footer","template":"\u003cp\u003e{%
locale_switcher %}\u003c/p\u003e\n\u003cp\u003e\n {{ ''powered_by'' | translate
}} \u003ca href=\"http://www.locomotivecms.com\"\u003eLocomotiveCMS\u003c/a\u003e.
Designed by \u003ca href=\"http://www.sachagreif.com\"\u003eSacha Greif\u003c/a\u003e.\n\u003c/p\u003e\n\u003cp\u003e\n All
photos are licensed under Creative Commons. (see original ones \u003ca href=''http://www.flickr.com/photos/38687875@N00/3391588262/''\u003ehere\u003c/a\u003e
or \u003ca href=''http://www.flickr.com/photos/cool_dry_place/55454498/''\u003ehere\u003c/a\u003e).\n\u003c/p\u003e\n"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:11 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:39 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/snippets/header.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&snippet%5Bname%5D=Header&snippet%5Bslug%5D=header&snippet%5Btemplate%5D%5Ben%5D=%3Ch1%3E%7B%7B+site.name+%7D%7D%3C%2Fh1%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Ch1%3E%7B%7B+site.name+%7D%7D%3C%2Fh1%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Ch1%3E%7B%7B+site.name+%7D%7D%3C%2Fh1%3E%0A
+ string: auth_token=gWL44rqJvEqooM9RczSW&snippet%5Bname%5D=Header&snippet%5Bslug%5D=header&snippet%5Btemplate%5D%5Ben%5D=%3Ch1%3E%7B%7B+site.name+%7D%7D%3C%2Fh1%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Ch1%3E%7B%7B+site.name+%7D%7D%3C%2Fh1%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Ch1%3E%7B%7B+site.name+%7D%7D%3C%2Fh1%3E%0A
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -18817,24 +18817,24 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"faf959591e23baa47d6e461453d9501d"
+ - W/"18df9559fe988b2945f5855cd49a5f29"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f1c0c724-ce76-4b4f-a872-7111bae45bb7
+ - 5a562cda-2430-4937-a848-d72c0b2093dc
X-Runtime:
- - '0.057120'
+ - '0.040169'
Content-Length:
- '198'
body:
encoding: UTF-8
- string: '{"_id":"568b2aefc36511390b0000b5","created_at":"2016-01-05T02:31:11Z","updated_at":"2016-01-05T02:31:11Z","name":"Header","slug":"header","template":"\u003ch1\u003e{{
+ string: '{"_id":"569acdefc3651121bb0000c6","created_at":"2016-01-16T23:10:39Z","updated_at":"2016-01-16T23:10:39Z","name":"Header","slug":"header","template":"\u003ch1\u003e{{
site.name }}\u003c/h1\u003e\n"}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:11 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:39 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/theme_assets.json?auth_token=kyprbq3YxVS4jMLXrjAK
+ uri: http://localhost:3000/locomotive/api/v3/theme_assets.json?auth_token=gWL44rqJvEqooM9RczSW
body:
encoding: US-ASCII
string: ''
@@ @@ -18844,9 +18844,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Accept-Encoding:
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
User-Agent:
@@ @@ -18863,16 +18863,16 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1237bf62-5d6a-4be7-bbb9-be3d1c27ed66
+ - 8430332c-601a-490f-980c-8bcc1407a771
X-Runtime:
- - '0.119548'
+ - '0.023745'
Content-Length:
- '2'
body:
encoding: UTF-8
string: "[]"
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:11 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:39 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -19745,7 +19745,7 @@ http_interactions:
ZW1lX2Fzc2V0W2NoZWNrc3VtXSINCg0KNjA4MDQ0MWZkZTUwYzQ4MzljMjNj
NzliOTM3ZjAxOTQNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdA0K
Q29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdXRoX3Rv
- a2VuIg0KDQpreXByYnEzWXhWUzRqTUxYcmpBSw0KLS0tLS0tLS0tLS0tLVJ1
+ a2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0tLS0tLS0tLS0tLVJ1
YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
Accept:
@@ @@ -19753,9 +19753,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -19772,21 +19772,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d4a85b74b7a8817763102d3a30ce6d20"
+ - W/"e0e9fc7d1439c7380a5de5899e5a3cef"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1685931b-5f63-4ab8-8eca-b83b620adc0f
+ - bf44d0c0-52aa-4ed6-99f1-cae48dc8c3a6
X-Runtime:
- - '0.313719'
+ - '0.062994'
Content-Length:
- '377'
body:
encoding: UTF-8
- string: '{"_id":"568b2aefc36511390b0000b6","created_at":"2016-01-05T02:31:11Z","updated_at":"2016-01-05T02:31:11Z","content_type":"font","local_path":"fonts/chunkfive-webfont.eot","folder":"fonts","checksum":"6080441fde50c4839c23c79b937f0194","filename":"chunkfive-webfont.eot","url":"/sites/568b2ae5c36511390b000000/theme/fonts/chunkfive-webfont.eot","size":"37.5
+ string: '{"_id":"569acdefc3651121bb0000c7","created_at":"2016-01-16T23:10:39Z","updated_at":"2016-01-16T23:10:39Z","content_type":"font","local_path":"fonts/chunkfive-webfont.eot","folder":"fonts","checksum":"6080441fde50c4839c23c79b937f0194","filename":"chunkfive-webfont.eot","url":"/sites/569acde5c3651121bb000011/theme/fonts/chunkfive-webfont.eot","size":"37.5
KB","raw_size":38434}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:11 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:39 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -20434,16 +20434,16 @@ http_interactions:
/>\n</font>\n</defs></svg> \r\n-------------RubyMultipartPost\r\nContent-Disposition:
form-data; name=\"theme_asset[folder]\"\r\n\r\nfonts\r\n-------------RubyMultipartPost\r\nContent-Disposition:
form-data; name=\"theme_asset[checksum]\"\r\n\r\n57d0f66913a8c0e172ae3fe78ce36e43\r\n-------------RubyMultipartPost\r\nContent-Disposition:
- form-data; name=\"auth_token\"\r\n\r\nkyprbq3YxVS4jMLXrjAK\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"auth_token\"\r\n\r\ngWL44rqJvEqooM9RczSW\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -20460,21 +20460,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"fdccdcd05bbd1729151e237e29c61ac3"
+ - W/"4bcc94cdadd7a44684feeb0f164f9b7c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 533a1243-4dbb-4716-8685-fcea9813e895
+ - 77ced26b-96c6-402c-9886-1a5c24677c48
X-Runtime:
- - '0.041430'
+ - '0.058717'
Content-Length:
- '377'
body:
encoding: UTF-8
- string: '{"_id":"568b2aefc36511390b0000b7","created_at":"2016-01-05T02:31:11Z","updated_at":"2016-01-05T02:31:11Z","content_type":"font","local_path":"fonts/chunkfive-webfont.svg","folder":"fonts","checksum":"57d0f66913a8c0e172ae3fe78ce36e43","filename":"chunkfive-webfont.svg","url":"/sites/568b2ae5c36511390b000000/theme/fonts/chunkfive-webfont.svg","size":"49.4
+ string: '{"_id":"569acdefc3651121bb0000c8","created_at":"2016-01-16T23:10:39Z","updated_at":"2016-01-16T23:10:39Z","content_type":"font","local_path":"fonts/chunkfive-webfont.svg","folder":"fonts","checksum":"57d0f66913a8c0e172ae3fe78ce36e43","filename":"chunkfive-webfont.svg","url":"/sites/569acde5c3651121bb000011/theme/fonts/chunkfive-webfont.svg","size":"49.4
KB","raw_size":50602}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:11 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:40 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -21341,7 +21341,7 @@ http_interactions:
dFtjaGVja3N1bV0iDQoNCjQzOTYzMzQ0NGY5ZDMyYTMwYTQ0NDlkYTk2Nzg1
M2QyDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQt
RGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0K
- a3lwcmJxM1l4VlM0ak1MWHJqQUsNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlw
+ Z1dMNDRycUp2RXFvb005UmN6U1cNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlw
YXJ0UG9zdC0tDQoNCg==
headers:
Accept:
@@ @@ -21349,9 +21349,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -21368,21 +21368,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c56816e05b0938b9a28825d6a47becdb"
+ - W/"717d091f4cb5055f4b419571f23f794d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 94d66452-4ef2-4eac-98fc-2afe31390314
+ - 9c7e3ae4-2bc8-4767-a72a-89f24d65612f
X-Runtime:
- - '0.049925'
+ - '0.049706'
Content-Length:
- '377'
body:
encoding: UTF-8
- string: '{"_id":"568b2aefc36511390b0000b8","created_at":"2016-01-05T02:31:11Z","updated_at":"2016-01-05T02:31:11Z","content_type":"font","local_path":"fonts/chunkfive-webfont.ttf","folder":"fonts","checksum":"439633444f9d32a30a4449da967853d2","filename":"chunkfive-webfont.ttf","url":"/sites/568b2ae5c36511390b000000/theme/fonts/chunkfive-webfont.ttf","size":"37.3
+ string: '{"_id":"569acdf0c3651121bb0000c9","created_at":"2016-01-16T23:10:40Z","updated_at":"2016-01-16T23:10:40Z","content_type":"font","local_path":"fonts/chunkfive-webfont.ttf","folder":"fonts","checksum":"439633444f9d32a30a4449da967853d2","filename":"chunkfive-webfont.ttf","url":"/sites/569acde5c3651121bb000011/theme/fonts/chunkfive-webfont.ttf","size":"37.3
KB","raw_size":38156}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:11 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:40 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -21898,7 +21898,7 @@ http_interactions:
bS1kYXRhOyBuYW1lPSJ0aGVtZV9hc3NldFtjaGVja3N1bV0iDQoNCjgxNzRm
YTY3ODkwYTZhZjljMGIwNTQzMmQyMWFmZGJkDQotLS0tLS0tLS0tLS0tUnVi
eU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0
- YTsgbmFtZT0iYXV0aF90b2tlbiINCg0Ka3lwcmJxM1l4VlM0ak1MWHJqQUsN
+ YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KZ1dMNDRycUp2RXFvb005UmN6U1cN
Ci0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg==
headers:
Accept:
@@ @@ -21906,9 +21906,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -21925,21 +21925,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ada643a0f03e0fc091719e2cacff0768"
+ - W/"282d4e956b1a076c0404fd6df0334348"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 2d6b1e84-cdcd-4906-97f7-4099cf221a21
+ - 4c43dc8b-c2db-46c0-b982-e1e01d594872
X-Runtime:
- - '0.041370'
+ - '0.069054'
Content-Length:
- '380'
body:
encoding: UTF-8
- string: '{"_id":"568b2aefc36511390b0000b9","created_at":"2016-01-05T02:31:11Z","updated_at":"2016-01-05T02:31:11Z","content_type":"font","local_path":"fonts/chunkfive-webfont.woff","folder":"fonts","checksum":"8174fa67890a6af9c0b05432d21afdbd","filename":"chunkfive-webfont.woff","url":"/sites/568b2ae5c36511390b000000/theme/fonts/chunkfive-webfont.woff","size":"21.9
+ string: '{"_id":"569acdf0c3651121bb0000ca","created_at":"2016-01-16T23:10:40Z","updated_at":"2016-01-16T23:10:40Z","content_type":"font","local_path":"fonts/chunkfive-webfont.woff","folder":"fonts","checksum":"8174fa67890a6af9c0b05432d21afdbd","filename":"chunkfive-webfont.woff","url":"/sites/569acde5c3651121bb000011/theme/fonts/chunkfive-webfont.woff","size":"21.9
KB","raw_size":22384}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:12 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:40 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -22239,8 +22239,8 @@ http_interactions:
bnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0idGhlbWVfYXNzZXRb
Y2hlY2tzdW1dIg0KDQozZjZhMTVmMmNlODkyMzUwOTJhZTI1YjEyNTA4NGRk
Nw0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURp
- c3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmt5
- cHJicTNZeFZTNGpNTFhyakFLDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFy
+ c3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmdX
+ TDQ0cnFKdkVxb29NOVJjelNXDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFy
dFBvc3QtLQ0KDQo=
headers:
Accept:
@@ @@ -22248,9 +22248,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -22267,21 +22267,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"b494bd78e45299a90e1eeaee65ba07fa"
+ - W/"62680bf6c6c9ebc97741f243a03c348b"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c1e15979-495c-4334-9dd9-836eb5faae3d
+ - c0cf1ba2-b0b3-4798-85d6-6b175c228f30
X-Runtime:
- - '0.066287'
+ - '0.069789'
Content-Length:
- '339'
body:
encoding: UTF-8
- string: '{"_id":"568b2af0c36511390b0000ba","created_at":"2016-01-05T02:31:12Z","updated_at":"2016-01-05T02:31:12Z","content_type":"image","local_path":"images/top.jpg","folder":"images","checksum":"3f6a15f2ce89235092ae25b125084dd7","filename":"top.jpg","url":"/sites/568b2ae5c36511390b000000/theme/images/top.jpg","size":"12.4
+ string: '{"_id":"569acdf0c3651121bb0000cb","created_at":"2016-01-16T23:10:40Z","updated_at":"2016-01-16T23:10:40Z","content_type":"image","local_path":"images/top.jpg","folder":"images","checksum":"3f6a15f2ce89235092ae25b125084dd7","filename":"top.jpg","url":"/sites/569acde5c3651121bb000011/theme/images/top.jpg","size":"12.4
KB","raw_size":12697}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:12 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:40 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -22542,7 +22542,7 @@ http_interactions:
ZGF0YTsgbmFtZT0idGhlbWVfYXNzZXRbY2hlY2tzdW1dIg0KDQo0NzNmNjM0
MDUzMTcyYTY1NmIzOGY0ZDc5MWQyOTRjOA0KLS0tLS0tLS0tLS0tLVJ1YnlN
dWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7
- IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmt5cHJicTNZeFZTNGpNTFhyakFLDQot
+ IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmdXTDQ0cnFKdkVxb29NOVJjelNXDQot
LS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo=
headers:
Accept:
@@ @@ -22550,9 +22550,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -22569,21 +22569,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"536d29873168b6288989e9f3c41233bf"
+ - W/"8526d21fd60f83b677b8ddbe2693fc85"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - cbbc50d2-6068-4a19-b31b-760943f291ce
+ - 78f30dbe-e58b-4fe2-8c25-3d62cdf91105
X-Runtime:
- - '0.041936'
+ - '0.063832'
Content-Length:
- '353'
body:
encoding: UTF-8
- string: '{"_id":"568b2af0c36511390b0000bb","created_at":"2016-01-05T02:31:12Z","updated_at":"2016-01-05T02:31:12Z","content_type":"font","local_path":"fonts/chunkfive.otf","folder":"fonts","checksum":"473f634053172a656b38f4d791d294c8","filename":"chunkfive.otf","url":"/sites/568b2ae5c36511390b000000/theme/fonts/chunkfive.otf","size":"10.7
+ string: '{"_id":"569acdf0c3651121bb0000cc","created_at":"2016-01-16T23:10:40Z","updated_at":"2016-01-16T23:10:40Z","content_type":"font","local_path":"fonts/chunkfive.otf","folder":"fonts","checksum":"473f634053172a656b38f4d791d294c8","filename":"chunkfive.otf","url":"/sites/569acde5c3651121bb000011/theme/fonts/chunkfive.otf","size":"10.7
KB","raw_size":10916}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:12 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:40 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -22604,7 +22604,7 @@ http_interactions:
IG5hbWU9InRoZW1lX2Fzc2V0W2NoZWNrc3VtXSINCg0KZWRiMjkzMDI4Zjlj
MDdmMmQ2OTJkMDY2Y2Q4YTQ1OGENCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlw
YXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1l
- PSJhdXRoX3Rva2VuIg0KDQpreXByYnEzWXhWUzRqTUxYcmpBSw0KLS0tLS0t
+ PSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0tLS0t
LS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
Accept:
@@ @@ -22612,9 +22612,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -22631,21 +22631,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c4c2884a7857763697bf405b2d2cf9b3"
+ - W/"040262c701ce18ddfc7ba43dfc97e4ec"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 54ab2135-e20c-41e0-8694-997af2fcd419
+ - db8de8b5-7b90-4fc8-b3a7-891695b9a5a8
X-Runtime:
- - '0.054225'
+ - '0.077874'
Content-Length:
- '348'
body:
encoding: UTF-8
- string: '{"_id":"568b2af0c36511390b0000bc","created_at":"2016-01-05T02:31:12Z","updated_at":"2016-01-05T02:31:12Z","content_type":"image","local_path":"images/nav_on.png","folder":"images","checksum":"edb293028f9c07f2d692d066cd8a458a","filename":"nav_on.png","url":"/sites/568b2ae5c36511390b000000/theme/images/nav_on.png","size":"115
+ string: '{"_id":"569acdf0c3651121bb0000cd","created_at":"2016-01-16T23:10:40Z","updated_at":"2016-01-16T23:10:40Z","content_type":"image","local_path":"images/nav_on.png","folder":"images","checksum":"edb293028f9c07f2d692d066cd8a458a","filename":"nav_on.png","url":"/sites/569acde5c3651121bb000011/theme/images/nav_on.png","size":"115
Bytes","raw_size":115}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:12 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:40 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -22836,8 +22836,8 @@ http_interactions:
c3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9InRoZW1lX2Fzc2V0W2NoZWNr
c3VtXSINCg0KOTNjMjkxMTI4N2E1NzU0YmVkNjVhMDI4YzZhYTRhN2MNCi0t
LS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3Np
- dGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpreXByYnEz
- WXhWUzRqTUxYcmpBSw0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0
+ dGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJx
+ SnZFcW9vTTlSY3pTVw0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0
LS0NCg0K
headers:
Accept:
@@ @@ -22845,9 +22845,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -22864,21 +22864,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"5a101ed61797c892fb70533b65b17a8e"
+ - W/"897a51da4597384b51d2886ba5649663"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 93949892-102d-40e1-8294-4ec2a3fb5337
+ - b265171a-5735-4b11-99c1-ff822c6e9900
X-Runtime:
- - '0.056141'
+ - '0.085990'
Content-Length:
- '361'
body:
encoding: UTF-8
- string: '{"_id":"568b2af0c36511390b0000bd","created_at":"2016-01-05T02:31:12Z","updated_at":"2016-01-05T02:31:12Z","content_type":"image","local_path":"images/photo_frame.png","folder":"images","checksum":"93c2911287a5754bed65a028c6aa4a7c","filename":"photo_frame.png","url":"/sites/568b2ae5c36511390b000000/theme/images/photo_frame.png","size":"7.6
+ string: '{"_id":"569acdf0c3651121bb0000ce","created_at":"2016-01-16T23:10:40Z","updated_at":"2016-01-16T23:10:40Z","content_type":"image","local_path":"images/photo_frame.png","folder":"images","checksum":"93c2911287a5754bed65a028c6aa4a7c","filename":"photo_frame.png","url":"/sites/569acde5c3651121bb000011/theme/images/photo_frame.png","size":"7.6
KB","raw_size":7780}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:12 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:40 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -22923,8 +22923,8 @@ http_interactions:
dGlvbjogZm9ybS1kYXRhOyBuYW1lPSJ0aGVtZV9hc3NldFtjaGVja3N1bV0i
DQoNCjg5ZTAyNzUxODVlNjYxNjM5ZmIxNDEzMDQxMDg0M2I2DQotLS0tLS0t
LS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246
- IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0Ka3lwcmJxM1l4VlM0
- ak1MWHJqQUsNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoN
+ IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KZ1dMNDRycUp2RXFv
+ b005UmN6U1cNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoN
Cg==
headers:
Accept:
@@ @@ -22932,9 +22932,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -22951,21 +22951,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"742d23dff21d7d4ae46951a6ac332f24"
+ - W/"b96ff48267ebe421c509b39b9058cb6a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 50e8ec3f-7b20-489f-943a-94e064c52f05
+ - d18fcffd-2c4a-488e-9cd7-2eb2b97d492f
X-Runtime:
- - '0.054758'
+ - '0.077737'
Content-Length:
- '338'
body:
encoding: UTF-8
- string: '{"_id":"568b2af0c36511390b0000be","created_at":"2016-01-05T02:31:12Z","updated_at":"2016-01-05T02:31:12Z","content_type":"image","local_path":"images/sep.png","folder":"images","checksum":"89e0275185e661639fb14130410843b6","filename":"sep.png","url":"/sites/568b2ae5c36511390b000000/theme/images/sep.png","size":"1.18
+ string: '{"_id":"569acdf0c3651121bb0000cf","created_at":"2016-01-16T23:10:40Z","updated_at":"2016-01-16T23:10:40Z","content_type":"image","local_path":"images/sep.png","folder":"images","checksum":"89e0275185e661639fb14130410843b6","filename":"sep.png","url":"/sites/569acde5c3651121bb000011/theme/images/sep.png","size":"1.18
KB","raw_size":1213}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:12 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:40 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -22990,7 +22990,7 @@ http_interactions:
c3NldFtjaGVja3N1bV0iDQoNCmIzYWQzYmZhMmFmZjlkZTkxM2JmNDJmODRh
ZDFmZWNmDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRl
bnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiIN
- Cg0Ka3lwcmJxM1l4VlM0ak1MWHJqQUsNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
+ Cg0KZ1dMNDRycUp2RXFvb005UmN6U1cNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdC0tDQoNCg==
headers:
Accept:
@@ @@ -22998,9 +22998,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23017,21 +23017,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"1fe338d3ce6be59dc6283077f3b5d06f"
+ - W/"2a1eec4b50f99d906afe52154bf7c67e"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 022d085e-8e41-4d41-9f39-0dc41b1b2392
+ - 976c8b0f-f940-4326-9986-d4ae489f1f3f
X-Runtime:
- - '0.036405'
+ - '0.044242'
Content-Length:
- '359'
body:
encoding: UTF-8
- string: '{"_id":"568b2af1c36511390b0000bf","created_at":"2016-01-05T02:31:13Z","updated_at":"2016-01-05T02:31:13Z","content_type":"stylesheet","local_path":"fonts/chunkfive.css","folder":"fonts","checksum":"b3ad3bfa2aff9de913bf42f84ad1fecf","filename":"chunkfive.css","url":"/sites/568b2ae5c36511390b000000/theme/fonts/chunkfive.css","size":"279
+ string: '{"_id":"569acdf3c3651121bb0000d0","created_at":"2016-01-16T23:10:43Z","updated_at":"2016-01-16T23:10:43Z","content_type":"stylesheet","local_path":"fonts/chunkfive.css","folder":"fonts","checksum":"b3ad3bfa2aff9de913bf42f84ad1fecf","filename":"chunkfive.css","url":"/sites/569acde5c3651121bb000011/theme/fonts/chunkfive.css","size":"279
Bytes","raw_size":279}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:13 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:43 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23043,16 +23043,16 @@ http_interactions:
world\")})}).call(this);\r\n-------------RubyMultipartPost\r\nContent-Disposition:
form-data; name=\"theme_asset[folder]\"\r\n\r\njavascripts\r\n-------------RubyMultipartPost\r\nContent-Disposition:
form-data; name=\"theme_asset[checksum]\"\r\n\r\ndafcc4a2f059c53e47bf8d7ea4dd1e11\r\n-------------RubyMultipartPost\r\nContent-Disposition:
- form-data; name=\"auth_token\"\r\n\r\nkyprbq3YxVS4jMLXrjAK\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"auth_token\"\r\n\r\ngWL44rqJvEqooM9RczSW\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23069,21 +23069,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"109b72e80bede41e3687555bdecd0997"
+ - W/"3fbd3b5b35bf6fb746f2decd9f14bef0"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e4c306cf-974d-4ad4-9949-37a451100221
+ - 1faef367-670d-4cd3-96ba-1793c0069c72
X-Runtime:
- - '0.033722'
+ - '0.034958'
Content-Length:
- '378'
body:
encoding: UTF-8
- string: '{"_id":"568b2af2c36511390b0000c0","created_at":"2016-01-05T02:31:14Z","updated_at":"2016-01-05T02:31:14Z","content_type":"javascript","local_path":"javascripts/application.js","folder":"javascripts","checksum":"dafcc4a2f059c53e47bf8d7ea4dd1e11","filename":"application.js","url":"/sites/568b2ae5c36511390b000000/theme/javascripts/application.js","size":"84
+ string: '{"_id":"569acdf4c3651121bb0000d1","created_at":"2016-01-16T23:10:44Z","updated_at":"2016-01-16T23:10:44Z","content_type":"javascript","local_path":"javascripts/application.js","folder":"javascripts","checksum":"dafcc4a2f059c53e47bf8d7ea4dd1e11","filename":"application.js","url":"/sites/569acde5c3651121bb000011/theme/javascripts/application.js","size":"84
Bytes","raw_size":84}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:14 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:44 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23094,16 +23094,16 @@ http_interactions:
binary\r\n\r\nconsole.log(\"hello world\");\r\n-------------RubyMultipartPost\r\nContent-Disposition:
form-data; name=\"theme_asset[folder]\"\r\n\r\njavascripts\r\n-------------RubyMultipartPost\r\nContent-Disposition:
form-data; name=\"theme_asset[checksum]\"\r\n\r\nd05d02ecb331afbe373db79b0a88ef36\r\n-------------RubyMultipartPost\r\nContent-Disposition:
- form-data; name=\"auth_token\"\r\n\r\nkyprbq3YxVS4jMLXrjAK\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"auth_token\"\r\n\r\ngWL44rqJvEqooM9RczSW\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23120,21 +23120,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"7e762d1f0d7de178da617639549b5e8b"
+ - W/"af8bfed4d8b859bbc09bc6be8968d678"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c0cd7132-7abb-4f22-bffd-33de00a27e10
+ - d3e1cb05-5c29-4436-8bdf-a0df0f93e934
X-Runtime:
- - '0.035861'
+ - '0.040780'
Content-Length:
- '363'
body:
encoding: UTF-8
- string: '{"_id":"568b2af3c36511390b0000c1","created_at":"2016-01-05T02:31:15Z","updated_at":"2016-01-05T02:31:15Z","content_type":"javascript","local_path":"javascripts/common.js","folder":"javascripts","checksum":"d05d02ecb331afbe373db79b0a88ef36","filename":"common.js","url":"/sites/568b2ae5c36511390b000000/theme/javascripts/common.js","size":"27
+ string: '{"_id":"569acdf5c3651121bb0000d2","created_at":"2016-01-16T23:10:45Z","updated_at":"2016-01-16T23:10:45Z","content_type":"javascript","local_path":"javascripts/common.js","folder":"javascripts","checksum":"d05d02ecb331afbe373db79b0a88ef36","filename":"common.js","url":"/sites/569acde5c3651121bb000011/theme/javascripts/common.js","size":"27
Bytes","raw_size":27}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:15 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:45 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23142,19 +23142,19 @@ http_interactions:
encoding: UTF-8
string: "-------------RubyMultipartPost\r\nContent-Disposition: form-data; name=\"theme_asset[source]\";
filename=\"application.css\"\r\nContent-Length: 2790\r\nContent-Type: application/octet-stream\r\nContent-Transfer-Encoding:
- binary\r\n\r\nbody{background:#f0eee3 url(\"/sites/568b2ae5c36511390b000000/theme/images/top.jpg?3f6a15f2ce89235092ae25b125084dd7\")
+ binary\r\n\r\nbody{background:#f0eee3 url(\"/sites/569acde5c3651121bb000011/theme/images/top.jpg?3f6a15f2ce89235092ae25b125084dd7\")
repeat-x center 0;color:#333;font-family:Georgia,helvetica;font-size:14px}h2{font-size:30px;font-style:italic;font-weight:normal;font-family:ChunkFiveRoman;margin-bottom:6px}a{color:#2196b2;text-decoration:none}a:hover{text-decoration:underline}.sep{height:1px;width:950px;background:transparent
- url(/sites/568b2ae5c36511390b000000/theme/images/sep.png?89e0275185e661639fb14130410843b6)
+ url(/sites/569acde5c3651121bb000011/theme/images/sep.png?89e0275185e661639fb14130410843b6)
repeat-x 0 0}.more a{font-style:italic;font-weight:bold}.container{width:950px;padding-top:0}.error{text-align:center;font-size:24px;text-transform:capitalize}#menu{height:40px}#nav{list-style:none;height:40px}#nav
li{float:left;padding:0 20px 0 20px;height:40px}#nav li a{position:relative;top:7px;color:#fff;font-size:18px;text-transform:lowercase;font-family:ChunkFiveRoman}#nav
- li.on{background:transparent url(/sites/568b2ae5c36511390b000000/theme/images/nav_on.png?edb293028f9c07f2d692d066cd8a458a)
- repeat-x 0 0}#banner{padding-top:20px;background:transparent url(/sites/568b2ae5c36511390b000000/theme/images/sep.png?89e0275185e661639fb14130410843b6)
+ li.on{background:transparent url(/sites/569acde5c3651121bb000011/theme/images/nav_on.png?edb293028f9c07f2d692d066cd8a458a)
+ repeat-x 0 0}#banner{padding-top:20px;background:transparent url(/sites/569acde5c3651121bb000011/theme/images/sep.png?89e0275185e661639fb14130410843b6)
repeat-x 0 bottom;margin-bottom:30px;padding-bottom:20px}#banner .photo{float:left;position:relative;left:-23px;background:transparent
- url(/sites/568b2ae5c36511390b000000/theme/images/photo_frame.png?93c2911287a5754bed65a028c6aa4a7c)
+ url(/sites/569acde5c3651121bb000011/theme/images/photo_frame.png?93c2911287a5754bed65a028c6aa4a7c)
no-repeat 0 0;padding:24px 0 0 32px;width:636px;height:438px}#banner .text{padding-top:130px;margin-left:686px}#banner
.text p{font-size:18px}#banner .text p a{font-weight:bold;font-size:17px}.list{list-style:none;font-size:13px;margin-bottom:10px}.list
li{margin-bottom:5px}.list li em{font-weight:bold}.songs{list-style:none}.songs
- li{margin:0 20px 20px 0;padding:0 0 20px 0;background:transparent url(/sites/568b2ae5c36511390b000000/theme/images/sep.png?89e0275185e661639fb14130410843b6)
+ li{margin:0 20px 20px 0;padding:0 0 20px 0;background:transparent url(/sites/569acde5c3651121bb000011/theme/images/sep.png?89e0275185e661639fb14130410843b6)
repeat-x 0 bottom}.songs li h3{font-style:italic;margin-bottom:6px}.songs
li .cover{float:left}.songs li .cover img{border:4px solid #fff}.songs li
.info{margin-left:165px}.songs li .info .listen{text-align:right;margin:5px
@@ @@ -23164,20 +23164,20 @@ http_interactions:
p textarea{width:400px;height:200px}#contactform p.action{padding:0 0 15px
200px}#contactform p.action input{background:#2196b2;color:#fff;padding:3px
5px;text-transform:uppercase;margin:0 5px;border:0}#footer{background:transparent
- url(/sites/568b2ae5c36511390b000000/theme/images/sep.png?89e0275185e661639fb14130410843b6)
+ url(/sites/569acde5c3651121bb000011/theme/images/sep.png?89e0275185e661639fb14130410843b6)
repeat-x 0 0;margin-top:20px;padding-top:10px}#footer p{text-align:center;font-size:12px}\r\n-------------RubyMultipartPost\r\nContent-Disposition:
form-data; name=\"theme_asset[folder]\"\r\n\r\nstylesheets\r\n-------------RubyMultipartPost\r\nContent-Disposition:
- form-data; name=\"theme_asset[checksum]\"\r\n\r\nb0891163205a2ff8dbe5f8967faa7c63\r\n-------------RubyMultipartPost\r\nContent-Disposition:
- form-data; name=\"auth_token\"\r\n\r\nkyprbq3YxVS4jMLXrjAK\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"theme_asset[checksum]\"\r\n\r\neca3f746a6803d962ea389ae3b9186a2\r\n-------------RubyMultipartPost\r\nContent-Disposition:
+ form-data; name=\"auth_token\"\r\n\r\ngWL44rqJvEqooM9RczSW\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23194,21 +23194,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"7513018ee6f51e21f84b3d9532a4745e"
+ - W/"129e53327bd2833a85ce7b512040c549"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 6943c7b5-e45b-477a-b789-72e796419a50
+ - d4807535-3bb7-43a2-92d0-af0b083b4a1f
X-Runtime:
- - '0.033335'
+ - '0.035112'
Content-Length:
- '382'
body:
encoding: UTF-8
- string: '{"_id":"568b2af3c36511390b0000c2","created_at":"2016-01-05T02:31:15Z","updated_at":"2016-01-05T02:31:15Z","content_type":"stylesheet","local_path":"stylesheets/application.css","folder":"stylesheets","checksum":"b0891163205a2ff8dbe5f8967faa7c63","filename":"application.css","url":"/sites/568b2ae5c36511390b000000/theme/stylesheets/application.css","size":"2.72
+ string: '{"_id":"569acdf6c3651121bb0000d3","created_at":"2016-01-16T23:10:46Z","updated_at":"2016-01-16T23:10:46Z","content_type":"stylesheet","local_path":"stylesheets/application.css","folder":"stylesheets","checksum":"eca3f746a6803d962ea389ae3b9186a2","filename":"application.css","url":"/sites/569acde5c3651121bb000011/theme/stylesheets/application.css","size":"2.72
KB","raw_size":2790}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:15 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:46 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23219,16 +23219,16 @@ http_interactions:
binary\r\n\r\n\r\n-------------RubyMultipartPost\r\nContent-Disposition: form-data;
name=\"theme_asset[folder]\"\r\n\r\nstylesheets/other\r\n-------------RubyMultipartPost\r\nContent-Disposition:
form-data; name=\"theme_asset[checksum]\"\r\n\r\nd41d8cd98f00b204e9800998ecf8427e\r\n-------------RubyMultipartPost\r\nContent-Disposition:
- form-data; name=\"auth_token\"\r\n\r\nkyprbq3YxVS4jMLXrjAK\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"auth_token\"\r\n\r\ngWL44rqJvEqooM9RczSW\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23245,21 +23245,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"5af3f15997921f2cc5dc0d3e3b1c37dd"
+ - W/"3fd7f5d6d253bf6726d5cf9e9d00af6d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 5dcf7922-89c8-4b0b-82a9-3d34f4fc8310
+ - 7f11f8ee-d7a8-4a73-b3d5-78e7d4afa0dc
X-Runtime:
- - '0.039192'
+ - '0.042573'
Content-Length:
- '379'
body:
encoding: UTF-8
- string: '{"_id":"568b2af3c36511390b0000c3","created_at":"2016-01-05T02:31:15Z","updated_at":"2016-01-05T02:31:15Z","content_type":"stylesheet","local_path":"stylesheets/other/extra.css","folder":"stylesheets/other","checksum":"d41d8cd98f00b204e9800998ecf8427e","filename":"extra.css","url":"/sites/568b2ae5c36511390b000000/theme/stylesheets/other/extra.css","size":"0
+ string: '{"_id":"569acdf6c3651121bb0000d4","created_at":"2016-01-16T23:10:46Z","updated_at":"2016-01-16T23:10:46Z","content_type":"stylesheet","local_path":"stylesheets/other/extra.css","folder":"stylesheets/other","checksum":"d41d8cd98f00b204e9800998ecf8427e","filename":"extra.css","url":"/sites/569acde5c3651121bb000011/theme/stylesheets/other/extra.css","size":"0
Bytes","raw_size":0}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:15 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:46 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23287,16 +23287,16 @@ http_interactions:
h1{color:green}\r\n-------------RubyMultipartPost\r\nContent-Disposition:
form-data; name=\"theme_asset[folder]\"\r\n\r\nstylesheets/other\r\n-------------RubyMultipartPost\r\nContent-Disposition:
form-data; name=\"theme_asset[checksum]\"\r\n\r\nad2e36fdbc6b9ea164f875e19af0c90e\r\n-------------RubyMultipartPost\r\nContent-Disposition:
- form-data; name=\"auth_token\"\r\n\r\nkyprbq3YxVS4jMLXrjAK\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"auth_token\"\r\n\r\ngWL44rqJvEqooM9RczSW\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23313,21 +23313,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"524c14b6a1506b990b5ffd6304d7c252"
+ - W/"688d97fa2cf8eff1e3cbce4639102674"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f4455d4b-32bc-492b-92f4-8f7eeadc68f5
+ - 3df2cf7b-4dde-48b9-8023-bb075da116d4
X-Runtime:
- - '0.033122'
+ - '0.037247'
Content-Length:
- '382'
body:
encoding: UTF-8
- string: '{"_id":"568b2af3c36511390b0000c4","created_at":"2016-01-05T02:31:15Z","updated_at":"2016-01-05T02:31:15Z","content_type":"stylesheet","local_path":"stylesheets/other/style.css","folder":"stylesheets/other","checksum":"ad2e36fdbc6b9ea164f875e19af0c90e","filename":"style.css","url":"/sites/568b2ae5c36511390b000000/theme/stylesheets/other/style.css","size":"1.42
+ string: '{"_id":"569acdf7c3651121bb0000d5","created_at":"2016-01-16T23:10:47Z","updated_at":"2016-01-16T23:10:47Z","content_type":"stylesheet","local_path":"stylesheets/other/style.css","folder":"stylesheets/other","checksum":"ad2e36fdbc6b9ea164f875e19af0c90e","filename":"style.css","url":"/sites/569acde5c3651121bb000011/theme/stylesheets/other/style.css","size":"1.42
KB","raw_size":1452}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:15 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:47 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23391,7 +23391,7 @@ http_interactions:
YW1lPSJ0aGVtZV9hc3NldFtjaGVja3N1bV0iDQoNCmY0NGIxNDg3ZDljMGQ0
OTBlNjY0ZTkxY2FmMGM3Y2Q4DQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFy
dFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i
- YXV0aF90b2tlbiINCg0Ka3lwcmJxM1l4VlM0ak1MWHJqQUsNCi0tLS0tLS0t
+ YXV0aF90b2tlbiINCg0KZ1dMNDRycUp2RXFvb005UmN6U1cNCi0tLS0tLS0t
LS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg==
headers:
Accept:
@@ @@ -23399,9 +23399,9 @@ http_interactions:
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23418,36 +23418,36 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"2450befaf9cec1e9ffbfdf56f3e28f0f"
+ - W/"71bfa516cb201018d07747a01afc44ad"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f4e220b2-a494-4f1b-a946-2254f9d53c13
+ - 0cae4a13-501f-40b4-9f5a-2a31790db6eb
X-Runtime:
- - '0.033702'
+ - '0.034666'
Content-Length:
- '367'
body:
encoding: UTF-8
- string: '{"_id":"568b2af4c36511390b0000c5","created_at":"2016-01-05T02:31:16Z","updated_at":"2016-01-05T02:31:16Z","content_type":"stylesheet","local_path":"stylesheets/reboot.css","folder":"stylesheets","checksum":"f44b1487d9c0d490e664e91caf0c7cd8","filename":"reboot.css","url":"/sites/568b2ae5c36511390b000000/theme/stylesheets/reboot.css","size":"1.99
+ string: '{"_id":"569acdf8c3651121bb0000d6","created_at":"2016-01-16T23:10:48Z","updated_at":"2016-01-16T23:10:48Z","content_type":"stylesheet","local_path":"stylesheets/reboot.css","folder":"stylesheets","checksum":"f44b1487d9c0d490e664e91caf0c7cd8","filename":"reboot.css","url":"/sites/569acde5c3651121bb000011/theme/stylesheets/reboot.css","size":"1.99
KB","raw_size":2042}'
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:16 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:48 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/translations/powered_by.json
body:
encoding: UTF-8
- string: auth_token=kyprbq3YxVS4jMLXrjAK&translation%5Bkey%5D=powered_by&translation%5Bvalues%5D%5Ben%5D=Powered+by&translation%5Bvalues%5D%5Bfr%5D=Propuls%C3%A9+par
+ string: auth_token=gWL44rqJvEqooM9RczSW&translation%5Bkey%5D=powered_by&translation%5Bvalues%5D%5Ben%5D=Powered+by&translation%5Bvalues%5D%5Bfr%5D=Propuls%C3%A9+par
headers:
Accept:
- application/json
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - kyprbq3YxVS4jMLXrjAK
+ - gWL44rqJvEqooM9RczSW
X-Locomotive-Site-Handle:
- - tasteless-dusk-6550
+ - outrageous-stream-2144
Content-Type:
- application/x-www-form-urlencoded
Accept-Encoding:
@@ @@ -23462,22 +23462,22 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ef5bb1891aca3a43c7a87b90c558878a"
+ - W/"62c3ef33965c28e4593b4deeb9ef3d94"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 44f7d05e-da91-4b80-b17d-e5802b03754f
+ - 6e8308b2-daf6-4fbc-ba15-a9deac5d61b1
X-Runtime:
- - '0.116269'
+ - '0.039431'
Content-Length:
- '175'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NjhiMmFmNGMzNjUxMTM5MGIwMDAwYzYiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMS0wNVQwMjozMToxNloiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- MS0wNVQwMjozMToxNloiLCJrZXkiOiJwb3dlcmVkX2J5IiwidmFsdWVzIjp7
+ eyJfaWQiOiI1NjlhY2RmOGMzNjUxMTIxYmIwMDAwZDciLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wMS0xNlQyMzoxMDo0OFoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ MS0xNlQyMzoxMDo0OFoiLCJrZXkiOiJwb3dlcmVkX2J5IiwidmFsdWVzIjp7
ImVuIjoiUG93ZXJlZCBieSIsImZyIjoiUHJvcHVsc8OpIHBhciJ9fQ==
http_version:
- recorded_at: Tue, 05 Jan 2016 02:31:16 GMT
+ recorded_at: Sat, 16 Jan 2016 23:10:48 GMT
recorded_with: VCR 3.0.0