forgot to send the filter_fields content_type property when pushing a site

did committed Jun 17, 2016
commit f0bc11b706752604e5055aef507e5984b73255ca
Showing 5 changed files with 1333 additions and 1329 deletions
Gemfile +1 -1
@@ @@ -8,7 +8,7 @@ gem 'rb-fsevent', '~> 0.9.1'
# Development
# gem 'locomotivecms_common', github: 'locomotivecms/common', ref: '257047b', require: false
# gem 'locomotivecms_coal', github: 'locomotivecms/coal', ref: 'f4ff435', require: false
- gem 'locomotivecms_steam', github: 'locomotivecms/steam', ref: 'ff29e06fe', require: false
+ gem 'locomotivecms_steam', github: 'locomotivecms/steam', ref: '0681850', require: false
# Local development
# gem 'locomotivecms_coal', path: '../gems/coal', require: false
locomotive/wagon/decorators/content_type_decorator.rb b/lib/locomotive/wagon/decorators/content_type_decorator.rb +5 -1
@@ @@ -16,7 +16,7 @@ module Locomotive
public_submission_enabled
public_submission_accounts
public_submission_title_template
- entry_template display_settings)
+ entry_template display_settings filter_fields)
end
def fields
@@ @@ -66,6 +66,10 @@ module Locomotive
self[:display_settings]
end
+ def filter_fields
+ self[:filter_fields]
+ end
+
def with_relationships?
__getobj__.fields.associations.count > 0
end
spec/fixtures/cassettes/authenticate.yml +32 -32
@@ @@ -14,7 +14,7 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:03 GMT
+ - Fri, 17 Jun 2016 08:02:04 GMT
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -29,16 +29,16 @@ http_interactions:
Cache-Control:
- no-cache
X-Request-Id:
- - 3182cf9c-b696-43e7-b8c1-1ba14499af20
+ - b0c718fe-9812-411b-9824-367063c7c7c8
X-Runtime:
- - '0.414173'
+ - '0.641600'
Content-Length:
- '40'
body:
encoding: UTF-8
string: '{"message":"Invalid email or password."}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:03 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:05 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/my_account.json
@@ @@ -53,7 +53,7 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:03 GMT
+ - Fri, 17 Jun 2016 08:02:05 GMT
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -64,20 +64,20 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"6e006fe508a944d2de94eb6b19534b34"
+ - W/"0e3f9d0daf88f8fd4f0a2ec082a5a7e5"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - a315281f-7abc-4abd-9f84-f15fec715f5d
+ - ca31d12a-1fbb-41c6-a7eb-f2f36de12f0b
X-Runtime:
- - '0.089469'
+ - '0.158071'
Content-Length:
- '250'
body:
encoding: UTF-8
- string: '{"_id":"574ef52b87f6437126b45fd5","created_at":"2016-06-01T14:46:03Z","updated_at":"2016-06-01T14:46:03Z","name":"John","email":"john@doe.net","locale":"en","api_key":"0ca43a03c721f17ce93273a52ae945c60d96f435","super_admin":false,"local_admin":false}'
+ string: '{"_id":"5763ae7d87f6437d12223b7e","created_at":"2016-06-17T08:02:05Z","updated_at":"2016-06-17T08:02:05Z","name":"John","email":"john@doe.net","locale":"en","api_key":"f3d9eb1da9dd7d755bf61cb78040eb3ac20054b7","super_admin":false,"local_admin":false}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:03 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:05 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/tokens.json
@@ @@ -92,7 +92,7 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:03 GMT
+ - Fri, 17 Jun 2016 08:02:05 GMT
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -103,23 +103,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d3c6e9d62f8b5b88948877604a6e90f1"
+ - W/"454972cc6e9c77359905d2dea5ba89ee"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 9c0dacd7-f95d-4f40-8de1-0951604a3e51
+ - cb777707-131e-4a7b-beff-040b267ac2c6
X-Runtime:
- - '0.019179'
+ - '0.022266'
Content-Length:
- '32'
body:
encoding: UTF-8
- string: '{"token":"e72VhSTyGX_RnZqXeEeZ"}'
+ string: '{"token":"HyqKxyBLmEH9x_GzYnWY"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:03 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:05 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -131,11 +131,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:03 GMT
+ - Fri, 17 Jun 2016 08:02:05 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
response:
status:
code: 200
@@ @@ -144,23 +144,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"5a771efbaa5be98a7a15537b116e73fe"
+ - W/"7560269880972609752ff82cb3ed592f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 56530494-10b2-44c7-bb2e-0fc537da0401
+ - 4fab7136-9216-46fb-a2ce-f25e5b40ca17
X-Runtime:
- - '0.033738'
+ - '0.037894'
Content-Length:
- '261'
body:
encoding: UTF-8
- string: '{"_id":"574ef50787f6437102d102ac","created_at":"2016-06-01T14:45:27Z","updated_at":"2016-06-01T14:45:27Z","name":"Admin","email":"admin@locomotivecms.com","locale":"en","api_key":"d49cd50f6f0d2b163f48fc73cb249f0244c37074","super_admin":false,"local_admin":true}'
+ string: '{"_id":"5763ad8487f6437cec5812c1","created_at":"2016-06-17T07:57:56Z","updated_at":"2016-06-17T07:57:56Z","name":"Admin","email":"admin@locomotivecms.com","locale":"en","api_key":"d49cd50f6f0d2b163f48fc73cb249f0244c37074","super_admin":false,"local_admin":true}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:03 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:05 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -172,11 +172,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:03 GMT
+ - Fri, 17 Jun 2016 08:02:05 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
response:
status:
code: 200
@@ @@ -185,18 +185,18 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"5a771efbaa5be98a7a15537b116e73fe"
+ - W/"7560269880972609752ff82cb3ed592f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 7e97334d-4ef4-4856-95a9-ca0b65206e3f
+ - ad034495-4fa7-42ab-9176-e24422eef3ff
X-Runtime:
- - '0.017813'
+ - '0.025608'
Content-Length:
- '261'
body:
encoding: UTF-8
- string: '{"_id":"574ef50787f6437102d102ac","created_at":"2016-06-01T14:45:27Z","updated_at":"2016-06-01T14:45:27Z","name":"Admin","email":"admin@locomotivecms.com","locale":"en","api_key":"d49cd50f6f0d2b163f48fc73cb249f0244c37074","super_admin":false,"local_admin":true}'
+ string: '{"_id":"5763ad8487f6437cec5812c1","created_at":"2016-06-17T07:57:56Z","updated_at":"2016-06-17T07:57:56Z","name":"Admin","email":"admin@locomotivecms.com","locale":"en","api_key":"d49cd50f6f0d2b163f48fc73cb249f0244c37074","super_admin":false,"local_admin":true}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:03 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:05 GMT
recorded_with: VCR 3.0.1
spec/fixtures/cassettes/delete.yml +182 -182
@@ @@ -14,7 +14,7 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:03 GMT
+ - Fri, 17 Jun 2016 08:02:05 GMT
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -25,26 +25,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d3c6e9d62f8b5b88948877604a6e90f1"
+ - W/"454972cc6e9c77359905d2dea5ba89ee"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d444e601-4f05-47cd-b21d-850b83b87e1c
+ - a4daf3ff-2882-45f2-95f2-1a731977faf2
X-Runtime:
- - '0.018341'
+ - '0.020263'
Content-Length:
- '32'
body:
encoding: UTF-8
- string: '{"token":"e72VhSTyGX_RnZqXeEeZ"}'
+ string: '{"token":"HyqKxyBLmEH9x_GzYnWY"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:03 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:05 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/sites.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&site%5Bhandle%5D=short-lived&site%5Bname%5D=ShortLived
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&site%5Bhandle%5D=short-lived&site%5Bname%5D=ShortLived
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -53,11 +53,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:03 GMT
+ - Fri, 17 Jun 2016 08:02:05 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -68,20 +68,20 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"487ead8a50e527fe4b0b0dc6fb27b6c7"
+ - W/"277cc7d9c525bbf5ca43a8979eb7ff09"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 2318d834-2a95-48f7-b270-a41ff3207269
+ - d0f02d1d-ee66-455d-9bf3-f802f9463ba7
X-Runtime:
- - '0.702532'
+ - '1.191048'
Content-Length:
- '840'
body:
encoding: UTF-8
- string: '{"_id":"574ef52b87f6437126b45fd6","created_at":"2016-06-01T14:46:03Z","updated_at":"2016-06-01T14:46:04Z","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":"574ef52b87f6437126b45fd7","created_at":null,"updated_at":null,"role":"admin","account_id":"574ef50787f6437102d102ac","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1464792364,"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","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}"}'
+ string: '{"_id":"5763ae7d87f6437d12223b7f","created_at":"2016-06-17T08:02:05Z","updated_at":"2016-06-17T08:02:06Z","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":"5763ae7d87f6437d12223b80","created_at":null,"updated_at":null,"role":"admin","account_id":"5763ad8487f6437cec5812c1","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1466150526,"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","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:04 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:07 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/tokens.json
@@ @@ -96,7 +96,7 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:04 GMT
+ - Fri, 17 Jun 2016 08:02:07 GMT
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -107,23 +107,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d3c6e9d62f8b5b88948877604a6e90f1"
+ - W/"454972cc6e9c77359905d2dea5ba89ee"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 7c2e900f-df6c-42a2-a7a6-c111261b7342
+ - ca06fd7f-d15d-4634-a3c0-4fa16943758c
X-Runtime:
- - '0.017470'
+ - '0.017046'
Content-Length:
- '32'
body:
encoding: UTF-8
- string: '{"token":"e72VhSTyGX_RnZqXeEeZ"}'
+ string: '{"token":"HyqKxyBLmEH9x_GzYnWY"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:04 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:07 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/current_site.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://www.example.com:3000/locomotive/api/v3/current_site.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -135,11 +135,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:04 GMT
+ - Fri, 17 Jun 2016 08:02:07 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- short-lived
response:
@@ @@ -150,26 +150,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"487ead8a50e527fe4b0b0dc6fb27b6c7"
+ - W/"277cc7d9c525bbf5ca43a8979eb7ff09"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 416dac72-6f1f-4bf1-a24d-5bbd2cc82cc4
+ - e10375b3-a33e-45a1-9f11-58b21b76adcd
X-Runtime:
- - '0.181966'
+ - '0.201654'
Content-Length:
- '840'
body:
encoding: UTF-8
- string: '{"_id":"574ef52b87f6437126b45fd6","created_at":"2016-06-01T14:46:03Z","updated_at":"2016-06-01T14:46:04Z","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":"574ef52b87f6437126b45fd7","created_at":null,"updated_at":null,"role":"admin","account_id":"574ef50787f6437102d102ac","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1464792364,"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","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}"}'
+ string: '{"_id":"5763ae7d87f6437d12223b7f","created_at":"2016-06-17T08:02:05Z","updated_at":"2016-06-17T08:02:06Z","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":"5763ae7d87f6437d12223b80","created_at":null,"updated_at":null,"role":"admin","account_id":"5763ad8487f6437cec5812c1","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1466150526,"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","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:04 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:07 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&page%5Bparent%5D=index&page%5Bslug%5D=hello-world&page%5Btemplate%5D=Hello+world%21&page%5Btitle%5D=Hello+world
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&page%5Bparent%5D=index&page%5Bslug%5D=hello-world&page%5Btemplate%5D=Hello+world%21&page%5Btitle%5D=Hello+world
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -178,11 +178,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:04 GMT
+ - Fri, 17 Jun 2016 08:02:07 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -195,25 +195,25 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"bc931e6cc84e7bfe38945c3be7b03228"
+ - W/"ae76eab664fa1c1112a0f84300eef91d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c23013ee-4bde-47c1-8218-f1ef5fb0f23b
+ - 151a74bc-15e9-47d1-a01c-f02917e2e639
X-Runtime:
- - '0.060836'
+ - '0.062264'
Content-Length:
- '673'
body:
encoding: UTF-8
- string: '{"_id":"574ef52c87f6437126b45fdb","created_at":"2016-06-01T14:46:04Z","updated_at":"2016-06-01T14:46:04Z","title":"Hello
- world","parent_id":"574ef50787f6437102d102af","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":"5763ae7f87f6437d12223b84","created_at":"2016-06-17T08:02:07Z","updated_at":"2016-06-17T08:02:07Z","title":"Hello
+ world","parent_id":"5763ad8487f6437cec5812c4","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: Wed, 01 Jun 2016 14:46:04 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:07 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/pages/hello-world.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://www.example.com:3000/locomotive/api/v3/pages/hello-world.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -225,11 +225,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:04 GMT
+ - Fri, 17 Jun 2016 08:02:07 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -240,28 +240,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"bc931e6cc84e7bfe38945c3be7b03228"
+ - W/"ae76eab664fa1c1112a0f84300eef91d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 7ece7da3-5ced-4814-8800-098d36d57309
+ - 858142cb-f3c3-44f4-aaba-a67f4f534225
X-Runtime:
- - '0.034926'
+ - '0.035328'
Content-Length:
- '673'
body:
encoding: UTF-8
- string: '{"_id":"574ef52c87f6437126b45fdb","created_at":"2016-06-01T14:46:04Z","updated_at":"2016-06-01T14:46:04Z","title":"Hello
- world","parent_id":"574ef50787f6437102d102af","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":"5763ae7f87f6437d12223b84","created_at":"2016-06-17T08:02:07Z","updated_at":"2016-06-17T08:02:07Z","title":"Hello
+ world","parent_id":"5763ad8487f6437cec5812c4","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: Wed, 01 Jun 2016 14:46:04 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:07 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/content_types.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -270,11 +270,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:04 GMT
+ - Fri, 17 Jun 2016 08:02:07 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -287,23 +287,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"df66d86fd89c8c79f4644ab500619e1a"
+ - W/"0d2bf4ecd7730399c5bed8e5d4c3afb2"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d1cf90e4-d3c3-4026-8e0c-8d19df86cb1f
+ - 26394048-c7f4-4e7e-acd0-3d895cf2f939
X-Runtime:
- - '0.126292'
+ - '0.114527'
Content-Length:
- '691'
body:
encoding: UTF-8
- string: '{"_id":"574ef52c87f6437126b45fdc","created_at":"2016-06-01T14:46:04Z","updated_at":"2016-06-01T14:46:04Z","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,"filter_fields":null,"fields":[{"_id":"574ef52c87f6437126b45fdd","created_at":null,"updated_at":null,"name":"email","type":"string","label":"E-mail","hint":null,"required":true,"localized":false,"unique":false,"default":null,"position":0}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
+ string: '{"_id":"5763ae7f87f6437d12223b85","created_at":"2016-06-17T08:02:07Z","updated_at":"2016-06-17T08:02:07Z","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,"filter_fields":null,"fields":[{"_id":"5763ae7f87f6437d12223b86","created_at":null,"updated_at":null,"name":"email","type":"string","label":"E-mail","hint":null,"required":true,"localized":false,"unique":false,"default":null,"position":0}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:04 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:07 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/content_types/fake_messages.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://www.example.com:3000/locomotive/api/v3/content_types/fake_messages.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -315,11 +315,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:04 GMT
+ - Fri, 17 Jun 2016 08:02:07 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -330,26 +330,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"df66d86fd89c8c79f4644ab500619e1a"
+ - W/"0d2bf4ecd7730399c5bed8e5d4c3afb2"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f9c3d6be-9122-474a-a596-2b0d46b8f56f
+ - 320b7dd1-0177-4e96-8b6e-6979dbf44bd7
X-Runtime:
- - '0.036467'
+ - '0.036183'
Content-Length:
- '691'
body:
encoding: UTF-8
- string: '{"_id":"574ef52c87f6437126b45fdc","created_at":"2016-06-01T14:46:04Z","updated_at":"2016-06-01T14:46:04Z","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,"filter_fields":null,"fields":[{"_id":"574ef52c87f6437126b45fdd","created_at":null,"updated_at":null,"name":"email","type":"string","label":"E-mail","hint":null,"required":true,"localized":false,"unique":false,"default":null,"position":0}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
+ string: '{"_id":"5763ae7f87f6437d12223b85","created_at":"2016-06-17T08:02:07Z","updated_at":"2016-06-17T08:02:07Z","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,"filter_fields":null,"fields":[{"_id":"5763ae7f87f6437d12223b86","created_at":null,"updated_at":null,"name":"email","type":"string","label":"E-mail","hint":null,"required":true,"localized":false,"unique":false,"default":null,"position":0}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:04 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:07 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/content_types.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -358,11 +358,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:05 GMT
+ - Fri, 17 Jun 2016 08:02:07 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -375,23 +375,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"5409ee83744393d9a2bd7d0c443ff87a"
+ - W/"c548e3b143bac5b945b4c9ed55314728"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e1c6f70b-37ea-47bb-87bc-36d8971d03ba
+ - 26ccea4e-b648-4c0a-aa99-320839ecde17
X-Runtime:
- - '0.056343'
+ - '0.047121'
Content-Length:
- '693'
body:
encoding: UTF-8
- string: '{"_id":"574ef52d87f6437126b45fde","created_at":"2016-06-01T14:46:05Z","updated_at":"2016-06-01T14:46:05Z","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,"filter_fields":null,"fields":[{"_id":"574ef52d87f6437126b45fdf","created_at":null,"updated_at":null,"name":"email","type":"string","label":"E-mail","hint":null,"required":true,"localized":false,"unique":false,"default":null,"position":0}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
+ string: '{"_id":"5763ae7f87f6437d12223b87","created_at":"2016-06-17T08:02:07Z","updated_at":"2016-06-17T08:02:07Z","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,"filter_fields":null,"fields":[{"_id":"5763ae7f87f6437d12223b88","created_at":null,"updated_at":null,"name":"email","type":"string","label":"E-mail","hint":null,"required":true,"localized":false,"unique":false,"default":null,"position":0}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:07 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/content_types.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://www.example.com:3000/locomotive/api/v3/content_types.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -403,11 +403,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:05 GMT
+ - Fri, 17 Jun 2016 08:02:07 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -422,22 +422,22 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 35a56a04-c4e0-4d36-a4de-60ed8b87a377
+ - 27590310-28f3-4329-a788-141e7710cb94
X-Runtime:
- - '0.033154'
+ - '0.034409'
Content-Length:
- '15'
body:
encoding: UTF-8
string: '{"deletions":1}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:07 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/snippets.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics&snippet%5Btemplate%5D=Analytics
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics&snippet%5Btemplate%5D=Analytics
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -446,11 +446,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:05 GMT
+ - Fri, 17 Jun 2016 08:02:07 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -463,23 +463,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"37c601952a531c041cba9c5bc068a2ef"
+ - W/"6b6551e3b59a6b9dde20cd4c381cf779"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 6171cdaf-ca17-4499-94f3-36da66e4be74
+ - b503a753-4be3-4fe3-9ab3-ab1e7d29c975
X-Runtime:
- - '0.111914'
+ - '0.084400'
Content-Length:
- '167'
body:
encoding: UTF-8
- string: '{"_id":"574ef52d87f6437126b45fe0","created_at":"2016-06-01T14:46:05Z","updated_at":"2016-06-01T14:46:05Z","name":"Analytics","slug":"analytics","template":"Analytics"}'
+ string: '{"_id":"5763ae7f87f6437d12223b89","created_at":"2016-06-17T08:02:07Z","updated_at":"2016-06-17T08:02:07Z","name":"Analytics","slug":"analytics","template":"Analytics"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:07 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/snippets/analytics.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://www.example.com:3000/locomotive/api/v3/snippets/analytics.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -491,11 +491,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:05 GMT
+ - Fri, 17 Jun 2016 08:02:07 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -506,26 +506,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"37c601952a531c041cba9c5bc068a2ef"
+ - W/"6b6551e3b59a6b9dde20cd4c381cf779"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 8fba2eae-a57d-4faf-a0ba-f3315ab60e5d
+ - ecd1aeb1-1d1e-4ea7-9d46-539d3e805220
X-Runtime:
- - '0.028511'
+ - '0.030254'
Content-Length:
- '167'
body:
encoding: UTF-8
- string: '{"_id":"574ef52d87f6437126b45fe0","created_at":"2016-06-01T14:46:05Z","updated_at":"2016-06-01T14:46:05Z","name":"Analytics","slug":"analytics","template":"Analytics"}'
+ string: '{"_id":"5763ae7f87f6437d12223b89","created_at":"2016-06-17T08:02:07Z","updated_at":"2016-06-17T08:02:07Z","name":"Analytics","slug":"analytics","template":"Analytics"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:07 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/snippets.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics_2&snippet%5Btemplate%5D=Analytics
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics_2&snippet%5Btemplate%5D=Analytics
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -534,11 +534,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:05 GMT
+ - Fri, 17 Jun 2016 08:02:07 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -551,23 +551,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"56fb78ae725ae5e82d9826952a7769f3"
+ - W/"aff42b680bd58012ef5d3d32020b7581"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 114c900d-d9c3-4270-af09-10684fd9d1f8
+ - 7f87a76f-c036-44d8-9f56-5d8845d4afee
X-Runtime:
- - '0.031876'
+ - '0.037287'
Content-Length:
- '169'
body:
encoding: UTF-8
- string: '{"_id":"574ef52d87f6437126b45fe1","created_at":"2016-06-01T14:46:05Z","updated_at":"2016-06-01T14:46:05Z","name":"Analytics","slug":"analytics_2","template":"Analytics"}'
+ string: '{"_id":"5763ae7f87f6437d12223b8a","created_at":"2016-06-17T08:02:07Z","updated_at":"2016-06-17T08:02:07Z","name":"Analytics","slug":"analytics_2","template":"Analytics"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:08 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/snippets.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://www.example.com:3000/locomotive/api/v3/snippets.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -579,11 +579,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:05 GMT
+ - Fri, 17 Jun 2016 08:02:08 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -598,16 +598,16 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f7f7806e-7e48-4e4e-be6d-e9c25db5d013
+ - 901cd7e1-6dda-4462-a8dc-41415d2a48cf
X-Runtime:
- - '0.036203'
+ - '0.029534'
Content-Length:
- '15'
body:
encoding: UTF-8
string: '{"deletions":1}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:08 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json
@@ @@ -682,7 +682,7 @@ http_interactions:
0NtJvy6mWF/OpLQstGgVzsab3sXmi3+2zzQDcJjnAyEPROMHiFLOL3h0hr9D
onww/wNwYOCiTn4FhQAAAABJRU5ErkJggg0KLS0tLS0tLS0tLS0tLVJ1YnlN
dWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7
- IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmU3MlZoU1R5R1hfUm5acVhlRWVaDQot
+ IG5hbWU9ImF1dGhfdG9rZW4iDQoNCkh5cUt4eUJMbUVIOXhfR3pZbldZDQot
LS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo=
headers:
User-Agent:
@@ @@ -692,11 +692,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:05 GMT
+ - Fri, 17 Jun 2016 08:02:08 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -711,21 +711,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"bf2e3d566142359f46e4fd6ed1f1ecb9"
+ - W/"ce77ed40701675225cc1e941e57c2aa8"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 179b8a2a-ebf4-46d0-ae8c-7ff6152a6df9
+ - 33cb48a6-984a-4f52-9317-3baccaca29b5
X-Runtime:
- - '0.316601'
+ - '0.277495'
Content-Length:
- '341'
body:
encoding: UTF-8
- string: '{"_id":"574ef52d87f6437126b45fe2","created_at":"2016-06-01T14:46:05Z","updated_at":"2016-06-01T14:46:05Z","content_type":"image","local_path":"images/icon.png","folder":"images","checksum":"3176de8c86ae69c06d4f0ed37e26cee4","filename":"icon.png","url":"/sites/574ef50787f6437102d102ae/theme/images/icon.png","size":"2.72
+ string: '{"_id":"5763ae8087f6437d12223b8b","created_at":"2016-06-17T08:02:08Z","updated_at":"2016-06-17T08:02:08Z","content_type":"image","local_path":"images/icon.png","folder":"images","checksum":"3176de8c86ae69c06d4f0ed37e26cee4","filename":"icon.png","url":"/sites/5763ad8487f6437cec5812c3/theme/images/icon.png","size":"2.72
KB","raw_size":2783}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:08 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json
@@ @@ -4371,7 +4371,7 @@ http_interactions:
nTZLWAn75+Cpv212Dv47zCzY/KTGgbiqWWzt8uMma7Z1/2bHBIaHmNbSlxEx
sfX/CzAAkCOO6w6jXtcAAAAASUVORK5CYIINCi0tLS0tLS0tLS0tLS1SdWJ5
TXVsdGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRh
- OyBuYW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0K
+ OyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpIeXFLeHlCTG1FSDl4X0d6WW5XWQ0K
LS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
@@ @@ -4381,11 +4381,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:05 GMT
+ - Fri, 17 Jun 2016 08:02:08 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -4400,24 +4400,24 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"02721e05639d275c9098fa6acc93f05c"
+ - W/"7d864e9688cc0d48dc21abba55a36ecb"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 66ef4b4a-1a37-461d-96bc-0ae80c7efe45
+ - 290804d7-c16b-4b97-88ba-04f1f7bebf53
X-Runtime:
- - '0.052410'
+ - '0.058432'
Content-Length:
- '345'
body:
encoding: UTF-8
- string: '{"_id":"574ef52d87f6437126b45fe3","created_at":"2016-06-01T14:46:05Z","updated_at":"2016-06-01T14:46:05Z","content_type":"image","local_path":"images/photo.jpg","folder":"images","checksum":"e1aff5628ca068751b333cf1b69dd978","filename":"photo.jpg","url":"/sites/574ef50787f6437102d102ae/theme/images/photo.jpg","size":"160
+ string: '{"_id":"5763ae8087f6437d12223b8c","created_at":"2016-06-17T08:02:08Z","updated_at":"2016-06-17T08:02:08Z","content_type":"image","local_path":"images/photo.jpg","folder":"images","checksum":"e1aff5628ca068751b333cf1b69dd978","filename":"photo.jpg","url":"/sites/5763ad8487f6437cec5812c3/theme/images/photo.jpg","size":"160
KB","raw_size":163476}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:08 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -4429,11 +4429,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:05 GMT
+ - Fri, 17 Jun 2016 08:02:08 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -4448,22 +4448,22 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - bbcea231-e415-4414-8832-ed72d430d051
+ - 0e313f16-8938-4ea8-adc6-c10c9efc4223
X-Runtime:
- - '0.038778'
+ - '0.053444'
Content-Length:
- '15'
body:
encoding: UTF-8
string: '{"deletions":2}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:08 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/translations.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&translation%5Bkey%5D=hello_world&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&translation%5Bkey%5D=hello_world&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -4472,11 +4472,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:06 GMT
+ - Fri, 17 Jun 2016 08:02:08 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -4489,24 +4489,24 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"eab6efd797ff31ac1ddf86e9d859cf50"
+ - W/"f75c994542d487d6f35ac3aeceb303bd"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 3d80dc7a-ec14-4545-967c-7b0d0ec116a3
+ - b8eca1c6-8681-4f0f-b337-5b92ad22ee37
X-Runtime:
- - '0.106044'
+ - '0.103986'
Content-Length:
- '161'
body:
encoding: UTF-8
- string: '{"_id":"574ef52e87f6437126b45fe4","created_at":"2016-06-01T14:46:06Z","updated_at":"2016-06-01T14:46:06Z","key":"hello_world","values":{"fr":"Bonjour
+ string: '{"_id":"5763ae8087f6437d12223b8d","created_at":"2016-06-17T08:02:08Z","updated_at":"2016-06-17T08:02:08Z","key":"hello_world","values":{"fr":"Bonjour
le monde"}}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:08 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/translations/hello_world.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://www.example.com:3000/locomotive/api/v3/translations/hello_world.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -4518,11 +4518,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:06 GMT
+ - Fri, 17 Jun 2016 08:02:08 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -4533,27 +4533,27 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"eab6efd797ff31ac1ddf86e9d859cf50"
+ - W/"f75c994542d487d6f35ac3aeceb303bd"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f3f0645e-6f12-418f-a56b-1d1c6186cd0c
+ - 156e4b7c-083c-4d24-aacc-023ab775ffc4
X-Runtime:
- - '0.033359'
+ - '0.062938'
Content-Length:
- '161'
body:
encoding: UTF-8
- string: '{"_id":"574ef52e87f6437126b45fe4","created_at":"2016-06-01T14:46:06Z","updated_at":"2016-06-01T14:46:06Z","key":"hello_world","values":{"fr":"Bonjour
+ string: '{"_id":"5763ae8087f6437d12223b8d","created_at":"2016-06-17T08:02:08Z","updated_at":"2016-06-17T08:02:08Z","key":"hello_world","values":{"fr":"Bonjour
le monde"}}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:08 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/translations.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&translation%5Bkey%5D=hello_world_2&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&translation%5Bkey%5D=hello_world_2&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -4562,11 +4562,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:06 GMT
+ - Fri, 17 Jun 2016 08:02:08 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -4579,24 +4579,24 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"afc43ea7a485bbc13c410a98093420de"
+ - W/"ed3818b1198d679f4f3688efe3a3403a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 6573f2ed-ff78-4cd3-92ae-ffc171a6aeb0
+ - 95737fa1-402b-467a-8da0-2c2b4691a4d0
X-Runtime:
- - '0.036170'
+ - '0.048713'
Content-Length:
- '163'
body:
encoding: UTF-8
- string: '{"_id":"574ef52e87f6437126b45fe5","created_at":"2016-06-01T14:46:06Z","updated_at":"2016-06-01T14:46:06Z","key":"hello_world_2","values":{"fr":"Bonjour
+ string: '{"_id":"5763ae8087f6437d12223b8e","created_at":"2016-06-17T08:02:08Z","updated_at":"2016-06-17T08:02:08Z","key":"hello_world_2","values":{"fr":"Bonjour
le monde"}}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:08 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/translations.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://www.example.com:3000/locomotive/api/v3/translations.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -4608,11 +4608,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:06 GMT
+ - Fri, 17 Jun 2016 08:02:08 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -4627,19 +4627,19 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 405892d0-1d4d-47db-8c5d-076162ecb169
+ - a0aaadce-52d0-474c-984e-28186d8cbd75
X-Runtime:
- - '0.031595'
+ - '0.042653'
Content-Length:
- '15'
body:
encoding: UTF-8
string: '{"deletions":1}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:09 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/pages/bogus_id.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://www.example.com:3000/locomotive/api/v3/pages/bogus_id.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -4651,11 +4651,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:06 GMT
+ - Fri, 17 Jun 2016 08:02:09 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -4668,19 +4668,19 @@ http_interactions:
Cache-Control:
- no-cache
X-Request-Id:
- - 204b7a23-52a7-43dc-84c3-fd5ca86942b8
+ - 5b207004-a23b-4d02-8c7b-873911e895d1
X-Runtime:
- - '0.028957'
+ - '0.043482'
Content-Length:
- '30'
body:
encoding: UTF-8
string: '{"error":"Resource not found"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:09 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/content_types/bogus_id.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://www.example.com:3000/locomotive/api/v3/content_types/bogus_id.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -4692,11 +4692,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:06 GMT
+ - Fri, 17 Jun 2016 08:02:09 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -4709,19 +4709,19 @@ http_interactions:
Cache-Control:
- no-cache
X-Request-Id:
- - 9d175cfb-b0df-4531-937c-d40ecfa1c8fb
+ - f729e0ca-557c-46ad-a3ac-04675daa129e
X-Runtime:
- - '0.024674'
+ - '0.032370'
Content-Length:
- '30'
body:
encoding: UTF-8
string: '{"error":"Resource not found"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:09 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/snippets/bogus_id.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://www.example.com:3000/locomotive/api/v3/snippets/bogus_id.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -4733,11 +4733,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:06 GMT
+ - Fri, 17 Jun 2016 08:02:09 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -4750,19 +4750,19 @@ http_interactions:
Cache-Control:
- no-cache
X-Request-Id:
- - 66bea599-be8e-443f-8e47-eeef5dfd8e72
+ - 9d70bbc9-bc0c-4751-9ce1-11696bc586ba
X-Runtime:
- - '0.023349'
+ - '0.037359'
Content-Length:
- '30'
body:
encoding: UTF-8
string: '{"error":"Resource not found"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:09 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/translations/bogus_id.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://www.example.com:3000/locomotive/api/v3/translations/bogus_id.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -4774,11 +4774,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:06 GMT
+ - Fri, 17 Jun 2016 08:02:09 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -4791,14 +4791,14 @@ http_interactions:
Cache-Control:
- no-cache
X-Request-Id:
- - 493703ee-158d-450d-a7f0-133c557425cc
+ - 07a61a7f-3246-4a2a-85d2-6e285054f146
X-Runtime:
- - '0.023424'
+ - '0.069625'
Content-Length:
- '30'
body:
encoding: UTF-8
string: '{"error":"Resource not found"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:09 GMT
recorded_with: VCR 3.0.1
spec/fixtures/cassettes/push.yml +1113 -1113
@@ @@ -14,7 +14,7 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:07 GMT
+ - Fri, 17 Jun 2016 08:02:10 GMT
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -25,20 +25,20 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d3c6e9d62f8b5b88948877604a6e90f1"
+ - W/"454972cc6e9c77359905d2dea5ba89ee"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - ff8da3c9-1e4e-473d-a322-f97c06cbec62
+ - a943b0a2-91c5-486e-bf7a-d2c7550b022a
X-Runtime:
- - '0.016047'
+ - '0.017402'
Content-Length:
- '32'
body:
encoding: UTF-8
- string: '{"token":"e72VhSTyGX_RnZqXeEeZ"}'
+ string: '{"token":"HyqKxyBLmEH9x_GzYnWY"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:07 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:10 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/sites.json
@@ @@ -139,7 +139,7 @@ http_interactions:
cG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0ic2l0ZVttZXRhZmllbGRzX3Nj
aGVtYV0iDQoNCltdDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QN
CkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90
- b2tlbiINCg0KZTcyVmhTVHlHWF9SblpxWGVFZVoNCi0tLS0tLS0tLS0tLS1S
+ b2tlbiINCg0KSHlxS3h5QkxtRUg5eF9HelluV1kNCi0tLS0tLS0tLS0tLS1S
dWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg==
headers:
User-Agent:
@@ @@ -149,11 +149,11 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:07 GMT
+ - Fri, 17 Jun 2016 08:02:10 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -166,21 +166,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c6be564f88afab09270acb2f9abdd916"
+ - W/"cb0a6af9e53285186a462690b36c7d27"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c37efccb-10ea-4192-a416-2ca4cde4f94d
+ - 34fdc356-ef45-4696-ba58-00b66442588e
X-Runtime:
- - '0.076885'
+ - '0.092280'
Content-Length:
- - '1061'
+ - '1057'
body:
encoding: UTF-8
- string: '{"_id":"574ef52f87f6437126b45fe6","created_at":"2016-06-01T14:46:07Z","updated_at":"2016-06-01T14:46:07Z","name":"Sample
- website","handle":"limitless-moss-5966","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"574ef52f87f6437126b45fe7","created_at":null,"updated_at":null,"role":"admin","account_id":"574ef50787f6437102d102ac","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/574ef52f87f6437126b45fe6/icon.png","content_version":0,"template_version":1464792367,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU3NGVmNTJmODdmNjQzNzEyNmI0NWZlNi9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=61797cf0ebe22d20","preview_url":"http://localhost:3000/locomotive/limitless-moss-5966/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}"}'
+ string: '{"_id":"5763ae8287f6437d12223b8f","created_at":"2016-06-17T08:02:10Z","updated_at":"2016-06-17T08:02:11Z","name":"Sample
+ website","handle":"gentle-desert-808","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"5763ae8287f6437d12223b90","created_at":null,"updated_at":null,"role":"admin","account_id":"5763ad8487f6437cec5812c1","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/5763ae8287f6437d12223b8f/icon.png","content_version":0,"template_version":1466150531,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU3NjNhZTgyODdmNjQzN2QxMjIyM2I4Zi9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=1d2655a4381031e9","preview_url":"http://localhost:3000/locomotive/gentle-desert-808/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:07 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:11 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/tokens.json
@@ @@ -195,7 +195,7 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:07 GMT
+ - Fri, 17 Jun 2016 08:02:11 GMT
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -206,23 +206,23 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d3c6e9d62f8b5b88948877604a6e90f1"
+ - W/"454972cc6e9c77359905d2dea5ba89ee"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - facd9b89-f9bd-4c85-baa6-f41a56905ef5
+ - 3df5a5f8-253c-44db-aacd-89c15e0857eb
X-Runtime:
- - '0.016394'
+ - '0.018441'
Content-Length:
- '32'
body:
encoding: UTF-8
- string: '{"token":"e72VhSTyGX_RnZqXeEeZ"}'
+ string: '{"token":"HyqKxyBLmEH9x_GzYnWY"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:07 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:11 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/current_site.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://localhost:3000/locomotive/api/v3/current_site.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -234,13 +234,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:07 GMT
+ - Fri, 17 Jun 2016 08:02:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
response:
@@ @@ -251,27 +251,27 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c6be564f88afab09270acb2f9abdd916"
+ - W/"cb0a6af9e53285186a462690b36c7d27"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 7f8e16dd-6739-4d1e-b1d1-b84ae2fa066e
+ - 62690ad7-d580-4fcd-987b-4fd77617beb0
X-Runtime:
- - '0.037532'
+ - '0.041097'
Content-Length:
- - '1061'
+ - '1057'
body:
encoding: UTF-8
- string: '{"_id":"574ef52f87f6437126b45fe6","created_at":"2016-06-01T14:46:07Z","updated_at":"2016-06-01T14:46:07Z","name":"Sample
- website","handle":"limitless-moss-5966","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"574ef52f87f6437126b45fe7","created_at":null,"updated_at":null,"role":"admin","account_id":"574ef50787f6437102d102ac","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/574ef52f87f6437126b45fe6/icon.png","content_version":0,"template_version":1464792367,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU3NGVmNTJmODdmNjQzNzEyNmI0NWZlNi9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=61797cf0ebe22d20","preview_url":"http://localhost:3000/locomotive/limitless-moss-5966/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}"}'
+ string: '{"_id":"5763ae8287f6437d12223b8f","created_at":"2016-06-17T08:02:10Z","updated_at":"2016-06-17T08:02:11Z","name":"Sample
+ website","handle":"gentle-desert-808","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"5763ae8287f6437d12223b90","created_at":null,"updated_at":null,"role":"admin","account_id":"5763ad8487f6437cec5812c1","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/5763ae8287f6437d12223b8f/icon.png","content_version":0,"template_version":1466150531,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU3NjNhZTgyODdmNjQzN2QxMjIyM2I4Zi9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=1d2655a4381031e9","preview_url":"http://localhost:3000/locomotive/gentle-desert-808/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:07 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:11 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/current_site.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&site%5Blocales%5D%5B%5D=en&site%5Blocales%5D%5B%5D=fr&site%5Blocales%5D%5B%5D=nb&site%5Bmetafields_schema%5D=%5B%5D
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&site%5Blocales%5D%5B%5D=en&site%5Blocales%5D%5B%5D=fr&site%5Blocales%5D%5B%5D=nb&site%5Bmetafields_schema%5D=%5B%5D
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -280,13 +280,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:07 GMT
+ - Fri, 17 Jun 2016 08:02:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -297,24 +297,24 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"1b52470c789be63baaa0d1d660291f3e"
+ - W/"8c9c8a97a6f38c77511a381f8df35a0a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 6cc25d08-f537-4f99-b391-c23fb8f93b63
+ - 03ef2809-def1-47e7-8b7e-274266a02c61
X-Runtime:
- - '0.093137'
+ - '0.088521'
Content-Length:
- - '1080'
+ - '1076'
body:
encoding: UTF-8
- string: '{"_id":"574ef52f87f6437126b45fe6","created_at":"2016-06-01T14:46:07Z","updated_at":"2016-06-01T14:46:07Z","name":"Sample
- website","handle":"limitless-moss-5966","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en","fr","nb"],"domains":[],"memberships":[{"_id":"574ef52f87f6437126b45fe7","created_at":null,"updated_at":null,"role":"admin","account_id":"574ef50787f6437102d102ac","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/574ef52f87f6437126b45fe6/icon.png","content_version":1464792367,"template_version":1464792367,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU3NGVmNTJmODdmNjQzNzEyNmI0NWZlNi9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=61797cf0ebe22d20","preview_url":"http://localhost:3000/locomotive/limitless-moss-5966/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}"}'
+ string: '{"_id":"5763ae8287f6437d12223b8f","created_at":"2016-06-17T08:02:10Z","updated_at":"2016-06-17T08:02:11Z","name":"Sample
+ website","handle":"gentle-desert-808","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en","fr","nb"],"domains":[],"memberships":[{"_id":"5763ae8287f6437d12223b90","created_at":null,"updated_at":null,"role":"admin","account_id":"5763ad8487f6437cec5812c1","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/5763ae8287f6437d12223b8f/icon.png","content_version":1466150531,"template_version":1466150531,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU3NjNhZTgyODdmNjQzN2QxMjIyM2I4Zi9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=1d2655a4381031e9","preview_url":"http://localhost:3000/locomotive/gentle-desert-808/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:07 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:11 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/content_types.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://localhost:3000/locomotive/api/v3/content_types.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -326,13 +326,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:07 GMT
+ - Fri, 17 Jun 2016 08:02:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
response:
status:
code: 200
@@ @@ -345,22 +345,22 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 5991118d-aabe-4251-8da1-0acf6f4e582c
+ - e2dcbcfa-2652-4481-afb6-9384adf755b0
X-Runtime:
- - '0.024667'
+ - '0.024048'
Content-Length:
- '2'
body:
encoding: UTF-8
string: "[]"
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:08 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:11 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/bands.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -369,13 +369,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:08 GMT
+ - Fri, 17 Jun 2016 08:02:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -386,30 +386,30 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d8e9f8a8c08b1ea9958ed0d9f0eb43fa"
+ - W/"a033f809c4e59913be4f60efe0643b26"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 906a310a-70d6-4a0c-a5c2-04c5478c4fc3
+ - 5a921d6d-3fbb-497a-8d2e-9de4d7ac990b
X-Runtime:
- - '0.077232'
+ - '0.071665'
Content-Length:
- '1601'
body:
encoding: UTF-8
- string: '{"_id":"574ef53087f6437126b45feb","created_at":"2016-06-01T14:46:08Z","updated_at":"2016-06-01T14:46:08Z","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,"filter_fields":null,"fields":[{"_id":"574ef53087f6437126b45fec","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Name
- of the band","required":true,"localized":false,"unique":false,"default":null,"position":0},{"_id":"574ef53087f6437126b45fed","created_at":null,"updated_at":null,"name":"leader","type":"string","label":"Fullname
- of the leader","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":1},{"_id":"574ef53087f6437126b45fee","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,"default":null,"position":2,"select_options":[{"id":"574ef53087f6437126b45ff0","name":{"en":"grunge"},"position":0},{"id":"574ef53087f6437126b45ff1","name":{"en":"rock"},"position":0},{"id":"574ef53087f6437126b45ff2","name":{"en":"country"},"position":0}]},{"_id":"574ef53087f6437126b45fef","created_at":null,"updated_at":null,"name":"featured","type":"boolean","label":"Featured","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":4}],"order_by":"name","group_by":null,"public_submission_account_emails":[]}'
+ string: '{"_id":"5763ae8387f6437d12223b94","created_at":"2016-06-17T08:02:11Z","updated_at":"2016-06-17T08:02:11Z","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,"filter_fields":null,"fields":[{"_id":"5763ae8387f6437d12223b95","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Name
+ of the band","required":true,"localized":false,"unique":false,"default":null,"position":0},{"_id":"5763ae8387f6437d12223b96","created_at":null,"updated_at":null,"name":"leader","type":"string","label":"Fullname
+ of the leader","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":1},{"_id":"5763ae8387f6437d12223b97","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,"default":null,"position":2,"select_options":[{"id":"5763ae8387f6437d12223b99","name":{"en":"grunge"},"position":0},{"id":"5763ae8387f6437d12223b9a","name":{"en":"rock"},"position":0},{"id":"5763ae8387f6437d12223b9b","name":{"en":"country"},"position":0}]},{"_id":"5763ae8387f6437d12223b98","created_at":null,"updated_at":null,"name":"featured","type":"boolean","label":"Featured","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":4}],"order_by":"name","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:08 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:11 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -418,13 +418,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:08 GMT
+ - Fri, 17 Jun 2016 08:02:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -435,33 +435,33 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"58a39fa848ae40407e6b392c57d2bbf4"
+ - W/"da8936f34ffe7af3aa77a3f59e2f9589"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 7e96b5d6-757f-4689-84a0-0fb4cde3f224
+ - 0c932913-369b-490c-9439-74a66717a9b2
X-Runtime:
- - '0.091796'
+ - '0.086737'
Content-Length:
- '2035'
body:
encoding: UTF-8
- string: '{"_id":"574ef53087f6437126b45ff3","created_at":"2016-06-01T14:46:08Z","updated_at":"2016-06-01T14:46:08Z","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,"filter_fields":null,"fields":[{"_id":"574ef53087f6437126b45ff4","created_at":null,"updated_at":null,"name":"place","type":"string","label":"Place","hint":"Name
- of the place","required":true,"localized":false,"unique":false,"default":null,"position":0},{"_id":"574ef53087f6437126b45ff5","created_at":null,"updated_at":null,"name":"date","type":"date","label":"Date","hint":"Date
- of the event","required":false,"localized":false,"unique":false,"default":null,"position":1},{"_id":"574ef53087f6437126b45ff6","created_at":null,"updated_at":null,"name":"city","type":"string","label":"City
- of the event","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":2},{"_id":"574ef53087f6437126b45ff7","created_at":null,"updated_at":null,"name":"state","type":"string","label":"State
- of the event","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":3},{"_id":"574ef53087f6437126b45ff8","created_at":null,"updated_at":null,"name":"notes","type":"text","label":"Notes","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":4,"text_formatting":"html"},{"_id":"574ef53087f6437126b45ff9","created_at":null,"updated_at":null,"name":"tags","type":"tags","label":"List
- of tags","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":5},{"_id":"574ef53087f6437126b45ffa","created_at":null,"updated_at":null,"name":"price","type":"float","label":"Price
+ string: '{"_id":"5763ae8387f6437d12223b9c","created_at":"2016-06-17T08:02:11Z","updated_at":"2016-06-17T08:02:11Z","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,"filter_fields":null,"fields":[{"_id":"5763ae8387f6437d12223b9d","created_at":null,"updated_at":null,"name":"place","type":"string","label":"Place","hint":"Name
+ of the place","required":true,"localized":false,"unique":false,"default":null,"position":0},{"_id":"5763ae8387f6437d12223b9e","created_at":null,"updated_at":null,"name":"date","type":"date","label":"Date","hint":"Date
+ of the event","required":false,"localized":false,"unique":false,"default":null,"position":1},{"_id":"5763ae8387f6437d12223b9f","created_at":null,"updated_at":null,"name":"city","type":"string","label":"City
+ of the event","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":2},{"_id":"5763ae8387f6437d12223ba0","created_at":null,"updated_at":null,"name":"state","type":"string","label":"State
+ of the event","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":3},{"_id":"5763ae8387f6437d12223ba1","created_at":null,"updated_at":null,"name":"notes","type":"text","label":"Notes","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":4,"text_formatting":"html"},{"_id":"5763ae8387f6437d12223ba2","created_at":null,"updated_at":null,"name":"tags","type":"tags","label":"List
+ of tags","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":5},{"_id":"5763ae8387f6437d12223ba3","created_at":null,"updated_at":null,"name":"price","type":"float","label":"Price
of the event","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":6}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:08 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:11 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/messages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -470,13 +470,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:08 GMT
+ - Fri, 17 Jun 2016 08:02:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -487,29 +487,29 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c1eb0e7eb350ccc6d63c13395b5eeebb"
+ - W/"7f476e118b0311b1cb6f7de5d8f5dc7b"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - ab282fe2-61f7-4038-b4a6-ee8d9fa4e305
+ - 2bf6c642-3ce1-489e-8a73-62dc59102c4d
X-Runtime:
- - '0.068459'
+ - '0.070388'
Content-Length:
- '1182'
body:
encoding: UTF-8
- string: '{"_id":"574ef53087f6437126b45ffb","created_at":"2016-06-01T14:46:08Z","updated_at":"2016-06-01T14:46:08Z","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,"filter_fields":null,"fields":[{"_id":"574ef53087f6437126b45ffc","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Full
- name","required":true,"localized":false,"unique":false,"default":null,"position":0},{"_id":"574ef53087f6437126b45ffd","created_at":null,"updated_at":null,"name":"email","type":"string","label":"Email","hint":"Email","required":true,"localized":false,"unique":false,"default":null,"position":1},{"_id":"574ef53087f6437126b45ffe","created_at":null,"updated_at":null,"name":"message","type":"text","label":"Message","hint":"Customer
+ string: '{"_id":"5763ae8387f6437d12223ba4","created_at":"2016-06-17T08:02:11Z","updated_at":"2016-06-17T08:02:11Z","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,"filter_fields":null,"fields":[{"_id":"5763ae8387f6437d12223ba5","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Full
+ name","required":true,"localized":false,"unique":false,"default":null,"position":0},{"_id":"5763ae8387f6437d12223ba6","created_at":null,"updated_at":null,"name":"email","type":"string","label":"Email","hint":"Email","required":true,"localized":false,"unique":false,"default":null,"position":1},{"_id":"5763ae8387f6437d12223ba7","created_at":null,"updated_at":null,"name":"message","type":"text","label":"Message","hint":"Customer
message","required":true,"localized":false,"unique":false,"default":null,"position":2,"text_formatting":"html"}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:08 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:11 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -518,13 +518,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:08 GMT
+ - Fri, 17 Jun 2016 08:02:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -535,30 +535,30 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c545b7041dd32a768275deca71ab493c"
+ - W/"e5b0674aa9e4c42db6c5d933b0d92221"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - aaa8b1f1-7364-4835-b475-bf171a33db0d
+ - 36af4267-f607-4e48-a846-bcc22068e4d8
X-Runtime:
- - '0.083726'
+ - '0.077096'
Content-Length:
- '1633'
body:
encoding: UTF-8
- string: '{"_id":"574ef53087f6437126b45fff","created_at":"2016-06-01T14:46:08Z","updated_at":"2016-06-01T14:46:08Z","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,"filter_fields":null,"fields":[{"_id":"574ef53087f6437126b46000","created_at":null,"updated_at":null,"name":"title","type":"string","label":"Title","hint":"Title
- of your song","required":true,"localized":false,"unique":false,"default":null,"position":0},{"_id":"574ef53087f6437126b46001","created_at":null,"updated_at":null,"name":"cover","type":"file","label":"Cover","hint":null,"required":true,"localized":false,"unique":false,"default":null,"position":2},{"_id":"574ef53087f6437126b46002","created_at":null,"updated_at":null,"name":"short_description","type":"text","label":"Short
- description","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":3,"text_formatting":"html"},{"_id":"574ef53087f6437126b46003","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,"default":null,"position":4},{"_id":"574ef53087f6437126b46004","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format
+ string: '{"_id":"5763ae8387f6437d12223ba8","created_at":"2016-06-17T08:02:11Z","updated_at":"2016-06-17T08:02:11Z","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,"filter_fields":null,"fields":[{"_id":"5763ae8387f6437d12223ba9","created_at":null,"updated_at":null,"name":"title","type":"string","label":"Title","hint":"Title
+ of your song","required":true,"localized":false,"unique":false,"default":null,"position":0},{"_id":"5763ae8387f6437d12223baa","created_at":null,"updated_at":null,"name":"cover","type":"file","label":"Cover","hint":null,"required":true,"localized":false,"unique":false,"default":null,"position":2},{"_id":"5763ae8387f6437d12223bab","created_at":null,"updated_at":null,"name":"short_description","type":"text","label":"Short
+ description","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":3,"text_formatting":"html"},{"_id":"5763ae8387f6437d12223bac","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,"default":null,"position":4},{"_id":"5763ae8387f6437d12223bad","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format
like: mm:ss","required":false,"localized":false,"unique":false,"default":null,"position":5}],"order_by":"_position","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:08 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:11 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/updates.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -567,13 +567,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:08 GMT
+ - Fri, 17 Jun 2016 08:02:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -584,52 +584,52 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ae9d51e23fe2b3051ea337d41351f49d"
+ - W/"1c0c672a6b469836d29a32768e25c583"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - fd2e64cd-1344-4eea-97f7-050cb958bb20
+ - a53d9e21-d481-4220-ad6e-83ff17ed50ac
X-Runtime:
- - '0.084060'
+ - '0.081520'
Content-Length:
- '1759'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NzRlZjUzMDg3ZjY0MzcxMjZiNDYwMDUiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wNi0wMVQxNDo0NjowOFoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- Ni0wMVQxNDo0NjowOFoiLCJuYW1lIjoiVXBkYXRlcyIsInNsdWciOiJ1cGRh
+ eyJfaWQiOiI1NzYzYWU4Mzg3ZjY0MzdkMTIyMjNiYWUiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wNi0xN1QwODowMjoxMVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ Ni0xN1QwODowMjoxMVoiLCJuYW1lIjoiVXBkYXRlcyIsInNsdWciOiJ1cGRh
dGVzIiwiZGVzY3JpcHRpb24iOiJMaXN0IG9mIHVwZGF0ZXMiLCJsYWJlbF9m
aWVsZF9uYW1lIjoidGl0bGUiLCJvcmRlcl9kaXJlY3Rpb24iOiJhc2MiLCJw
dWJsaWNfc3VibWlzc2lvbl9lbmFibGVkIjpmYWxzZSwicHVibGljX3N1Ym1p
c3Npb25fYWNjb3VudHMiOltdLCJwdWJsaWNfc3VibWlzc2lvbl90aXRsZV90
ZW1wbGF0ZSI6bnVsbCwiZW50cnlfdGVtcGxhdGUiOm51bGwsImRpc3BsYXlf
c2V0dGluZ3MiOm51bGwsImZpbHRlcl9maWVsZHMiOm51bGwsImZpZWxkcyI6
- W3siX2lkIjoiNTc0ZWY1MzA4N2Y2NDM3MTI2YjQ2MDA2IiwiY3JlYXRlZF9h
+ W3siX2lkIjoiNTc2M2FlODM4N2Y2NDM3ZDEyMjIzYmFmIiwiY3JlYXRlZF9h
dCI6bnVsbCwidXBkYXRlZF9hdCI6bnVsbCwibmFtZSI6InRpdGxlIiwidHlw
ZSI6InN0cmluZyIsImxhYmVsIjoiVGl0bGUiLCJoaW50IjoiTm90IGRpc3Bs
YXllZCBpbiB0aGUgd2Vic2l0ZSIsInJlcXVpcmVkIjp0cnVlLCJsb2NhbGl6
ZWQiOnRydWUsInVuaXF1ZSI6ZmFsc2UsImRlZmF1bHQiOm51bGwsInBvc2l0
- aW9uIjowfSx7Il9pZCI6IjU3NGVmNTMwODdmNjQzNzEyNmI0NjAwNyIsImNy
+ aW9uIjowfSx7Il9pZCI6IjU3NjNhZTgzODdmNjQzN2QxMjIyM2JiMCIsImNy
ZWF0ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQiOm51bGwsIm5hbWUiOiJ0ZXh0
IiwidHlwZSI6InRleHQiLCJsYWJlbCI6IlRleHQiLCJoaW50IjoiVGV4dCBk
aXNwbGF5ZWQgaW4gdGhlIGhvbWUgcGFnZSIsInJlcXVpcmVkIjpmYWxzZSwi
bG9jYWxpemVkIjp0cnVlLCJ1bmlxdWUiOmZhbHNlLCJkZWZhdWx0IjpudWxs
LCJwb3NpdGlvbiI6MSwidGV4dF9mb3JtYXR0aW5nIjoiaHRtbCJ9LHsiX2lk
- IjoiNTc0ZWY1MzA4N2Y2NDM3MTI2YjQ2MDA4IiwiY3JlYXRlZF9hdCI6bnVs
+ IjoiNTc2M2FlODM4N2Y2NDM3ZDEyMjIzYmIxIiwiY3JlYXRlZF9hdCI6bnVs
bCwidXBkYXRlZF9hdCI6bnVsbCwibmFtZSI6ImNhdGVnb3J5IiwidHlwZSI6
InNlbGVjdCIsImxhYmVsIjoiQ2F0ZWdvcnkiLCJoaW50IjoiUGljayBhIGNh
dGVnb3J5IiwicmVxdWlyZWQiOmZhbHNlLCJsb2NhbGl6ZWQiOnRydWUsInVu
aXF1ZSI6ZmFsc2UsImRlZmF1bHQiOm51bGwsInBvc2l0aW9uIjoyLCJzZWxl
- Y3Rfb3B0aW9ucyI6W3siaWQiOiI1NzRlZjUzMDg3ZjY0MzcxMjZiNDYwMGEi
+ Y3Rfb3B0aW9ucyI6W3siaWQiOiI1NzYzYWU4Mzg3ZjY0MzdkMTIyMjNiYjMi
LCJuYW1lIjp7ImVuIjoiR2VuZXJhbCIsImZyIjoiR8OpbsOpcmFsIn0sInBv
- c2l0aW9uIjowfSx7ImlkIjoiNTc0ZWY1MzA4N2Y2NDM3MTI2YjQ2MDBiIiwi
+ c2l0aW9uIjowfSx7ImlkIjoiNTc2M2FlODM4N2Y2NDM3ZDEyMjIzYmI0Iiwi
bmFtZSI6eyJlbiI6IkdpZ3MiLCJmciI6IkNvbmNlcnRzIn0sInBvc2l0aW9u
- IjowfSx7ImlkIjoiNTc0ZWY1MzA4N2Y2NDM3MTI2YjQ2MDBjIiwibmFtZSI6
+ IjowfSx7ImlkIjoiNTc2M2FlODM4N2Y2NDM3ZDEyMjIzYmI1IiwibmFtZSI6
eyJlbiI6IkJhbmRzIiwiZnIiOiJHcm91cGVzIn0sInBvc2l0aW9uIjowfSx7
- ImlkIjoiNTc0ZWY1MzA4N2Y2NDM3MTI2YjQ2MDBkIiwibmFtZSI6eyJlbiI6
- IkFsYnVtcyJ9LCJwb3NpdGlvbiI6MH1dfSx7Il9pZCI6IjU3NGVmNTMwODdm
- NjQzNzEyNmI0NjAwOSIsImNyZWF0ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQi
+ ImlkIjoiNTc2M2FlODM4N2Y2NDM3ZDEyMjIzYmI2IiwibmFtZSI6eyJlbiI6
+ IkFsYnVtcyJ9LCJwb3NpdGlvbiI6MH1dfSx7Il9pZCI6IjU3NjNhZTgzODdm
+ NjQzN2QxMjIyM2JiMiIsImNyZWF0ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQi
Om51bGwsIm5hbWUiOiJkYXRlIiwidHlwZSI6ImRhdGUiLCJsYWJlbCI6IkRh
dGUiLCJoaW50IjoiRGF0ZSBvZiB0aGUgdXBkYXRlIiwicmVxdWlyZWQiOmZh
bHNlLCJsb2NhbGl6ZWQiOmZhbHNlLCJ1bmlxdWUiOmZhbHNlLCJkZWZhdWx0
@@ @@ -637,13 +637,13 @@ http_interactions:
cF9ieSI6bnVsbCwicHVibGljX3N1Ym1pc3Npb25fYWNjb3VudF9lbWFpbHMi
OltdfQ==
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:08 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:11 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/bands.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -652,13 +652,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:08 GMT
+ - Fri, 17 Jun 2016 08:02:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -669,30 +669,30 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"462815872652354cd85a3f8ebb0e57ee"
+ - W/"c6294074ac248fa2f3521cf40cf38091"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - bb62a85d-0fa0-4ed9-ae39-fe45903ab8cf
+ - b75393ea-bec0-4e5d-9303-873b925999a3
X-Runtime:
- - '0.119295'
+ - '0.108108'
Content-Length:
- '1882'
body:
encoding: UTF-8
- string: '{"_id":"574ef53087f6437126b45feb","created_at":"2016-06-01T14:46:08Z","updated_at":"2016-06-01T14:46:08Z","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,"filter_fields":null,"fields":[{"_id":"574ef53087f6437126b45fec","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Name
- of the band","required":true,"localized":false,"unique":false,"default":null,"position":0},{"_id":"574ef53087f6437126b45fed","created_at":null,"updated_at":null,"name":"leader","type":"string","label":"Fullname
- of the leader","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":1},{"_id":"574ef53087f6437126b45fee","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,"default":null,"position":2,"select_options":[{"id":"574ef53087f6437126b45ff0","name":{"en":"grunge"},"position":0},{"id":"574ef53087f6437126b45ff1","name":{"en":"rock"},"position":0},{"id":"574ef53087f6437126b45ff2","name":{"en":"country"},"position":0}]},{"_id":"574ef53087f6437126b4600e","created_at":null,"updated_at":null,"name":"songs","type":"has_many","label":"Songs","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":3,"target":"songs","inverse_of":"band","order_by":null,"ui_enabled":true},{"_id":"574ef53087f6437126b45fef","created_at":null,"updated_at":null,"name":"featured","type":"boolean","label":"Featured","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":4}],"order_by":"name","group_by":null,"public_submission_account_emails":[]}'
+ string: '{"_id":"5763ae8387f6437d12223b94","created_at":"2016-06-17T08:02:11Z","updated_at":"2016-06-17T08:02:11Z","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,"filter_fields":null,"fields":[{"_id":"5763ae8387f6437d12223b95","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Name
+ of the band","required":true,"localized":false,"unique":false,"default":null,"position":0},{"_id":"5763ae8387f6437d12223b96","created_at":null,"updated_at":null,"name":"leader","type":"string","label":"Fullname
+ of the leader","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":1},{"_id":"5763ae8387f6437d12223b97","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,"default":null,"position":2,"select_options":[{"id":"5763ae8387f6437d12223b99","name":{"en":"grunge"},"position":0},{"id":"5763ae8387f6437d12223b9a","name":{"en":"rock"},"position":0},{"id":"5763ae8387f6437d12223b9b","name":{"en":"country"},"position":0}]},{"_id":"5763ae8387f6437d12223bb7","created_at":null,"updated_at":null,"name":"songs","type":"has_many","label":"Songs","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":3,"target":"songs","inverse_of":"band","order_by":null,"ui_enabled":true},{"_id":"5763ae8387f6437d12223b98","created_at":null,"updated_at":null,"name":"featured","type":"boolean","label":"Featured","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":4}],"order_by":"name","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:08 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:11 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -701,13 +701,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:08 GMT
+ - Fri, 17 Jun 2016 08:02:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -718,30 +718,30 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"60504f645ecd8223931d0dff1576586b"
+ - W/"5d5cf7b1522c4d3bbdd2fe14f4bed146"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 359da212-2319-4b09-94ae-ef8ec77461b4
+ - 06e2b9b6-0a20-4901-8002-1ee4f4e6e18d
X-Runtime:
- - '0.121825'
+ - '0.122047'
Content-Length:
- '1912'
body:
encoding: UTF-8
- string: '{"_id":"574ef53087f6437126b45fff","created_at":"2016-06-01T14:46:08Z","updated_at":"2016-06-01T14:46:08Z","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,"filter_fields":null,"fields":[{"_id":"574ef53087f6437126b46000","created_at":null,"updated_at":null,"name":"title","type":"string","label":"Title","hint":"Title
- of your song","required":true,"localized":false,"unique":false,"default":null,"position":0},{"_id":"574ef53087f6437126b4600f","created_at":null,"updated_at":null,"name":"band","type":"belongs_to","label":"Band","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":1,"target":"bands","inverse_of":null,"order_by":null,"ui_enabled":true},{"_id":"574ef53087f6437126b46001","created_at":null,"updated_at":null,"name":"cover","type":"file","label":"Cover","hint":null,"required":true,"localized":false,"unique":false,"default":null,"position":2},{"_id":"574ef53087f6437126b46002","created_at":null,"updated_at":null,"name":"short_description","type":"text","label":"Short
- description","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":3,"text_formatting":"html"},{"_id":"574ef53087f6437126b46003","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,"default":null,"position":4},{"_id":"574ef53087f6437126b46004","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format
+ string: '{"_id":"5763ae8387f6437d12223ba8","created_at":"2016-06-17T08:02:11Z","updated_at":"2016-06-17T08:02:11Z","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,"filter_fields":null,"fields":[{"_id":"5763ae8387f6437d12223ba9","created_at":null,"updated_at":null,"name":"title","type":"string","label":"Title","hint":"Title
+ of your song","required":true,"localized":false,"unique":false,"default":null,"position":0},{"_id":"5763ae8387f6437d12223bb8","created_at":null,"updated_at":null,"name":"band","type":"belongs_to","label":"Band","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":1,"target":"bands","inverse_of":null,"order_by":null,"ui_enabled":true},{"_id":"5763ae8387f6437d12223baa","created_at":null,"updated_at":null,"name":"cover","type":"file","label":"Cover","hint":null,"required":true,"localized":false,"unique":false,"default":null,"position":2},{"_id":"5763ae8387f6437d12223bab","created_at":null,"updated_at":null,"name":"short_description","type":"text","label":"Short
+ description","hint":null,"required":false,"localized":false,"unique":false,"default":null,"position":3,"text_formatting":"html"},{"_id":"5763ae8387f6437d12223bac","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,"default":null,"position":4},{"_id":"5763ae8387f6437d12223bad","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format
like: mm:ss","required":false,"localized":false,"unique":false,"default":null,"position":5}],"order_by":"_position","group_by":null,"public_submission_account_emails":[]}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:08 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:11 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=e72VhSTyGX_RnZqXeEeZ&content_entry%5B_slug%5D=alice-in-chains&content_entry%5Bfeatured%5D=false&content_entry%5Bkind%5D&content_entry%5Bleader%5D=Layne&content_entry%5Bname%5D=Alice+in+Chains
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -750,13 +750,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:09 GMT
+ - Fri, 17 Jun 2016 08:02:12 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -769,28 +769,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"45961627d0a7f1ff0e23ee37f44bcf75"
+ - W/"6af68edf00d01d408d31d8887174ee23"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - b7bd594d-e5a1-4442-9111-887b41b0a7bd
+ - 50b442bb-151a-46fa-b011-d5d64e41ad6c
X-Runtime:
- - '0.111816'
+ - '0.152076'
Content-Length:
- - '350'
+ - '354'
body:
encoding: UTF-8
- string: '{"_id":"574ef53187f6437126b46011","created_at":"2016-06-01T14:46:09Z","updated_at":"2016-06-01T14:46:09Z","_slug":"alice-in-chains","content_type_slug":"bands","_label":"Alice
+ string: '{"_id":"5763ae8487f6437d12223bba","created_at":"2016-06-17T08:02:12Z","updated_at":"2016-06-17T08:02:12Z","_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":null,"featured":false}'
+ in Chains","leader":"Layne","kind":"grunge","featured":false}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:09 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:12 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=e72VhSTyGX_RnZqXeEeZ&content_entry%5B_slug%5D=pearl-jam&content_entry%5Bfeatured%5D=false&content_entry%5Bkind%5D&content_entry%5Bleader%5D=Eddie&content_entry%5Bname%5D=Pearl+Jam
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -799,13 +799,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:09 GMT
+ - Fri, 17 Jun 2016 08:02:12 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -818,28 +818,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"3299ad02c4720f7ffb0f5caaa712a308"
+ - W/"7c0029383a895eb88fc6cc3fa5d8fa15"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 2bfe8a35-b373-491a-94c0-1236bd898e35
+ - 6e815e02-b482-407b-816c-3d3414a4ae62
X-Runtime:
- - '0.073106'
+ - '0.068237'
Content-Length:
- - '332'
+ - '336'
body:
encoding: UTF-8
- string: '{"_id":"574ef53187f6437126b46014","created_at":"2016-06-01T14:46:09Z","updated_at":"2016-06-01T14:46:09Z","_slug":"pearl-jam","content_type_slug":"bands","_label":"Pearl
+ string: '{"_id":"5763ae8487f6437d12223bbd","created_at":"2016-06-17T08:02:12Z","updated_at":"2016-06-17T08:02:12Z","_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":null,"featured":false}'
+ Jam","leader":"Eddie","kind":"grunge","featured":false}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:09 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:12 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=e72VhSTyGX_RnZqXeEeZ&content_entry%5B_slug%5D=the-who&content_entry%5Bfeatured%5D=true&content_entry%5Bkind%5D&content_entry%5Bleader%5D=Peter&content_entry%5Bname%5D=The+who
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -848,13 +848,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:09 GMT
+ - Fri, 17 Jun 2016 08:02:12 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -867,25 +867,25 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a81873d9b5f099f1244814d6911f6071"
+ - W/"b5bcc2d00d8b27a466377a36990948b7"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 7c166d23-1bb6-475e-9e98-e62a9b9d08b1
+ - fdaff8cf-2982-4ee7-8e56-a7a1cba2d80a
X-Runtime:
- - '0.073093'
+ - '0.068400'
Content-Length:
- - '325'
+ - '327'
body:
encoding: UTF-8
- string: '{"_id":"574ef53187f6437126b46017","created_at":"2016-06-01T14:46:09Z","updated_at":"2016-06-01T14:46:09Z","_slug":"the-who","content_type_slug":"bands","_label":"The
+ string: '{"_id":"5763ae8487f6437d12223bc0","created_at":"2016-06-17T08:02:12Z","updated_at":"2016-06-17T08:02:12Z","_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":null,"featured":true}'
+ who","leader":"Peter","kind":"rock","featured":true}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:09 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:12 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/content_assets.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://localhost:3000/locomotive/api/v3/content_assets.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -897,13 +897,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:09 GMT
+ - Fri, 17 Jun 2016 08:02:12 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
response:
status:
code: 200
@@ @@ -916,16 +916,16 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 3afe82a4-4fab-4903-a5d8-0770b46e007d
+ - ebad87de-ed33-42f2-a0e8-649cfa351726
X-Runtime:
- - '0.030227'
+ - '0.029751'
Content-Length:
- '2'
body:
encoding: UTF-8
string: "[]"
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:09 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:12 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/content_assets.json
@@ @@ -4571,7 +4571,7 @@ http_interactions:
OfidNktYCfvn4Km/bXYO/jvMLNj8pMaBuKpZbO3y4yZrtnX/ZscEhoeY1tKX
ETGx9f8LMACQI47rDqNe1wAAAABJRU5ErkJggg0KLS0tLS0tLS0tLS0tLVJ1
YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRh
- dGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmU3MlZoU1R5R1hfUm5acVhlRWVa
+ dGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCkh5cUt4eUJMbUVIOXhfR3pZbldZ
DQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo=
headers:
User-Agent:
@@ @@ -4581,13 +4581,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:09 GMT
+ - Fri, 17 Jun 2016 08:02:12 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -4600,26 +4600,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a600126edcc9773f55d0ec7ca37ee426"
+ - W/"67f98ee7cf3240ecc5850c7316c03b12"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 2f2775ca-6dda-4bf8-9875-dcd5841b3a05
+ - 7e22fe83-639f-41c0-a0a2-32432168d4b3
X-Runtime:
- - '0.109982'
+ - '0.157890'
Content-Length:
- '1109'
body:
encoding: UTF-8
- string: '{"_id":"574ef53187f6437126b46019","created_at":"2016-06-01T14:46:09Z","updated_at":"2016-06-01T14:46:09Z","content_type":"image","width":602,"height":397,"vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NzRlZjUyZjg3ZjY0MzcxMjZiNDVmZTYvYXNzZXRzLzU3NGVmNTMxODdmNjQzNzEyNmI0NjAxOS9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjg1eDg1IyJdXQ/photo.jpg?sha=c6083c58362442a3","alternative_vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NzRlZjUyZjg3ZjY0MzcxMjZiNDVmZTYvYXNzZXRzLzU3NGVmNTMxODdmNjQzNzEyNmI0NjAxOS9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjE5MHgxMjBcdTAwM2UiLHsiZm9ybWF0IjoicG5nIiwiZnJhbWUiOjB9XSxbInAiLCJlbmNvZGUiLCJwbmciXV0/photo.png?sha=38cc2eb985cfe931","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/574ef52f87f6437126b45fe6/assets/574ef53187f6437126b46019/photo.jpg"}'
+ string: '{"_id":"5763ae8487f6437d12223bc2","created_at":"2016-06-17T08:02:12Z","updated_at":"2016-06-17T08:02:12Z","content_type":"image","width":602,"height":397,"vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NzYzYWU4Mjg3ZjY0MzdkMTIyMjNiOGYvYXNzZXRzLzU3NjNhZTg0ODdmNjQzN2QxMjIyM2JjMi9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjg1eDg1IyJdXQ/photo.jpg?sha=afd4eef73e6d69c0","alternative_vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NzYzYWU4Mjg3ZjY0MzdkMTIyMjNiOGYvYXNzZXRzLzU3NjNhZTg0ODdmNjQzN2QxMjIyM2JjMi9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjE5MHgxMjBcdTAwM2UiLHsiZm9ybWF0IjoicG5nIiwiZnJhbWUiOjB9XSxbInAiLCJlbmNvZGUiLCJwbmciXV0/photo.png?sha=160b431bab5b92b0","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/5763ae8287f6437d12223b8f/assets/5763ae8487f6437d12223bc2/photo.jpg"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:09 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:12 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=e72VhSTyGX_RnZqXeEeZ&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%2F574ef52f87f6437126b45fe6%2Fassets%2F574ef53187f6437126b46019%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=HyqKxyBLmEH9x_GzYnWY&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%2F5763ae8287f6437d12223b8f%2Fassets%2F5763ae8487f6437d12223bc2%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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -4628,13 +4628,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:09 GMT
+ - Fri, 17 Jun 2016 08:02:12 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4647,30 +4647,30 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"288ecb615647534e7f73a83ddb75f377"
+ - W/"15ca204d5a4401e27276044400d97abb"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 3f269107-311c-4c62-9a43-b6d1a7b9d41e
+ - 924389ff-7980-4d4a-999e-10342bfb3a55
X-Runtime:
- - '0.080316'
+ - '0.081542'
Content-Length:
- '568'
body:
encoding: UTF-8
- string: '{"_id":"574ef53187f6437126b4601b","created_at":"2016-06-01T14:46:09Z","updated_at":"2016-06-01T14:46:09Z","_slug":"avogadros-number","content_type_slug":"events","_label":"Avogadro''s
+ string: '{"_id":"5763ae8487f6437d12223bc4","created_at":"2016-06-17T08:02:12Z","updated_at":"2016-06-17T08:02:12Z","_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/574ef52f87f6437126b45fe6/assets/574ef53187f6437126b46019/photo.jpg\"
+ ipsum\u003cbr/\u003e\u003cimg src=\"/sites/5763ae8287f6437d12223b8f/assets/5763ae8487f6437d12223bc2/photo.jpg\"
alt=\"\" /\u003e\u003c/p\u003e","tags":null,"price":0.0}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:09 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:12 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=e72VhSTyGX_RnZqXeEeZ&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%2F574ef52f87f6437126b45fe6%2Fassets%2F574ef53187f6437126b46019%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=HyqKxyBLmEH9x_GzYnWY&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%2F5763ae8287f6437d12223b8f%2Fassets%2F5763ae8487f6437d12223bc2%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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -4679,13 +4679,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:09 GMT
+ - Fri, 17 Jun 2016 08:02:12 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4698,30 +4698,30 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"fdb1e6872f73aac894cda9e4453f349a"
+ - W/"179d2ee4cbb2da8c3d8a004aca33b784"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - bc462b53-1abf-4a4c-918b-214681aa95f1
+ - e0e9be02-ff1a-4de3-899a-87f614869f27
X-Runtime:
- - '0.117164'
+ - '0.076874'
Content-Length:
- '568'
body:
encoding: UTF-8
- string: '{"_id":"574ef53187f6437126b4601e","created_at":"2016-06-01T14:46:09Z","updated_at":"2016-06-01T14:46:09Z","_slug":"quixotes-true-blue","content_type_slug":"events","_label":"Quixote''s
+ string: '{"_id":"5763ae8487f6437d12223bc7","created_at":"2016-06-17T08:02:12Z","updated_at":"2016-06-17T08:02:12Z","_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/574ef52f87f6437126b45fe6/assets/574ef53187f6437126b46019/photo.jpg\"
+ ipsum\u003cbr/\u003e\u003cimg src=\"/sites/5763ae8287f6437d12223b8f/assets/5763ae8487f6437d12223bc2/photo.jpg\"
alt=\"\" /\u003e\u003c/p\u003e","tags":null,"price":0.0}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:09 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:12 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=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -4730,13 +4730,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:09 GMT
+ - Fri, 17 Jun 2016 08:02:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4749,29 +4749,29 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c67560b9f41de2c46a5f4a68f7908ddb"
+ - W/"623e93a4b3569754cac7fbdd211642d3"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 3806f34d-81a0-4825-aa6b-e95ae79ea2fd
+ - f2535bfe-f6b6-4b60-b162-7ba9c1b5c2c9
X-Runtime:
- - '0.109166'
+ - '0.079989'
Content-Length:
- '435'
body:
encoding: UTF-8
- string: '{"_id":"574ef53187f6437126b46021","created_at":"2016-06-01T14:46:09Z","updated_at":"2016-06-01T14:46:09Z","_slug":"kellys-westport-inn","content_type_slug":"events","_label":"Kelly''s
+ string: '{"_id":"5763ae8587f6437d12223bca","created_at":"2016-06-17T08:02:13Z","updated_at":"2016-06-17T08:02:13Z","_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: Wed, 01 Jun 2016 14:46:09 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:13 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=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -4780,13 +4780,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:09 GMT
+ - Fri, 17 Jun 2016 08:02:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4799,29 +4799,29 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"3e3ab1e10bd80134fec45cc03a87d990"
+ - W/"a938315c03d9bccf2bb626155b6922c4"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f5da9094-afbd-4219-be41-bb3b7c105675
+ - 69ec7387-b375-41d3-93c3-acca3960373a
X-Runtime:
- - '0.090694'
+ - '0.078674'
Content-Length:
- '421'
body:
encoding: UTF-8
- string: '{"_id":"574ef53287f6437126b46024","created_at":"2016-06-01T14:46:10Z","updated_at":"2016-06-01T14:46:10Z","_slug":"brownes-market","content_type_slug":"events","_label":"Browne''s
+ string: '{"_id":"5763ae8587f6437d12223bcd","created_at":"2016-06-17T08:02:13Z","updated_at":"2016-06-17T08:02:13Z","_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: Wed, 01 Jun 2016 14:46:10 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:13 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/ballydoyles.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -4830,13 +4830,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:10 GMT
+ - Fri, 17 Jun 2016 08:02:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4849,26 +4849,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a04aea4eae164129f32e1f9a0b2a7911"
+ - W/"fb0fb1eb5cbf34f83573d6edf4631c66"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - b7592416-9e0d-4c26-a922-6575fc461f30
+ - 0bbf4319-b4a7-4a7f-8a34-b8a89d2de6a0
X-Runtime:
- - '0.090007'
+ - '0.078636'
Content-Length:
- '388'
body:
encoding: UTF-8
- string: '{"_id":"574ef53287f6437126b46027","created_at":"2016-06-01T14:46:10Z","updated_at":"2016-06-01T14:46:10Z","_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":"5763ae8587f6437d12223bd0","created_at":"2016-06-17T08:02:13Z","updated_at":"2016-06-17T08:02:13Z","_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: Wed, 01 Jun 2016 14:46:10 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:13 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=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -4877,13 +4877,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:10 GMT
+ - Fri, 17 Jun 2016 08:02:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4896,28 +4896,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"be961eb25b402a7a9d400edfa92b12f1"
+ - W/"18aa2e39c0c54ab1c34880f6ae45ad24"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - a5f23d50-9101-4a11-87f7-904391e93ab5
+ - 919c4a4b-28e1-4d9a-b50a-00a289411e9d
X-Runtime:
- - '0.087718'
+ - '0.070671'
Content-Length:
- '388'
body:
encoding: UTF-8
- string: '{"_id":"574ef53287f6437126b4602a","created_at":"2016-06-01T14:46:10Z","updated_at":"2016-06-01T14:46:10Z","_slug":"the-belmont","content_type_slug":"events","_label":"The
+ string: '{"_id":"5763ae8587f6437d12223bd3","created_at":"2016-06-17T08:02:13Z","updated_at":"2016-06-17T08:02:13Z","_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: Wed, 01 Jun 2016 14:46:10 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:13 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=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -4926,13 +4926,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:10 GMT
+ - Fri, 17 Jun 2016 08:02:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4945,28 +4945,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"662c622ec1990a9662fc7516f319ccda"
+ - W/"b2d8d9e2d54085541e22ece859450807"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c15dba42-b952-4acc-9665-66fcffe1fe19
+ - ec981811-8862-4733-8dd8-f185f54b1b90
X-Runtime:
- - '0.094643'
+ - '0.094497'
Content-Length:
- '411'
body:
encoding: UTF-8
- string: '{"_id":"574ef53287f6437126b4602d","created_at":"2016-06-01T14:46:10Z","updated_at":"2016-06-01T14:46:10Z","_slug":"avogadros-number-1","content_type_slug":"events","_label":"Avogadro''s
+ string: '{"_id":"5763ae8587f6437d12223bd6","created_at":"2016-06-17T08:02:13Z","updated_at":"2016-06-17T08:02:13Z","_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: Wed, 01 Jun 2016 14:46:10 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:13 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=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -4975,13 +4975,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:10 GMT
+ - Fri, 17 Jun 2016 08:02:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4994,28 +4994,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"f11258851a36aa0edc1880149e4adb4e"
+ - W/"83d196e184628f98ee26601ece612641"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f7ab5046-30a7-4cae-92a9-1a98e6ce4423
+ - fc986986-2942-489c-91c2-a9e70f433b53
X-Runtime:
- - '0.087939'
+ - '0.074008'
Content-Length:
- '411'
body:
encoding: UTF-8
- string: '{"_id":"574ef53287f6437126b46030","created_at":"2016-06-01T14:46:10Z","updated_at":"2016-06-01T14:46:10Z","_slug":"quixotes-true-blue-1","content_type_slug":"events","_label":"Quixote''s
+ string: '{"_id":"5763ae8587f6437d12223bd9","created_at":"2016-06-17T08:02:13Z","updated_at":"2016-06-17T08:02:13Z","_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: Wed, 01 Jun 2016 14:46:10 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:13 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=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -5024,13 +5024,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:10 GMT
+ - Fri, 17 Jun 2016 08:02:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -5043,28 +5043,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"afc114e1677125c341f1a753b4a50568"
+ - W/"b5da1f32b60e6cc7d977673bf7abfdae"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 0e691c49-fbfc-4c34-a2e7-16691a4385e9
+ - f852b14a-8447-4fcf-ade4-322a0f7fda5f
X-Runtime:
- - '0.085193'
+ - '0.071317'
Content-Length:
- '419'
body:
encoding: UTF-8
- string: '{"_id":"574ef53287f6437126b46033","created_at":"2016-06-01T14:46:10Z","updated_at":"2016-06-01T14:46:10Z","_slug":"kellys-westport-inn-1","content_type_slug":"events","_label":"Kelly''s
+ string: '{"_id":"5763ae8587f6437d12223bdc","created_at":"2016-06-17T08:02:13Z","updated_at":"2016-06-17T08:02:13Z","_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: Wed, 01 Jun 2016 14:46:10 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:13 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=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -5073,13 +5073,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:10 GMT
+ - Fri, 17 Jun 2016 08:02:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -5092,28 +5092,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8854ac35ed7b4fd20ac473246ec098c2"
+ - W/"b5743be1e14c0e63ad58782e4dcf5987"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 94c10b52-6f97-4e23-baee-ff18a18d372b
+ - 54fc9b64-d769-4ea3-bfc5-f30a178c468f
X-Runtime:
- - '0.091532'
+ - '0.071533'
Content-Length:
- '404'
body:
encoding: UTF-8
- string: '{"_id":"574ef53287f6437126b46036","created_at":"2016-06-01T14:46:10Z","updated_at":"2016-06-01T14:46:10Z","_slug":"brownes-market-1","content_type_slug":"events","_label":"Browne''s
+ string: '{"_id":"5763ae8587f6437d12223bdf","created_at":"2016-06-17T08:02:13Z","updated_at":"2016-06-17T08:02:13Z","_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: Wed, 01 Jun 2016 14:46:10 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:13 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=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -5122,13 +5122,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:10 GMT
+ - Fri, 17 Jun 2016 08:02:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -5141,26 +5141,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ad9a6c4b5872f9b3a3fb9f6540f8f56a"
+ - W/"d672f515d9a38dd683f8255a56d12bd9"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 45e3c84d-0f5f-4762-a5c1-1b37069cc597
+ - 162c32aa-6e08-40d0-8742-f2f3fba2b21c
X-Runtime:
- - '0.090160'
+ - '0.075221'
Content-Length:
- '391'
body:
encoding: UTF-8
- string: '{"_id":"574ef53287f6437126b46039","created_at":"2016-06-01T14:46:10Z","updated_at":"2016-06-01T14:46:10Z","_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":"5763ae8587f6437d12223be2","created_at":"2016-06-17T08:02:13Z","updated_at":"2016-06-17T08:02:13Z","_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: Wed, 01 Jun 2016 14:46:10 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:13 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=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -5169,13 +5169,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:10 GMT
+ - Fri, 17 Jun 2016 08:02:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -5188,22 +5188,22 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"3492d3f7e22f8de41a87ce4f7aeb349f"
+ - W/"bd98f7ce7c89ca125c36350b41eeab06"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - bb8cd554-3554-4b35-b8fc-4160448c24c3
+ - 60d31d39-5bd7-4151-b104-f134f6bd8c0a
X-Runtime:
- - '0.086451'
+ - '0.072583'
Content-Length:
- '391'
body:
encoding: UTF-8
- string: '{"_id":"574ef53287f6437126b4603c","created_at":"2016-06-01T14:46:10Z","updated_at":"2016-06-01T14:46:10Z","_slug":"the-belmont-1","content_type_slug":"events","_label":"The
+ string: '{"_id":"5763ae8587f6437d12223be5","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:14Z","_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: Wed, 01 Jun 2016 14:46:10 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:14 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-1.json
@@ @@ -5563,7 +5563,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpIeXFLeHlCTG1FSDl4X0d6WW5XWQ0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
@@ @@ -5573,13 +5573,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:10 GMT
+ - Fri, 17 Jun 2016 08:02:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -5594,26 +5594,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"e01e1bbad1a911222a84009d5c8951c0"
+ - W/"b859d01efc44b713cf9ee15c4f954464"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - ea16f1cc-b418-4d94-8861-d39e4af561ed
+ - 976d6e03-e39f-47be-a274-19eef80dd17f
X-Runtime:
- - '0.105056'
+ - '0.092472'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"574ef53387f6437126b4603f","created_at":"2016-06-01T14:46:11Z","updated_at":"2016-06-01T14:46:11Z","_slug":"song-number-1","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"5763ae8687f6437d12223be8","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:14Z","_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/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b4603f/files/cover.jpg","short_description":"Lorem
+ #1","cover":"/sites/5763ae8287f6437d12223b8f/content_entry5763ae8387f6437d12223ba8/5763ae8687f6437d12223be8/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: Wed, 01 Jun 2016 14:46:11 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:14 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-2.json
@@ @@ -5973,7 +5973,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpIeXFLeHlCTG1FSDl4X0d6WW5XWQ0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
@@ @@ -5983,13 +5983,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:11 GMT
+ - Fri, 17 Jun 2016 08:02:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -6004,26 +6004,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"b745bd2158bcaa92cd457d03641b899e"
+ - W/"ce15fbc958ba5424156f869e461cf6ba"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e89facfd-3f63-422e-91f7-cfb6ddabe09b
+ - 4fda4fa6-03b2-4789-bc5c-5e872391c257
X-Runtime:
- - '0.107052'
+ - '0.097152'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"574ef53387f6437126b46042","created_at":"2016-06-01T14:46:11Z","updated_at":"2016-06-01T14:46:11Z","_slug":"song-number-2","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"5763ae8687f6437d12223beb","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:14Z","_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/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b46042/files/cover.jpg","short_description":"Lorem
+ #2","cover":"/sites/5763ae8287f6437d12223b8f/content_entry5763ae8387f6437d12223ba8/5763ae8687f6437d12223beb/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: Wed, 01 Jun 2016 14:46:11 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:14 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-3.json
@@ @@ -6383,7 +6383,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpIeXFLeHlCTG1FSDl4X0d6WW5XWQ0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
@@ @@ -6393,13 +6393,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:11 GMT
+ - Fri, 17 Jun 2016 08:02:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -6414,26 +6414,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a45229e05f633543308ea397b4f33938"
+ - W/"2918c7eab1b1a5672fc87512cf48f807"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 551b0107-182e-40c7-91e2-b9e26394ac99
+ - 79c6b438-9c9b-4f6c-bbfd-e6fd28a0a1f3
X-Runtime:
- - '0.093168'
+ - '0.104307'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"574ef53387f6437126b46045","created_at":"2016-06-01T14:46:11Z","updated_at":"2016-06-01T14:46:11Z","_slug":"song-number-3","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"5763ae8687f6437d12223bee","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:14Z","_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/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b46045/files/cover.jpg","short_description":"Lorem
+ #3","cover":"/sites/5763ae8287f6437d12223b8f/content_entry5763ae8387f6437d12223ba8/5763ae8687f6437d12223bee/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: Wed, 01 Jun 2016 14:46:11 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:14 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-4.json
@@ @@ -6793,7 +6793,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpIeXFLeHlCTG1FSDl4X0d6WW5XWQ0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
@@ @@ -6803,13 +6803,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:11 GMT
+ - Fri, 17 Jun 2016 08:02:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -6824,26 +6824,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"af06e67944ebaf21a66cf87a3e5e2686"
+ - W/"20064e65a7525b3236f5c158bd34e689"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 9a5784c0-60b9-4ebb-b3c1-ef4054615b5d
+ - 5da1679b-4bea-49b5-9ade-462155682f48
X-Runtime:
- - '0.096689'
+ - '0.093123'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"574ef53387f6437126b46048","created_at":"2016-06-01T14:46:11Z","updated_at":"2016-06-01T14:46:11Z","_slug":"song-number-4","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"5763ae8687f6437d12223bf1","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:14Z","_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/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b46048/files/cover.jpg","short_description":"Lorem
+ #4","cover":"/sites/5763ae8287f6437d12223b8f/content_entry5763ae8387f6437d12223ba8/5763ae8687f6437d12223bf1/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: Wed, 01 Jun 2016 14:46:11 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:14 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-5.json
@@ @@ -7203,7 +7203,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpIeXFLeHlCTG1FSDl4X0d6WW5XWQ0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
@@ @@ -7213,13 +7213,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:11 GMT
+ - Fri, 17 Jun 2016 08:02:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -7234,26 +7234,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a729ae50670caee9c7d32ac1a80f16e2"
+ - W/"d95419005a9f7f317bb6a2856ece848c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 714487c3-74dc-481e-a682-4f9c8f92e767
+ - 92bbad81-9b75-4ad3-a490-aaf7942b5c35
X-Runtime:
- - '0.094017'
+ - '0.084956'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"574ef53387f6437126b4604b","created_at":"2016-06-01T14:46:11Z","updated_at":"2016-06-01T14:46:11Z","_slug":"song-number-5","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"5763ae8687f6437d12223bf4","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:14Z","_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/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b4604b/files/cover.jpg","short_description":"Lorem
+ #5","cover":"/sites/5763ae8287f6437d12223b8f/content_entry5763ae8387f6437d12223ba8/5763ae8687f6437d12223bf4/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: Wed, 01 Jun 2016 14:46:11 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:14 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-6.json
@@ @@ -7613,7 +7613,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpIeXFLeHlCTG1FSDl4X0d6WW5XWQ0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
@@ @@ -7623,13 +7623,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:11 GMT
+ - Fri, 17 Jun 2016 08:02:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -7644,26 +7644,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"2fdef39364966b3f8e85d9563c51cb70"
+ - W/"df07d5be68c79af20282456cd72fb261"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - ffd08585-f44c-49b2-aea2-4c50295be1f7
+ - baf5abbe-f6bf-4980-95d2-78fcfdb7af25
X-Runtime:
- - '0.096252'
+ - '0.088064'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"574ef53387f6437126b4604e","created_at":"2016-06-01T14:46:11Z","updated_at":"2016-06-01T14:46:11Z","_slug":"song-number-6","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"5763ae8687f6437d12223bf7","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:14Z","_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/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b4604e/files/cover.jpg","short_description":"Lorem
+ #6","cover":"/sites/5763ae8287f6437d12223b8f/content_entry5763ae8387f6437d12223ba8/5763ae8687f6437d12223bf7/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: Wed, 01 Jun 2016 14:46:11 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:14 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-7.json
@@ @@ -8023,7 +8023,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpIeXFLeHlCTG1FSDl4X0d6WW5XWQ0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
@@ @@ -8033,13 +8033,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:11 GMT
+ - Fri, 17 Jun 2016 08:02:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8054,26 +8054,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"f07994a0beb8cc9f96a436c6e91fcc77"
+ - W/"cf3d8e9c43e0cbf382f1773007ef65de"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - aac121db-0d7b-4610-a7e6-40643522e1bf
+ - c297c0af-9c82-4867-ab38-651fe1592c10
X-Runtime:
- - '0.097009'
+ - '0.085812'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"574ef53387f6437126b46051","created_at":"2016-06-01T14:46:11Z","updated_at":"2016-06-01T14:46:11Z","_slug":"song-number-7","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"5763ae8687f6437d12223bfa","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:14Z","_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/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b46051/files/cover.jpg","short_description":"Lorem
+ #7","cover":"/sites/5763ae8287f6437d12223b8f/content_entry5763ae8387f6437d12223ba8/5763ae8687f6437d12223bfa/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: Wed, 01 Jun 2016 14:46:11 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:14 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-8.json
@@ @@ -8433,7 +8433,7 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQpIeXFLeHlCTG1FSDl4X0d6WW5XWQ0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
@@ @@ -8443,13 +8443,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:11 GMT
+ - Fri, 17 Jun 2016 08:02:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8464,32 +8464,32 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"5c2bef6232cda226947f071475d5c360"
+ - W/"67094dcdd39193379d494a2ecd638906"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 2081d8b9-cc90-4a28-8fcd-ed8a882995ff
+ - 34516590-a41d-46b6-b4ef-9b4d80e32c75
X-Runtime:
- - '0.095538'
+ - '0.082667'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"574ef53387f6437126b46054","created_at":"2016-06-01T14:46:11Z","updated_at":"2016-06-01T14:46:11Z","_slug":"song-number-8","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"5763ae8687f6437d12223bfd","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:14Z","_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/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b46054/files/cover.jpg","short_description":"Lorem
+ #8","cover":"/sites/5763ae8287f6437d12223b8f/content_entry5763ae8387f6437d12223ba8/5763ae8687f6437d12223bfd/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: Wed, 01 Jun 2016 14:46:11 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:14 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=e72VhSTyGX_RnZqXeEeZ&content_entry%5B_slug%5D=update-number-1&content_entry%5Bcategory%5D%5Ben%5D=General&content_entry%5Bcategory%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&content_entry%5Bdate%5D=2009-05-12&content_entry%5Btext%5D=added+some+free+stuff&content_entry%5Btitle%5D=Update+%231
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&content_entry%5B_slug%5D=update-number-1&content_entry%5Bcategory%5D%5Ben%5D=General&content_entry%5Bcategory%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&content_entry%5Bdate%5D=2009-05-12&content_entry%5Btext%5D=added+some+free+stuff&content_entry%5Btitle%5D=Update+%231
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -8498,13 +8498,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:11 GMT
+ - Fri, 17 Jun 2016 08:02:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8517,28 +8517,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"3a8cb5118bb2c341eb9ca21036f98609"
+ - W/"9440dfd1c9c6881d96ce774eed86256d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 84fb2a5a-e31c-4391-9d3d-9706d11a2aa8
+ - 663aa0c8-d6ef-4d40-8cf4-ffb4e1375f85
X-Runtime:
- - '0.071400'
+ - '0.065859'
Content-Length:
- '362'
body:
encoding: UTF-8
- string: '{"_id":"574ef53487f6437126b46057","created_at":"2016-06-01T14:46:12Z","updated_at":"2016-06-01T14:46:12Z","_slug":"update-number-1","content_type_slug":"updates","_label":"Update
+ string: '{"_id":"5763ae8687f6437d12223c00","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:14Z","_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":null,"date":"2009-05-12"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:12 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:15 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=e72VhSTyGX_RnZqXeEeZ&content_entry%5B_slug%5D=update-number-2&content_entry%5Bcategory%5D%5Ben%5D=General&content_entry%5Bcategory%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&content_entry%5Bdate%5D=2009-05-23&content_entry%5Btext%5D=added+a+chatroom&content_entry%5Btitle%5D=Update+%232
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&content_entry%5B_slug%5D=update-number-2&content_entry%5Bcategory%5D%5Ben%5D=General&content_entry%5Bcategory%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&content_entry%5Bdate%5D=2009-05-23&content_entry%5Btext%5D=added+a+chatroom&content_entry%5Btitle%5D=Update+%232
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -8547,13 +8547,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:12 GMT
+ - Fri, 17 Jun 2016 08:02:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8566,28 +8566,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8b7dffff8c2d0bf15965c81fa4459302"
+ - W/"d6364fe18b1d3a71886fbadd084b2a7f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 4de91e8d-582b-4d63-b637-fd8f4a8822b3
+ - 3ecc7d14-101e-456b-a82b-820d8a47bec0
X-Runtime:
- - '0.072324'
+ - '0.061922'
Content-Length:
- '357'
body:
encoding: UTF-8
- string: '{"_id":"574ef53487f6437126b4605a","created_at":"2016-06-01T14:46:12Z","updated_at":"2016-06-01T14:46:12Z","_slug":"update-number-2","content_type_slug":"updates","_label":"Update
+ string: '{"_id":"5763ae8787f6437d12223c03","created_at":"2016-06-17T08:02:15Z","updated_at":"2016-06-17T08:02:15Z","_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":null,"date":"2009-05-23"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:12 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:15 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=e72VhSTyGX_RnZqXeEeZ&content_entry%5B_slug%5D=update-number-3&content_entry%5Bcategory%5D%5Ben%5D=General&content_entry%5Bcategory%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&content_entry%5Bdate%5D=2009-06-29&content_entry%5Btext%5D=site+redesign&content_entry%5Btitle%5D=Update+%233
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&content_entry%5B_slug%5D=update-number-3&content_entry%5Bcategory%5D%5Ben%5D=General&content_entry%5Bcategory%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&content_entry%5Bdate%5D=2009-06-29&content_entry%5Btext%5D=site+redesign&content_entry%5Btitle%5D=Update+%233
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -8596,13 +8596,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:12 GMT
+ - Fri, 17 Jun 2016 08:02:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8615,28 +8615,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"e12400f122e0b30006208f8660da7c09"
+ - W/"c00037538f0e62f29e608510f34e1f7f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - ff15c61f-0b9e-4a9c-9a96-a2a9ec0266b5
+ - c7d593d8-1115-4545-9db5-c227b672625e
X-Runtime:
- - '0.070768'
+ - '0.069095'
Content-Length:
- '354'
body:
encoding: UTF-8
- string: '{"_id":"574ef53487f6437126b4605d","created_at":"2016-06-01T14:46:12Z","updated_at":"2016-06-01T14:46:12Z","_slug":"update-number-3","content_type_slug":"updates","_label":"Update
+ string: '{"_id":"5763ae8787f6437d12223c06","created_at":"2016-06-17T08:02:15Z","updated_at":"2016-06-17T08:02:15Z","_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":null,"date":"2009-06-29"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:12 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:15 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=e72VhSTyGX_RnZqXeEeZ&content_entry%5B_slug%5D=update-number-4&content_entry%5Bcategory%5D%5Ben%5D=General&content_entry%5Bcategory%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&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=HyqKxyBLmEH9x_GzYnWY&content_entry%5B_slug%5D=update-number-4&content_entry%5Bcategory%5D%5Ben%5D=General&content_entry%5Bcategory%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&content_entry%5Bdate%5D=2009-10-09&content_entry%5Btext%5D=NEW+ALBUM+FINISHED%21%21&content_entry%5Btitle%5D=Update+%234
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -8645,13 +8645,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:12 GMT
+ - Fri, 17 Jun 2016 08:02:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8664,28 +8664,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"199661b0feed9d51d513c45fac9764aa"
+ - W/"12e6873d654fb4c243e25a338c842f51"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - fcc58cc2-50b6-4780-bb6f-4a6fce53a3e5
+ - 11024763-34ae-4f75-99b9-0607c1fa04fb
X-Runtime:
- - '0.071325'
+ - '0.065385'
Content-Length:
- '361'
body:
encoding: UTF-8
- string: '{"_id":"574ef53487f6437126b46060","created_at":"2016-06-01T14:46:12Z","updated_at":"2016-06-01T14:46:12Z","_slug":"update-number-4","content_type_slug":"updates","_label":"Update
+ string: '{"_id":"5763ae8787f6437d12223c09","created_at":"2016-06-17T08:02:15Z","updated_at":"2016-06-17T08:02:15Z","_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":null,"date":"2009-10-09"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:12 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:15 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=e72VhSTyGX_RnZqXeEeZ&content_entry%5B_slug%5D=update-number-5&content_entry%5Bcategory%5D%5Ben%5D=General&content_entry%5Bcategory%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&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=HyqKxyBLmEH9x_GzYnWY&content_entry%5B_slug%5D=update-number-5&content_entry%5Bcategory%5D%5Ben%5D=General&content_entry%5Bcategory%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&content_entry%5Bdate%5D=2009-11-02&content_entry%5Btext%5D=brian+posted+a+new+post&content_entry%5Btitle%5D=Update+%235
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -8694,13 +8694,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:12 GMT
+ - Fri, 17 Jun 2016 08:02:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8713,28 +8713,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"855dfb998e975311af0399c1daf12a02"
+ - W/"8101cd492e81fac3450d896165759a37"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 401b26f9-a6c0-4662-b980-c5e6001e0278
+ - 7d9c3fcb-d8ae-4e0a-a6d9-b0d14086dbb5
X-Runtime:
- - '0.072968'
+ - '0.063249'
Content-Length:
- '364'
body:
encoding: UTF-8
- string: '{"_id":"574ef53487f6437126b46063","created_at":"2016-06-01T14:46:12Z","updated_at":"2016-06-01T14:46:12Z","_slug":"update-number-5","content_type_slug":"updates","_label":"Update
+ string: '{"_id":"5763ae8787f6437d12223c0c","created_at":"2016-06-17T08:02:15Z","updated_at":"2016-06-17T08:02:15Z","_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":null,"date":"2009-11-02"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:12 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:15 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=e72VhSTyGX_RnZqXeEeZ&content_entry%5B_slug%5D=update-number-6&content_entry%5Bcategory%5D%5Ben%5D=General&content_entry%5Bcategory%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&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=HyqKxyBLmEH9x_GzYnWY&content_entry%5B_slug%5D=update-number-6&content_entry%5Bcategory%5D%5Ben%5D=General&content_entry%5Bcategory%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&content_entry%5Bdate%5D=2009-11-16&content_entry%5Btext%5D=john+posted+a+new+post&content_entry%5Btitle%5D=Update+%236
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -8743,13 +8743,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:12 GMT
+ - Fri, 17 Jun 2016 08:02:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8762,28 +8762,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"2a2ebfea82fa030ad6b9e715539e424a"
+ - W/"916649cfbdf7105d49328e355da5bc83"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 67bd9b92-47e9-4e70-bbf0-ad88522788d7
+ - 4c4b0c33-8928-404e-8d11-97ad25160bef
X-Runtime:
- - '0.101699'
+ - '0.065283'
Content-Length:
- '363'
body:
encoding: UTF-8
- string: '{"_id":"574ef53487f6437126b46066","created_at":"2016-06-01T14:46:12Z","updated_at":"2016-06-01T14:46:12Z","_slug":"update-number-6","content_type_slug":"updates","_label":"Update
+ string: '{"_id":"5763ae8787f6437d12223c0f","created_at":"2016-06-17T08:02:15Z","updated_at":"2016-06-17T08:02:15Z","_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":null,"date":"2009-11-16"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:12 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:15 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/574ef53487f6437126b46057.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/5763ae8687f6437d12223c00.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5B_slug%5D=mise-a-jour-number-1&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%231
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&content_entry%5B_slug%5D=mise-a-jour-number-1&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%231
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -8792,13 +8792,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:12 GMT
+ - Fri, 17 Jun 2016 08:02:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -8811,28 +8811,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"f1561e5d01144d7d6ec5c767542ee62a"
+ - W/"cf34e69d6e378de16290eb38fbb28054"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 8151ce2a-3e83-4d5e-bf72-77bd86bfcb61
+ - aa67f81b-456f-41cf-8747-034fec5d45ec
X-Runtime:
- - '0.088121'
+ - '0.072988'
Content-Length:
- '365'
body:
encoding: UTF-8
- string: '{"_id":"574ef53487f6437126b46057","created_at":"2016-06-01T14:46:12Z","updated_at":"2016-06-01T14:46:12Z","_slug":"mise-a-jour-number-1","content_type_slug":"updates","_label":"Mise
+ string: '{"_id":"5763ae8687f6437d12223c00","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:15Z","_slug":"mise-a-jour-number-1","content_type_slug":"updates","_label":"Mise
a jour #1","_position":0,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Mise
a jour #1","text":"phrase FR","category":null,"date":"2009-05-12"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:12 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:15 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/574ef53487f6437126b4605a.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/5763ae8787f6437d12223c03.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5B_slug%5D=mise-a-jour-number-2&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%232
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&content_entry%5B_slug%5D=mise-a-jour-number-2&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%232
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -8841,13 +8841,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:12 GMT
+ - Fri, 17 Jun 2016 08:02:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -8860,28 +8860,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"bdd1eed738676994bc3fc2caf1bf8a8e"
+ - W/"1757df30cee0e3d2c6c33537a4b1be72"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 6596eacd-27f0-4b96-b29a-1e035686a23c
+ - 723d2b1d-7956-42be-b1f7-1958ad15a7cb
X-Runtime:
- - '0.075455'
+ - '0.084885'
Content-Length:
- '365'
body:
encoding: UTF-8
- string: '{"_id":"574ef53487f6437126b4605a","created_at":"2016-06-01T14:46:12Z","updated_at":"2016-06-01T14:46:12Z","_slug":"mise-a-jour-number-2","content_type_slug":"updates","_label":"Mise
+ string: '{"_id":"5763ae8787f6437d12223c03","created_at":"2016-06-17T08:02:15Z","updated_at":"2016-06-17T08:02:15Z","_slug":"mise-a-jour-number-2","content_type_slug":"updates","_label":"Mise
a jour #2","_position":1,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Mise
a jour #2","text":"phrase FR","category":null,"date":"2009-05-23"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:12 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:15 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/574ef53487f6437126b4605d.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/5763ae8787f6437d12223c06.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5B_slug%5D=mise-a-jour-number-3&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%233
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&content_entry%5B_slug%5D=mise-a-jour-number-3&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%233
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -8890,13 +8890,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:12 GMT
+ - Fri, 17 Jun 2016 08:02:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -8909,28 +8909,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"669fc2e30856fd3718cb736367147a59"
+ - W/"131e28c015181807bda5a8373b98ab6d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 9c3c8e78-9a05-49e3-ba45-b43b25d2c825
+ - 33d9754a-2944-4887-a76a-c7aed3ba36e8
X-Runtime:
- - '0.075987'
+ - '0.079066'
Content-Length:
- '365'
body:
encoding: UTF-8
- string: '{"_id":"574ef53487f6437126b4605d","created_at":"2016-06-01T14:46:12Z","updated_at":"2016-06-01T14:46:12Z","_slug":"mise-a-jour-number-3","content_type_slug":"updates","_label":"Mise
+ string: '{"_id":"5763ae8787f6437d12223c06","created_at":"2016-06-17T08:02:15Z","updated_at":"2016-06-17T08:02:15Z","_slug":"mise-a-jour-number-3","content_type_slug":"updates","_label":"Mise
a jour #3","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Mise
a jour #3","text":"phrase FR","category":null,"date":"2009-06-29"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:13 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:15 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/574ef53487f6437126b46060.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/5763ae8787f6437d12223c09.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5B_slug%5D=mise-a-jour-number-4&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%234
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&content_entry%5B_slug%5D=mise-a-jour-number-4&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%234
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -8939,13 +8939,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:13 GMT
+ - Fri, 17 Jun 2016 08:02:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -8958,28 +8958,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"2d04e3c5dc8ce0bfd7a03aaa460766d0"
+ - W/"618c26695890cfd8b4cb5b343f696d0c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - a71a2a2c-5cf1-47b7-81f0-afb7abb443bd
+ - a2f87a9d-c58e-442c-9621-fffa842cf338
X-Runtime:
- - '0.094511'
+ - '0.073159'
Content-Length:
- '365'
body:
encoding: UTF-8
- string: '{"_id":"574ef53487f6437126b46060","created_at":"2016-06-01T14:46:12Z","updated_at":"2016-06-01T14:46:13Z","_slug":"mise-a-jour-number-4","content_type_slug":"updates","_label":"Mise
+ string: '{"_id":"5763ae8787f6437d12223c09","created_at":"2016-06-17T08:02:15Z","updated_at":"2016-06-17T08:02:15Z","_slug":"mise-a-jour-number-4","content_type_slug":"updates","_label":"Mise
a jour #4","_position":3,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Mise
a jour #4","text":"phrase FR","category":null,"date":"2009-10-09"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:13 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:15 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/574ef53487f6437126b46063.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/5763ae8787f6437d12223c0c.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5B_slug%5D=mise-a-jour-number-5&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%235
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&content_entry%5B_slug%5D=mise-a-jour-number-5&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%235
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -8988,13 +8988,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:13 GMT
+ - Fri, 17 Jun 2016 08:02:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -9007,28 +9007,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"7032fe397b42d2d9b03e9dcc112e2cd1"
+ - W/"20b16be6b8fd308b565a3218225b7819"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e591ef80-652c-4401-9782-0307be848cc5
+ - 60fe14a6-2873-4a21-9fca-452ce6b25def
X-Runtime:
- - '0.078167'
+ - '0.087049'
Content-Length:
- '365'
body:
encoding: UTF-8
- string: '{"_id":"574ef53487f6437126b46063","created_at":"2016-06-01T14:46:12Z","updated_at":"2016-06-01T14:46:13Z","_slug":"mise-a-jour-number-5","content_type_slug":"updates","_label":"Mise
+ string: '{"_id":"5763ae8787f6437d12223c0c","created_at":"2016-06-17T08:02:15Z","updated_at":"2016-06-17T08:02:15Z","_slug":"mise-a-jour-number-5","content_type_slug":"updates","_label":"Mise
a jour #5","_position":4,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Mise
a jour #5","text":"phrase FR","category":null,"date":"2009-11-02"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:13 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:16 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/574ef53487f6437126b46066.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/5763ae8787f6437d12223c0f.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5B_slug%5D=mise-a-jour-number-6&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%236
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&content_entry%5B_slug%5D=mise-a-jour-number-6&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%236
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -9037,13 +9037,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:13 GMT
+ - Fri, 17 Jun 2016 08:02:16 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -9056,28 +9056,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"0018c01bd1b2487ffa2a1e59751f0f9c"
+ - W/"71cdf8867f2b337b66f1a6f44af6b4c5"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e6ee49ae-f0ea-4490-bc95-e18c9c3c8507
+ - 65a26963-ad47-44c5-9ba1-9a868feb269f
X-Runtime:
- - '0.075540'
+ - '0.103316'
Content-Length:
- '365'
body:
encoding: UTF-8
- string: '{"_id":"574ef53487f6437126b46066","created_at":"2016-06-01T14:46:12Z","updated_at":"2016-06-01T14:46:13Z","_slug":"mise-a-jour-number-6","content_type_slug":"updates","_label":"Mise
+ string: '{"_id":"5763ae8787f6437d12223c0f","created_at":"2016-06-17T08:02:15Z","updated_at":"2016-06-17T08:02:16Z","_slug":"mise-a-jour-number-6","content_type_slug":"updates","_label":"Mise
a jour #6","_position":5,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Mise
a jour #6","text":"phrase FR","category":null,"date":"2009-11-16"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:13 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:16 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/574ef53387f6437126b4603f.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/5763ae8687f6437d12223be8.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5Bband%5D=pearl-jam
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&content_entry%5Bband%5D=pearl-jam
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -9086,13 +9086,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:13 GMT
+ - Fri, 17 Jun 2016 08:02:16 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -9105,32 +9105,32 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"79e99f5f7b61f6944b9ac07fa4aa32dd"
+ - W/"f5555e23c90360b63cf3c50ad59189ab"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d20d6b7e-2625-40b1-9d6e-bedeae8129a5
+ - 3a418f0b-af70-45cb-9582-8ce31db407e0
X-Runtime:
- - '0.130357'
+ - '0.081569'
Content-Length:
- '790'
body:
encoding: UTF-8
- string: '{"_id":"574ef53387f6437126b4603f","created_at":"2016-06-01T14:46:11Z","updated_at":"2016-06-01T14:46:13Z","_slug":"song-number-1","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"5763ae8687f6437d12223be8","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:16Z","_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/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b4603f/files/cover.jpg","short_description":"Lorem
+ #1","cover":"/sites/5763ae8287f6437d12223b8f/content_entry5763ae8387f6437d12223ba8/5763ae8687f6437d12223be8/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: Wed, 01 Jun 2016 14:46:13 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:16 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/574ef53387f6437126b46042.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/5763ae8687f6437d12223beb.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5Bband%5D=pearl-jam
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&content_entry%5Bband%5D=pearl-jam
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -9139,13 +9139,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:13 GMT
+ - Fri, 17 Jun 2016 08:02:16 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -9158,32 +9158,32 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"2f62f462e455c88ebc32d5b15dabb39a"
+ - W/"248bd35367c21a975cf5f881aaa25b4e"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 5a1e7095-87dd-4be9-9fd7-8a75a152c1b8
+ - d12cd082-f459-446b-8254-f98264008930
X-Runtime:
- - '0.098956'
+ - '0.085203'
Content-Length:
- '790'
body:
encoding: UTF-8
- string: '{"_id":"574ef53387f6437126b46042","created_at":"2016-06-01T14:46:11Z","updated_at":"2016-06-01T14:46:13Z","_slug":"song-number-2","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"5763ae8687f6437d12223beb","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:16Z","_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/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b46042/files/cover.jpg","short_description":"Lorem
+ #2","cover":"/sites/5763ae8287f6437d12223b8f/content_entry5763ae8387f6437d12223ba8/5763ae8687f6437d12223beb/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: Wed, 01 Jun 2016 14:46:13 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:16 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/574ef53387f6437126b46045.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/5763ae8687f6437d12223bee.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5Bband%5D=pearl-jam
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&content_entry%5Bband%5D=pearl-jam
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -9192,13 +9192,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:13 GMT
+ - Fri, 17 Jun 2016 08:02:16 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -9211,32 +9211,32 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"63aa345efbe531544eecc5814e9980ae"
+ - W/"e9e89c0022cb70d6c55c6604c1466c16"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 52175017-f36c-4313-90ce-1205e6c392e4
+ - 22d8b454-bc21-4d99-ba00-3365057578cd
X-Runtime:
- - '0.083478'
+ - '0.088040'
Content-Length:
- '790'
body:
encoding: UTF-8
- string: '{"_id":"574ef53387f6437126b46045","created_at":"2016-06-01T14:46:11Z","updated_at":"2016-06-01T14:46:13Z","_slug":"song-number-3","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"5763ae8687f6437d12223bee","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:16Z","_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/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b46045/files/cover.jpg","short_description":"Lorem
+ #3","cover":"/sites/5763ae8287f6437d12223b8f/content_entry5763ae8387f6437d12223ba8/5763ae8687f6437d12223bee/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: Wed, 01 Jun 2016 14:46:13 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:16 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/574ef53387f6437126b46048.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/5763ae8687f6437d12223bf1.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5Bband%5D=pearl-jam
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&content_entry%5Bband%5D=pearl-jam
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -9245,13 +9245,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:13 GMT
+ - Fri, 17 Jun 2016 08:02:16 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -9264,32 +9264,32 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"87bea8c732056b7f012481c235767f37"
+ - W/"f3929f22bf9e8179ab8b10f9af75b542"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c0ec02a9-81b3-4d22-bbcc-27b12287208c
+ - c37bbdcc-6251-4264-aec6-2a6d5fc3f74b
X-Runtime:
- - '0.207541'
+ - '0.086001'
Content-Length:
- '790'
body:
encoding: UTF-8
- string: '{"_id":"574ef53387f6437126b46048","created_at":"2016-06-01T14:46:11Z","updated_at":"2016-06-01T14:46:14Z","_slug":"song-number-4","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"5763ae8687f6437d12223bf1","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:16Z","_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/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b46048/files/cover.jpg","short_description":"Lorem
+ #4","cover":"/sites/5763ae8287f6437d12223b8f/content_entry5763ae8387f6437d12223ba8/5763ae8687f6437d12223bf1/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: Wed, 01 Jun 2016 14:46:14 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:16 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/574ef53387f6437126b4604b.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/5763ae8687f6437d12223bf4.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5Bband%5D=the-who
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&content_entry%5Bband%5D=the-who
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -9298,13 +9298,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:14 GMT
+ - Fri, 17 Jun 2016 08:02:16 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -9317,32 +9317,32 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a67f24d275054b535f8cce2c0a8c0d43"
+ - W/"f4dd13864deca931ef6d634b88eff118"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - b0699431-059f-44f6-bf29-47c554bb2139
+ - 4be4efc4-a5f0-4388-b90f-b8d1dcc0d8bc
X-Runtime:
- - '0.093293'
+ - '0.090402'
Content-Length:
- '788'
body:
encoding: UTF-8
- string: '{"_id":"574ef53387f6437126b4604b","created_at":"2016-06-01T14:46:11Z","updated_at":"2016-06-01T14:46:14Z","_slug":"song-number-5","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"5763ae8687f6437d12223bf4","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:16Z","_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/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b4604b/files/cover.jpg","short_description":"Lorem
+ #5","cover":"/sites/5763ae8287f6437d12223b8f/content_entry5763ae8387f6437d12223ba8/5763ae8687f6437d12223bf4/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: Wed, 01 Jun 2016 14:46:14 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:16 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/574ef53387f6437126b4604e.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/5763ae8687f6437d12223bf7.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5Bband%5D=the-who
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&content_entry%5Bband%5D=the-who
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -9351,13 +9351,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:14 GMT
+ - Fri, 17 Jun 2016 08:02:16 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -9370,29 +9370,29 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"5c594821432d5da77e0129b29a022e3f"
+ - W/"d6ea468e5cfc79fcbd806e8f1a27b09d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e53746c2-d46e-41c4-ab79-31eeb614e511
+ - 6e45b5e4-c9be-4b88-af38-9d85a2beb508
X-Runtime:
- - '0.089562'
+ - '0.083394'
Content-Length:
- '788'
body:
encoding: UTF-8
- string: '{"_id":"574ef53387f6437126b4604e","created_at":"2016-06-01T14:46:11Z","updated_at":"2016-06-01T14:46:14Z","_slug":"song-number-6","content_type_slug":"songs","_label":"Song
+ string: '{"_id":"5763ae8687f6437d12223bf7","created_at":"2016-06-17T08:02:14Z","updated_at":"2016-06-17T08:02:16Z","_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/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b4604e/files/cover.jpg","short_description":"Lorem
+ #6","cover":"/sites/5763ae8287f6437d12223b8f/content_entry5763ae8387f6437d12223ba8/5763ae8687f6437d12223bf7/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: Wed, 01 Jun 2016 14:46:14 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:17 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/pages/fullpaths.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://localhost:3000/locomotive/api/v3/pages/fullpaths.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -9404,13 +9404,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:14 GMT
+ - Fri, 17 Jun 2016 08:02:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- en
response:
@@ @@ -9421,26 +9421,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"dc9bc5e165cd00add4636b03dc6f7b23"
+ - W/"552dc47e19baab9862241c8f99249bb2"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1d6c21a0-d542-4084-a36f-97c27f22c862
+ - 540cbc8b-3fde-4219-82bd-1f06542fa912
X-Runtime:
- - '0.026054'
+ - '0.029516'
Content-Length:
- '135'
body:
encoding: UTF-8
- string: '[{"_id":"574ef52f87f6437126b45fe8","fullpath":"index","handle":null},{"_id":"574ef52f87f6437126b45fe9","fullpath":"404","handle":null}]'
+ string: '[{"_id":"5763ae8287f6437d12223b91","fullpath":"index","handle":null},{"_id":"5763ae8387f6437d12223b92","fullpath":"404","handle":null}]'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:14 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:17 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/574ef52f87f6437126b45fe9.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/5763ae8387f6437d12223b92.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&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=HyqKxyBLmEH9x_GzYnWY&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -9449,13 +9449,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:14 GMT
+ - Fri, 17 Jun 2016 08:02:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- en
Content-Type:
@@ @@ -9468,29 +9468,29 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d3398be715d8e1d273526478d3493fd4"
+ - W/"d6e820ce50f6ba1d5e563795a14be5d9"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 707a9d78-77a5-4bb1-a5fd-c5652a6ddbce
+ - 4b92f3c9-7591-4469-926c-81b4a69f5cee
X-Runtime:
- - '0.037691'
+ - '0.042130'
Content-Length:
- '773'
body:
encoding: UTF-8
- string: '{"_id":"574ef52f87f6437126b45fe9","created_at":"2016-06-01T14:46:07Z","updated_at":"2016-06-01T14:46:14Z","title":"Page
+ string: '{"_id":"5763ae8387f6437d12223b92","created_at":"2016-06-17T08:02:11Z","updated_at":"2016-06-17T08:02:17Z","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: Wed, 01 Jun 2016 14:46:14 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:17 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/574ef52f87f6437126b45fe8.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/5763ae8287f6437d12223b91.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&page%5Bhandle%5D=home&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&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%2F574ef52f87f6437126b45fe6%2Fassets%2F574ef53187f6437126b46019%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=HyqKxyBLmEH9x_GzYnWY&page%5Bhandle%5D=home&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&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%2F5763ae8287f6437d12223b8f%2Fassets%2F5763ae8487f6437d12223bc2%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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -9499,13 +9499,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:14 GMT
+ - Fri, 17 Jun 2016 08:02:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- en
Content-Type:
@@ @@ -9518,18 +9518,18 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a2fd680a7369b0877f6134fa85cb45bb"
+ - W/"d383c73e78044ca43aba46d043793845"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 3677eb99-1b1f-4f61-a952-5f23d62ea9d2
+ - f1027ef2-39d1-419d-a1c1-677acdcbf889
X-Runtime:
- - '0.051949'
+ - '0.044852'
Content-Length:
- '5289'
body:
encoding: UTF-8
- string: '{"_id":"574ef52f87f6437126b45fe8","created_at":"2016-06-01T14:46:07Z","updated_at":"2016-06-01T14:46:14Z","title":"Home
+ string: '{"_id":"5763ae8287f6437d12223b91","created_at":"2016-06-17T08:02:10Z","updated_at":"2016-06-17T08:02:17Z","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
@@ @@ -9553,7 +9553,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/574ef52f87f6437126b45fe6/assets/574ef53187f6437126b46019/photo.jpg{%
+ (602px by 397px)'' %}/sites/5763ae8287f6437d12223b8f/assets/5763ae8487f6437d12223bc2/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
@@ @@ -9583,13 +9583,13 @@ 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: Wed, 01 Jun 2016 14:46:14 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:17 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/574ef52f87f6437126b45fe8.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/5763ae8287f6437d12223b91.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&page%5Bhandle%5D=home&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&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%2F574ef52f87f6437126b45fe6%2Fassets%2F574ef53187f6437126b46019%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=HyqKxyBLmEH9x_GzYnWY&page%5Bhandle%5D=home&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&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%2F5763ae8287f6437d12223b8f%2Fassets%2F5763ae8487f6437d12223bc2%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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -9598,13 +9598,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:14 GMT
+ - Fri, 17 Jun 2016 08:02:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -9617,18 +9617,18 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"fb20a67c3d0b47bd41a9e0ae9257371b"
+ - W/"b8f52ad3d8eb45c4c1e61c88c892225e"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 5469798d-42eb-4cf7-8952-860206d56808
+ - c0b6ff2e-5b4b-4d8b-85fe-15a6628dbbd6
X-Runtime:
- - '0.037220'
+ - '0.039450'
Content-Length:
- '5294'
body:
encoding: UTF-8
- string: '{"_id":"574ef52f87f6437126b45fe8","created_at":"2016-06-01T14:46:07Z","updated_at":"2016-06-01T14:46:14Z","title":"Page
+ string: '{"_id":"5763ae8287f6437d12223b91","created_at":"2016-06-17T08:02:10Z","updated_at":"2016-06-17T08:02:17Z","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":"","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
@@ @@ -9652,7 +9652,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/574ef52f87f6437126b45fe6/assets/574ef53187f6437126b46019/photo.jpg{%
+ (602px by 397px)'' %}/sites/5763ae8287f6437d12223b8f/assets/5763ae8487f6437d12223bc2/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
@@ @@ -9682,7 +9682,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: Wed, 01 Jun 2016 14:46:14 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:17 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
@@ @@ -13444,8 +13444,8 @@ http_interactions:
dGluY2lkdW50IHB1bHZpbmFyIGFjY3Vtc2FuLgo8L3A+CnslIGVuZGVkaXRh
YmxlX2xvbmdfdGV4dCAlfQp7JSBlbmRibG9jayAlfQoNCi0tLS0tLS0tLS0t
LS1SdWJ5TXVsdGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9y
- bS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFY
- ZUVlWg0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
+ bS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpIeXFLeHlCTG1FSDl4X0d6
+ WW5XWQ0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -13454,13 +13454,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:14 GMT
+ - Fri, 17 Jun 2016 08:02:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -13473,19 +13473,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d48905ffd2183fce365cb4f8e1f7c2af"
+ - W/"be64471adf299c9d59351b1210d0a795"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c2bd0412-7bb1-49e0-99eb-54cd2cced48e
+ - 7191d0e7-bec5-491b-a837-eda3dd809b76
X-Runtime:
- - '0.099888'
+ - '0.085206'
Content-Length:
- '2632'
body:
encoding: UTF-8
- string: '{"_id":"574ef53687f6437126b46080","created_at":"2016-06-01T14:46:14Z","updated_at":"2016-06-01T14:46:14Z","title":"About
- Us","parent_id":"574ef52f87f6437126b45fe8","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":"5763ae8987f6437d12223c29","created_at":"2016-06-17T08:02:17Z","updated_at":"2016-06-17T08:02:17Z","title":"About
+ Us","parent_id":"5763ae8287f6437d12223b91","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,
@@ @@ -13503,13 +13503,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":"574ef53687f6437126b46081","created_at":"2016-06-01T14:46:14Z","updated_at":"2016-06-01T14:46:14Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/574ef52f87f6437126b45fe6/pages/574ef53687f6437126b46080/files/photo_2.jpg","type":"EditableFile"},{"_id":"574ef53687f6437126b46082","created_at":"2016-06-01T14:46:14Z","updated_at":"2016-06-01T14:46:14Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":"\u003ch2\u003eAbout
+ %}\n{% endblock %}\n","editable_elements":[{"_id":"5763ae8987f6437d12223c2a","created_at":"2016-06-17T08:02:17Z","updated_at":"2016-06-17T08:02:17Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/5763ae8287f6437d12223b8f/pages/5763ae8987f6437d12223c29/files/photo_2.jpg","type":"EditableFile"},{"_id":"5763ae8987f6437d12223c2b","created_at":"2016-06-17T08:02:17Z","updated_at":"2016-06-17T08:02:17Z","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: Wed, 01 Jun 2016 14:46:14 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:17 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/574ef53687f6437126b46080.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/5763ae8987f6437d12223c29.json
body:
encoding: ASCII-8BIT
string: !binary |-
@@ @@ -17215,7 +17215,7 @@ http_interactions:
ZHVudCBwdWx2aW5hciBhY2N1bXNhbi4KPC9wPgp7JSBlbmRlZGl0YWJsZV9s
b25nX3RleHQgJX0KeyUgZW5kYmxvY2sgJX0KDQotLS0tLS0tLS0tLS0tUnVi
eU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0
- YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KZTcyVmhTVHlHWF9SblpxWGVFZVoN
+ YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KSHlxS3h5QkxtRUg5eF9HelluV1kN
Ci0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg==
headers:
User-Agent:
@@ @@ -17225,13 +17225,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:14 GMT
+ - Fri, 17 Jun 2016 08:02:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -17246,19 +17246,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"4ee1f70e544d9b7bdbbdf122b5d8b971"
+ - W/"fe0800b7f6f0e945f63fc920c7edbcae"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 76baf286-64a0-4bfa-ba66-d0ce5f71e621
+ - 44bdffa0-3def-4f02-9a96-0ceb38844080
X-Runtime:
- - '0.057801'
+ - '0.055974'
Content-Length:
- '2664'
body:
encoding: UTF-8
- string: '{"_id":"574ef53687f6437126b46080","created_at":"2016-06-01T14:46:14Z","updated_at":"2016-06-01T14:46:14Z","title":"A
- notre sujet","parent_id":"574ef52f87f6437126b45fe8","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":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"5763ae8987f6437d12223c29","created_at":"2016-06-17T08:02:17Z","updated_at":"2016-06-17T08:02:17Z","title":"A
+ notre sujet","parent_id":"5763ae8287f6437d12223b91","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":"","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,
@@ @@ -17276,16 +17276,16 @@ 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":"574ef53687f6437126b46081","created_at":"2016-06-01T14:46:14Z","updated_at":"2016-06-01T14:46:14Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/574ef52f87f6437126b45fe6/pages/574ef53687f6437126b46080/files/photo.jpg","type":"EditableFile"},{"_id":"574ef53687f6437126b46082","created_at":"2016-06-01T14:46:14Z","updated_at":"2016-06-01T14:46:14Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":"\u003ch2\u003eA
+ %}\n{% endblock %}\n","editable_elements":[{"_id":"5763ae8987f6437d12223c2a","created_at":"2016-06-17T08:02:17Z","updated_at":"2016-06-17T08:02:17Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/5763ae8287f6437d12223b8f/pages/5763ae8987f6437d12223c29/files/photo.jpg","type":"EditableFile"},{"_id":"5763ae8987f6437d12223c2b","created_at":"2016-06-17T08:02:17Z","updated_at":"2016-06-17T08:02:17Z","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: Wed, 01 Jun 2016 14:46:14 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:17 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/574ef53687f6437126b46080.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/5763ae8987f6437d12223c29.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -17294,13 +17294,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:14 GMT
+ - Fri, 17 Jun 2016 08:02:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- nb
Content-Type:
@@ @@ -17313,19 +17313,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"f86e9770f378943bb68fb0dc9894570d"
+ - W/"b65f9ff033fb34d96580a1894d757671"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 33072f7c-bd16-4b55-8f2b-771a4b34b922
+ - a44c202e-7935-4d14-8333-c226ecb1aa94
X-Runtime:
- - '0.048824'
+ - '0.050579'
Content-Length:
- '2639'
body:
encoding: UTF-8
- string: '{"_id":"574ef53687f6437126b46080","created_at":"2016-06-01T14:46:14Z","updated_at":"2016-06-01T14:46:14Z","title":"Om
- oss","parent_id":"574ef52f87f6437126b45fe8","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":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"5763ae8987f6437d12223c29","created_at":"2016-06-17T08:02:17Z","updated_at":"2016-06-17T08:02:17Z","title":"Om
+ oss","parent_id":"5763ae8287f6437d12223b91","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":"","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,
@@ @@ -17343,16 +17343,16 @@ 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":"574ef53687f6437126b46081","created_at":"2016-06-01T14:46:14Z","updated_at":"2016-06-01T14:46:14Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/574ef52f87f6437126b45fe6/pages/574ef53687f6437126b46080/files/photo_2.jpg","type":"EditableFile"},{"_id":"574ef53687f6437126b46082","created_at":"2016-06-01T14:46:14Z","updated_at":"2016-06-01T14:46:14Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":"\u003ch2\u003eAbout
+ %}\n{% endblock %}\n","editable_elements":[{"_id":"5763ae8987f6437d12223c2a","created_at":"2016-06-17T08:02:17Z","updated_at":"2016-06-17T08:02:17Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/5763ae8287f6437d12223b8f/pages/5763ae8987f6437d12223c29/files/photo_2.jpg","type":"EditableFile"},{"_id":"5763ae8987f6437d12223c2b","created_at":"2016-06-17T08:02:17Z","updated_at":"2016-06-17T08:02:17Z","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: Wed, 01 Jun 2016 14:46:14 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:17 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -17361,13 +17361,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:14 GMT
+ - Fri, 17 Jun 2016 08:02:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -17378,18 +17378,18 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"bad843f1cc2d7107221770833eee9b32"
+ - W/"c29280709e07033017bb18771b00e67f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e0b970f7-0315-4eb7-88be-eca53123b374
+ - e129cabd-3064-489c-a40e-32674515165b
X-Runtime:
- - '0.047352'
+ - '0.049863'
Content-Length:
- '2401'
body:
encoding: UTF-8
- string: '{"_id":"574ef53787f6437126b46083","created_at":"2016-06-01T14:46:15Z","updated_at":"2016-06-01T14:46:15Z","title":"Music","parent_id":"574ef52f87f6437126b45fe8","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":"5763ae8987f6437d12223c2c","created_at":"2016-06-17T08:02:17Z","updated_at":"2016-06-17T08:02:17Z","title":"Music","parent_id":"5763ae8287f6437d12223b91","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,
@@ @@ -17413,13 +17413,13 @@ 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: Wed, 01 Jun 2016 14:46:15 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:17 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/574ef53787f6437126b46083.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/5763ae8987f6437d12223c2c.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -17428,13 +17428,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:15 GMT
+ - Fri, 17 Jun 2016 08:02:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -17447,19 +17447,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ab1bfdb6391f920493e987776863b40b"
+ - W/"4b3b52ce8e0bb9551065442c09265fd5"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f5b0d6c2-cc22-4be8-8ee3-c4d3ad8bf064
+ - 89c7547d-61f5-4d6e-83aa-6b6e0a7b3040
X-Runtime:
- - '0.048028'
+ - '0.050287'
Content-Length:
- '2438'
body:
encoding: UTF-8
- string: '{"_id":"574ef53787f6437126b46083","created_at":"2016-06-01T14:46:15Z","updated_at":"2016-06-01T14:46:15Z","title":"Notre
- musique","parent_id":"574ef52f87f6437126b45fe8","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":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"5763ae8987f6437d12223c2c","created_at":"2016-06-17T08:02:17Z","updated_at":"2016-06-17T08:02:17Z","title":"Notre
+ musique","parent_id":"5763ae8287f6437d12223b91","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":"","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,
@@ @@ -17483,13 +17483,13 @@ 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: Wed, 01 Jun 2016 14:46:15 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:17 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -17498,13 +17498,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:15 GMT
+ - Fri, 17 Jun 2016 08:02:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -17515,27 +17515,27 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"0a26c3be41cf3afd5084b40e33098aac"
+ - W/"8b29c5328264276b05801f72d711f7bf"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 0ba07988-88f2-4755-bbb2-580746ae46f4
+ - 3bedea01-8091-41d9-9e70-9262a4d2b337
X-Runtime:
- - '0.048812'
+ - '0.055879'
Content-Length:
- '718'
body:
encoding: UTF-8
- string: '{"_id":"574ef53787f6437126b46084","created_at":"2016-06-01T14:46:15Z","updated_at":"2016-06-01T14:46:15Z","title":"Store","parent_id":"574ef52f87f6437126b45fe8","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":"5763ae8987f6437d12223c2d","created_at":"2016-06-17T08:02:17Z","updated_at":"2016-06-17T08:02:17Z","title":"Store","parent_id":"5763ae8287f6437d12223b91","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: Wed, 01 Jun 2016 14:46:15 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:17 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/574ef53787f6437126b46084.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/5763ae8987f6437d12223c2d.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -17544,13 +17544,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:15 GMT
+ - Fri, 17 Jun 2016 08:02:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -17563,26 +17563,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"2b82d649df3c1e0e5ff3afd116b78aa2"
+ - W/"b548c7617303a4786c134304f951ebd2"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 5362ea9f-a6af-4b87-869e-a2555c590232
+ - 625424ee-9c5f-472b-82b3-d728a0ccff67
X-Runtime:
- - '0.050597'
+ - '0.044986'
Content-Length:
- '711'
body:
encoding: UTF-8
- string: '{"_id":"574ef53787f6437126b46084","created_at":"2016-06-01T14:46:15Z","updated_at":"2016-06-01T14:46:15Z","title":"Magasin","parent_id":"574ef52f87f6437126b45fe8","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":"5763ae8987f6437d12223c2d","created_at":"2016-06-17T08:02:17Z","updated_at":"2016-06-17T08:02:17Z","title":"Magasin","parent_id":"5763ae8287f6437d12223b91","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: Wed, 01 Jun 2016 14:46:15 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:17 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -17591,13 +17591,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:15 GMT
+ - Fri, 17 Jun 2016 08:02:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -17608,19 +17608,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"204457e49bdd5b9d4f710564a54a8c0f"
+ - W/"3cf56885254c9243b0882d3fbae139c5"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 7da9e803-718f-4694-bdd4-3421c18f8f69
+ - 4a248db6-0d20-4837-b298-9c92ce3d5c9a
X-Runtime:
- - '0.051814'
+ - '0.050569'
Content-Length:
- '3494'
body:
encoding: UTF-8
- string: '{"_id":"574ef53787f6437126b46085","created_at":"2016-06-01T14:46:15Z","updated_at":"2016-06-01T14:46:15Z","title":"Contact
- Us","parent_id":"574ef52f87f6437126b45fe8","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":"5763ae8987f6437d12223c2e","created_at":"2016-06-17T08:02:17Z","updated_at":"2016-06-17T08:02:17Z","title":"Contact
+ Us","parent_id":"5763ae8287f6437d12223b91","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
@@ @@ -17655,13 +17655,13 @@ 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: Wed, 01 Jun 2016 14:46:15 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:17 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -17670,13 +17670,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:15 GMT
+ - Fri, 17 Jun 2016 08:02:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -17687,22 +17687,22 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"bff2c1f59ba0f6b436dcedb6fce421d7"
+ - W/"8b39b9841d0dd717297ea94acd15b5bb"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d7b7f210-c943-4d03-9718-f43ea388bcab
+ - e9d3ed6b-8cbd-4b61-875c-cda67f1472b9
X-Runtime:
- - '0.048266'
+ - '0.048131'
Content-Length:
- '4459'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NzRlZjUzNzg3ZjY0MzcxMjZiNDYwODYiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wNi0wMVQxNDo0NjoxNVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- Ni0wMVQxNDo0NjoxNVoiLCJ0aXRsZSI6IkV2ZW50cyIsInBhcmVudF9pZCI6
- IjU3NGVmNTJmODdmNjQzNzEyNmI0NWZlOCIsInBvc2l0aW9uIjo1LCJoYW5k
+ eyJfaWQiOiI1NzYzYWU4OTg3ZjY0MzdkMTIyMjNjMmYiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wNi0xN1QwODowMjoxN1oiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ Ni0xN1QwODowMjoxN1oiLCJ0aXRsZSI6IkV2ZW50cyIsInBhcmVudF9pZCI6
+ IjU3NjNhZTgyODdmNjQzN2QxMjIyM2I5MSIsInBvc2l0aW9uIjo1LCJoYW5k
bGUiOiJldmVudHMiLCJkZXB0aCI6MSwicmVzcG9uc2VfdHlwZSI6InRleHQv
aHRtbCIsImxpc3RlZCI6ZmFsc2UsInB1Ymxpc2hlZCI6dHJ1ZSwidHJhbnNs
YXRlZF9pbiI6WyJlbiJdLCJjYWNoZV9lbmFibGVkIjp0cnVlLCJzbHVnIjoi
@@ @@ -17800,13 +17800,13 @@ http_interactions:
dWxsLCJtZXRhX2tleXdvcmRzIjpudWxsLCJtZXRhX2Rlc2NyaXB0aW9uIjpu
dWxsfQ==
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:17 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -17815,13 +17815,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:15 GMT
+ - Fri, 17 Jun 2016 08:02:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -17832,32 +17832,32 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"b5cdfbeaca6d67c00c60d426655463af"
+ - W/"746afc10b20ae47886217eca8076ffae"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 5ed7b4e2-86e5-4747-9394-868919c31dbc
+ - bdba8137-f1d4-4977-af9f-0800c66ba126
X-Runtime:
- - '0.056747'
+ - '0.049676'
Content-Length:
- '1057'
body:
encoding: UTF-8
- string: '{"_id":"574ef53787f6437126b46087","created_at":"2016-06-01T14:46:15Z","updated_at":"2016-06-01T14:46:15Z","title":"A
- sample contest","parent_id":"574ef52f87f6437126b45fe8","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":"5763ae8987f6437d12223c30","created_at":"2016-06-17T08:02:17Z","updated_at":"2016-06-17T08:02:17Z","title":"A
+ sample contest","parent_id":"5763ae8287f6437d12223b91","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: Wed, 01 Jun 2016 14:46:15 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:17 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -17866,13 +17866,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:15 GMT
+ - Fri, 17 Jun 2016 08:02:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -17883,27 +17883,27 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"af98c441eac0d82987380123b4026411"
+ - W/"00ab184c6a8841055eadbc6a63a4e814"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 2f140680-0514-4d99-ae96-91908228edde
+ - cabd4c9e-f040-410b-86ec-789c56803fe2
X-Runtime:
- - '0.048826'
+ - '0.052675'
Content-Length:
- '709'
body:
encoding: UTF-8
- string: '{"_id":"574ef53787f6437126b46088","created_at":"2016-06-01T14:46:15Z","updated_at":"2016-06-01T14:46:15Z","title":"Archives","parent_id":"574ef52f87f6437126b45fe8","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":"5763ae8987f6437d12223c31","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:18Z","title":"Archives","parent_id":"5763ae8287f6437d12223b91","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: Wed, 01 Jun 2016 14:46:15 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -17912,13 +17912,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:15 GMT
+ - Fri, 17 Jun 2016 08:02:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -17929,19 +17929,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"0d1c75dc8b7d6e1c6e34c284e859019f"
+ - W/"b87edff0d06e94e0252c078a1cb14b25"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d0b4e73e-c536-4f58-9186-91ad8d7c62c7
+ - 18c13670-5692-4026-82e5-f4cdb42e245a
X-Runtime:
- - '0.050631'
+ - '0.047046'
Content-Length:
- '1364'
body:
encoding: UTF-8
- string: '{"_id":"574ef53787f6437126b46089","created_at":"2016-06-01T14:46:15Z","updated_at":"2016-06-01T14:46:15Z","title":"Various
- uses of the with_scope tag","parent_id":"574ef52f87f6437126b45fe8","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":"5763ae8a87f6437d12223c32","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:18Z","title":"Various
+ uses of the with_scope tag","parent_id":"5763ae8287f6437d12223b91","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/,
@@ @@ -17952,13 +17952,13 @@ 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: Wed, 01 Jun 2016 14:46:15 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -17967,13 +17967,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:15 GMT
+ - Fri, 17 Jun 2016 08:02:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -17984,29 +17984,29 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c780ab167aa75afb524d338fa6c9f151"
+ - W/"df1d43e5cc5f1eeae441ce9acd855b03"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - ca4350a4-6916-4798-9881-5842f78ac6b2
+ - 6eb21310-4848-42c3-9f31-761cd2c16df5
X-Runtime:
- - '0.046542'
+ - '0.054796'
Content-Length:
- '837'
body:
encoding: UTF-8
- string: '{"_id":"574ef53787f6437126b4608a","created_at":"2016-06-01T14:46:15Z","updated_at":"2016-06-01T14:46:15Z","title":"Grunge
- leaders","parent_id":"574ef52f87f6437126b45fe8","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":"5763ae8a87f6437d12223c33","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:18Z","title":"Grunge
+ leaders","parent_id":"5763ae8287f6437d12223b91","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: Wed, 01 Jun 2016 14:46:15 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18015,13 +18015,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:15 GMT
+ - Fri, 17 Jun 2016 08:02:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18032,31 +18032,31 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8e48c24e245f3a85f7d336b5166194f4"
+ - W/"95a4e645018a3bfc4b4023c53afd9c45"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f06d46fa-894d-41bf-9867-9c2aa3a79615
+ - c744e80a-9e75-4b57-a0f9-88f9ff661a25
X-Runtime:
- - '0.065174'
+ - '0.049495'
Content-Length:
- '953'
body:
encoding: UTF-8
- string: '{"_id":"574ef53787f6437126b4608b","created_at":"2016-06-01T14:46:15Z","updated_at":"2016-06-01T14:46:15Z","title":"All
- the pages","parent_id":"574ef52f87f6437126b45fe8","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":"5763ae8a87f6437d12223c34","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:18Z","title":"All
+ the pages","parent_id":"5763ae8287f6437d12223b91","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: Wed, 01 Jun 2016 14:46:15 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18065,13 +18065,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:15 GMT
+ - Fri, 17 Jun 2016 08:02:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18082,27 +18082,27 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"02e418c73c8dc4a26064cce06847e47a"
+ - W/"6965292de04d831674fdbcc0ae0bdbd3"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f5fda7f1-aa60-411f-afcd-b310f645968d
+ - 4d5d1028-a228-4486-ab84-52a6da7cfd8e
X-Runtime:
- - '0.046836'
+ - '0.048052'
Content-Length:
- '703'
body:
encoding: UTF-8
- string: '{"_id":"574ef53787f6437126b4608c","created_at":"2016-06-01T14:46:15Z","updated_at":"2016-06-01T14:46:15Z","title":"Layouts","parent_id":"574ef52f87f6437126b45fe8","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":"5763ae8a87f6437d12223c35","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:18Z","title":"Layouts","parent_id":"5763ae8287f6437d12223b91","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: Wed, 01 Jun 2016 14:46:15 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18111,13 +18111,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:15 GMT
+ - Fri, 17 Jun 2016 08:02:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18128,27 +18128,27 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ea231a187fec25acab069384a4ba39d7"
+ - W/"daa7acf6a3e62b0d3b7541287ae07ddc"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e01badf5-7e99-4089-a9b5-9eb5d6f6ac92
+ - 9561cd86-f370-40a9-8e76-f044263a1ee8
X-Runtime:
- - '0.048564'
+ - '0.054344'
Content-Length:
- '691'
body:
encoding: UTF-8
- string: '{"_id":"574ef53787f6437126b4608d","created_at":"2016-06-01T14:46:15Z","updated_at":"2016-06-01T14:46:15Z","title":"Songs","parent_id":"574ef52f87f6437126b45fe8","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":"5763ae8a87f6437d12223c36","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:18Z","title":"Songs","parent_id":"5763ae8287f6437d12223b91","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: Wed, 01 Jun 2016 14:46:15 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18157,13 +18157,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:15 GMT
+ - Fri, 17 Jun 2016 08:02:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18174,29 +18174,29 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"cf104700bd2ec8cc4ae8e579d7f03bf5"
+ - W/"614b416d35511657352daf0dd443a795"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f6c1f9f7-584e-4d89-96ff-2532253a1ba0
+ - 5d8627ec-462a-49f2-91d8-654b01379fbb
X-Runtime:
- - '0.049757'
+ - '0.052578'
Content-Length:
- '911'
body:
encoding: UTF-8
- string: '{"_id":"574ef53787f6437126b4608e","created_at":"2016-06-01T14:46:15Z","updated_at":"2016-06-01T14:46:15Z","title":"Unlisted
- pages","parent_id":"574ef52f87f6437126b45fe8","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":"5763ae8a87f6437d12223c37","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:18Z","title":"Unlisted
+ pages","parent_id":"5763ae8287f6437d12223b91","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: Wed, 01 Jun 2016 14:46:15 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18205,13 +18205,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:15 GMT
+ - Fri, 17 Jun 2016 08:02:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18222,27 +18222,27 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d5123a263f755597590d974263691b05"
+ - W/"04ead656eca652a0c8df34dc56447123"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 14d335d9-954d-457b-b47b-4e20015060fb
+ - 5fdbeb61-465d-40ae-aabe-7b33740b70e8
X-Runtime:
- - '0.050660'
+ - '0.049118'
Content-Length:
- '685'
body:
encoding: UTF-8
- string: '{"_id":"574ef53787f6437126b4608f","created_at":"2016-06-01T14:46:15Z","updated_at":"2016-06-01T14:46:15Z","title":"Tags","parent_id":"574ef52f87f6437126b45fe8","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":"5763ae8a87f6437d12223c38","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:18Z","title":"Tags","parent_id":"5763ae8287f6437d12223b91","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: Wed, 01 Jun 2016 14:46:15 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18251,13 +18251,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:15 GMT
+ - Fri, 17 Jun 2016 08:02:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18268,28 +18268,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"38ff0ec540918147b56a1bc1c5391c4f"
+ - W/"53278774e95a483e5c875c31d58bb246"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1586d26b-1811-4ede-a956-3a0ce859c4f3
+ - b4b41f89-81ba-4a8b-b9f1-a135f272b75c
X-Runtime:
- - '0.058457'
+ - '0.077166'
Content-Length:
- '747'
body:
encoding: UTF-8
- string: '{"_id":"574ef53887f6437126b46090","created_at":"2016-06-01T14:46:16Z","updated_at":"2016-06-01T14:46:16Z","title":"John
- doe","parent_id":"574ef53687f6437126b46080","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":"5763ae8a87f6437d12223c39","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:18Z","title":"John
+ doe","parent_id":"5763ae8987f6437d12223c29","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: Wed, 01 Jun 2016 14:46:16 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:18 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/574ef53887f6437126b46090.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/5763ae8a87f6437d12223c39.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18298,13 +18298,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:16 GMT
+ - Fri, 17 Jun 2016 08:02:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -18317,28 +18317,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"acc8e2a13f4d7b53374df530fa64188d"
+ - W/"6c3e722ab0809e10c66a3f98ea68e174"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d8939e22-c6c9-43bf-b217-4b430fa9cbf3
+ - 2d3bb12d-5336-41ba-b361-274ee7b57992
X-Runtime:
- - '0.076464'
+ - '0.043906'
Content-Length:
- '777'
body:
encoding: UTF-8
- string: '{"_id":"574ef53887f6437126b46090","created_at":"2016-06-01T14:46:16Z","updated_at":"2016-06-01T14:46:17Z","title":"Jean
- Personne","parent_id":"574ef53687f6437126b46080","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":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{%
+ string: '{"_id":"5763ae8a87f6437d12223c39","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:18Z","title":"Jean
+ Personne","parent_id":"5763ae8987f6437d12223c29","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":"","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: Wed, 01 Jun 2016 14:46:17 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18347,13 +18347,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:17 GMT
+ - Fri, 17 Jun 2016 08:02:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18364,28 +18364,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"e6c4cba32273b96eec96d6125089a548"
+ - W/"9aa6bcbc4de73780ceea36000c98e457"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1dc2c276-9301-4d9e-a4b6-eb0bb240ffad
+ - ec897f8a-f30a-4d43-a3a8-36e4a57d2fc4
X-Runtime:
- - '0.062956'
+ - '0.048312'
Content-Length:
- '748'
body:
encoding: UTF-8
- string: '{"_id":"574ef53987f6437126b46091","created_at":"2016-06-01T14:46:17Z","updated_at":"2016-06-01T14:46:17Z","title":"Jane
- doe","parent_id":"574ef53687f6437126b46080","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":"5763ae8a87f6437d12223c3a","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:18Z","title":"Jane
+ doe","parent_id":"5763ae8987f6437d12223c29","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: Wed, 01 Jun 2016 14:46:17 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18394,13 +18394,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:17 GMT
+ - Fri, 17 Jun 2016 08:02:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18411,31 +18411,31 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"123cea6b3d637bc96c6d6f3ccc2b7dcc"
+ - W/"a853bc4d04cbc202906b568ead7df14c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 0a47866c-2fb7-48d7-8571-cca7714b43bb
+ - 400871a7-73ca-4df1-addd-befade892779
X-Runtime:
- - '0.053236'
+ - '0.057571'
Content-Length:
- '1109'
body:
encoding: UTF-8
- string: '{"_id":"574ef53987f6437126b46092","created_at":"2016-06-01T14:46:17Z","updated_at":"2016-06-01T14:46:17Z","title":"My
- simple layout","parent_id":"574ef53787f6437126b4608c","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":"5763ae8a87f6437d12223c3b","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:18Z","title":"My
+ simple layout","parent_id":"5763ae8a87f6437d12223c35","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: Wed, 01 Jun 2016 14:46:17 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18444,13 +18444,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:17 GMT
+ - Fri, 17 Jun 2016 08:02:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18461,28 +18461,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"acfb9d085e43e85a74b09ddd4bf14b7a"
+ - W/"ca29fe047e77df261bec18e6ae680b21"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f4fbf636-ceeb-4fde-8a7a-3a9a3a7014cf
+ - f601da4c-2ab2-4aa0-9084-a36f1a7a294d
X-Runtime:
- - '0.055644'
+ - '0.077414'
Content-Length:
- '786'
body:
encoding: UTF-8
- string: '{"_id":"574ef53987f6437126b46093","created_at":"2016-06-01T14:46:17Z","updated_at":"2016-06-01T14:46:17Z","title":"Page
- to test the nav tag with a high depth","parent_id":"574ef53787f6437126b4608f","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":"5763ae8a87f6437d12223c3c","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:18Z","title":"Page
+ to test the nav tag with a high depth","parent_id":"5763ae8a87f6437d12223c38","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: Wed, 01 Jun 2016 14:46:17 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18491,13 +18491,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:17 GMT
+ - Fri, 17 Jun 2016 08:02:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18508,28 +18508,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"db91180d41d966aa651d9b492dff0f65"
+ - W/"e1c45766b0313992a05424ac7a3c624b"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - ed254dbe-796f-488c-8c61-2f9ca4ed331d
+ - d72e44ea-1ae3-4f73-9c9f-7dc89cf15c1b
X-Runtime:
- - '0.075940'
+ - '0.053653'
Content-Length:
- '716'
body:
encoding: UTF-8
- string: '{"_id":"574ef53987f6437126b46094","created_at":"2016-06-01T14:46:17Z","updated_at":"2016-06-01T14:46:17Z","title":"Page
- to test the nav tag","parent_id":"574ef53787f6437126b4608f","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":"5763ae8a87f6437d12223c3d","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:18Z","title":"Page
+ to test the nav tag","parent_id":"5763ae8a87f6437d12223c38","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: Wed, 01 Jun 2016 14:46:17 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18538,13 +18538,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:17 GMT
+ - Fri, 17 Jun 2016 08:02:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18555,19 +18555,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8b2f07d0c73f751560c2e5e9ec587318"
+ - W/"d6ef74af1ee9300051fd2655eb5cce6c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 11826bec-9bcd-4f70-9498-b9c7637d758a
+ - e11231ba-0116-4b94-b621-e29348756f06
X-Runtime:
- - '0.128866'
+ - '0.079793'
Content-Length:
- '1268'
body:
encoding: UTF-8
- string: '{"_id":"574ef53987f6437126b46095","created_at":"2016-06-01T14:46:17Z","updated_at":"2016-06-01T14:46:17Z","title":"A
- song template","parent_id":"574ef53787f6437126b4608d","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":"5763ae8a87f6437d12223c3e","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:18Z","title":"A
+ song template","parent_id":"5763ae8a87f6437d12223c36","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=''{{
@@ @@ -18575,13 +18575,13 @@ 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: Wed, 01 Jun 2016 14:46:17 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:18 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/574ef53987f6437126b46095.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/5763ae8a87f6437d12223c3e.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18590,13 +18590,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:17 GMT
+ - Fri, 17 Jun 2016 08:02:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -18609,19 +18609,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"29c7b89fce8176e4779c7d93e8f53c7f"
+ - W/"dcf9b29c13c82d2cb8ebf5bd2d9fa621"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 7f97d748-c91b-4ef8-9e2d-e3851270618b
+ - c9846f5b-ac37-4c6d-ae47-fb17c4ce0a47
X-Runtime:
- - '0.105560'
+ - '0.069212'
Content-Length:
- '1288'
body:
encoding: UTF-8
- string: '{"_id":"574ef53987f6437126b46095","created_at":"2016-06-01T14:46:17Z","updated_at":"2016-06-01T14:46:17Z","title":"Le
- template d''une chanson","parent_id":"574ef53787f6437126b4608d","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":"","redirect_type":301,"templatized":true,"templatized_from_parent":false,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"{%
+ string: '{"_id":"5763ae8a87f6437d12223c3e","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:19Z","title":"Le
+ template d''une chanson","parent_id":"5763ae8a87f6437d12223c36","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":"","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
@@ @@ -18629,13 +18629,13 @@ 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: Wed, 01 Jun 2016 14:46:17 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:19 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/574ef53987f6437126b46095.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/5763ae8a87f6437d12223c3e.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18644,13 +18644,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:17 GMT
+ - Fri, 17 Jun 2016 08:02:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
X-Locomotive-Locale:
- nb
Content-Type:
@@ @@ -18663,27 +18663,27 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"bbc9489e6e2c7d65fdaf7dd9fbec411e"
+ - W/"fc4a27f7964d525fcad48a44600a207a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 69be815b-35d6-44fa-a3f4-a6b2afe93e95
+ - eb777d43-57e8-4612-ac44-c13236e3a791
X-Runtime:
- - '0.099701'
+ - '0.080732'
Content-Length:
- '805'
body:
encoding: UTF-8
- string: '{"_id":"574ef53987f6437126b46095","created_at":"2016-06-01T14:46:17Z","updated_at":"2016-06-01T14:46:17Z","title":"A
- song template","parent_id":"574ef53787f6437126b4608d","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":"","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":"5763ae8a87f6437d12223c3e","created_at":"2016-06-17T08:02:18Z","updated_at":"2016-06-17T08:02:19Z","title":"A
+ song template","parent_id":"5763ae8a87f6437d12223c36","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":"","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: Wed, 01 Jun 2016 14:46:17 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:19 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18692,13 +18692,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:17 GMT
+ - Fri, 17 Jun 2016 08:02:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18709,29 +18709,29 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"1fa8e525dd54773402bdf4955ce2ea23"
+ - W/"39f2d10a8f824130308c3f8f136028f9"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e15e4b45-0899-4dd5-a71c-d91729753178
+ - f3747732-8adb-4309-9897-b4c9e58b4e56
X-Runtime:
- - '0.074987'
+ - '0.047801'
Content-Length:
- '827'
body:
encoding: UTF-8
- string: '{"_id":"574ef53987f6437126b46096","created_at":"2016-06-01T14:46:17Z","updated_at":"2016-06-01T14:46:17Z","title":"News
- archive","parent_id":"574ef53787f6437126b46088","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":"5763ae8b87f6437d12223c3f","created_at":"2016-06-17T08:02:19Z","updated_at":"2016-06-17T08:02:19Z","title":"News
+ archive","parent_id":"5763ae8987f6437d12223c31","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: Wed, 01 Jun 2016 14:46:17 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:19 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18740,13 +18740,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:17 GMT
+ - Fri, 17 Jun 2016 08:02:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18757,18 +18757,18 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"755f282e21d1029a821ddc39ba39a1c0"
+ - W/"20ff11ca389ec2445daa1250b2f989eb"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 833fa30a-0ad0-4b1f-a0a7-27cb604bd98e
+ - 05048562-94d7-476e-b7d7-43b3111b981e
X-Runtime:
- - '0.116777'
+ - '0.079888'
Content-Length:
- '1249'
body:
encoding: UTF-8
- string: '{"_id":"574ef53987f6437126b46097","created_at":"2016-06-01T14:46:18Z","updated_at":"2016-06-01T14:46:18Z","title":"Band","parent_id":"574ef53987f6437126b46095","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":"5763ae8b87f6437d12223c40","created_at":"2016-06-17T08:02:19Z","updated_at":"2016-06-17T08:02:19Z","title":"Band","parent_id":"5763ae8a87f6437d12223c3e","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=''{{
@@ @@ -18776,13 +18776,13 @@ 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: Wed, 01 Jun 2016 14:46:18 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:19 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/snippets/song.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18791,13 +18791,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:18 GMT
+ - Fri, 17 Jun 2016 08:02:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18808,21 +18808,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"9c77c947916df0b9012dbcf89cb93160"
+ - W/"d797db72c84c624734f115533ef422ce"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c362345c-5cb9-46ff-8e8f-cdafc0ad2b1c
+ - 249ffa1e-7fe7-48d7-9686-3a8548b8753e
X-Runtime:
- - '0.086259'
+ - '0.040048'
Content-Length:
- '744'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NzRlZjUzYTg3ZjY0MzcxMjZiNDYwOTgiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wNi0wMVQxNDo0NjoxOFoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- Ni0wMVQxNDo0NjoxOFoiLCJuYW1lIjoiU29uZyIsInNsdWciOiJzb25nIiwi
+ eyJfaWQiOiI1NzYzYWU4Yjg3ZjY0MzdkMTIyMjNjNDEiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wNi0xN1QwODowMjoxOVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ Ni0xN1QwODowMjoxOVoiLCJuYW1lIjoiU29uZyIsInNsdWciOiJzb25nIiwi
dGVtcGxhdGUiOiJcdTAwM2NsaVx1MDAzZVxuICBcdTAwM2NoM1x1MDAzZVx1
MDAzY2EgaHJlZj1cInslIHBhdGhfdG8gc29uZywgd2l0aDogYS1zb25nLXRl
bXBsYXRlICV9XCJcdTAwM2V7eyBzb25nLnRpdGxlIH19XHUwMDNjL2FcdTAw
@@ @@ -18838,13 +18838,13 @@ http_interactions:
IFx1MDAzY2RpdiBjbGFzcz1cImNsZWFyXCJcdTAwM2VcdTAwM2MvZGl2XHUw
MDNlXG5cdTAwM2MvbGlcdTAwM2VcbiJ9
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:19 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/snippets/a_complicated-one.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18853,13 +18853,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:18 GMT
+ - Fri, 17 Jun 2016 08:02:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18870,28 +18870,28 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ab35c5524ed31988bfc33ae2cf09400c"
+ - W/"6d4c942805a35d8d7d522987440254d9"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 9f641923-68a0-4653-b29d-bdf5e5ca3f28
+ - 41bffcc2-e92a-4737-ba93-de6ea0a36df8
X-Runtime:
- - '0.065850'
+ - '0.040981'
Content-Length:
- '233'
body:
encoding: UTF-8
- string: '{"_id":"574ef53a87f6437126b46099","created_at":"2016-06-01T14:46:18Z","updated_at":"2016-06-01T14:46:18Z","name":"A
+ string: '{"_id":"5763ae8b87f6437d12223c42","created_at":"2016-06-17T08:02:19Z","updated_at":"2016-06-17T08:02:19Z","name":"A
complicated-one","slug":"a_complicated-one","template":"\u003cp\u003eA complicated
one name indeed.\u003c/p\u003e\n"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:19 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/snippets/footer.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18900,13 +18900,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:18 GMT
+ - Fri, 17 Jun 2016 08:02:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18917,31 +18917,31 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"1a6bbfdb681395b4f5f6f0727b470a32"
+ - W/"635fe2260c8311ff2961de85c8dc5718"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c22f425e-3e35-4864-8609-89244ebaf551
+ - 1f4e7812-da34-4455-ad64-30e22952d247
X-Runtime:
- - '0.048102'
+ - '0.038682'
Content-Length:
- '726'
body:
encoding: UTF-8
- string: '{"_id":"574ef53a87f6437126b4609a","created_at":"2016-06-01T14:46:18Z","updated_at":"2016-06-01T14:46:18Z","name":"Footer","slug":"footer","template":"\u003cp\u003e{%
+ string: '{"_id":"5763ae8b87f6437d12223c43","created_at":"2016-06-17T08:02:19Z","updated_at":"2016-06-17T08:02:19Z","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: Wed, 01 Jun 2016 14:46:18 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:19 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/snippets/header.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&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=HyqKxyBLmEH9x_GzYnWY&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:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -18950,13 +18950,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:18 GMT
+ - Fri, 17 Jun 2016 08:02:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18967,24 +18967,24 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"f632111476e097749cebe6f80c79e440"
+ - W/"613531b6cdefefea803ec0ed14936853"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 0f6aa8a3-f96f-4711-b54f-d1a000c097c4
+ - 2f5fb937-714a-47c5-a0ea-22bdf9273d9b
X-Runtime:
- - '0.133615'
+ - '0.039963'
Content-Length:
- '198'
body:
encoding: UTF-8
- string: '{"_id":"574ef53a87f6437126b4609b","created_at":"2016-06-01T14:46:18Z","updated_at":"2016-06-01T14:46:18Z","name":"Header","slug":"header","template":"\u003ch1\u003e{{
+ string: '{"_id":"5763ae8b87f6437d12223c44","created_at":"2016-06-17T08:02:19Z","updated_at":"2016-06-17T08:02:19Z","name":"Header","slug":"header","template":"\u003ch1\u003e{{
site.name }}\u003c/h1\u003e\n"}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:19 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/theme_assets.json?auth_token=e72VhSTyGX_RnZqXeEeZ
+ uri: http://localhost:3000/locomotive/api/v3/theme_assets.json?auth_token=HyqKxyBLmEH9x_GzYnWY
body:
encoding: UTF-8
string: ''
@@ @@ -18996,13 +18996,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:18 GMT
+ - Fri, 17 Jun 2016 08:02:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
response:
status:
code: 200
@@ @@ -19015,16 +19015,16 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 7e056bf4-bfad-413d-81c3-0c3f653d532c
+ - 88840225-9f22-40d4-bf9c-6f226f880df0
X-Runtime:
- - '0.023970'
+ - '0.051641'
Content-Length:
- '2'
body:
encoding: UTF-8
string: "[]"
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:19 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -19897,7 +19897,7 @@ http_interactions:
ZW1lX2Fzc2V0W2NoZWNrc3VtXSINCg0KNjA4MDQ0MWZkZTUwYzQ4MzljMjNj
NzliOTM3ZjAxOTQNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdA0K
Q29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdXRoX3Rv
- a2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0tLS0tLS0tLS0tLVJ1
+ a2VuIg0KDQpIeXFLeHlCTG1FSDl4X0d6WW5XWQ0KLS0tLS0tLS0tLS0tLVJ1
YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
@@ @@ -19907,13 +19907,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:18 GMT
+ - Fri, 17 Jun 2016 08:02:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -19926,21 +19926,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"9a1404f3f26beb88a68fbf786de070cd"
+ - W/"f8740cb5f032efd3e9481ea068fd273c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - cc31b9b5-93c2-4b77-8f39-d3ec551a6d07
+ - e0ee96eb-6e7c-4d78-a413-bcfa4b5eaa4e
X-Runtime:
- - '0.090083'
+ - '0.056645'
Content-Length:
- '377'
body:
encoding: UTF-8
- string: '{"_id":"574ef53a87f6437126b4609c","created_at":"2016-06-01T14:46:18Z","updated_at":"2016-06-01T14:46:18Z","content_type":"font","local_path":"fonts/chunkfive-webfont.eot","folder":"fonts","checksum":"6080441fde50c4839c23c79b937f0194","filename":"chunkfive-webfont.eot","url":"/sites/574ef52f87f6437126b45fe6/theme/fonts/chunkfive-webfont.eot","size":"37.5
+ string: '{"_id":"5763ae8b87f6437d12223c45","created_at":"2016-06-17T08:02:19Z","updated_at":"2016-06-17T08:02:19Z","content_type":"font","local_path":"fonts/chunkfive-webfont.eot","folder":"fonts","checksum":"6080441fde50c4839c23c79b937f0194","filename":"chunkfive-webfont.eot","url":"/sites/5763ae8287f6437d12223b8f/theme/fonts/chunkfive-webfont.eot","size":"37.5
KB","raw_size":38434}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:19 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -20588,7 +20588,7 @@ 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\ne72VhSTyGX_RnZqXeEeZ\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"auth_token\"\r\n\r\nHyqKxyBLmEH9x_GzYnWY\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -20597,13 +20597,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:18 GMT
+ - Fri, 17 Jun 2016 08:02:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -20616,21 +20616,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"e9d9564f8d540675a38cd65e97cf1298"
+ - W/"7eaad469a9e30fb3f0a8f49133fb1665"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1b69cba0-bc12-47f9-be75-b7c0684d9bda
+ - 97c4f7b6-4a09-4bf4-bb99-836ed4428895
X-Runtime:
- - '0.114432'
+ - '0.057497'
Content-Length:
- '377'
body:
encoding: UTF-8
- string: '{"_id":"574ef53a87f6437126b4609d","created_at":"2016-06-01T14:46:18Z","updated_at":"2016-06-01T14:46:18Z","content_type":"font","local_path":"fonts/chunkfive-webfont.svg","folder":"fonts","checksum":"57d0f66913a8c0e172ae3fe78ce36e43","filename":"chunkfive-webfont.svg","url":"/sites/574ef52f87f6437126b45fe6/theme/fonts/chunkfive-webfont.svg","size":"49.4
+ string: '{"_id":"5763ae8b87f6437d12223c46","created_at":"2016-06-17T08:02:19Z","updated_at":"2016-06-17T08:02:19Z","content_type":"font","local_path":"fonts/chunkfive-webfont.svg","folder":"fonts","checksum":"57d0f66913a8c0e172ae3fe78ce36e43","filename":"chunkfive-webfont.svg","url":"/sites/5763ae8287f6437d12223b8f/theme/fonts/chunkfive-webfont.svg","size":"49.4
KB","raw_size":50602}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:19 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -21497,7 +21497,7 @@ http_interactions:
dFtjaGVja3N1bV0iDQoNCjQzOTYzMzQ0NGY5ZDMyYTMwYTQ0NDlkYTk2Nzg1
M2QyDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQt
RGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0K
- ZTcyVmhTVHlHWF9SblpxWGVFZVoNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlw
+ SHlxS3h5QkxtRUg5eF9HelluV1kNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlw
YXJ0UG9zdC0tDQoNCg==
headers:
User-Agent:
@@ @@ -21507,13 +21507,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:18 GMT
+ - Fri, 17 Jun 2016 08:02:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -21526,21 +21526,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"f827e3908d961f325c191efd8a4e3a30"
+ - W/"25dee13741720289b90b8648a5e750e6"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 6342f887-43b0-4fe5-b093-a816567a8df6
+ - 302cc36b-46a8-4a05-aa8e-c2ae266b9baa
X-Runtime:
- - '0.037957'
+ - '0.040656'
Content-Length:
- '377'
body:
encoding: UTF-8
- string: '{"_id":"574ef53a87f6437126b4609e","created_at":"2016-06-01T14:46:18Z","updated_at":"2016-06-01T14:46:18Z","content_type":"font","local_path":"fonts/chunkfive-webfont.ttf","folder":"fonts","checksum":"439633444f9d32a30a4449da967853d2","filename":"chunkfive-webfont.ttf","url":"/sites/574ef52f87f6437126b45fe6/theme/fonts/chunkfive-webfont.ttf","size":"37.3
+ string: '{"_id":"5763ae8b87f6437d12223c47","created_at":"2016-06-17T08:02:19Z","updated_at":"2016-06-17T08:02:19Z","content_type":"font","local_path":"fonts/chunkfive-webfont.ttf","folder":"fonts","checksum":"439633444f9d32a30a4449da967853d2","filename":"chunkfive-webfont.ttf","url":"/sites/5763ae8287f6437d12223b8f/theme/fonts/chunkfive-webfont.ttf","size":"37.3
KB","raw_size":38156}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:19 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -22056,7 +22056,7 @@ http_interactions:
bS1kYXRhOyBuYW1lPSJ0aGVtZV9hc3NldFtjaGVja3N1bV0iDQoNCjgxNzRm
YTY3ODkwYTZhZjljMGIwNTQzMmQyMWFmZGJkDQotLS0tLS0tLS0tLS0tUnVi
eU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0
- YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KZTcyVmhTVHlHWF9SblpxWGVFZVoN
+ YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KSHlxS3h5QkxtRUg5eF9HelluV1kN
Ci0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg==
headers:
User-Agent:
@@ @@ -22066,13 +22066,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:18 GMT
+ - Fri, 17 Jun 2016 08:02:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -22085,21 +22085,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"9cc9f20e42d0be93c6ae8a57b8340715"
+ - W/"5598c2cdb534b0fe1491fbe3ea2e533b"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d7f70a4d-4696-4f26-a6dd-62282502c395
+ - eb3068e5-823c-426f-ada3-1df17562fdf3
X-Runtime:
- - '0.048728'
+ - '0.043574'
Content-Length:
- '380'
body:
encoding: UTF-8
- string: '{"_id":"574ef53a87f6437126b4609f","created_at":"2016-06-01T14:46:18Z","updated_at":"2016-06-01T14:46:18Z","content_type":"font","local_path":"fonts/chunkfive-webfont.woff","folder":"fonts","checksum":"8174fa67890a6af9c0b05432d21afdbd","filename":"chunkfive-webfont.woff","url":"/sites/574ef52f87f6437126b45fe6/theme/fonts/chunkfive-webfont.woff","size":"21.9
+ string: '{"_id":"5763ae8b87f6437d12223c48","created_at":"2016-06-17T08:02:19Z","updated_at":"2016-06-17T08:02:19Z","content_type":"font","local_path":"fonts/chunkfive-webfont.woff","folder":"fonts","checksum":"8174fa67890a6af9c0b05432d21afdbd","filename":"chunkfive-webfont.woff","url":"/sites/5763ae8287f6437d12223b8f/theme/fonts/chunkfive-webfont.woff","size":"21.9
KB","raw_size":22384}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:19 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -22399,8 +22399,8 @@ http_interactions:
bnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0idGhlbWVfYXNzZXRb
Y2hlY2tzdW1dIg0KDQozZjZhMTVmMmNlODkyMzUwOTJhZTI1YjEyNTA4NGRk
Nw0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURp
- c3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmU3
- MlZoU1R5R1hfUm5acVhlRWVaDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFy
+ c3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCkh5
+ cUt4eUJMbUVIOXhfR3pZbldZDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFy
dFBvc3QtLQ0KDQo=
headers:
User-Agent:
@@ @@ -22410,13 +22410,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:18 GMT
+ - Fri, 17 Jun 2016 08:02:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -22429,21 +22429,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a4330aa0b7ff2b33b6b31f42e3b1d9e4"
+ - W/"7c95d9f403b5d529f37c600a19748ab8"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 51fd2613-6834-4d41-8f10-b3a3431ff4e7
+ - eda82291-ebd5-4d7b-a899-250f8802bcd6
X-Runtime:
- - '0.069044'
+ - '0.066004'
Content-Length:
- '339'
body:
encoding: UTF-8
- string: '{"_id":"574ef53a87f6437126b460a0","created_at":"2016-06-01T14:46:18Z","updated_at":"2016-06-01T14:46:18Z","content_type":"image","local_path":"images/top.jpg","folder":"images","checksum":"3f6a15f2ce89235092ae25b125084dd7","filename":"top.jpg","url":"/sites/574ef52f87f6437126b45fe6/theme/images/top.jpg","size":"12.4
+ string: '{"_id":"5763ae8b87f6437d12223c49","created_at":"2016-06-17T08:02:19Z","updated_at":"2016-06-17T08:02:19Z","content_type":"image","local_path":"images/top.jpg","folder":"images","checksum":"3f6a15f2ce89235092ae25b125084dd7","filename":"top.jpg","url":"/sites/5763ae8287f6437d12223b8f/theme/images/top.jpg","size":"12.4
KB","raw_size":12697}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:19 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:19 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -22704,7 +22704,7 @@ http_interactions:
ZGF0YTsgbmFtZT0idGhlbWVfYXNzZXRbY2hlY2tzdW1dIg0KDQo0NzNmNjM0
MDUzMTcyYTY1NmIzOGY0ZDc5MWQyOTRjOA0KLS0tLS0tLS0tLS0tLVJ1YnlN
dWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7
- IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmU3MlZoU1R5R1hfUm5acVhlRWVaDQot
+ IG5hbWU9ImF1dGhfdG9rZW4iDQoNCkh5cUt4eUJMbUVIOXhfR3pZbldZDQot
LS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo=
headers:
User-Agent:
@@ @@ -22714,13 +22714,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:19 GMT
+ - Fri, 17 Jun 2016 08:02:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -22733,21 +22733,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"0f7a1172e8272a438653c3efdf2d8d33"
+ - W/"1c83f32158efbf98533332627d819b49"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1b849378-97fa-4ffe-b6f4-d1ebbf3c7aaa
+ - 467fd18c-a24b-4e3f-98fc-c7f655ea7c2a
X-Runtime:
- - '0.050152'
+ - '0.044432'
Content-Length:
- '353'
body:
encoding: UTF-8
- string: '{"_id":"574ef53b87f6437126b460a1","created_at":"2016-06-01T14:46:19Z","updated_at":"2016-06-01T14:46:19Z","content_type":"font","local_path":"fonts/chunkfive.otf","folder":"fonts","checksum":"473f634053172a656b38f4d791d294c8","filename":"chunkfive.otf","url":"/sites/574ef52f87f6437126b45fe6/theme/fonts/chunkfive.otf","size":"10.7
+ string: '{"_id":"5763ae8b87f6437d12223c4a","created_at":"2016-06-17T08:02:19Z","updated_at":"2016-06-17T08:02:19Z","content_type":"font","local_path":"fonts/chunkfive.otf","folder":"fonts","checksum":"473f634053172a656b38f4d791d294c8","filename":"chunkfive.otf","url":"/sites/5763ae8287f6437d12223b8f/theme/fonts/chunkfive.otf","size":"10.7
KB","raw_size":10916}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:19 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:19 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -22768,7 +22768,7 @@ http_interactions:
IG5hbWU9InRoZW1lX2Fzc2V0W2NoZWNrc3VtXSINCg0KZWRiMjkzMDI4Zjlj
MDdmMmQ2OTJkMDY2Y2Q4YTQ1OGENCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlw
YXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1l
- PSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0tLS0t
+ PSJhdXRoX3Rva2VuIg0KDQpIeXFLeHlCTG1FSDl4X0d6WW5XWQ0KLS0tLS0t
LS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
@@ @@ -22778,13 +22778,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:19 GMT
+ - Fri, 17 Jun 2016 08:02:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -22797,21 +22797,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"b0aae2cd2730adbd5dce7c7b34b51f8f"
+ - W/"a578f21e9553a6ad75cded018d8471bb"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 85a2a762-e5ae-4042-a27c-78fbe91a27b8
+ - 5244452b-83c4-4d97-9fe1-338f72aaa7f4
X-Runtime:
- - '0.072794'
+ - '0.055801'
Content-Length:
- '348'
body:
encoding: UTF-8
- string: '{"_id":"574ef53b87f6437126b460a2","created_at":"2016-06-01T14:46:19Z","updated_at":"2016-06-01T14:46:19Z","content_type":"image","local_path":"images/nav_on.png","folder":"images","checksum":"edb293028f9c07f2d692d066cd8a458a","filename":"nav_on.png","url":"/sites/574ef52f87f6437126b45fe6/theme/images/nav_on.png","size":"115
+ string: '{"_id":"5763ae8b87f6437d12223c4b","created_at":"2016-06-17T08:02:20Z","updated_at":"2016-06-17T08:02:20Z","content_type":"image","local_path":"images/nav_on.png","folder":"images","checksum":"edb293028f9c07f2d692d066cd8a458a","filename":"nav_on.png","url":"/sites/5763ae8287f6437d12223b8f/theme/images/nav_on.png","size":"115
Bytes","raw_size":115}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:19 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:20 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23002,8 +23002,8 @@ http_interactions:
c3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9InRoZW1lX2Fzc2V0W2NoZWNr
c3VtXSINCg0KOTNjMjkxMTI4N2E1NzU0YmVkNjVhMDI4YzZhYTRhN2MNCi0t
LS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3Np
- dGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNU
- eUdYX1JuWnFYZUVlWg0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0
+ dGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpIeXFLeHlC
+ TG1FSDl4X0d6WW5XWQ0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0
LS0NCg0K
headers:
User-Agent:
@@ @@ -23013,13 +23013,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:19 GMT
+ - Fri, 17 Jun 2016 08:02:20 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23032,21 +23032,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"506e5621b06ccff4598420908c499718"
+ - W/"d3f737b1ede6cab22dc717cc3c457e7f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 10220c6b-84d6-46d9-acab-68edae3a3924
+ - 43edc5b8-5b49-4e71-9a4d-f9552b639930
X-Runtime:
- - '0.075167'
+ - '0.064416'
Content-Length:
- '361'
body:
encoding: UTF-8
- string: '{"_id":"574ef53b87f6437126b460a3","created_at":"2016-06-01T14:46:19Z","updated_at":"2016-06-01T14:46:19Z","content_type":"image","local_path":"images/photo_frame.png","folder":"images","checksum":"93c2911287a5754bed65a028c6aa4a7c","filename":"photo_frame.png","url":"/sites/574ef52f87f6437126b45fe6/theme/images/photo_frame.png","size":"7.6
+ string: '{"_id":"5763ae8c87f6437d12223c4c","created_at":"2016-06-17T08:02:20Z","updated_at":"2016-06-17T08:02:20Z","content_type":"image","local_path":"images/photo_frame.png","folder":"images","checksum":"93c2911287a5754bed65a028c6aa4a7c","filename":"photo_frame.png","url":"/sites/5763ae8287f6437d12223b8f/theme/images/photo_frame.png","size":"7.6
KB","raw_size":7780}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:19 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:20 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23091,8 +23091,8 @@ http_interactions:
dGlvbjogZm9ybS1kYXRhOyBuYW1lPSJ0aGVtZV9hc3NldFtjaGVja3N1bV0i
DQoNCjg5ZTAyNzUxODVlNjYxNjM5ZmIxNDEzMDQxMDg0M2I2DQotLS0tLS0t
LS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246
- IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KZTcyVmhTVHlHWF9S
- blpxWGVFZVoNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoN
+ IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KSHlxS3h5QkxtRUg5
+ eF9HelluV1kNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoN
Cg==
headers:
User-Agent:
@@ @@ -23102,13 +23102,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:19 GMT
+ - Fri, 17 Jun 2016 08:02:20 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23121,21 +23121,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"049f6e4c9c7c12d96e8f259fd3117ac2"
+ - W/"6575d8a603bb9510984789042daf1de6"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 827866ed-58f5-4452-a75d-0887b87846ad
+ - 5555c76c-6064-41be-967f-8014ddc876ba
X-Runtime:
- - '0.073487'
+ - '0.066827'
Content-Length:
- '338'
body:
encoding: UTF-8
- string: '{"_id":"574ef53b87f6437126b460a4","created_at":"2016-06-01T14:46:19Z","updated_at":"2016-06-01T14:46:19Z","content_type":"image","local_path":"images/sep.png","folder":"images","checksum":"89e0275185e661639fb14130410843b6","filename":"sep.png","url":"/sites/574ef52f87f6437126b45fe6/theme/images/sep.png","size":"1.18
+ string: '{"_id":"5763ae8c87f6437d12223c4d","created_at":"2016-06-17T08:02:20Z","updated_at":"2016-06-17T08:02:20Z","content_type":"image","local_path":"images/sep.png","folder":"images","checksum":"89e0275185e661639fb14130410843b6","filename":"sep.png","url":"/sites/5763ae8287f6437d12223b8f/theme/images/sep.png","size":"1.18
KB","raw_size":1213}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:19 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:20 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23160,7 +23160,7 @@ http_interactions:
c3NldFtjaGVja3N1bV0iDQoNCmIzYWQzYmZhMmFmZjlkZTkxM2JmNDJmODRh
ZDFmZWNmDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRl
bnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiIN
- Cg0KZTcyVmhTVHlHWF9SblpxWGVFZVoNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
+ Cg0KSHlxS3h5QkxtRUg5eF9HelluV1kNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdC0tDQoNCg==
headers:
User-Agent:
@@ @@ -23170,13 +23170,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:21 GMT
+ - Fri, 17 Jun 2016 08:02:22 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23189,21 +23189,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"79112f42c93d2ffc11ae5b350122ceea"
+ - W/"37b74c6a304028525eda715dfc730bf0"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c4726fe9-c642-40c0-9476-481aeb32fcce
+ - 7422e51c-cce5-4ed8-8bd6-a2d7f85184a9
X-Runtime:
- - '0.041101'
+ - '0.041102'
Content-Length:
- '359'
body:
encoding: UTF-8
- string: '{"_id":"574ef53d87f6437126b460a5","created_at":"2016-06-01T14:46:21Z","updated_at":"2016-06-01T14:46:21Z","content_type":"stylesheet","local_path":"fonts/chunkfive.css","folder":"fonts","checksum":"b3ad3bfa2aff9de913bf42f84ad1fecf","filename":"chunkfive.css","url":"/sites/574ef52f87f6437126b45fe6/theme/fonts/chunkfive.css","size":"279
+ string: '{"_id":"5763ae8e87f6437d12223c4e","created_at":"2016-06-17T08:02:22Z","updated_at":"2016-06-17T08:02:22Z","content_type":"stylesheet","local_path":"fonts/chunkfive.css","folder":"fonts","checksum":"b3ad3bfa2aff9de913bf42f84ad1fecf","filename":"chunkfive.css","url":"/sites/5763ae8287f6437d12223b8f/theme/fonts/chunkfive.css","size":"279
Bytes","raw_size":279}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:21 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:22 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23215,7 +23215,7 @@ 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\ne72VhSTyGX_RnZqXeEeZ\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"auth_token\"\r\n\r\nHyqKxyBLmEH9x_GzYnWY\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -23224,13 +23224,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:22 GMT
+ - Fri, 17 Jun 2016 08:02:23 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23243,21 +23243,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"74be73e886e3f5c2cfc90e2d7628f6ba"
+ - W/"ce4ebc4b6636f6f1ead19550deedd30c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 528f65f0-986b-435a-93e7-02b4664e747a
+ - f4891539-ccd2-422b-81d2-ba5bb98d63e3
X-Runtime:
- - '0.036788'
+ - '0.039146'
Content-Length:
- '378'
body:
encoding: UTF-8
- string: '{"_id":"574ef53e87f6437126b460a6","created_at":"2016-06-01T14:46:22Z","updated_at":"2016-06-01T14:46:22Z","content_type":"javascript","local_path":"javascripts/application.js","folder":"javascripts","checksum":"dafcc4a2f059c53e47bf8d7ea4dd1e11","filename":"application.js","url":"/sites/574ef52f87f6437126b45fe6/theme/javascripts/application.js","size":"84
+ string: '{"_id":"5763ae8f87f6437d12223c4f","created_at":"2016-06-17T08:02:23Z","updated_at":"2016-06-17T08:02:23Z","content_type":"javascript","local_path":"javascripts/application.js","folder":"javascripts","checksum":"dafcc4a2f059c53e47bf8d7ea4dd1e11","filename":"application.js","url":"/sites/5763ae8287f6437d12223b8f/theme/javascripts/application.js","size":"84
Bytes","raw_size":84}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:22 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:23 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23268,7 +23268,7 @@ 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\ne72VhSTyGX_RnZqXeEeZ\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"auth_token\"\r\n\r\nHyqKxyBLmEH9x_GzYnWY\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -23277,13 +23277,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:23 GMT
+ - Fri, 17 Jun 2016 08:02:24 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23296,21 +23296,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"cad35f8f037e83a3887c41f1723fdbb3"
+ - W/"a7f0da21dd71ed85426694c42c68f35b"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e0d40898-6370-4cf1-9999-88429aea7b94
+ - b7abb9c2-f666-4d8d-853a-87654d905b97
X-Runtime:
- - '0.038151'
+ - '0.060130'
Content-Length:
- '363'
body:
encoding: UTF-8
- string: '{"_id":"574ef53f87f6437126b460a7","created_at":"2016-06-01T14:46:23Z","updated_at":"2016-06-01T14:46:23Z","content_type":"javascript","local_path":"javascripts/common.js","folder":"javascripts","checksum":"d05d02ecb331afbe373db79b0a88ef36","filename":"common.js","url":"/sites/574ef52f87f6437126b45fe6/theme/javascripts/common.js","size":"27
+ string: '{"_id":"5763ae9087f6437d12223c50","created_at":"2016-06-17T08:02:24Z","updated_at":"2016-06-17T08:02:24Z","content_type":"javascript","local_path":"javascripts/common.js","folder":"javascripts","checksum":"d05d02ecb331afbe373db79b0a88ef36","filename":"common.js","url":"/sites/5763ae8287f6437d12223b8f/theme/javascripts/common.js","size":"27
Bytes","raw_size":27}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:23 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:24 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23318,19 +23318,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/574ef52f87f6437126b45fe6/theme/images/top.jpg?3f6a15f2ce89235092ae25b125084dd7\")
+ binary\r\n\r\nbody{background:#f0eee3 url(\"/sites/5763ae8287f6437d12223b8f/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/574ef52f87f6437126b45fe6/theme/images/sep.png?89e0275185e661639fb14130410843b6)
+ url(/sites/5763ae8287f6437d12223b8f/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/574ef52f87f6437126b45fe6/theme/images/nav_on.png?edb293028f9c07f2d692d066cd8a458a)
- repeat-x 0 0}#banner{padding-top:20px;background:transparent url(/sites/574ef52f87f6437126b45fe6/theme/images/sep.png?89e0275185e661639fb14130410843b6)
+ li.on{background:transparent url(/sites/5763ae8287f6437d12223b8f/theme/images/nav_on.png?edb293028f9c07f2d692d066cd8a458a)
+ repeat-x 0 0}#banner{padding-top:20px;background:transparent url(/sites/5763ae8287f6437d12223b8f/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/574ef52f87f6437126b45fe6/theme/images/photo_frame.png?93c2911287a5754bed65a028c6aa4a7c)
+ url(/sites/5763ae8287f6437d12223b8f/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/574ef52f87f6437126b45fe6/theme/images/sep.png?89e0275185e661639fb14130410843b6)
+ li{margin:0 20px 20px 0;padding:0 0 20px 0;background:transparent url(/sites/5763ae8287f6437d12223b8f/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
@@ @@ -23340,11 +23340,11 @@ 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/574ef52f87f6437126b45fe6/theme/images/sep.png?89e0275185e661639fb14130410843b6)
+ url(/sites/5763ae8287f6437d12223b8f/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\nb9257ec7d9caee9a9f12c401949059aa\r\n-------------RubyMultipartPost\r\nContent-Disposition:
- form-data; name=\"auth_token\"\r\n\r\ne72VhSTyGX_RnZqXeEeZ\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"theme_asset[checksum]\"\r\n\r\ne271cd3a2409785343521b459acf511a\r\n-------------RubyMultipartPost\r\nContent-Disposition:
+ form-data; name=\"auth_token\"\r\n\r\nHyqKxyBLmEH9x_GzYnWY\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -23353,13 +23353,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:24 GMT
+ - Fri, 17 Jun 2016 08:02:26 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23372,21 +23372,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8d0b9d7d0028d8acd5407a2ecff3e423"
+ - W/"04a851ce28e55140df3081f5d582e540"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - a27e5393-a717-4b42-9558-6b023719ba47
+ - 5f55b5ec-7a96-41b3-bc31-0c5e43c6a272
X-Runtime:
- - '0.036092'
+ - '0.068034'
Content-Length:
- '382'
body:
encoding: UTF-8
- string: '{"_id":"574ef54087f6437126b460a8","created_at":"2016-06-01T14:46:24Z","updated_at":"2016-06-01T14:46:24Z","content_type":"stylesheet","local_path":"stylesheets/application.css","folder":"stylesheets","checksum":"b9257ec7d9caee9a9f12c401949059aa","filename":"application.css","url":"/sites/574ef52f87f6437126b45fe6/theme/stylesheets/application.css","size":"2.72
+ string: '{"_id":"5763ae9287f6437d12223c51","created_at":"2016-06-17T08:02:26Z","updated_at":"2016-06-17T08:02:26Z","content_type":"stylesheet","local_path":"stylesheets/application.css","folder":"stylesheets","checksum":"e271cd3a2409785343521b459acf511a","filename":"application.css","url":"/sites/5763ae8287f6437d12223b8f/theme/stylesheets/application.css","size":"2.72
KB","raw_size":2790}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:24 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:26 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23397,7 +23397,7 @@ 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\ne72VhSTyGX_RnZqXeEeZ\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"auth_token\"\r\n\r\nHyqKxyBLmEH9x_GzYnWY\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -23406,13 +23406,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:24 GMT
+ - Fri, 17 Jun 2016 08:02:26 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23425,21 +23425,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"abd094a6ae7add2a57691bf25d7f6877"
+ - W/"3f8450ee3128d0406293918519419d6e"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 5cbec878-5ae0-43fd-9beb-5273f2063c8c
+ - a2be9352-4b27-4c63-9fc7-f8a14f69d428
X-Runtime:
- - '0.044962'
+ - '0.081694'
Content-Length:
- '379'
body:
encoding: UTF-8
- string: '{"_id":"574ef54087f6437126b460a9","created_at":"2016-06-01T14:46:24Z","updated_at":"2016-06-01T14:46:24Z","content_type":"stylesheet","local_path":"stylesheets/other/extra.css","folder":"stylesheets/other","checksum":"d41d8cd98f00b204e9800998ecf8427e","filename":"extra.css","url":"/sites/574ef52f87f6437126b45fe6/theme/stylesheets/other/extra.css","size":"0
+ string: '{"_id":"5763ae9287f6437d12223c52","created_at":"2016-06-17T08:02:26Z","updated_at":"2016-06-17T08:02:26Z","content_type":"stylesheet","local_path":"stylesheets/other/extra.css","folder":"stylesheets/other","checksum":"d41d8cd98f00b204e9800998ecf8427e","filename":"extra.css","url":"/sites/5763ae8287f6437d12223b8f/theme/stylesheets/other/extra.css","size":"0
Bytes","raw_size":0}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:24 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:26 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23467,7 +23467,7 @@ 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\ne72VhSTyGX_RnZqXeEeZ\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"auth_token\"\r\n\r\nHyqKxyBLmEH9x_GzYnWY\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -23476,13 +23476,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:25 GMT
+ - Fri, 17 Jun 2016 08:02:28 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23495,21 +23495,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"1aee01445ac91daacc307efb30460034"
+ - W/"9016c18e56c8d3a628b3fa60063ffc84"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1c2f07c4-3a0d-47a0-b10b-8af73bca86e1
+ - 6ef58683-6f29-487d-bf4a-9476604ca2ac
X-Runtime:
- - '0.044487'
+ - '0.085641'
Content-Length:
- '382'
body:
encoding: UTF-8
- string: '{"_id":"574ef54187f6437126b460aa","created_at":"2016-06-01T14:46:25Z","updated_at":"2016-06-01T14:46:25Z","content_type":"stylesheet","local_path":"stylesheets/other/style.css","folder":"stylesheets/other","checksum":"ad2e36fdbc6b9ea164f875e19af0c90e","filename":"style.css","url":"/sites/574ef52f87f6437126b45fe6/theme/stylesheets/other/style.css","size":"1.42
+ string: '{"_id":"5763ae9487f6437d12223c53","created_at":"2016-06-17T08:02:28Z","updated_at":"2016-06-17T08:02:28Z","content_type":"stylesheet","local_path":"stylesheets/other/style.css","folder":"stylesheets/other","checksum":"ad2e36fdbc6b9ea164f875e19af0c90e","filename":"style.css","url":"/sites/5763ae8287f6437d12223b8f/theme/stylesheets/other/style.css","size":"1.42
KB","raw_size":1452}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:25 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:28 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23573,7 +23573,7 @@ http_interactions:
YW1lPSJ0aGVtZV9hc3NldFtjaGVja3N1bV0iDQoNCmY0NGIxNDg3ZDljMGQ0
OTBlNjY0ZTkxY2FmMGM3Y2Q4DQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFy
dFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i
- YXV0aF90b2tlbiINCg0KZTcyVmhTVHlHWF9SblpxWGVFZVoNCi0tLS0tLS0t
+ YXV0aF90b2tlbiINCg0KSHlxS3h5QkxtRUg5eF9HelluV1kNCi0tLS0tLS0t
LS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg==
headers:
User-Agent:
@@ @@ -23583,13 +23583,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:26 GMT
+ - Fri, 17 Jun 2016 08:02:29 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23602,27 +23602,27 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c67ce71cdfa5da6dd5d30f1f213e85d1"
+ - W/"ba570f0d27f1e874a5a82cefa87479cb"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d9dcdacf-6c24-49a5-907c-7ee52a384ade
+ - 4aa0562f-6a0f-4239-b63f-264f8ed18475
X-Runtime:
- - '0.094590'
+ - '0.037944'
Content-Length:
- '367'
body:
encoding: UTF-8
- string: '{"_id":"574ef54287f6437126b460ab","created_at":"2016-06-01T14:46:26Z","updated_at":"2016-06-01T14:46:26Z","content_type":"stylesheet","local_path":"stylesheets/reboot.css","folder":"stylesheets","checksum":"f44b1487d9c0d490e664e91caf0c7cd8","filename":"reboot.css","url":"/sites/574ef52f87f6437126b45fe6/theme/stylesheets/reboot.css","size":"1.99
+ string: '{"_id":"5763ae9587f6437d12223c54","created_at":"2016-06-17T08:02:29Z","updated_at":"2016-06-17T08:02:29Z","content_type":"stylesheet","local_path":"stylesheets/reboot.css","folder":"stylesheets","checksum":"f44b1487d9c0d490e664e91caf0c7cd8","filename":"reboot.css","url":"/sites/5763ae8287f6437d12223b8f/theme/stylesheets/reboot.css","size":"1.99
KB","raw_size":2042}'
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:26 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:29 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/translations/powered_by.json
body:
encoding: UTF-8
- string: auth_token=e72VhSTyGX_RnZqXeEeZ&translation%5Bkey%5D=powered_by&translation%5Bvalues%5D%5Ben%5D=Powered+by&translation%5Bvalues%5D%5Bfr%5D=Propuls%C3%A9+par
+ string: auth_token=HyqKxyBLmEH9x_GzYnWY&translation%5Bkey%5D=powered_by&translation%5Bvalues%5D%5Ben%5D=Powered+by&translation%5Bvalues%5D%5Bfr%5D=Propuls%C3%A9+par
headers:
User-Agent:
- HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
@@ @@ -23631,13 +23631,13 @@ http_interactions:
Accept-Encoding:
- gzip,deflate
Date:
- - Wed, 01 Jun 2016 14:46:26 GMT
+ - Fri, 17 Jun 2016 08:02:29 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - e72VhSTyGX_RnZqXeEeZ
+ - HyqKxyBLmEH9x_GzYnWY
X-Locomotive-Site-Handle:
- - limitless-moss-5966
+ - gentle-desert-808
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -23648,22 +23648,22 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"30b091a550aac75a90be96226251fb16"
+ - W/"39911e6fc9310f1bbfe310ff4a308b94"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 2dfcf0eb-a622-4238-857b-4351a4645541
+ - 72719ccf-dc25-4b86-b2ec-cd667ca5d283
X-Runtime:
- - '0.076350'
+ - '0.050037'
Content-Length:
- '175'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NzRlZjU0Mjg3ZjY0MzcxMjZiNDYwYWMiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wNi0wMVQxNDo0NjoyNloiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- Ni0wMVQxNDo0NjoyNloiLCJrZXkiOiJwb3dlcmVkX2J5IiwidmFsdWVzIjp7
+ eyJfaWQiOiI1NzYzYWU5NTg3ZjY0MzdkMTIyMjNjNTUiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wNi0xN1QwODowMjoyOVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ Ni0xN1QwODowMjoyOVoiLCJrZXkiOiJwb3dlcmVkX2J5IiwidmFsdWVzIjp7
ImVuIjoiUG93ZXJlZCBieSIsImZyIjoiUHJvcHVsc8OpIHBhciJ9fQ==
http_version:
- recorded_at: Wed, 01 Jun 2016 14:46:26 GMT
+ recorded_at: Fri, 17 Jun 2016 08:02:29 GMT
recorded_with: VCR 3.0.1