Wagon requires Haml directly since Haml was dropped out of Steam

did committed Jun 01, 2016
commit be8467e7f54ffe2144d16c0c8afd528048fd7bcd
Showing 8 changed files with 1590 additions and 1628 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: 'fe7403c', require: false
+ gem 'locomotivecms_steam', github: 'locomotivecms/steam', ref: 'ff29e06fe', require: false
# Local development
# gem 'locomotivecms_coal', path: '../gems/coal', require: false
locomotive/wagon/commands/push_command.rb b/lib/locomotive/wagon/commands/push_command.rb +1 -0
@@ @@ -160,6 +160,7 @@ module Locomotive::Wagon
end
def require_misc_gems
+ require 'haml'
require 'bundler'
Bundler.require 'misc'
end
locomotive/wagon/commands/serve_command.rb b/lib/locomotive/wagon/commands/serve_command.rb +1 -0
@@ @@ -63,6 +63,7 @@ module Locomotive::Wagon
private
def require_steam
+ require 'haml'
require 'locomotive/steam'
require 'locomotive/steam/server'
require 'locomotive/wagon/middlewares/error_page'
locomotivecms_wagon.gemspec +1 -0
@@ @@ -30,6 +30,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'locomotivecms_coal', '~> 1.2.0'
gem.add_dependency 'locomotivecms_steam', '~> 1.2.0.beta'
+ gem.add_dependency 'haml', '~> 4.0.7'
gem.add_dependency 'listen', '~> 3.0.4'
gem.add_dependency 'rack-livereload', '~> 0.3.16'
gem.add_dependency 'yui-compressor', '~> 0.12.0'
spec/fixtures/cassettes/authenticate.yml +38 -38
@@ @@ -8,13 +8,13 @@ http_interactions:
string: email=john%40doe.net&password=asimplepassword
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:40 GMT
+ - Wed, 01 Jun 2016 14:46:03 GMT
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -29,16 +29,16 @@ http_interactions:
Cache-Control:
- no-cache
X-Request-Id:
- - f97c50d2-f8ae-4fd8-bce0-3b623afae5f3
+ - 3182cf9c-b696-43e7-b8c1-1ba14499af20
X-Runtime:
- - '0.448075'
+ - '0.414173'
Content-Length:
- '40'
body:
encoding: UTF-8
string: '{"message":"Invalid email or password."}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:41 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:03 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/my_account.json
@@ @@ -47,13 +47,13 @@ http_interactions:
string: account%5Bemail%5D=john%40doe.net&account%5Bname%5D=John&account%5Bpassword%5D=asimplepassword
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:41 GMT
+ - Wed, 01 Jun 2016 14:46:03 GMT
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -64,20 +64,20 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"13d961357bc8b2ce65f4f13ee8adba85"
+ - W/"6e006fe508a944d2de94eb6b19534b34"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - a3c557e9-41e9-44dc-ae1d-91af5ddd3b96
+ - a315281f-7abc-4abd-9f84-f15fec715f5d
X-Runtime:
- - '0.098826'
+ - '0.089469'
Content-Length:
- '250'
body:
encoding: UTF-8
- string: '{"_id":"56f03129c36511207342cbcb","created_at":"2016-03-21T17:36:41Z","updated_at":"2016-03-21T17:36:41Z","name":"John","email":"john@doe.net","locale":"en","api_key":"901baf472a28a8e3a6a871255c90b232de964686","super_admin":false,"local_admin":false}'
+ 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}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:41 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:03 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/tokens.json
@@ @@ -86,13 +86,13 @@ http_interactions:
string: email=admin%40locomotivecms.com&password=locomotive
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:41 GMT
+ - Wed, 01 Jun 2016 14:46:03 GMT
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -103,39 +103,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"3cfd61d41b23cdfb3d8833133c136131"
+ - W/"d3c6e9d62f8b5b88948877604a6e90f1"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 805ec3c4-ce19-4edb-bd06-6b499447f2a1
+ - 9c0dacd7-f95d-4f40-8de1-0951604a3e51
X-Runtime:
- - '0.016118'
+ - '0.019179'
Content-Length:
- '32'
body:
encoding: UTF-8
- string: '{"token":"V8VMCfCsp7XzQLvAd1AY"}'
+ string: '{"token":"e72VhSTyGX_RnZqXeEeZ"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:41 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:03 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:41 GMT
+ - Wed, 01 Jun 2016 14:46:03 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
response:
status:
code: 200
@@ @@ -144,39 +144,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"2ce6a3f4e073d2d83a53613d0139477e"
+ - W/"5a771efbaa5be98a7a15537b116e73fe"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e4ca46c9-4c89-42db-9bdb-ca21e8adb1a9
+ - 56530494-10b2-44c7-bb2e-0fc537da0401
X-Runtime:
- - '0.029466'
+ - '0.033738'
Content-Length:
- '261'
body:
encoding: UTF-8
- string: '{"_id":"56f03072c365112052cab389","created_at":"2016-03-21T17:33:38Z","updated_at":"2016-03-21T17:33:38Z","name":"Admin","email":"admin@locomotivecms.com","locale":"en","api_key":"d49cd50f6f0d2b163f48fc73cb249f0244c37074","super_admin":false,"local_admin":true}'
+ 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}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:41 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:03 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:41 GMT
+ - Wed, 01 Jun 2016 14:46:03 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
response:
status:
code: 200
@@ @@ -185,18 +185,18 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"2ce6a3f4e073d2d83a53613d0139477e"
+ - W/"5a771efbaa5be98a7a15537b116e73fe"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 059e56ad-ec66-4fa7-98a4-85f7eb38746c
+ - 7e97334d-4ef4-4856-95a9-ca0b65206e3f
X-Runtime:
- - '0.019939'
+ - '0.017813'
Content-Length:
- '261'
body:
encoding: UTF-8
- string: '{"_id":"56f03072c365112052cab389","created_at":"2016-03-21T17:33:38Z","updated_at":"2016-03-21T17:33:38Z","name":"Admin","email":"admin@locomotivecms.com","locale":"en","api_key":"d49cd50f6f0d2b163f48fc73cb249f0244c37074","super_admin":false,"local_admin":true}'
+ 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}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:41 GMT
- recorded_with: VCR 3.0.0
+ recorded_at: Wed, 01 Jun 2016 14:46:03 GMT
+ recorded_with: VCR 3.0.1
spec/fixtures/cassettes/delete.yml +211 -211
@@ @@ -8,13 +8,13 @@ http_interactions:
string: api_key=d49cd50f6f0d2b163f48fc73cb249f0244c37074&email=admin%40locomotivecms.com
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:41 GMT
+ - Wed, 01 Jun 2016 14:46:03 GMT
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -25,39 +25,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"3cfd61d41b23cdfb3d8833133c136131"
+ - W/"d3c6e9d62f8b5b88948877604a6e90f1"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 56ca1f53-bb6f-46f0-8880-c306e2b008f3
+ - d444e601-4f05-47cd-b21d-850b83b87e1c
X-Runtime:
- - '0.019778'
+ - '0.018341'
Content-Length:
- '32'
body:
encoding: UTF-8
- string: '{"token":"V8VMCfCsp7XzQLvAd1AY"}'
+ string: '{"token":"e72VhSTyGX_RnZqXeEeZ"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:41 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:03 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/sites.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&site%5Bhandle%5D=short-lived&site%5Bname%5D=ShortLived
+ string: auth_token=e72VhSTyGX_RnZqXeEeZ&site%5Bhandle%5D=short-lived&site%5Bname%5D=ShortLived
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:41 GMT
+ - Wed, 01 Jun 2016 14:46:03 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -68,20 +68,20 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"68ff9e906d520e9432a37f1832b415cc"
+ - W/"487ead8a50e527fe4b0b0dc6fb27b6c7"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 28845bd2-79b1-4a8c-979e-c83f63c1a018
+ - 2318d834-2a95-48f7-b270-a41ff3207269
X-Runtime:
- - '0.760876'
+ - '0.702532'
Content-Length:
- '840'
body:
encoding: UTF-8
- string: '{"_id":"56f03129c36511207342cbcc","created_at":"2016-03-21T17:36:41Z","updated_at":"2016-03-21T17:36:42Z","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":"56f03129c36511207342cbcd","created_at":null,"updated_at":null,"role":"admin","account_id":"56f03072c365112052cab389","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1458581802,"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":"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":"{}"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:42 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:04 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/tokens.json
@@ @@ -90,13 +90,13 @@ http_interactions:
string: api_key=d49cd50f6f0d2b163f48fc73cb249f0244c37074&email=admin%40locomotivecms.com
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:42 GMT
+ - Wed, 01 Jun 2016 14:46:04 GMT
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -107,39 +107,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"3cfd61d41b23cdfb3d8833133c136131"
+ - W/"d3c6e9d62f8b5b88948877604a6e90f1"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 3db44a54-eb15-42d9-86a1-c050fde4ba03
+ - 7c2e900f-df6c-42a2-a7a6-c111261b7342
X-Runtime:
- - '0.016238'
+ - '0.017470'
Content-Length:
- '32'
body:
encoding: UTF-8
- string: '{"token":"V8VMCfCsp7XzQLvAd1AY"}'
+ string: '{"token":"e72VhSTyGX_RnZqXeEeZ"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:42 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:04 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/current_site.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://www.example.com:3000/locomotive/api/v3/current_site.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:42 GMT
+ - Wed, 01 Jun 2016 14:46:04 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- short-lived
response:
@@ @@ -150,39 +150,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"68ff9e906d520e9432a37f1832b415cc"
+ - W/"487ead8a50e527fe4b0b0dc6fb27b6c7"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e66f5795-4838-4949-a93b-7d83a4f592be
+ - 416dac72-6f1f-4bf1-a24d-5bbd2cc82cc4
X-Runtime:
- - '0.209256'
+ - '0.181966'
Content-Length:
- '840'
body:
encoding: UTF-8
- string: '{"_id":"56f03129c36511207342cbcc","created_at":"2016-03-21T17:36:41Z","updated_at":"2016-03-21T17:36:42Z","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":"56f03129c36511207342cbcd","created_at":null,"updated_at":null,"role":"admin","account_id":"56f03072c365112052cab389","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1458581802,"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":"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":"{}"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:42 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:04 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&page%5Bparent%5D=index&page%5Bslug%5D=hello-world&page%5Btemplate%5D=Hello+world%21&page%5Btitle%5D=Hello+world
+ 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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:42 GMT
+ - Wed, 01 Jun 2016 14:46:04 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -195,41 +195,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8d3c66450565a3207046e1624e6d93a2"
+ - W/"bc931e6cc84e7bfe38945c3be7b03228"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 55c76c24-8ad3-44ef-81f6-253b960d71e7
+ - c23013ee-4bde-47c1-8218-f1ef5fb0f23b
X-Runtime:
- - '0.055086'
+ - '0.060836'
Content-Length:
- '673'
body:
encoding: UTF-8
- string: '{"_id":"56f0312ac36511207342cbd1","created_at":"2016-03-21T17:36:42Z","updated_at":"2016-03-21T17:36:42Z","title":"Hello
- world","parent_id":"56f03072c365112052cab38c","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":"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
world!","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:42 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:04 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/pages/hello-world.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://www.example.com:3000/locomotive/api/v3/pages/hello-world.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:42 GMT
+ - Wed, 01 Jun 2016 14:46:04 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -240,41 +240,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8d3c66450565a3207046e1624e6d93a2"
+ - W/"bc931e6cc84e7bfe38945c3be7b03228"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 7b953090-3054-49e5-9f0e-ec3a0cf319c4
+ - 7ece7da3-5ced-4814-8800-098d36d57309
X-Runtime:
- - '0.038262'
+ - '0.034926'
Content-Length:
- '673'
body:
encoding: UTF-8
- string: '{"_id":"56f0312ac36511207342cbd1","created_at":"2016-03-21T17:36:42Z","updated_at":"2016-03-21T17:36:42Z","title":"Hello
- world","parent_id":"56f03072c365112052cab38c","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":"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
world!","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:42 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:04 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/content_types.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:42 GMT
+ - Wed, 01 Jun 2016 14:46:04 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -287,39 +287,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a0d42cfea8e15f3aa23572b720108f2e"
+ - W/"df66d86fd89c8c79f4644ab500619e1a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 48564120-796c-46ed-b75e-b06284cfb2d1
+ - d1cf90e4-d3c3-4026-8e0c-8d19df86cb1f
X-Runtime:
- - '0.110407'
+ - '0.126292'
Content-Length:
- - '670'
+ - '691'
body:
encoding: UTF-8
- string: '{"_id":"56f0312ac36511207342cbd2","created_at":"2016-03-21T17:36:42Z","updated_at":"2016-03-21T17:36:42Z","name":"FakeMessages","slug":"fake_messages","description":null,"label_field_name":"email","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"56f0312ac36511207342cbd3","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":"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":[]}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:42 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:04 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/content_types/fake_messages.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://www.example.com:3000/locomotive/api/v3/content_types/fake_messages.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:42 GMT
+ - Wed, 01 Jun 2016 14:46:04 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -330,39 +330,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a0d42cfea8e15f3aa23572b720108f2e"
+ - W/"df66d86fd89c8c79f4644ab500619e1a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f118fa7a-2a1f-4ea0-a04c-aa5923dda744
+ - f9c3d6be-9122-474a-a596-2b0d46b8f56f
X-Runtime:
- - '0.033088'
+ - '0.036467'
Content-Length:
- - '670'
+ - '691'
body:
encoding: UTF-8
- string: '{"_id":"56f0312ac36511207342cbd2","created_at":"2016-03-21T17:36:42Z","updated_at":"2016-03-21T17:36:42Z","name":"FakeMessages","slug":"fake_messages","description":null,"label_field_name":"email","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"56f0312ac36511207342cbd3","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":"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":[]}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:42 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:04 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/content_types.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:42 GMT
+ - Wed, 01 Jun 2016 14:46:05 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -375,39 +375,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"7f9ab8f444aa7e2887f1dad27d7f045a"
+ - W/"5409ee83744393d9a2bd7d0c443ff87a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e28e67b9-20e0-4e0c-a6a5-6c3cf0c83516
+ - e1c6f70b-37ea-47bb-87bc-36d8971d03ba
X-Runtime:
- - '0.039658'
+ - '0.056343'
Content-Length:
- - '672'
+ - '693'
body:
encoding: UTF-8
- string: '{"_id":"56f0312ac36511207342cbd4","created_at":"2016-03-21T17:36:42Z","updated_at":"2016-03-21T17:36:42Z","name":"FakeMessages","slug":"fake_messages_2","description":null,"label_field_name":"email","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"56f0312ac36511207342cbd5","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":"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":[]}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:42 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/content_types.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://www.example.com:3000/locomotive/api/v3/content_types.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:42 GMT
+ - Wed, 01 Jun 2016 14:46:05 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -422,35 +422,35 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - dbe5e211-7a5c-437c-9b04-d1063c3a469f
+ - 35a56a04-c4e0-4d36-a4de-60ed8b87a377
X-Runtime:
- - '0.032017'
+ - '0.033154'
Content-Length:
- '15'
body:
encoding: UTF-8
string: '{"deletions":1}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:42 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/snippets.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics&snippet%5Btemplate%5D=Analytics
+ string: auth_token=e72VhSTyGX_RnZqXeEeZ&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics&snippet%5Btemplate%5D=Analytics
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:42 GMT
+ - Wed, 01 Jun 2016 14:46:05 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -463,39 +463,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"01772a12304776dcad1878724196f360"
+ - W/"37c601952a531c041cba9c5bc068a2ef"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 61990967-b20e-4c9a-a22a-2dc36f6359df
+ - 6171cdaf-ca17-4499-94f3-36da66e4be74
X-Runtime:
- - '0.085210'
+ - '0.111914'
Content-Length:
- '167'
body:
encoding: UTF-8
- string: '{"_id":"56f0312bc36511207342cbd6","created_at":"2016-03-21T17:36:43Z","updated_at":"2016-03-21T17:36:43Z","name":"Analytics","slug":"analytics","template":"Analytics"}'
+ string: '{"_id":"574ef52d87f6437126b45fe0","created_at":"2016-06-01T14:46:05Z","updated_at":"2016-06-01T14:46:05Z","name":"Analytics","slug":"analytics","template":"Analytics"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:43 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/snippets/analytics.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://www.example.com:3000/locomotive/api/v3/snippets/analytics.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:43 GMT
+ - Wed, 01 Jun 2016 14:46:05 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -506,39 +506,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"01772a12304776dcad1878724196f360"
+ - W/"37c601952a531c041cba9c5bc068a2ef"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c1d538af-da48-400d-96dc-e403d1604036
+ - 8fba2eae-a57d-4faf-a0ba-f3315ab60e5d
X-Runtime:
- - '0.029369'
+ - '0.028511'
Content-Length:
- '167'
body:
encoding: UTF-8
- string: '{"_id":"56f0312bc36511207342cbd6","created_at":"2016-03-21T17:36:43Z","updated_at":"2016-03-21T17:36:43Z","name":"Analytics","slug":"analytics","template":"Analytics"}'
+ string: '{"_id":"574ef52d87f6437126b45fe0","created_at":"2016-06-01T14:46:05Z","updated_at":"2016-06-01T14:46:05Z","name":"Analytics","slug":"analytics","template":"Analytics"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:43 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/snippets.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics_2&snippet%5Btemplate%5D=Analytics
+ string: auth_token=e72VhSTyGX_RnZqXeEeZ&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics_2&snippet%5Btemplate%5D=Analytics
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:43 GMT
+ - Wed, 01 Jun 2016 14:46:05 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -551,39 +551,39 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a845817e3abcf00aa52ad1122392c3f9"
+ - W/"56fb78ae725ae5e82d9826952a7769f3"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e910306d-35c6-442a-bf1a-52a58ac17fa4
+ - 114c900d-d9c3-4270-af09-10684fd9d1f8
X-Runtime:
- - '0.028552'
+ - '0.031876'
Content-Length:
- '169'
body:
encoding: UTF-8
- string: '{"_id":"56f0312bc36511207342cbd7","created_at":"2016-03-21T17:36:43Z","updated_at":"2016-03-21T17:36:43Z","name":"Analytics","slug":"analytics_2","template":"Analytics"}'
+ string: '{"_id":"574ef52d87f6437126b45fe1","created_at":"2016-06-01T14:46:05Z","updated_at":"2016-06-01T14:46:05Z","name":"Analytics","slug":"analytics_2","template":"Analytics"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:43 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/snippets.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://www.example.com:3000/locomotive/api/v3/snippets.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:43 GMT
+ - Wed, 01 Jun 2016 14:46:05 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -598,16 +598,16 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e8f56ed9-b65c-4663-bae8-85b3b9c90cfc
+ - f7f7806e-7e48-4e4e-be6d-e9c25db5d013
X-Runtime:
- - '0.028415'
+ - '0.036203'
Content-Length:
- '15'
body:
encoding: UTF-8
string: '{"deletions":1}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:43 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json
@@ @@ -682,21 +682,21 @@ http_interactions:
0NtJvy6mWF/OpLQstGgVzsab3sXmi3+2zzQDcJjnAyEPROMHiFLOL3h0hr9D
onww/wNwYOCiTn4FhQAAAABJRU5ErkJggg0KLS0tLS0tLS0tLS0tLVJ1YnlN
dWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7
- IG5hbWU9ImF1dGhfdG9rZW4iDQoNClY4Vk1DZkNzcDdYelFMdkFkMUFZDQot
+ IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmU3MlZoU1R5R1hfUm5acVhlRWVaDQot
LS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo=
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:43 GMT
+ - Wed, 01 Jun 2016 14:46:05 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -711,21 +711,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8ea9d24f5f33d146ceef75f355ce3747"
+ - W/"bf2e3d566142359f46e4fd6ed1f1ecb9"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 5df6485c-6f73-4113-a5b6-3920aea1c425
+ - 179b8a2a-ebf4-46d0-ae8c-7ff6152a6df9
X-Runtime:
- - '0.317014'
+ - '0.316601'
Content-Length:
- '341'
body:
encoding: UTF-8
- string: '{"_id":"56f0312bc36511207342cbd8","created_at":"2016-03-21T17:36:43Z","updated_at":"2016-03-21T17:36:43Z","content_type":"image","local_path":"images/icon.png","folder":"images","checksum":"3176de8c86ae69c06d4f0ed37e26cee4","filename":"icon.png","url":"/sites/56f03072c365112052cab38b/theme/images/icon.png","size":"2.72
+ 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
KB","raw_size":2783}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:43 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json
@@ @@ -4371,21 +4371,21 @@ http_interactions:
nTZLWAn75+Cpv212Dv47zCzY/KTGgbiqWWzt8uMma7Z1/2bHBIaHmNbSlxEx
sfX/CzAAkCOO6w6jXtcAAAAASUVORK5CYIINCi0tLS0tLS0tLS0tLS1SdWJ5
TXVsdGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRh
- OyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpWOFZNQ2ZDc3A3WHpRTHZBZDFBWQ0K
+ OyBuYW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0K
LS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:43 GMT
+ - Wed, 01 Jun 2016 14:46:05 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -4400,40 +4400,40 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"cc3d5a8ed6d66847d93fcfccc14575e2"
+ - W/"02721e05639d275c9098fa6acc93f05c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - bff2e82f-1ef3-48ef-80b0-5804dde1e733
+ - 66ef4b4a-1a37-461d-96bc-0ae80c7efe45
X-Runtime:
- - '0.055380'
+ - '0.052410'
Content-Length:
- '345'
body:
encoding: UTF-8
- string: '{"_id":"56f0312bc36511207342cbd9","created_at":"2016-03-21T17:36:43Z","updated_at":"2016-03-21T17:36:43Z","content_type":"image","local_path":"images/photo.jpg","folder":"images","checksum":"e1aff5628ca068751b333cf1b69dd978","filename":"photo.jpg","url":"/sites/56f03072c365112052cab38b/theme/images/photo.jpg","size":"160
+ 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
KB","raw_size":163476}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:43 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:43 GMT
+ - Wed, 01 Jun 2016 14:46:05 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -4448,35 +4448,35 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 01bd6403-7463-416e-be2d-f30194ea5024
+ - bbcea231-e415-4414-8832-ed72d430d051
X-Runtime:
- - '0.035992'
+ - '0.038778'
Content-Length:
- '15'
body:
encoding: UTF-8
string: '{"deletions":2}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:43 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:05 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/translations.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&translation%5Bkey%5D=hello_world&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde
+ string: auth_token=e72VhSTyGX_RnZqXeEeZ&translation%5Bkey%5D=hello_world&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:43 GMT
+ - Wed, 01 Jun 2016 14:46:06 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -4489,40 +4489,40 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"821a7413cf000166e90c2ba23f436af1"
+ - W/"eab6efd797ff31ac1ddf86e9d859cf50"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c0214ef2-012f-4a1c-ac79-7726d70c92be
+ - 3d80dc7a-ec14-4545-967c-7b0d0ec116a3
X-Runtime:
- - '0.099825'
+ - '0.106044'
Content-Length:
- '161'
body:
encoding: UTF-8
- string: '{"_id":"56f0312bc36511207342cbda","created_at":"2016-03-21T17:36:43Z","updated_at":"2016-03-21T17:36:43Z","key":"hello_world","values":{"fr":"Bonjour
+ string: '{"_id":"574ef52e87f6437126b45fe4","created_at":"2016-06-01T14:46:06Z","updated_at":"2016-06-01T14:46:06Z","key":"hello_world","values":{"fr":"Bonjour
le monde"}}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:43 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/translations/hello_world.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://www.example.com:3000/locomotive/api/v3/translations/hello_world.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:43 GMT
+ - Wed, 01 Jun 2016 14:46:06 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -4533,40 +4533,40 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"821a7413cf000166e90c2ba23f436af1"
+ - W/"eab6efd797ff31ac1ddf86e9d859cf50"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 524aab48-9c35-4786-a2e1-8b21f6f6a39f
+ - f3f0645e-6f12-418f-a56b-1d1c6186cd0c
X-Runtime:
- - '0.028378'
+ - '0.033359'
Content-Length:
- '161'
body:
encoding: UTF-8
- string: '{"_id":"56f0312bc36511207342cbda","created_at":"2016-03-21T17:36:43Z","updated_at":"2016-03-21T17:36:43Z","key":"hello_world","values":{"fr":"Bonjour
+ string: '{"_id":"574ef52e87f6437126b45fe4","created_at":"2016-06-01T14:46:06Z","updated_at":"2016-06-01T14:46:06Z","key":"hello_world","values":{"fr":"Bonjour
le monde"}}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:43 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
- request:
method: post
uri: http://www.example.com:3000/locomotive/api/v3/translations.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&translation%5Bkey%5D=hello_world_2&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde
+ string: auth_token=e72VhSTyGX_RnZqXeEeZ&translation%5Bkey%5D=hello_world_2&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:44 GMT
+ - Wed, 01 Jun 2016 14:46:06 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
Content-Type:
@@ @@ -4579,40 +4579,40 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"025a26e3e9b1da6ba4cfef1d470d4d00"
+ - W/"afc43ea7a485bbc13c410a98093420de"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 98761e38-8deb-4874-bb21-1008dc61d381
+ - 6573f2ed-ff78-4cd3-92ae-ffc171a6aeb0
X-Runtime:
- - '0.027305'
+ - '0.036170'
Content-Length:
- '163'
body:
encoding: UTF-8
- string: '{"_id":"56f0312cc36511207342cbdb","created_at":"2016-03-21T17:36:44Z","updated_at":"2016-03-21T17:36:44Z","key":"hello_world_2","values":{"fr":"Bonjour
+ string: '{"_id":"574ef52e87f6437126b45fe5","created_at":"2016-06-01T14:46:06Z","updated_at":"2016-06-01T14:46:06Z","key":"hello_world_2","values":{"fr":"Bonjour
le monde"}}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:44 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/translations.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://www.example.com:3000/locomotive/api/v3/translations.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:44 GMT
+ - Wed, 01 Jun 2016 14:46:06 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -4627,35 +4627,35 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 16b210a3-31b8-4450-89ef-6e5230698dac
+ - 405892d0-1d4d-47db-8c5d-076162ecb169
X-Runtime:
- - '0.028758'
+ - '0.031595'
Content-Length:
- '15'
body:
encoding: UTF-8
string: '{"deletions":1}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:44 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/pages/bogus_id.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://www.example.com:3000/locomotive/api/v3/pages/bogus_id.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:44 GMT
+ - Wed, 01 Jun 2016 14:46:06 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -4668,35 +4668,35 @@ http_interactions:
Cache-Control:
- no-cache
X-Request-Id:
- - 5cdfae43-fb44-48cc-9dc9-afde5fc932fb
+ - 204b7a23-52a7-43dc-84c3-fd5ca86942b8
X-Runtime:
- - '0.026384'
+ - '0.028957'
Content-Length:
- '30'
body:
encoding: UTF-8
string: '{"error":"Resource not found"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:44 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/content_types/bogus_id.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://www.example.com:3000/locomotive/api/v3/content_types/bogus_id.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:44 GMT
+ - Wed, 01 Jun 2016 14:46:06 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -4709,35 +4709,35 @@ http_interactions:
Cache-Control:
- no-cache
X-Request-Id:
- - 67c0e1c0-c964-47ea-8437-f793ef5c013b
+ - 9d175cfb-b0df-4531-937c-d40ecfa1c8fb
X-Runtime:
- - '0.022677'
+ - '0.024674'
Content-Length:
- '30'
body:
encoding: UTF-8
string: '{"error":"Resource not found"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:44 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/snippets/bogus_id.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://www.example.com:3000/locomotive/api/v3/snippets/bogus_id.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:44 GMT
+ - Wed, 01 Jun 2016 14:46:06 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -4750,35 +4750,35 @@ http_interactions:
Cache-Control:
- no-cache
X-Request-Id:
- - 9d744363-c734-418d-853f-89589aba4e67
+ - 66bea599-be8e-443f-8e47-eeef5dfd8e72
X-Runtime:
- - '0.021316'
+ - '0.023349'
Content-Length:
- '30'
body:
encoding: UTF-8
string: '{"error":"Resource not found"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:44 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
- request:
method: delete
- uri: http://www.example.com:3000/locomotive/api/v3/translations/bogus_id.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://www.example.com:3000/locomotive/api/v3/translations/bogus_id.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:44 GMT
+ - Wed, 01 Jun 2016 14:46:06 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- www
response:
@@ @@ -4791,14 +4791,14 @@ http_interactions:
Cache-Control:
- no-cache
X-Request-Id:
- - a45239da-ad76-4f6e-b29c-6c06f96fff4f
+ - 493703ee-158d-450d-a7f0-133c557425cc
X-Runtime:
- - '0.020818'
+ - '0.023424'
Content-Length:
- '30'
body:
encoding: UTF-8
string: '{"error":"Resource not found"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:44 GMT
- recorded_with: VCR 3.0.0
+ recorded_at: Wed, 01 Jun 2016 14:46:06 GMT
+ recorded_with: VCR 3.0.1
spec/fixtures/cassettes/push.yml +1336 -1377
@@ @@ -8,13 +8,13 @@ http_interactions:
string: api_key=d49cd50f6f0d2b163f48fc73cb249f0244c37074&email=admin%40locomotivecms.com
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:45 GMT
+ - Wed, 01 Jun 2016 14:46:07 GMT
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -25,20 +25,20 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"3cfd61d41b23cdfb3d8833133c136131"
+ - W/"d3c6e9d62f8b5b88948877604a6e90f1"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 88e756b6-1681-47a2-b033-4ba629a24d2f
+ - ff8da3c9-1e4e-473d-a322-f97c06cbec62
X-Runtime:
- - '0.016073'
+ - '0.016047'
Content-Length:
- '32'
body:
encoding: UTF-8
- string: '{"token":"V8VMCfCsp7XzQLvAd1AY"}'
+ string: '{"token":"e72VhSTyGX_RnZqXeEeZ"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:45 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:07 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/sites.json
@@ @@ -139,21 +139,21 @@ http_interactions:
cG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0ic2l0ZVttZXRhZmllbGRzX3Nj
aGVtYV0iDQoNCltdDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QN
CkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90
- b2tlbiINCg0KVjhWTUNmQ3NwN1h6UUx2QWQxQVkNCi0tLS0tLS0tLS0tLS1S
+ b2tlbiINCg0KZTcyVmhTVHlHWF9SblpxWGVFZVoNCi0tLS0tLS0tLS0tLS1S
dWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg==
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:45 GMT
+ - Wed, 01 Jun 2016 14:46:07 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -166,21 +166,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"24e3aa1e1e4dc3ab747970a659141d67"
+ - W/"c6be564f88afab09270acb2f9abdd916"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 6db498d3-ae2f-472c-9e9d-ff2927216a38
+ - c37efccb-10ea-4192-a416-2ca4cde4f94d
X-Runtime:
- - '0.082927'
+ - '0.076885'
Content-Length:
- '1061'
body:
encoding: UTF-8
- string: '{"_id":"56f0312dc36511207342cbdc","created_at":"2016-03-21T17:36:45Z","updated_at":"2016-03-21T17:36:45Z","name":"Sample
- website","handle":"parched-lagoon-8492","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"56f0312dc36511207342cbdd","created_at":null,"updated_at":null,"role":"admin","account_id":"56f03072c365112052cab389","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/56f0312dc36511207342cbdc/icon.png","content_version":0,"template_version":1458581805,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU2ZjAzMTJkYzM2NTExMjA3MzQyY2JkYy9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=ca4a5c5113cc153f","preview_url":"http://localhost:3000/locomotive/parched-lagoon-8492/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}"}'
+ 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":"{}"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:45 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:07 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/tokens.json
@@ @@ -189,13 +189,13 @@ http_interactions:
string: api_key=d49cd50f6f0d2b163f48fc73cb249f0244c37074&email=admin%40locomotivecms.com
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:45 GMT
+ - Wed, 01 Jun 2016 14:46:07 GMT
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -206,41 +206,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"3cfd61d41b23cdfb3d8833133c136131"
+ - W/"d3c6e9d62f8b5b88948877604a6e90f1"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 699fb89c-5ce4-43ef-89c4-b59ff52ec3af
+ - facd9b89-f9bd-4c85-baa6-f41a56905ef5
X-Runtime:
- - '0.018273'
+ - '0.016394'
Content-Length:
- '32'
body:
encoding: UTF-8
- string: '{"token":"V8VMCfCsp7XzQLvAd1AY"}'
+ string: '{"token":"e72VhSTyGX_RnZqXeEeZ"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:45 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:07 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/current_site.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://localhost:3000/locomotive/api/v3/current_site.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:45 GMT
+ - Wed, 01 Jun 2016 14:46:07 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
response:
@@ @@ -251,42 +251,42 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"24e3aa1e1e4dc3ab747970a659141d67"
+ - W/"c6be564f88afab09270acb2f9abdd916"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 3c425174-f0d3-43ec-8530-efa20d522724
+ - 7f8e16dd-6739-4d1e-b1d1-b84ae2fa066e
X-Runtime:
- - '0.041937'
+ - '0.037532'
Content-Length:
- '1061'
body:
encoding: UTF-8
- string: '{"_id":"56f0312dc36511207342cbdc","created_at":"2016-03-21T17:36:45Z","updated_at":"2016-03-21T17:36:45Z","name":"Sample
- website","handle":"parched-lagoon-8492","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"56f0312dc36511207342cbdd","created_at":null,"updated_at":null,"role":"admin","account_id":"56f03072c365112052cab389","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/56f0312dc36511207342cbdc/icon.png","content_version":0,"template_version":1458581805,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU2ZjAzMTJkYzM2NTExMjA3MzQyY2JkYy9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=ca4a5c5113cc153f","preview_url":"http://localhost:3000/locomotive/parched-lagoon-8492/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}"}'
+ 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":"{}"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:45 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:07 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/current_site.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:45 GMT
+ - Wed, 01 Jun 2016 14:46:07 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -297,42 +297,42 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"cf845dc8d75910728ff193659c8bf731"
+ - W/"1b52470c789be63baaa0d1d660291f3e"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f9b57286-dbfc-454d-8e34-d55fe44db65a
+ - 6cc25d08-f537-4f99-b391-c23fb8f93b63
X-Runtime:
- - '0.076402'
+ - '0.093137'
Content-Length:
- '1080'
body:
encoding: UTF-8
- string: '{"_id":"56f0312dc36511207342cbdc","created_at":"2016-03-21T17:36:45Z","updated_at":"2016-03-21T17:36:45Z","name":"Sample
- website","handle":"parched-lagoon-8492","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en","fr","nb"],"domains":[],"memberships":[{"_id":"56f0312dc36511207342cbdd","created_at":null,"updated_at":null,"role":"admin","account_id":"56f03072c365112052cab389","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/56f0312dc36511207342cbdc/icon.png","content_version":1458581805,"template_version":1458581805,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU2ZjAzMTJkYzM2NTExMjA3MzQyY2JkYy9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=ca4a5c5113cc153f","preview_url":"http://localhost:3000/locomotive/parched-lagoon-8492/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}"}'
+ 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":"{}"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:45 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:07 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/content_types.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://localhost:3000/locomotive/api/v3/content_types.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:45 GMT
+ - Wed, 01 Jun 2016 14:46:07 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
response:
status:
code: 200
@@ @@ -345,37 +345,37 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 17614d70-bf25-46fe-b8f1-51fdc85faecd
+ - 5991118d-aabe-4251-8da1-0acf6f4e582c
X-Runtime:
- - '0.022894'
+ - '0.024667'
Content-Length:
- '2'
body:
encoding: UTF-8
string: "[]"
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:45 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:08 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/bands.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:45 GMT
+ - Wed, 01 Jun 2016 14:46:08 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -386,45 +386,45 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"32948b60d6edf276a3c70bf587bd1c94"
+ - W/"d8e9f8a8c08b1ea9958ed0d9f0eb43fa"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - a0a91b5a-5489-494d-b700-a90f8fc50286
+ - 906a310a-70d6-4a0c-a5c2-04c5478c4fc3
X-Runtime:
- - '0.128491'
+ - '0.077232'
Content-Length:
- - '1580'
+ - '1601'
body:
encoding: UTF-8
- string: '{"_id":"56f0312dc36511207342cbe1","created_at":"2016-03-21T17:36:45Z","updated_at":"2016-03-21T17:36:45Z","name":"Bands","slug":"bands","description":"List
- of bands","label_field_name":"name","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"56f0312dc36511207342cbe2","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":"56f0312dc36511207342cbe3","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":"56f0312dc36511207342cbe4","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":"56f0312dc36511207342cbe6","name":{"en":"grunge"},"position":0},{"id":"56f0312dc36511207342cbe7","name":{"en":"rock"},"position":0},{"id":"56f0312dc36511207342cbe8","name":{"en":"country"},"position":0}]},{"_id":"56f0312dc36511207342cbe5","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":"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":[]}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:46 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:08 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:46 GMT
+ - Wed, 01 Jun 2016 14:46:08 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -435,48 +435,48 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"e550ad252e077af13e09ee34b85cd00f"
+ - W/"58a39fa848ae40407e6b392c57d2bbf4"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 89502882-d651-43d4-896a-13ec0a028de6
+ - 7e96b5d6-757f-4689-84a0-0fb4cde3f224
X-Runtime:
- - '0.083289'
+ - '0.091796'
Content-Length:
- - '2014'
+ - '2035'
body:
encoding: UTF-8
- string: '{"_id":"56f0312ec36511207342cbe9","created_at":"2016-03-21T17:36:46Z","updated_at":"2016-03-21T17:36:46Z","name":"Events","slug":"events","description":"List
- of upcoming events","label_field_name":"place","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"56f0312ec36511207342cbea","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":"56f0312ec36511207342cbeb","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":"56f0312ec36511207342cbec","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":"56f0312ec36511207342cbed","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":"56f0312ec36511207342cbee","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":"56f0312ec36511207342cbef","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":"56f0312ec36511207342cbf0","created_at":null,"updated_at":null,"name":"price","type":"float","label":"Price
+ 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
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: Mon, 21 Mar 2016 17:36:46 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:08 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/messages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:46 GMT
+ - Wed, 01 Jun 2016 14:46:08 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -487,44 +487,44 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"543e48e15c656b5c506b56300ab68e9b"
+ - W/"c1eb0e7eb350ccc6d63c13395b5eeebb"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 9c417fa7-b739-40e7-aba2-ab232cf21b8d
+ - ab282fe2-61f7-4038-b4a6-ee8d9fa4e305
X-Runtime:
- - '0.063574'
+ - '0.068459'
Content-Length:
- - '1161'
+ - '1182'
body:
encoding: UTF-8
- string: '{"_id":"56f0312ec36511207342cbf1","created_at":"2016-03-21T17:36:46Z","updated_at":"2016-03-21T17:36:46Z","name":"Messages","slug":"messages","description":"Messages
- posted by new potential customers","label_field_name":"name","order_direction":"asc","public_submission_enabled":true,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"56f0312ec36511207342cbf2","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":"56f0312ec36511207342cbf3","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":"56f0312ec36511207342cbf4","created_at":null,"updated_at":null,"name":"message","type":"text","label":"Message","hint":"Customer
+ 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
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: Mon, 21 Mar 2016 17:36:46 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:08 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:46 GMT
+ - Wed, 01 Jun 2016 14:46:08 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -535,45 +535,45 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"03872ba6aacd80cb0ecaa3eda9c0cdbd"
+ - W/"c545b7041dd32a768275deca71ab493c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 42d1ab30-6507-45bf-bc78-fdf61edc92c2
+ - aaa8b1f1-7364-4835-b475-bf171a33db0d
X-Runtime:
- - '0.076885'
+ - '0.083726'
Content-Length:
- - '1612'
+ - '1633'
body:
encoding: UTF-8
- string: '{"_id":"56f0312ec36511207342cbf5","created_at":"2016-03-21T17:36:46Z","updated_at":"2016-03-21T17:36:46Z","name":"Songs","slug":"songs","description":null,"label_field_name":"title","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"56f0312ec36511207342cbf6","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":"56f0312ec36511207342cbf7","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":"56f0312ec36511207342cbf8","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":"56f0312ec36511207342cbf9","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":"56f0312ec36511207342cbfa","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format
+ 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
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: Mon, 21 Mar 2016 17:36:46 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:08 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/updates.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:46 GMT
+ - Wed, 01 Jun 2016 14:46:08 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -584,80 +584,81 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"16ddc9a7f45c699abcee21b33ed7ae24"
+ - W/"ae9d51e23fe2b3051ea337d41351f49d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 747737b0-d2b0-4e51-9b30-5cc868f5f774
+ - fd2e64cd-1344-4eea-97f7-050cb958bb20
X-Runtime:
- - '0.068027'
+ - '0.084060'
Content-Length:
- - '1738'
+ - '1759'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NmYwMzEyZWMzNjUxMTIwNzM0MmNiZmIiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMy0yMVQxNzozNjo0NloiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- My0yMVQxNzozNjo0NloiLCJuYW1lIjoiVXBkYXRlcyIsInNsdWciOiJ1cGRh
+ eyJfaWQiOiI1NzRlZjUzMDg3ZjY0MzcxMjZiNDYwMDUiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wNi0wMVQxNDo0NjowOFoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ Ni0wMVQxNDo0NjowOFoiLCJuYW1lIjoiVXBkYXRlcyIsInNsdWciOiJ1cGRh
dGVzIiwiZGVzY3JpcHRpb24iOiJMaXN0IG9mIHVwZGF0ZXMiLCJsYWJlbF9m
aWVsZF9uYW1lIjoidGl0bGUiLCJvcmRlcl9kaXJlY3Rpb24iOiJhc2MiLCJw
dWJsaWNfc3VibWlzc2lvbl9lbmFibGVkIjpmYWxzZSwicHVibGljX3N1Ym1p
c3Npb25fYWNjb3VudHMiOltdLCJwdWJsaWNfc3VibWlzc2lvbl90aXRsZV90
ZW1wbGF0ZSI6bnVsbCwiZW50cnlfdGVtcGxhdGUiOm51bGwsImRpc3BsYXlf
- c2V0dGluZ3MiOm51bGwsImZpZWxkcyI6W3siX2lkIjoiNTZmMDMxMmVjMzY1
- MTEyMDczNDJjYmZjIiwiY3JlYXRlZF9hdCI6bnVsbCwidXBkYXRlZF9hdCI6
- bnVsbCwibmFtZSI6InRpdGxlIiwidHlwZSI6InN0cmluZyIsImxhYmVsIjoi
- VGl0bGUiLCJoaW50IjoiTm90IGRpc3BsYXllZCBpbiB0aGUgd2Vic2l0ZSIs
- InJlcXVpcmVkIjp0cnVlLCJsb2NhbGl6ZWQiOnRydWUsInVuaXF1ZSI6ZmFs
- c2UsImRlZmF1bHQiOm51bGwsInBvc2l0aW9uIjowfSx7Il9pZCI6IjU2ZjAz
- MTJlYzM2NTExMjA3MzQyY2JmZCIsImNyZWF0ZWRfYXQiOm51bGwsInVwZGF0
- ZWRfYXQiOm51bGwsIm5hbWUiOiJ0ZXh0IiwidHlwZSI6InRleHQiLCJsYWJl
- bCI6IlRleHQiLCJoaW50IjoiVGV4dCBkaXNwbGF5ZWQgaW4gdGhlIGhvbWUg
- cGFnZSIsInJlcXVpcmVkIjpmYWxzZSwibG9jYWxpemVkIjp0cnVlLCJ1bmlx
- dWUiOmZhbHNlLCJkZWZhdWx0IjpudWxsLCJwb3NpdGlvbiI6MSwidGV4dF9m
- b3JtYXR0aW5nIjoiaHRtbCJ9LHsiX2lkIjoiNTZmMDMxMmVjMzY1MTEyMDcz
- NDJjYmZlIiwiY3JlYXRlZF9hdCI6bnVsbCwidXBkYXRlZF9hdCI6bnVsbCwi
- bmFtZSI6ImNhdGVnb3J5IiwidHlwZSI6InNlbGVjdCIsImxhYmVsIjoiQ2F0
- ZWdvcnkiLCJoaW50IjoiUGljayBhIGNhdGVnb3J5IiwicmVxdWlyZWQiOmZh
- bHNlLCJsb2NhbGl6ZWQiOnRydWUsInVuaXF1ZSI6ZmFsc2UsImRlZmF1bHQi
- Om51bGwsInBvc2l0aW9uIjoyLCJzZWxlY3Rfb3B0aW9ucyI6W3siaWQiOiI1
- NmYwMzEyZWMzNjUxMTIwNzM0MmNjMDAiLCJuYW1lIjp7ImVuIjoiR2VuZXJh
- bCIsImZyIjoiR8OpbsOpcmFsIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTZm
- MDMxMmVjMzY1MTEyMDczNDJjYzAxIiwibmFtZSI6eyJlbiI6IkdpZ3MiLCJm
- ciI6IkNvbmNlcnRzIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTZmMDMxMmVj
- MzY1MTEyMDczNDJjYzAyIiwibmFtZSI6eyJlbiI6IkJhbmRzIiwiZnIiOiJH
- cm91cGVzIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTZmMDMxMmVjMzY1MTEy
- MDczNDJjYzAzIiwibmFtZSI6eyJlbiI6IkFsYnVtcyJ9LCJwb3NpdGlvbiI6
- MH1dfSx7Il9pZCI6IjU2ZjAzMTJlYzM2NTExMjA3MzQyY2JmZiIsImNyZWF0
- ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQiOm51bGwsIm5hbWUiOiJkYXRlIiwi
- dHlwZSI6ImRhdGUiLCJsYWJlbCI6IkRhdGUiLCJoaW50IjoiRGF0ZSBvZiB0
- aGUgdXBkYXRlIiwicmVxdWlyZWQiOmZhbHNlLCJsb2NhbGl6ZWQiOmZhbHNl
- LCJ1bmlxdWUiOmZhbHNlLCJkZWZhdWx0IjpudWxsLCJwb3NpdGlvbiI6M31d
- LCJvcmRlcl9ieSI6ImRhdGUiLCJncm91cF9ieSI6bnVsbCwicHVibGljX3N1
- Ym1pc3Npb25fYWNjb3VudF9lbWFpbHMiOltdfQ==
+ c2V0dGluZ3MiOm51bGwsImZpbHRlcl9maWVsZHMiOm51bGwsImZpZWxkcyI6
+ W3siX2lkIjoiNTc0ZWY1MzA4N2Y2NDM3MTI2YjQ2MDA2IiwiY3JlYXRlZF9h
+ dCI6bnVsbCwidXBkYXRlZF9hdCI6bnVsbCwibmFtZSI6InRpdGxlIiwidHlw
+ ZSI6InN0cmluZyIsImxhYmVsIjoiVGl0bGUiLCJoaW50IjoiTm90IGRpc3Bs
+ YXllZCBpbiB0aGUgd2Vic2l0ZSIsInJlcXVpcmVkIjp0cnVlLCJsb2NhbGl6
+ ZWQiOnRydWUsInVuaXF1ZSI6ZmFsc2UsImRlZmF1bHQiOm51bGwsInBvc2l0
+ aW9uIjowfSx7Il9pZCI6IjU3NGVmNTMwODdmNjQzNzEyNmI0NjAwNyIsImNy
+ ZWF0ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQiOm51bGwsIm5hbWUiOiJ0ZXh0
+ IiwidHlwZSI6InRleHQiLCJsYWJlbCI6IlRleHQiLCJoaW50IjoiVGV4dCBk
+ aXNwbGF5ZWQgaW4gdGhlIGhvbWUgcGFnZSIsInJlcXVpcmVkIjpmYWxzZSwi
+ bG9jYWxpemVkIjp0cnVlLCJ1bmlxdWUiOmZhbHNlLCJkZWZhdWx0IjpudWxs
+ LCJwb3NpdGlvbiI6MSwidGV4dF9mb3JtYXR0aW5nIjoiaHRtbCJ9LHsiX2lk
+ IjoiNTc0ZWY1MzA4N2Y2NDM3MTI2YjQ2MDA4IiwiY3JlYXRlZF9hdCI6bnVs
+ bCwidXBkYXRlZF9hdCI6bnVsbCwibmFtZSI6ImNhdGVnb3J5IiwidHlwZSI6
+ InNlbGVjdCIsImxhYmVsIjoiQ2F0ZWdvcnkiLCJoaW50IjoiUGljayBhIGNh
+ dGVnb3J5IiwicmVxdWlyZWQiOmZhbHNlLCJsb2NhbGl6ZWQiOnRydWUsInVu
+ aXF1ZSI6ZmFsc2UsImRlZmF1bHQiOm51bGwsInBvc2l0aW9uIjoyLCJzZWxl
+ Y3Rfb3B0aW9ucyI6W3siaWQiOiI1NzRlZjUzMDg3ZjY0MzcxMjZiNDYwMGEi
+ LCJuYW1lIjp7ImVuIjoiR2VuZXJhbCIsImZyIjoiR8OpbsOpcmFsIn0sInBv
+ c2l0aW9uIjowfSx7ImlkIjoiNTc0ZWY1MzA4N2Y2NDM3MTI2YjQ2MDBiIiwi
+ bmFtZSI6eyJlbiI6IkdpZ3MiLCJmciI6IkNvbmNlcnRzIn0sInBvc2l0aW9u
+ IjowfSx7ImlkIjoiNTc0ZWY1MzA4N2Y2NDM3MTI2YjQ2MDBjIiwibmFtZSI6
+ eyJlbiI6IkJhbmRzIiwiZnIiOiJHcm91cGVzIn0sInBvc2l0aW9uIjowfSx7
+ ImlkIjoiNTc0ZWY1MzA4N2Y2NDM3MTI2YjQ2MDBkIiwibmFtZSI6eyJlbiI6
+ IkFsYnVtcyJ9LCJwb3NpdGlvbiI6MH1dfSx7Il9pZCI6IjU3NGVmNTMwODdm
+ NjQzNzEyNmI0NjAwOSIsImNyZWF0ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQi
+ Om51bGwsIm5hbWUiOiJkYXRlIiwidHlwZSI6ImRhdGUiLCJsYWJlbCI6IkRh
+ dGUiLCJoaW50IjoiRGF0ZSBvZiB0aGUgdXBkYXRlIiwicmVxdWlyZWQiOmZh
+ bHNlLCJsb2NhbGl6ZWQiOmZhbHNlLCJ1bmlxdWUiOmZhbHNlLCJkZWZhdWx0
+ IjpudWxsLCJwb3NpdGlvbiI6M31dLCJvcmRlcl9ieSI6ImRhdGUiLCJncm91
+ cF9ieSI6bnVsbCwicHVibGljX3N1Ym1pc3Npb25fYWNjb3VudF9lbWFpbHMi
+ OltdfQ==
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:46 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:08 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/bands.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:46 GMT
+ - Wed, 01 Jun 2016 14:46:08 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -668,45 +669,45 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"db0439caa53a10e4babf789975673ef8"
+ - W/"462815872652354cd85a3f8ebb0e57ee"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 75acffd0-2d27-4b49-b72f-fb5beefad0db
+ - bb62a85d-0fa0-4ed9-ae39-fe45903ab8cf
X-Runtime:
- - '0.102686'
+ - '0.119295'
Content-Length:
- - '1861'
+ - '1882'
body:
encoding: UTF-8
- string: '{"_id":"56f0312dc36511207342cbe1","created_at":"2016-03-21T17:36:45Z","updated_at":"2016-03-21T17:36:46Z","name":"Bands","slug":"bands","description":"List
- of bands","label_field_name":"name","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"56f0312dc36511207342cbe2","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":"56f0312dc36511207342cbe3","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":"56f0312dc36511207342cbe4","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":"56f0312dc36511207342cbe6","name":{"en":"grunge"},"position":0},{"id":"56f0312dc36511207342cbe7","name":{"en":"rock"},"position":0},{"id":"56f0312dc36511207342cbe8","name":{"en":"country"},"position":0}]},{"_id":"56f0312ec36511207342cc04","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":"56f0312dc36511207342cbe5","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":"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":[]}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:46 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:08 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:46 GMT
+ - Wed, 01 Jun 2016 14:46:08 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -717,45 +718,45 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"3771fbab501154f4bacafbe280ce6855"
+ - W/"60504f645ecd8223931d0dff1576586b"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 34de46c5-5163-4d50-84f4-3e87872d2f6c
+ - 359da212-2319-4b09-94ae-ef8ec77461b4
X-Runtime:
- - '0.103386'
+ - '0.121825'
Content-Length:
- - '1891'
+ - '1912'
body:
encoding: UTF-8
- string: '{"_id":"56f0312ec36511207342cbf5","created_at":"2016-03-21T17:36:46Z","updated_at":"2016-03-21T17:36:46Z","name":"Songs","slug":"songs","description":null,"label_field_name":"title","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"56f0312ec36511207342cbf6","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":"56f0312ec36511207342cc05","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":"56f0312ec36511207342cbf7","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":"56f0312ec36511207342cbf8","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":"56f0312ec36511207342cbf9","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":"56f0312ec36511207342cbfa","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format
+ 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
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: Mon, 21 Mar 2016 17:36:46 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:08 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=V8VMCfCsp7XzQLvAd1AY&content_entry%5B_slug%5D=alice-in-chains&content_entry%5Bfeatured%5D=false&content_entry%5Bkind%5D=grunge&content_entry%5Bleader%5D=Layne&content_entry%5Bname%5D=Alice+in+Chains
+ string: auth_token=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:46 GMT
+ - Wed, 01 Jun 2016 14:46:09 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -768,43 +769,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"1b4ab50bc253d2649b50376303be219a"
+ - W/"45961627d0a7f1ff0e23ee37f44bcf75"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e638058b-66bc-43a0-ac38-d8546d0ce73d
+ - b7bd594d-e5a1-4442-9111-887b41b0a7bd
X-Runtime:
- - '0.135278'
+ - '0.111816'
Content-Length:
- - '354'
+ - '350'
body:
encoding: UTF-8
- string: '{"_id":"56f0312ec36511207342cc07","created_at":"2016-03-21T17:36:46Z","updated_at":"2016-03-21T17:36:46Z","_slug":"alice-in-chains","content_type_slug":"bands","_label":"Alice
+ 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
in Chains","_position":0,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"name":"Alice
- in Chains","leader":"Layne","kind":"grunge","featured":false}'
+ in Chains","leader":"Layne","kind":null,"featured":false}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:46 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:09 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=V8VMCfCsp7XzQLvAd1AY&content_entry%5B_slug%5D=pearl-jam&content_entry%5Bfeatured%5D=false&content_entry%5Bkind%5D=grunge&content_entry%5Bleader%5D=Eddie&content_entry%5Bname%5D=Pearl+Jam
+ string: auth_token=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:46 GMT
+ - Wed, 01 Jun 2016 14:46:09 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -817,43 +818,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"bbd630d2857e253ce3f5392db964ba8f"
+ - W/"3299ad02c4720f7ffb0f5caaa712a308"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 9525e019-ebf3-4b30-96cd-aa0ad9361efc
+ - 2bfe8a35-b373-491a-94c0-1236bd898e35
X-Runtime:
- - '0.055539'
+ - '0.073106'
Content-Length:
- - '336'
+ - '332'
body:
encoding: UTF-8
- string: '{"_id":"56f0312fc36511207342cc0a","created_at":"2016-03-21T17:36:47Z","updated_at":"2016-03-21T17:36:47Z","_slug":"pearl-jam","content_type_slug":"bands","_label":"Pearl
+ 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
Jam","_position":1,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"name":"Pearl
- Jam","leader":"Eddie","kind":"grunge","featured":false}'
+ Jam","leader":"Eddie","kind":null,"featured":false}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:47 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:09 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=V8VMCfCsp7XzQLvAd1AY&content_entry%5B_slug%5D=the-who&content_entry%5Bfeatured%5D=true&content_entry%5Bkind%5D=rock&content_entry%5Bleader%5D=Peter&content_entry%5Bname%5D=The+who
+ string: auth_token=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:47 GMT
+ - Wed, 01 Jun 2016 14:46:09 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -866,43 +867,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"91986b053df69a42bcb607c0df2d67a6"
+ - W/"a81873d9b5f099f1244814d6911f6071"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 87786e2a-6df8-4059-b3b2-142f1119398d
+ - 7c166d23-1bb6-475e-9e98-e62a9b9d08b1
X-Runtime:
- - '0.059015'
+ - '0.073093'
Content-Length:
- - '327'
+ - '325'
body:
encoding: UTF-8
- string: '{"_id":"56f0312fc36511207342cc0d","created_at":"2016-03-21T17:36:47Z","updated_at":"2016-03-21T17:36:47Z","_slug":"the-who","content_type_slug":"bands","_label":"The
+ 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
who","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"name":"The
- who","leader":"Peter","kind":"rock","featured":true}'
+ who","leader":"Peter","kind":null,"featured":true}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:47 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:09 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/content_assets.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://localhost:3000/locomotive/api/v3/content_assets.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:47 GMT
+ - Wed, 01 Jun 2016 14:46:09 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
response:
status:
code: 200
@@ @@ -915,16 +916,16 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 00ae407d-091d-4ddc-b682-316ef73f748f
+ - 3afe82a4-4fab-4903-a5d8-0770b46e007d
X-Runtime:
- - '0.029335'
+ - '0.030227'
Content-Length:
- '2'
body:
encoding: UTF-8
string: "[]"
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:47 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:09 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/content_assets.json
@@ @@ -4570,23 +4571,23 @@ http_interactions:
OfidNktYCfvn4Km/bXYO/jvMLNj8pMaBuKpZbO3y4yZrtnX/ZscEhoeY1tKX
ETGx9f8LMACQI47rDqNe1wAAAABJRU5ErkJggg0KLS0tLS0tLS0tLS0tLVJ1
YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRh
- dGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNClY4Vk1DZkNzcDdYelFMdkFkMUFZ
+ dGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmU3MlZoU1R5R1hfUm5acVhlRWVa
DQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo=
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:47 GMT
+ - Wed, 01 Jun 2016 14:46:09 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -4599,41 +4600,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"95b063be0765195f9444b6e66c730fd4"
+ - W/"a600126edcc9773f55d0ec7ca37ee426"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 32432ee8-3700-4f7e-9fa3-bf98ecfb0c3c
+ - 2f2775ca-6dda-4bf8-9875-dcd5841b3a05
X-Runtime:
- - '0.135548'
+ - '0.109982'
Content-Length:
- '1109'
body:
encoding: UTF-8
- string: '{"_id":"56f0312fc36511207342cc0f","created_at":"2016-03-21T17:36:47Z","updated_at":"2016-03-21T17:36:47Z","content_type":"image","width":602,"height":397,"vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NmYwMzEyZGMzNjUxMTIwNzM0MmNiZGMvYXNzZXRzLzU2ZjAzMTJmYzM2NTExMjA3MzQyY2MwZi9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjg1eDg1IyJdXQ/photo.jpg?sha=1eac254ff27005b5","alternative_vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NmYwMzEyZGMzNjUxMTIwNzM0MmNiZGMvYXNzZXRzLzU2ZjAzMTJmYzM2NTExMjA3MzQyY2MwZi9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjE5MHgxMjBcdTAwM2UiLHsiZm9ybWF0IjoicG5nIiwiZnJhbWUiOjB9XSxbInAiLCJlbmNvZGUiLCJwbmciXV0/photo.png?sha=7a017c1934bcc734","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/56f0312dc36511207342cbdc/assets/56f0312fc36511207342cc0f/photo.jpg"}'
+ 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"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:47 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:09 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=V8VMCfCsp7XzQLvAd1AY&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%2F56f0312dc36511207342cbdc%2Fassets%2F56f0312fc36511207342cc0f%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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:47 GMT
+ - Wed, 01 Jun 2016 14:46:09 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4646,45 +4647,45 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ba4de36222151b293b7609b8e499952d"
+ - W/"288ecb615647534e7f73a83ddb75f377"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 4deb3390-8bd4-426f-a2c0-b468a8446814
+ - 3f269107-311c-4c62-9a43-b6d1a7b9d41e
X-Runtime:
- - '0.066500'
+ - '0.080316'
Content-Length:
- '568'
body:
encoding: UTF-8
- string: '{"_id":"56f0312fc36511207342cc11","created_at":"2016-03-21T17:36:47Z","updated_at":"2016-03-21T17:36:47Z","_slug":"avogadros-number","content_type_slug":"events","_label":"Avogadro''s
+ 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
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/56f0312dc36511207342cbdc/assets/56f0312fc36511207342cc0f/photo.jpg\"
+ ipsum\u003cbr/\u003e\u003cimg src=\"/sites/574ef52f87f6437126b45fe6/assets/574ef53187f6437126b46019/photo.jpg\"
alt=\"\" /\u003e\u003c/p\u003e","tags":null,"price":0.0}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:47 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:09 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=V8VMCfCsp7XzQLvAd1AY&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%2F56f0312dc36511207342cbdc%2Fassets%2F56f0312fc36511207342cc0f%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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:47 GMT
+ - Wed, 01 Jun 2016 14:46:09 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4697,45 +4698,45 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"678fac86f329e2a4f82e12d8ab388abe"
+ - W/"fdb1e6872f73aac894cda9e4453f349a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f6fe639a-b45d-42e0-88d3-33769462074b
+ - bc462b53-1abf-4a4c-918b-214681aa95f1
X-Runtime:
- - '0.069606'
+ - '0.117164'
Content-Length:
- '568'
body:
encoding: UTF-8
- string: '{"_id":"56f0312fc36511207342cc14","created_at":"2016-03-21T17:36:47Z","updated_at":"2016-03-21T17:36:47Z","_slug":"quixotes-true-blue","content_type_slug":"events","_label":"Quixote''s
+ 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
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/56f0312dc36511207342cbdc/assets/56f0312fc36511207342cc0f/photo.jpg\"
+ ipsum\u003cbr/\u003e\u003cimg src=\"/sites/574ef52f87f6437126b45fe6/assets/574ef53187f6437126b46019/photo.jpg\"
alt=\"\" /\u003e\u003c/p\u003e","tags":null,"price":0.0}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:47 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:09 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=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:47 GMT
+ - Wed, 01 Jun 2016 14:46:09 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4748,44 +4749,44 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"5cd53b97ba104cfcd01d4e32be392e52"
+ - W/"c67560b9f41de2c46a5f4a68f7908ddb"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - aed5501f-de19-403f-945b-f5fb61334f4c
+ - 3806f34d-81a0-4825-aa6b-e95ae79ea2fd
X-Runtime:
- - '0.068258'
+ - '0.109166'
Content-Length:
- '435'
body:
encoding: UTF-8
- string: '{"_id":"56f0312fc36511207342cc17","created_at":"2016-03-21T17:36:47Z","updated_at":"2016-03-21T17:36:47Z","_slug":"kellys-westport-inn","content_type_slug":"events","_label":"Kelly''s
+ 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
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: Mon, 21 Mar 2016 17:36:47 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:09 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=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:47 GMT
+ - Wed, 01 Jun 2016 14:46:09 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4798,44 +4799,44 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8a8ecf2e59446c848ff6345c1acb6337"
+ - W/"3e3ab1e10bd80134fec45cc03a87d990"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e3e3fa56-c1e2-48b0-8203-cc17777ac0da
+ - f5da9094-afbd-4219-be41-bb3b7c105675
X-Runtime:
- - '0.066810'
+ - '0.090694'
Content-Length:
- '421'
body:
encoding: UTF-8
- string: '{"_id":"56f0312fc36511207342cc1a","created_at":"2016-03-21T17:36:47Z","updated_at":"2016-03-21T17:36:47Z","_slug":"brownes-market","content_type_slug":"events","_label":"Browne''s
+ 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
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: Mon, 21 Mar 2016 17:36:47 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:10 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/ballydoyles.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:47 GMT
+ - Wed, 01 Jun 2016 14:46:10 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4848,41 +4849,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c9081706db1270e257c6ebc8d868354d"
+ - W/"a04aea4eae164129f32e1f9a0b2a7911"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 32a81857-6f92-4156-baf5-6504503417fd
+ - b7592416-9e0d-4c26-a922-6575fc461f30
X-Runtime:
- - '0.068538'
+ - '0.090007'
Content-Length:
- '388'
body:
encoding: UTF-8
- string: '{"_id":"56f0312fc36511207342cc1d","created_at":"2016-03-21T17:36:47Z","updated_at":"2016-03-21T17:36:47Z","_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":"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}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:47 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:10 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=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:47 GMT
+ - Wed, 01 Jun 2016 14:46:10 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4895,43 +4896,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a5825c0c4de18f2db97543a39c042a90"
+ - W/"be961eb25b402a7a9d400edfa92b12f1"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 56f84be1-68ec-4b25-8952-e4bed43fe66a
+ - a5f23d50-9101-4a11-87f7-904391e93ab5
X-Runtime:
- - '0.066899'
+ - '0.087718'
Content-Length:
- '388'
body:
encoding: UTF-8
- string: '{"_id":"56f0312fc36511207342cc20","created_at":"2016-03-21T17:36:47Z","updated_at":"2016-03-21T17:36:47Z","_slug":"the-belmont","content_type_slug":"events","_label":"The
+ 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
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: Mon, 21 Mar 2016 17:36:47 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:10 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=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:47 GMT
+ - Wed, 01 Jun 2016 14:46:10 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4944,43 +4945,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"2f928936309611c9f0db3db8c41fd504"
+ - W/"662c622ec1990a9662fc7516f319ccda"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 4a4ef875-ea02-4467-9a67-39cd3df6e128
+ - c15dba42-b952-4acc-9665-66fcffe1fe19
X-Runtime:
- - '0.061286'
+ - '0.094643'
Content-Length:
- '411'
body:
encoding: UTF-8
- string: '{"_id":"56f0312fc36511207342cc23","created_at":"2016-03-21T17:36:47Z","updated_at":"2016-03-21T17:36:47Z","_slug":"avogadros-number-1","content_type_slug":"events","_label":"Avogadro''s
+ 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
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: Mon, 21 Mar 2016 17:36:47 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:10 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=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:47 GMT
+ - Wed, 01 Jun 2016 14:46:10 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -4993,43 +4994,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"054900ba70af743a7628ff56d111e585"
+ - W/"f11258851a36aa0edc1880149e4adb4e"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 9c48ba60-2414-4a63-b911-e228d2b4fb47
+ - f7ab5046-30a7-4cae-92a9-1a98e6ce4423
X-Runtime:
- - '0.063488'
+ - '0.087939'
Content-Length:
- '411'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc26","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:48Z","_slug":"quixotes-true-blue-1","content_type_slug":"events","_label":"Quixote''s
+ 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
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: Mon, 21 Mar 2016 17:36:48 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:10 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=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:48 GMT
+ - Wed, 01 Jun 2016 14:46:10 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -5042,43 +5043,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"40b1baf71a3d3e717f41ccc4e878311c"
+ - W/"afc114e1677125c341f1a753b4a50568"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 5e4791ab-7613-4283-9875-f33dc27d9ac8
+ - 0e691c49-fbfc-4c34-a2e7-16691a4385e9
X-Runtime:
- - '0.067873'
+ - '0.085193'
Content-Length:
- '419'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc29","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:48Z","_slug":"kellys-westport-inn-1","content_type_slug":"events","_label":"Kelly''s
+ 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
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: Mon, 21 Mar 2016 17:36:48 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:10 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=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:48 GMT
+ - Wed, 01 Jun 2016 14:46:10 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -5091,43 +5092,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"41823215c75ade0cc56ebad84171ac9d"
+ - W/"8854ac35ed7b4fd20ac473246ec098c2"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 6ce19d3a-682b-41ac-9eef-be9050954831
+ - 94c10b52-6f97-4e23-baee-ff18a18d372b
X-Runtime:
- - '0.067003'
+ - '0.091532'
Content-Length:
- '404'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc2c","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:48Z","_slug":"brownes-market-1","content_type_slug":"events","_label":"Browne''s
+ 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
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: Mon, 21 Mar 2016 17:36:48 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:10 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=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:48 GMT
+ - Wed, 01 Jun 2016 14:46:10 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -5140,41 +5141,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c553c3bc8f0f70aa050fb2e741da5386"
+ - W/"ad9a6c4b5872f9b3a3fb9f6540f8f56a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 14983496-d672-4bee-ae6e-6bcfebeca5e5
+ - 45e3c84d-0f5f-4762-a5c1-1b37069cc597
X-Runtime:
- - '0.068275'
+ - '0.090160'
Content-Length:
- '391'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc2f","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:48Z","_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":"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}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:48 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:10 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=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:48 GMT
+ - Wed, 01 Jun 2016 14:46:10 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -5187,22 +5188,22 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"bfe120a5f5168c8f5c708ef863290318"
+ - W/"3492d3f7e22f8de41a87ce4f7aeb349f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d0729f99-3b0c-41f6-b272-6f1d4b5da973
+ - bb8cd554-3554-4b35-b8fc-4160448c24c3
X-Runtime:
- - '0.068861'
+ - '0.086451'
Content-Length:
- '391'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc32","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:48Z","_slug":"the-belmont-1","content_type_slug":"events","_label":"The
+ 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
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: Mon, 21 Mar 2016 17:36:48 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:10 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-1.json
@@ @@ -5562,23 +5563,23 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpWOFZNQ2ZDc3A3WHpRTHZBZDFBWQ0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:48 GMT
+ - Wed, 01 Jun 2016 14:46:10 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -5593,26 +5594,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"0c03b1764b69a05533fcc5a129d4a0a6"
+ - W/"e01e1bbad1a911222a84009d5c8951c0"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 2080e397-a5c7-4028-a360-3fed2e919330
+ - ea16f1cc-b418-4d94-8861-d39e4af561ed
X-Runtime:
- - '0.084003'
+ - '0.105056'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc35","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:48Z","_slug":"song-number-1","content_type_slug":"songs","_label":"Song
+ 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
#1","_position":0,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #1","cover":"/sites/56f0312dc36511207342cbdc/content_entry56f0312ec36511207342cbf5/56f03130c36511207342cc35/files/cover.jpg","short_description":"Lorem
+ #1","cover":"/sites/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b4603f/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: Mon, 21 Mar 2016 17:36:48 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:11 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-2.json
@@ @@ -5972,23 +5973,23 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpWOFZNQ2ZDc3A3WHpRTHZBZDFBWQ0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:48 GMT
+ - Wed, 01 Jun 2016 14:46:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -6003,26 +6004,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a99ae8144db6d7aae773d278f3378687"
+ - W/"b745bd2158bcaa92cd457d03641b899e"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f8376525-e07c-4e04-ba46-890ca78de456
+ - e89facfd-3f63-422e-91f7-cfb6ddabe09b
X-Runtime:
- - '0.079881'
+ - '0.107052'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc38","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:48Z","_slug":"song-number-2","content_type_slug":"songs","_label":"Song
+ 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
#2","_position":1,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #2","cover":"/sites/56f0312dc36511207342cbdc/content_entry56f0312ec36511207342cbf5/56f03130c36511207342cc38/files/cover.jpg","short_description":"Lorem
+ #2","cover":"/sites/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b46042/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: Mon, 21 Mar 2016 17:36:48 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:11 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-3.json
@@ @@ -6382,23 +6383,23 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpWOFZNQ2ZDc3A3WHpRTHZBZDFBWQ0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:48 GMT
+ - Wed, 01 Jun 2016 14:46:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -6413,26 +6414,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"4b289d59b51f5fddbd3f627a65bdd20a"
+ - W/"a45229e05f633543308ea397b4f33938"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 477058c8-52d4-44e1-a720-31fe203b7bb5
+ - 551b0107-182e-40c7-91e2-b9e26394ac99
X-Runtime:
- - '0.074169'
+ - '0.093168'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc3b","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:48Z","_slug":"song-number-3","content_type_slug":"songs","_label":"Song
+ 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
#3","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #3","cover":"/sites/56f0312dc36511207342cbdc/content_entry56f0312ec36511207342cbf5/56f03130c36511207342cc3b/files/cover.jpg","short_description":"Lorem
+ #3","cover":"/sites/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b46045/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: Mon, 21 Mar 2016 17:36:48 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:11 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-4.json
@@ @@ -6792,23 +6793,23 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpWOFZNQ2ZDc3A3WHpRTHZBZDFBWQ0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:48 GMT
+ - Wed, 01 Jun 2016 14:46:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -6823,26 +6824,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"bd4684e5b7191fe336f89ef9a16fefea"
+ - W/"af06e67944ebaf21a66cf87a3e5e2686"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 64930c53-6190-4614-a6b3-91499bc5b638
+ - 9a5784c0-60b9-4ebb-b3c1-ef4054615b5d
X-Runtime:
- - '0.080872'
+ - '0.096689'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc3e","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:48Z","_slug":"song-number-4","content_type_slug":"songs","_label":"Song
+ 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
#4","_position":3,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #4","cover":"/sites/56f0312dc36511207342cbdc/content_entry56f0312ec36511207342cbf5/56f03130c36511207342cc3e/files/cover.jpg","short_description":"Lorem
+ #4","cover":"/sites/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b46048/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: Mon, 21 Mar 2016 17:36:48 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:11 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-5.json
@@ @@ -7202,23 +7203,23 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpWOFZNQ2ZDc3A3WHpRTHZBZDFBWQ0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:48 GMT
+ - Wed, 01 Jun 2016 14:46:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -7233,26 +7234,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"6a711c1250d69e12e2944dc7435c4cb8"
+ - W/"a729ae50670caee9c7d32ac1a80f16e2"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 80f8b79d-8262-40ff-9246-330203d537d1
+ - 714487c3-74dc-481e-a682-4f9c8f92e767
X-Runtime:
- - '0.077989'
+ - '0.094017'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc41","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:48Z","_slug":"song-number-5","content_type_slug":"songs","_label":"Song
+ 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
#5","_position":4,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #5","cover":"/sites/56f0312dc36511207342cbdc/content_entry56f0312ec36511207342cbf5/56f03130c36511207342cc41/files/cover.jpg","short_description":"Lorem
+ #5","cover":"/sites/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b4604b/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: Mon, 21 Mar 2016 17:36:48 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:11 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-6.json
@@ @@ -7612,23 +7613,23 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpWOFZNQ2ZDc3A3WHpRTHZBZDFBWQ0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:48 GMT
+ - Wed, 01 Jun 2016 14:46:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -7643,26 +7644,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"e5f3e16242ccea66f743467ffa707209"
+ - W/"2fdef39364966b3f8e85d9563c51cb70"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c73a5070-4946-4d9c-80ad-92f53d0821d8
+ - ffd08585-f44c-49b2-aea2-4c50295be1f7
X-Runtime:
- - '0.084126'
+ - '0.096252'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc44","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:48Z","_slug":"song-number-6","content_type_slug":"songs","_label":"Song
+ 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
#6","_position":5,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #6","cover":"/sites/56f0312dc36511207342cbdc/content_entry56f0312ec36511207342cbf5/56f03130c36511207342cc44/files/cover.jpg","short_description":"Lorem
+ #6","cover":"/sites/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b4604e/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: Mon, 21 Mar 2016 17:36:49 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:11 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-7.json
@@ @@ -8022,23 +8023,23 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpWOFZNQ2ZDc3A3WHpRTHZBZDFBWQ0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:49 GMT
+ - Wed, 01 Jun 2016 14:46:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8053,26 +8054,26 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a31853dd223ad3064696821bbbc47bd7"
+ - W/"f07994a0beb8cc9f96a436c6e91fcc77"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 76f17869-3524-4f7b-968f-14cf778ff9f3
+ - aac121db-0d7b-4610-a7e6-40643522e1bf
X-Runtime:
- - '0.086624'
+ - '0.097009'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"56f03131c36511207342cc47","created_at":"2016-03-21T17:36:49Z","updated_at":"2016-03-21T17:36:49Z","_slug":"song-number-7","content_type_slug":"songs","_label":"Song
+ 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
#7","_position":6,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #7","cover":"/sites/56f0312dc36511207342cbdc/content_entry56f0312ec36511207342cbf5/56f03131c36511207342cc47/files/cover.jpg","short_description":"Lorem
+ #7","cover":"/sites/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b46051/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: Mon, 21 Mar 2016 17:36:49 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:11 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-8.json
@@ @@ -8432,23 +8433,23 @@ http_interactions:
bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l
bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu
- YW1lPSJhdXRoX3Rva2VuIg0KDQpWOFZNQ2ZDc3A3WHpRTHZBZDFBWQ0KLS0t
+ YW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0t
LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:49 GMT
+ - Wed, 01 Jun 2016 14:46:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8463,47 +8464,47 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"939473504160e9fb2e8d33bc962aee40"
+ - W/"5c2bef6232cda226947f071475d5c360"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 4aca1289-4f9e-4a94-95ed-8a9bea960f26
+ - 2081d8b9-cc90-4a28-8fcd-ed8a882995ff
X-Runtime:
- - '0.082609'
+ - '0.095538'
Content-Length:
- '783'
body:
encoding: UTF-8
- string: '{"_id":"56f03131c36511207342cc4a","created_at":"2016-03-21T17:36:49Z","updated_at":"2016-03-21T17:36:49Z","_slug":"song-number-8","content_type_slug":"songs","_label":"Song
+ 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
#8","_position":7,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song
- #8","cover":"/sites/56f0312dc36511207342cbdc/content_entry56f0312ec36511207342cbf5/56f03131c36511207342cc4a/files/cover.jpg","short_description":"Lorem
+ #8","cover":"/sites/574ef52f87f6437126b45fe6/content_entry574ef53087f6437126b45fff/574ef53387f6437126b46054/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: Mon, 21 Mar 2016 17:36:49 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:11 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=V8VMCfCsp7XzQLvAd1AY&content_entry%5B_slug%5D=update-number-1&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-05-12&content_entry%5Btext%5D=added+some+free+stuff&content_entry%5Btitle%5D=Update+%231
+ string: auth_token=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:49 GMT
+ - Wed, 01 Jun 2016 14:46:11 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8516,43 +8517,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"4f9e408ec7667771c445358a59bada0c"
+ - W/"3a8cb5118bb2c341eb9ca21036f98609"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 334aff38-845a-48bf-a96b-9bd2522920cd
+ - 84fb2a5a-e31c-4391-9d3d-9706d11a2aa8
X-Runtime:
- - '0.070477'
+ - '0.071400'
Content-Length:
- - '367'
+ - '362'
body:
encoding: UTF-8
- string: '{"_id":"56f03131c36511207342cc4d","created_at":"2016-03-21T17:36:49Z","updated_at":"2016-03-21T17:36:49Z","_slug":"update-number-1","content_type_slug":"updates","_label":"Update
+ 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
#1","_position":0,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update
- #1","text":"added some free stuff","category":"General","date":"2009-05-12"}'
+ #1","text":"added some free stuff","category":null,"date":"2009-05-12"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:49 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:12 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=V8VMCfCsp7XzQLvAd1AY&content_entry%5B_slug%5D=update-number-2&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-05-23&content_entry%5Btext%5D=added+a+chatroom&content_entry%5Btitle%5D=Update+%232
+ string: auth_token=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:49 GMT
+ - Wed, 01 Jun 2016 14:46:12 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8565,43 +8566,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"fe6a83d75af333adfb46d87f601cde3b"
+ - W/"8b7dffff8c2d0bf15965c81fa4459302"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e24e82bd-8440-41fd-9f59-0c59ae287076
+ - 4de91e8d-582b-4d63-b637-fd8f4a8822b3
X-Runtime:
- - '0.060693'
+ - '0.072324'
Content-Length:
- - '362'
+ - '357'
body:
encoding: UTF-8
- string: '{"_id":"56f03131c36511207342cc50","created_at":"2016-03-21T17:36:49Z","updated_at":"2016-03-21T17:36:49Z","_slug":"update-number-2","content_type_slug":"updates","_label":"Update
+ 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
#2","_position":1,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update
- #2","text":"added a chatroom","category":"General","date":"2009-05-23"}'
+ #2","text":"added a chatroom","category":null,"date":"2009-05-23"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:49 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:12 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=V8VMCfCsp7XzQLvAd1AY&content_entry%5B_slug%5D=update-number-3&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-06-29&content_entry%5Btext%5D=site+redesign&content_entry%5Btitle%5D=Update+%233
+ string: auth_token=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:49 GMT
+ - Wed, 01 Jun 2016 14:46:12 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8614,43 +8615,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"eaa558360fe2046ba8fe6e44a421a6b2"
+ - W/"e12400f122e0b30006208f8660da7c09"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e2c464c5-d0d4-45ba-bd5a-9a37d39b44ef
+ - ff15c61f-0b9e-4a9c-9a96-a2a9ec0266b5
X-Runtime:
- - '0.056749'
+ - '0.070768'
Content-Length:
- - '359'
+ - '354'
body:
encoding: UTF-8
- string: '{"_id":"56f03131c36511207342cc53","created_at":"2016-03-21T17:36:49Z","updated_at":"2016-03-21T17:36:49Z","_slug":"update-number-3","content_type_slug":"updates","_label":"Update
+ 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
#3","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update
- #3","text":"site redesign","category":"General","date":"2009-06-29"}'
+ #3","text":"site redesign","category":null,"date":"2009-06-29"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:49 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:12 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=V8VMCfCsp7XzQLvAd1AY&content_entry%5B_slug%5D=update-number-4&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-10-09&content_entry%5Btext%5D=NEW+ALBUM+FINISHED%21%21&content_entry%5Btitle%5D=Update+%234
+ string: auth_token=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:49 GMT
+ - Wed, 01 Jun 2016 14:46:12 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8663,43 +8664,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"11c5af65b4a320e84e6d5150199f44d9"
+ - W/"199661b0feed9d51d513c45fac9764aa"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - fb52f3f0-2196-4672-b405-3d2526ef9110
+ - fcc58cc2-50b6-4780-bb6f-4a6fce53a3e5
X-Runtime:
- - '0.060324'
+ - '0.071325'
Content-Length:
- - '366'
+ - '361'
body:
encoding: UTF-8
- string: '{"_id":"56f03131c36511207342cc56","created_at":"2016-03-21T17:36:49Z","updated_at":"2016-03-21T17:36:49Z","_slug":"update-number-4","content_type_slug":"updates","_label":"Update
+ 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
#4","_position":3,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update
- #4","text":"NEW ALBUM FINISHED!!","category":"General","date":"2009-10-09"}'
+ #4","text":"NEW ALBUM FINISHED!!","category":null,"date":"2009-10-09"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:49 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:12 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=V8VMCfCsp7XzQLvAd1AY&content_entry%5B_slug%5D=update-number-5&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-11-02&content_entry%5Btext%5D=brian+posted+a+new+post&content_entry%5Btitle%5D=Update+%235
+ string: auth_token=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:49 GMT
+ - Wed, 01 Jun 2016 14:46:12 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8712,43 +8713,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"b3bad285190c34ec1175c8e63324a7fd"
+ - W/"855dfb998e975311af0399c1daf12a02"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c42d70ee-2496-465c-88ba-109ceb3903f2
+ - 401b26f9-a6c0-4662-b980-c5e6001e0278
X-Runtime:
- - '0.060876'
+ - '0.072968'
Content-Length:
- - '369'
+ - '364'
body:
encoding: UTF-8
- string: '{"_id":"56f03131c36511207342cc59","created_at":"2016-03-21T17:36:49Z","updated_at":"2016-03-21T17:36:49Z","_slug":"update-number-5","content_type_slug":"updates","_label":"Update
+ 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
#5","_position":4,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update
- #5","text":"brian posted a new post","category":"General","date":"2009-11-02"}'
+ #5","text":"brian posted a new post","category":null,"date":"2009-11-02"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:49 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:12 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=V8VMCfCsp7XzQLvAd1AY&content_entry%5B_slug%5D=update-number-6&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-11-16&content_entry%5Btext%5D=john+posted+a+new+post&content_entry%5Btitle%5D=Update+%236
+ string: auth_token=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:49 GMT
+ - Wed, 01 Jun 2016 14:46:12 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- ''
Content-Type:
@@ @@ -8761,45 +8762,45 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"6a5c4a07af4c5f5351e83ddbf2d422b9"
+ - W/"2a2ebfea82fa030ad6b9e715539e424a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 6b0fa805-8cf9-4966-aaf7-378b9df9c3c2
+ - 67bd9b92-47e9-4e70-bbf0-ad88522788d7
X-Runtime:
- - '0.061593'
+ - '0.101699'
Content-Length:
- - '368'
+ - '363'
body:
encoding: UTF-8
- string: '{"_id":"56f03131c36511207342cc5c","created_at":"2016-03-21T17:36:49Z","updated_at":"2016-03-21T17:36:49Z","_slug":"update-number-6","content_type_slug":"updates","_label":"Update
+ 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
#6","_position":5,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update
- #6","text":"john posted a new post","category":"General","date":"2009-11-16"}'
+ #6","text":"john posted a new post","category":null,"date":"2009-11-16"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:49 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:12 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56f03130c36511207342cc35.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/574ef53487f6437126b46057.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&content_entry%5Bband%5D=pearl-jam
+ 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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:49 GMT
+ - Wed, 01 Jun 2016 14:46:12 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- - ''
+ - fr
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -8810,49 +8811,45 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"7cd773e1f0b526b99d6366ed08624888"
+ - W/"f1561e5d01144d7d6ec5c767542ee62a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e6227b6f-8b9a-48be-beea-264fa80beb6e
+ - 8151ce2a-3e83-4d5e-bf72-77bd86bfcb61
X-Runtime:
- - '0.089754'
+ - '0.088121'
Content-Length:
- - '790'
+ - '365'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc35","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:49Z","_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/56f0312dc36511207342cbdc/content_entry56f0312ec36511207342cbf5/56f03130c36511207342cc35/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"}'
+ 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
+ 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: Mon, 21 Mar 2016 17:36:49 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:12 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56f03130c36511207342cc38.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/574ef53487f6437126b4605a.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&content_entry%5Bband%5D=pearl-jam
+ 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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:49 GMT
+ - Wed, 01 Jun 2016 14:46:12 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- - ''
+ - fr
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -8863,49 +8860,45 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"dd15bf06c455a7325aa0484faabb8c95"
+ - W/"bdd1eed738676994bc3fc2caf1bf8a8e"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - a5c4b98c-2a79-49e1-bbd2-18ebc8b4a4fd
+ - 6596eacd-27f0-4b96-b29a-1e035686a23c
X-Runtime:
- - '0.069639'
+ - '0.075455'
Content-Length:
- - '790'
+ - '365'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc38","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:49Z","_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/56f0312dc36511207342cbdc/content_entry56f0312ec36511207342cbf5/56f03130c36511207342cc38/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"}'
+ 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
+ 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: Mon, 21 Mar 2016 17:36:49 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:12 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56f03130c36511207342cc3b.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/574ef53487f6437126b4605d.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&content_entry%5Bband%5D=pearl-jam
+ 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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:50 GMT
+ - Wed, 01 Jun 2016 14:46:12 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- - ''
+ - fr
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -8916,49 +8909,45 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"1e5fd01cdc69e5602de33db9c7b36075"
+ - W/"669fc2e30856fd3718cb736367147a59"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 8849570a-a246-499f-89a9-6b22f715c80d
+ - 9c3c8e78-9a05-49e3-ba45-b43b25d2c825
X-Runtime:
- - '0.068685'
+ - '0.075987'
Content-Length:
- - '790'
+ - '365'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc3b","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:50Z","_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/56f0312dc36511207342cbdc/content_entry56f0312ec36511207342cbf5/56f03130c36511207342cc3b/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"}'
+ 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
+ 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: Mon, 21 Mar 2016 17:36:50 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:13 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56f03130c36511207342cc3e.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/574ef53487f6437126b46060.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&content_entry%5Bband%5D=pearl-jam
+ 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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:50 GMT
+ - Wed, 01 Jun 2016 14:46:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- - ''
+ - fr
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -8969,49 +8958,45 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"e7ed84e5a4674c32295d3fe7b784a1b4"
+ - W/"2d04e3c5dc8ce0bfd7a03aaa460766d0"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - b8062b3a-1f3c-4f27-bdca-8db9c8439c79
+ - a71a2a2c-5cf1-47b7-81f0-afb7abb443bd
X-Runtime:
- - '0.072586'
+ - '0.094511'
Content-Length:
- - '790'
+ - '365'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc3e","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:50Z","_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/56f0312dc36511207342cbdc/content_entry56f0312ec36511207342cbf5/56f03130c36511207342cc3e/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"}'
+ 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
+ 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: Mon, 21 Mar 2016 17:36:50 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:13 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56f03130c36511207342cc41.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/574ef53487f6437126b46063.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&content_entry%5Bband%5D=the-who
+ 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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:50 GMT
+ - Wed, 01 Jun 2016 14:46:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- - ''
+ - fr
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -9022,49 +9007,45 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"46f2789e07d57ddf1c2fccb72163c5a0"
+ - W/"7032fe397b42d2d9b03e9dcc112e2cd1"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c33002a4-0fa5-4a88-8f80-110348f747c1
+ - e591ef80-652c-4401-9782-0307be848cc5
X-Runtime:
- - '0.069046'
+ - '0.078167'
Content-Length:
- - '788'
+ - '365'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc41","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:50Z","_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/56f0312dc36511207342cbdc/content_entry56f0312ec36511207342cbf5/56f03130c36511207342cc41/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"}'
+ 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
+ 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: Mon, 21 Mar 2016 17:36:50 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:13 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56f03130c36511207342cc44.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/574ef53487f6437126b46066.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&content_entry%5Bband%5D=the-who
+ 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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:50 GMT
+ - Wed, 01 Jun 2016 14:46:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- - ''
+ - fr
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -9075,49 +9056,45 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"5b3a02e67630baf0ba8116e6a82e8cea"
+ - W/"0018c01bd1b2487ffa2a1e59751f0f9c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - b3dfbaa4-0eca-4066-9504-4a2302de8243
+ - e6ee49ae-f0ea-4490-bc95-e18c9c3c8507
X-Runtime:
- - '0.071019'
+ - '0.075540'
Content-Length:
- - '788'
+ - '365'
body:
encoding: UTF-8
- string: '{"_id":"56f03130c36511207342cc44","created_at":"2016-03-21T17:36:48Z","updated_at":"2016-03-21T17:36:50Z","_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/56f0312dc36511207342cbdc/content_entry56f0312ec36511207342cbf5/56f03130c36511207342cc44/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"}'
+ 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
+ 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: Mon, 21 Mar 2016 17:36:50 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:13 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56f03131c36511207342cc4d.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/574ef53387f6437126b4603f.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&content_entry%5B_slug%5D=mise-a-jour-number-1&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%231
+ string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5Bband%5D=pearl-jam
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:50 GMT
+ - Wed, 01 Jun 2016 14:46:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- - fr
+ - ''
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -9128,52 +9105,49 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"4e4515aa5d1ec7581866dda45885ceb0"
+ - W/"79e99f5f7b61f6944b9ac07fa4aa32dd"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 0b998db7-214b-4736-b5a6-af3012a01e97
+ - d20d6b7e-2625-40b1-9d6e-bedeae8129a5
X-Runtime:
- - '0.063896'
+ - '0.130357'
Content-Length:
- - '372'
+ - '790'
body:
- encoding: ASCII-8BIT
- string: !binary |-
- eyJfaWQiOiI1NmYwMzEzMWMzNjUxMTIwNzM0MmNjNGQiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMy0yMVQxNzozNjo0OVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- My0yMVQxNzozNjo1MFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci0x
- IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz
- ZSBhIGpvdXIgIzEiLCJfcG9zaXRpb24iOjAsIl92aXNpYmxlIjp0cnVlLCJz
- ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz
- Y3JpcHRpb24iOm51bGwsInRpdGxlIjoiTWlzZSBhIGpvdXIgIzEiLCJ0ZXh0
- IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi
- MjAwOS0wNS0xMiJ9
+ 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
+ #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
+ 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: Mon, 21 Mar 2016 17:36:50 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:13 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56f03131c36511207342cc50.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/574ef53387f6437126b46042.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&content_entry%5B_slug%5D=mise-a-jour-number-2&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%232
+ string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5Bband%5D=pearl-jam
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:50 GMT
+ - Wed, 01 Jun 2016 14:46:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- - fr
+ - ''
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -9184,52 +9158,49 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"6d8be59d1d786d8fcccc6abe49549a62"
+ - W/"2f62f462e455c88ebc32d5b15dabb39a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 7d9f6009-ec83-4cef-84e1-f8d9532176a2
+ - 5a1e7095-87dd-4be9-9fd7-8a75a152c1b8
X-Runtime:
- - '0.082570'
+ - '0.098956'
Content-Length:
- - '372'
+ - '790'
body:
- encoding: ASCII-8BIT
- string: !binary |-
- eyJfaWQiOiI1NmYwMzEzMWMzNjUxMTIwNzM0MmNjNTAiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMy0yMVQxNzozNjo0OVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- My0yMVQxNzozNjo1MFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci0y
- IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz
- ZSBhIGpvdXIgIzIiLCJfcG9zaXRpb24iOjEsIl92aXNpYmxlIjp0cnVlLCJz
- ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz
- Y3JpcHRpb24iOm51bGwsInRpdGxlIjoiTWlzZSBhIGpvdXIgIzIiLCJ0ZXh0
- IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi
- MjAwOS0wNS0yMyJ9
+ 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
+ #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
+ 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: Mon, 21 Mar 2016 17:36:50 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:13 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56f03131c36511207342cc53.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/574ef53387f6437126b46045.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&content_entry%5B_slug%5D=mise-a-jour-number-3&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%233
+ string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5Bband%5D=pearl-jam
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:50 GMT
+ - Wed, 01 Jun 2016 14:46:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- - fr
+ - ''
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -9240,52 +9211,49 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ac22b76c37df1da6bd959d8931d94da6"
+ - W/"63aa345efbe531544eecc5814e9980ae"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 328058d0-5ae0-4da1-ac22-ec48e599ac80
+ - 52175017-f36c-4313-90ce-1205e6c392e4
X-Runtime:
- - '0.064398'
+ - '0.083478'
Content-Length:
- - '372'
+ - '790'
body:
- encoding: ASCII-8BIT
- string: !binary |-
- eyJfaWQiOiI1NmYwMzEzMWMzNjUxMTIwNzM0MmNjNTMiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMy0yMVQxNzozNjo0OVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- My0yMVQxNzozNjo1MFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci0z
- IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz
- ZSBhIGpvdXIgIzMiLCJfcG9zaXRpb24iOjIsIl92aXNpYmxlIjp0cnVlLCJz
- ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz
- Y3JpcHRpb24iOm51bGwsInRpdGxlIjoiTWlzZSBhIGpvdXIgIzMiLCJ0ZXh0
- IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi
- MjAwOS0wNi0yOSJ9
+ 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
+ #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
+ 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: Mon, 21 Mar 2016 17:36:50 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:13 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56f03131c36511207342cc56.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/574ef53387f6437126b46048.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&content_entry%5B_slug%5D=mise-a-jour-number-4&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%234
+ string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5Bband%5D=pearl-jam
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:50 GMT
+ - Wed, 01 Jun 2016 14:46:13 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- - fr
+ - ''
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -9296,52 +9264,49 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ae8fc5fb04e4d910c46dce86f2a43f56"
+ - W/"87bea8c732056b7f012481c235767f37"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1a8d7f3b-1f08-4e78-8901-968b2d976e76
+ - c0ec02a9-81b3-4d22-bbcc-27b12287208c
X-Runtime:
- - '0.058428'
+ - '0.207541'
Content-Length:
- - '372'
+ - '790'
body:
- encoding: ASCII-8BIT
- string: !binary |-
- eyJfaWQiOiI1NmYwMzEzMWMzNjUxMTIwNzM0MmNjNTYiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMy0yMVQxNzozNjo0OVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- My0yMVQxNzozNjo1MFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci00
- IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz
- ZSBhIGpvdXIgIzQiLCJfcG9zaXRpb24iOjMsIl92aXNpYmxlIjp0cnVlLCJz
- ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz
- Y3JpcHRpb24iOm51bGwsInRpdGxlIjoiTWlzZSBhIGpvdXIgIzQiLCJ0ZXh0
- IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi
- MjAwOS0xMC0wOSJ9
+ 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
+ #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
+ 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: Mon, 21 Mar 2016 17:36:50 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:14 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56f03131c36511207342cc59.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/574ef53387f6437126b4604b.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&content_entry%5B_slug%5D=mise-a-jour-number-5&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%235
+ string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5Bband%5D=the-who
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:50 GMT
+ - Wed, 01 Jun 2016 14:46:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- - fr
+ - ''
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -9352,52 +9317,49 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"03249c8363233310bea548570cc8d288"
+ - W/"a67f24d275054b535f8cce2c0a8c0d43"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 83ad725f-8103-489b-a7d3-861ff0940c2f
+ - b0699431-059f-44f6-bf29-47c554bb2139
X-Runtime:
- - '0.060087'
+ - '0.093293'
Content-Length:
- - '372'
+ - '788'
body:
- encoding: ASCII-8BIT
- string: !binary |-
- eyJfaWQiOiI1NmYwMzEzMWMzNjUxMTIwNzM0MmNjNTkiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMy0yMVQxNzozNjo0OVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- My0yMVQxNzozNjo1MFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci01
- IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz
- ZSBhIGpvdXIgIzUiLCJfcG9zaXRpb24iOjQsIl92aXNpYmxlIjp0cnVlLCJz
- ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz
- Y3JpcHRpb24iOm51bGwsInRpdGxlIjoiTWlzZSBhIGpvdXIgIzUiLCJ0ZXh0
- IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi
- MjAwOS0xMS0wMiJ9
+ 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
+ #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
+ 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: Mon, 21 Mar 2016 17:36:50 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:14 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56f03131c36511207342cc5c.json
+ uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/574ef53387f6437126b4604e.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&content_entry%5B_slug%5D=mise-a-jour-number-6&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%236
+ string: auth_token=e72VhSTyGX_RnZqXeEeZ&content_entry%5Bband%5D=the-who
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:50 GMT
+ - Wed, 01 Jun 2016 14:46:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- - fr
+ - ''
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -9408,50 +9370,47 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ffe2fc8cdf0b197db213fc7a2e73de73"
+ - W/"5c594821432d5da77e0129b29a022e3f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d170abe2-0d85-46dc-94dc-7eb32d3ead0e
+ - e53746c2-d46e-41c4-ab79-31eeb614e511
X-Runtime:
- - '0.060785'
+ - '0.089562'
Content-Length:
- - '372'
+ - '788'
body:
- encoding: ASCII-8BIT
- string: !binary |-
- eyJfaWQiOiI1NmYwMzEzMWMzNjUxMTIwNzM0MmNjNWMiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMy0yMVQxNzozNjo0OVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- My0yMVQxNzozNjo1MFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci02
- IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz
- ZSBhIGpvdXIgIzYiLCJfcG9zaXRpb24iOjUsIl92aXNpYmxlIjp0cnVlLCJz
- ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz
- Y3JpcHRpb24iOm51bGwsInRpdGxlIjoiTWlzZSBhIGpvdXIgIzYiLCJ0ZXh0
- IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi
- MjAwOS0xMS0xNiJ9
+ 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
+ #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
+ 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: Mon, 21 Mar 2016 17:36:50 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:14 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/pages/fullpaths.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://localhost:3000/locomotive/api/v3/pages/fullpaths.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:51 GMT
+ - Wed, 01 Jun 2016 14:46:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- en
response:
@@ @@ -9462,41 +9421,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"77bbe97864242c82ed0af11e55931608"
+ - W/"dc9bc5e165cd00add4636b03dc6f7b23"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - da7dd0c9-c812-4c84-a1d8-049ce8b58416
+ - 1d6c21a0-d542-4084-a36f-97c27f22c862
X-Runtime:
- - '0.024443'
+ - '0.026054'
Content-Length:
- '135'
body:
encoding: UTF-8
- string: '[{"_id":"56f0312dc36511207342cbde","fullpath":"index","handle":null},{"_id":"56f0312dc36511207342cbdf","fullpath":"404","handle":null}]'
+ string: '[{"_id":"574ef52f87f6437126b45fe8","fullpath":"index","handle":null},{"_id":"574ef52f87f6437126b45fe9","fullpath":"404","handle":null}]'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:51 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:14 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/56f0312dc36511207342cbdf.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/574ef52f87f6437126b45fe9.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:51 GMT
+ - Wed, 01 Jun 2016 14:46:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- en
Content-Type:
@@ @@ -9509,44 +9468,44 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"347b6360dfabfafc18f2fbac9640ab21"
+ - W/"d3398be715d8e1d273526478d3493fd4"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 6290c047-fe1c-4530-a5b6-bad71ee4d55d
+ - 707a9d78-77a5-4bb1-a5fd-c5652a6ddbce
X-Runtime:
- - '0.036784'
+ - '0.037691'
Content-Length:
- '773'
body:
encoding: UTF-8
- string: '{"_id":"56f0312dc36511207342cbdf","created_at":"2016-03-21T17:36:45Z","updated_at":"2016-03-21T17:36:51Z","title":"Page
+ string: '{"_id":"574ef52f87f6437126b45fe9","created_at":"2016-06-01T14:46:07Z","updated_at":"2016-06-01T14:46:14Z","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: Mon, 21 Mar 2016 17:36:51 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:14 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/56f0312dc36511207342cbde.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/574ef52f87f6437126b45fe8.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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%2F56f0312dc36511207342cbdc%2Fassets%2F56f0312fc36511207342cc0f%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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:51 GMT
+ - Wed, 01 Jun 2016 14:46:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- en
Content-Type:
@@ @@ -9559,18 +9518,18 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"7bb5c5e38ee151d90e4288af279cb407"
+ - W/"a2fd680a7369b0877f6134fa85cb45bb"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 2e3db356-3e7a-4268-9350-5478c45b9878
+ - 3677eb99-1b1f-4f61-a952-5f23d62ea9d2
X-Runtime:
- - '0.042408'
+ - '0.051949'
Content-Length:
- '5289'
body:
encoding: UTF-8
- string: '{"_id":"56f0312dc36511207342cbde","created_at":"2016-03-21T17:36:45Z","updated_at":"2016-03-21T17:36:51Z","title":"Home
+ string: '{"_id":"574ef52f87f6437126b45fe8","created_at":"2016-06-01T14:46:07Z","updated_at":"2016-06-01T14:46:14Z","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
@@ @@ -9594,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/56f0312dc36511207342cbdc/assets/56f0312fc36511207342cc0f/photo.jpg{%
+ (602px by 397px)'' %}/sites/574ef52f87f6437126b45fe6/assets/574ef53187f6437126b46019/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
@@ @@ -9624,28 +9583,28 @@ 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: Mon, 21 Mar 2016 17:36:51 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:14 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/56f0312dc36511207342cbde.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/574ef52f87f6437126b45fe8.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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%2F56f0312dc36511207342cbdc%2Fassets%2F56f0312fc36511207342cc0f%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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:51 GMT
+ - Wed, 01 Jun 2016 14:46:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -9658,18 +9617,18 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"5da1f7dccc3e50440fee49d7b26d9bf5"
+ - W/"fb20a67c3d0b47bd41a9e0ae9257371b"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 6086428f-dd26-46fb-97e0-a3e9dc971a93
+ - 5469798d-42eb-4cf7-8952-860206d56808
X-Runtime:
- - '0.036829'
+ - '0.037220'
Content-Length:
- '5294'
body:
encoding: UTF-8
- string: '{"_id":"56f0312dc36511207342cbde","created_at":"2016-03-21T17:36:45Z","updated_at":"2016-03-21T17:36:51Z","title":"Page
+ string: '{"_id":"574ef52f87f6437126b45fe8","created_at":"2016-06-01T14:46:07Z","updated_at":"2016-06-01T14:46:14Z","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
@@ @@ -9693,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/56f0312dc36511207342cbdc/assets/56f0312fc36511207342cc0f/photo.jpg{%
+ (602px by 397px)'' %}/sites/574ef52f87f6437126b45fe6/assets/574ef53187f6437126b46019/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
@@ @@ -9723,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: Mon, 21 Mar 2016 17:36:51 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:14 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
@@ @@ -13485,23 +13444,23 @@ http_interactions:
dGluY2lkdW50IHB1bHZpbmFyIGFjY3Vtc2FuLgo8L3A+CnslIGVuZGVkaXRh
YmxlX2xvbmdfdGV4dCAlfQp7JSBlbmRibG9jayAlfQoNCi0tLS0tLS0tLS0t
LS1SdWJ5TXVsdGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9y
- bS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpWOFZNQ2ZDc3A3WHpRTHZB
- ZDFBWQ0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
+ bS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFY
+ ZUVlWg0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:51 GMT
+ - Wed, 01 Jun 2016 14:46:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -13514,19 +13473,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"0e2bf727dab42789912af40b5cba1641"
+ - W/"d48905ffd2183fce365cb4f8e1f7c2af"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 5444dd22-6fd1-4b94-b97c-518f014dbb27
+ - c2bd0412-7bb1-49e0-99eb-54cd2cced48e
X-Runtime:
- - '0.085247'
+ - '0.099888'
Content-Length:
- '2632'
body:
encoding: UTF-8
- string: '{"_id":"56f03133c36511207342cc76","created_at":"2016-03-21T17:36:51Z","updated_at":"2016-03-21T17:36:51Z","title":"About
- Us","parent_id":"56f0312dc36511207342cbde","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":"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":"{%
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,
@@ @@ -13544,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":"56f03133c36511207342cc77","created_at":"2016-03-21T17:36:51Z","updated_at":"2016-03-21T17:36:51Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/56f0312dc36511207342cbdc/pages/56f03133c36511207342cc76/files/photo_2.jpg","type":"EditableFile"},{"_id":"56f03133c36511207342cc78","created_at":"2016-03-21T17:36:51Z","updated_at":"2016-03-21T17:36:51Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":"\u003ch2\u003eAbout
+ %}\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
us\u003c/h2\u003e\u003cp\u003eLorem ipsum...\u003c/p\u003e","type":""}],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:51 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:14 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/56f03133c36511207342cc76.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/574ef53687f6437126b46080.json
body:
encoding: ASCII-8BIT
string: !binary |-
@@ @@ -17256,23 +17215,23 @@ http_interactions:
ZHVudCBwdWx2aW5hciBhY2N1bXNhbi4KPC9wPgp7JSBlbmRlZGl0YWJsZV9s
b25nX3RleHQgJX0KeyUgZW5kYmxvY2sgJX0KDQotLS0tLS0tLS0tLS0tUnVi
eU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0
- YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KVjhWTUNmQ3NwN1h6UUx2QWQxQVkN
+ YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KZTcyVmhTVHlHWF9SblpxWGVFZVoN
Ci0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg==
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:51 GMT
+ - Wed, 01 Jun 2016 14:46:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -17287,19 +17246,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"4ece95d9c61a6528413494dd6359fbc9"
+ - W/"4ee1f70e544d9b7bdbbdf122b5d8b971"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 7cebd80a-0cc4-4a58-8e70-25791d8e6274
+ - 76baf286-64a0-4bfa-ba66-d0ce5f71e621
X-Runtime:
- - '0.058495'
+ - '0.057801'
Content-Length:
- '2664'
body:
encoding: UTF-8
- string: '{"_id":"56f03133c36511207342cc76","created_at":"2016-03-21T17:36:51Z","updated_at":"2016-03-21T17:36:51Z","title":"A
- notre sujet","parent_id":"56f0312dc36511207342cbde","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":"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":"{%
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,
@@ @@ -17317,31 +17276,31 @@ 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":"56f03133c36511207342cc77","created_at":"2016-03-21T17:36:51Z","updated_at":"2016-03-21T17:36:51Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/56f0312dc36511207342cbdc/pages/56f03133c36511207342cc76/files/photo.jpg","type":"EditableFile"},{"_id":"56f03133c36511207342cc78","created_at":"2016-03-21T17:36:51Z","updated_at":"2016-03-21T17:36:51Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":"\u003ch2\u003eA
+ %}\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
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: Mon, 21 Mar 2016 17:36:51 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:14 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/56f03133c36511207342cc76.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/574ef53687f6437126b46080.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:51 GMT
+ - Wed, 01 Jun 2016 14:46:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- nb
Content-Type:
@@ @@ -17354,19 +17313,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"07735c38a9328df0fd59dc6254c5d91d"
+ - W/"f86e9770f378943bb68fb0dc9894570d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - ee632137-be97-430e-9d8c-b220bdf37d77
+ - 33072f7c-bd16-4b55-8f2b-771a4b34b922
X-Runtime:
- - '0.049115'
+ - '0.048824'
Content-Length:
- '2639'
body:
encoding: UTF-8
- string: '{"_id":"56f03133c36511207342cc76","created_at":"2016-03-21T17:36:51Z","updated_at":"2016-03-21T17:36:51Z","title":"Om
- oss","parent_id":"56f0312dc36511207342cbde","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":"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":"{%
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,
@@ @@ -17384,31 +17343,31 @@ 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":"56f03133c36511207342cc77","created_at":"2016-03-21T17:36:51Z","updated_at":"2016-03-21T17:36:51Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/56f0312dc36511207342cbdc/pages/56f03133c36511207342cc76/files/photo_2.jpg","type":"EditableFile"},{"_id":"56f03133c36511207342cc78","created_at":"2016-03-21T17:36:51Z","updated_at":"2016-03-21T17:36:51Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":"\u003ch2\u003eAbout
+ %}\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
us\u003c/h2\u003e\u003cp\u003eLorem ipsum...\u003c/p\u003e","type":""}],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:51 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:14 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:51 GMT
+ - Wed, 01 Jun 2016 14:46:14 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -17419,18 +17378,18 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"e4de4d07f224db118ff7fd0523346562"
+ - W/"bad843f1cc2d7107221770833eee9b32"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - da1f8a9f-c534-4bcf-9e9d-07768ae1366b
+ - e0b970f7-0315-4eb7-88be-eca53123b374
X-Runtime:
- - '0.048351'
+ - '0.047352'
Content-Length:
- '2401'
body:
encoding: UTF-8
- string: '{"_id":"56f03133c36511207342cc79","created_at":"2016-03-21T17:36:51Z","updated_at":"2016-03-21T17:36:51Z","title":"Music","parent_id":"56f0312dc36511207342cbde","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":"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":"{%
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,
@@ @@ -17454,28 +17413,28 @@ 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: Mon, 21 Mar 2016 17:36:51 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/56f03133c36511207342cc79.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/574ef53787f6437126b46083.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:51 GMT
+ - Wed, 01 Jun 2016 14:46:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -17488,19 +17447,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ff0074aae79068c652ddc44c02dc91fb"
+ - W/"ab1bfdb6391f920493e987776863b40b"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 53b1fc2d-69a0-4e21-892b-e17eb2b3de71
+ - f5b0d6c2-cc22-4be8-8ee3-c4d3ad8bf064
X-Runtime:
- - '0.045768'
+ - '0.048028'
Content-Length:
- '2438'
body:
encoding: UTF-8
- string: '{"_id":"56f03133c36511207342cc79","created_at":"2016-03-21T17:36:51Z","updated_at":"2016-03-21T17:36:51Z","title":"Notre
- musique","parent_id":"56f0312dc36511207342cbde","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":"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":"{%
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,
@@ @@ -17524,28 +17483,28 @@ 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: Mon, 21 Mar 2016 17:36:51 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:51 GMT
+ - Wed, 01 Jun 2016 14:46:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -17556,42 +17515,42 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"6d661f2f810b0d9ca234711614d27100"
+ - W/"0a26c3be41cf3afd5084b40e33098aac"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 5b208e0f-9538-4f81-8909-2030f0b7d4b5
+ - 0ba07988-88f2-4755-bbb2-580746ae46f4
X-Runtime:
- - '0.049697'
+ - '0.048812'
Content-Length:
- '718'
body:
encoding: UTF-8
- string: '{"_id":"56f03133c36511207342cc7a","created_at":"2016-03-21T17:36:51Z","updated_at":"2016-03-21T17:36:51Z","title":"Store","parent_id":"56f0312dc36511207342cbde","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":"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":"{%
extends parent %}","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:51 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/56f03133c36511207342cc7a.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/574ef53787f6437126b46084.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:51 GMT
+ - Wed, 01 Jun 2016 14:46:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -17604,41 +17563,41 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"e190ae12f487fa279a7472fadf88402e"
+ - W/"2b82d649df3c1e0e5ff3afd116b78aa2"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 295800f6-ca42-404a-ab98-1ae8de6c4540
+ - 5362ea9f-a6af-4b87-869e-a2555c590232
X-Runtime:
- - '0.044890'
+ - '0.050597'
Content-Length:
- '711'
body:
encoding: UTF-8
- string: '{"_id":"56f03133c36511207342cc7a","created_at":"2016-03-21T17:36:51Z","updated_at":"2016-03-21T17:36:51Z","title":"Magasin","parent_id":"56f0312dc36511207342cbde","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":"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}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:51 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:51 GMT
+ - Wed, 01 Jun 2016 14:46:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -17649,19 +17608,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"199eec7cb792c9e7f993bf041960195b"
+ - W/"204457e49bdd5b9d4f710564a54a8c0f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 2054a020-d09b-4abf-9424-10834a8e3497
+ - 7da9e803-718f-4694-bdd4-3421c18f8f69
X-Runtime:
- - '0.045341'
+ - '0.051814'
Content-Length:
- '3494'
body:
encoding: UTF-8
- string: '{"_id":"56f03133c36511207342cc7b","created_at":"2016-03-21T17:36:51Z","updated_at":"2016-03-21T17:36:51Z","title":"Contact
- Us","parent_id":"56f0312dc36511207342cbde","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":"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":"{%
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
@@ @@ -17696,28 +17655,28 @@ 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: Mon, 21 Mar 2016 17:36:51 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:51 GMT
+ - Wed, 01 Jun 2016 14:46:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -17728,22 +17687,22 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"707919826cfa5d7d04aef54d7bae3ca8"
+ - W/"bff2c1f59ba0f6b436dcedb6fce421d7"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 08829742-6d4f-4437-8c80-f05936ffaba2
+ - d7b7f210-c943-4d03-9718-f43ea388bcab
X-Runtime:
- - '0.049641'
+ - '0.048266'
Content-Length:
- '4459'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NmYwMzEzM2MzNjUxMTIwNzM0MmNjN2MiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMy0yMVQxNzozNjo1MVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- My0yMVQxNzozNjo1MVoiLCJ0aXRsZSI6IkV2ZW50cyIsInBhcmVudF9pZCI6
- IjU2ZjAzMTJkYzM2NTExMjA3MzQyY2JkZSIsInBvc2l0aW9uIjo1LCJoYW5k
+ eyJfaWQiOiI1NzRlZjUzNzg3ZjY0MzcxMjZiNDYwODYiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wNi0wMVQxNDo0NjoxNVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ Ni0wMVQxNDo0NjoxNVoiLCJ0aXRsZSI6IkV2ZW50cyIsInBhcmVudF9pZCI6
+ IjU3NGVmNTJmODdmNjQzNzEyNmI0NWZlOCIsInBvc2l0aW9uIjo1LCJoYW5k
bGUiOiJldmVudHMiLCJkZXB0aCI6MSwicmVzcG9uc2VfdHlwZSI6InRleHQv
aHRtbCIsImxpc3RlZCI6ZmFsc2UsInB1Ymxpc2hlZCI6dHJ1ZSwidHJhbnNs
YXRlZF9pbiI6WyJlbiJdLCJjYWNoZV9lbmFibGVkIjp0cnVlLCJzbHVnIjoi
@@ @@ -17841,28 +17800,28 @@ http_interactions:
dWxsLCJtZXRhX2tleXdvcmRzIjpudWxsLCJtZXRhX2Rlc2NyaXB0aW9uIjpu
dWxsfQ==
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:51 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:51 GMT
+ - Wed, 01 Jun 2016 14:46:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -17873,47 +17832,47 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8c5846b20129a5a6d971350c088536d1"
+ - W/"b5cdfbeaca6d67c00c60d426655463af"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - ca069f74-261c-403c-8ee9-40c563c15a62
+ - 5ed7b4e2-86e5-4747-9394-868919c31dbc
X-Runtime:
- - '0.047913'
+ - '0.056747'
Content-Length:
- '1057'
body:
encoding: UTF-8
- string: '{"_id":"56f03133c36511207342cc7d","created_at":"2016-03-21T17:36:51Z","updated_at":"2016-03-21T17:36:51Z","title":"A
- sample contest","parent_id":"56f0312dc36511207342cbde","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":"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":"{%
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: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -17924,42 +17883,42 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"6eb3351a0d049b2e156fde08519c9a47"
+ - W/"af98c441eac0d82987380123b4026411"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - a6742886-b754-4e0c-8969-cb8cae390cef
+ - 2f140680-0514-4d99-ae96-91908228edde
X-Runtime:
- - '0.054645'
+ - '0.048826'
Content-Length:
- '709'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc7e","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"Archives","parent_id":"56f0312dc36511207342cbde","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":"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":"{%
extends parent %}","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -17970,19 +17929,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"5bda0dce6dfbf70d3f7e9aa3bd38a8b5"
+ - W/"0d1c75dc8b7d6e1c6e34c284e859019f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 451d9da9-edd6-4839-a1fa-7fa94dab2302
+ - d0b4e73e-c536-4f58-9186-91ad8d7c62c7
X-Runtime:
- - '0.045058'
+ - '0.050631'
Content-Length:
- '1364'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc7f","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"Various
- uses of the with_scope tag","parent_id":"56f0312dc36511207342cbde","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":"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":"{%
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/,
@@ @@ -17993,28 +17952,28 @@ 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: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18025,44 +17984,44 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"cdb7dafa654caf2947a635167cfbb1e7"
+ - W/"c780ab167aa75afb524d338fa6c9f151"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 4f26e1e6-39e4-4219-8661-f46dd899b23b
+ - ca4350a4-6916-4798-9881-5842f78ac6b2
X-Runtime:
- - '0.049212'
+ - '0.046542'
Content-Length:
- '837'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc80","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"Grunge
- leaders","parent_id":"56f0312dc36511207342cbde","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":"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":"{%
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: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18073,46 +18032,46 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"e9244d4b395d1b28c9c610647335658e"
+ - W/"8e48c24e245f3a85f7d336b5166194f4"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - eb92313f-670c-423b-8e01-10b34944babf
+ - f06d46fa-894d-41bf-9867-9c2aa3a79615
X-Runtime:
- - '0.051984'
+ - '0.065174'
Content-Length:
- '953'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc81","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"All
- the pages","parent_id":"56f0312dc36511207342cbde","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":"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":"{%
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: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18123,42 +18082,42 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8f8e974286eed63b25a7358bd44a4535"
+ - W/"02e418c73c8dc4a26064cce06847e47a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 84c5b109-16ac-4403-85d6-445ff6ff4e74
+ - f5fda7f1-aa60-411f-afcd-b310f645968d
X-Runtime:
- - '0.047208'
+ - '0.046836'
Content-Length:
- '703'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc82","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"Layouts","parent_id":"56f0312dc36511207342cbde","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":"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":"{%
extends parent %}","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18169,42 +18128,42 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"7bb5625700cc5ee6ac78ab6d4d7f9be0"
+ - W/"ea231a187fec25acab069384a4ba39d7"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 8f2fd7ce-c07f-46b1-896e-c1ce52114a01
+ - e01badf5-7e99-4089-a9b5-9eb5d6f6ac92
X-Runtime:
- - '0.050184'
+ - '0.048564'
Content-Length:
- '691'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc83","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"Songs","parent_id":"56f0312dc36511207342cbde","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":"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":"{%
extends parent %}","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18215,44 +18174,44 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"e9d3aa9584aed59fd76bc5a4e63db9f5"
+ - W/"cf104700bd2ec8cc4ae8e579d7f03bf5"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 64642c17-d32f-430f-9f66-c72240ec52d2
+ - f6c1f9f7-584e-4d89-96ff-2532253a1ba0
X-Runtime:
- - '0.051520'
+ - '0.049757'
Content-Length:
- '911'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc84","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"Unlisted
- pages","parent_id":"56f0312dc36511207342cbde","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":"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 {%
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: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18263,42 +18222,42 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"394be023221be635314a7820e93f0d2b"
+ - W/"d5123a263f755597590d974263691b05"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - e3877894-3df7-437b-9ae6-6bf4ce180d74
+ - 14d335d9-954d-457b-b47b-4e20015060fb
X-Runtime:
- - '0.047835'
+ - '0.050660'
Content-Length:
- '685'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc85","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"Tags","parent_id":"56f0312dc36511207342cbde","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":"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":"{%
extends parent %}","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:15 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:15 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18309,43 +18268,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d5a5dfa2d08d4d8a01282ac57a6e104f"
+ - W/"38ff0ec540918147b56a1bc1c5391c4f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - be377383-9242-476c-aeb0-c8c76465fb12
+ - 1586d26b-1811-4ede-a956-3a0ce859c4f3
X-Runtime:
- - '0.049618'
+ - '0.058457'
Content-Length:
- '747'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc86","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"John
- doe","parent_id":"56f03133c36511207342cc76","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":"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":"{%
extends parent %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:16 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/56f03134c36511207342cc86.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/574ef53887f6437126b46090.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:16 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -18358,43 +18317,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"696e1d4429ebdface8d52872c128d9c5"
+ - W/"acc8e2a13f4d7b53374df530fa64188d"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - f29dce45-5bda-4207-84f0-48c4af374bb1
+ - d8939e22-c6c9-43bf-b217-4b430fa9cbf3
X-Runtime:
- - '0.043956'
+ - '0.076464'
Content-Length:
- '777'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc86","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"Jean
- Personne","parent_id":"56f03133c36511207342cc76","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":"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":"{%
extends parent %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:17 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18405,43 +18364,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"b967aca2a38d548b2ca3a7695e6fcebe"
+ - W/"e6c4cba32273b96eec96d6125089a548"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1aba540f-85ac-4474-8289-6438878ac7fd
+ - 1dc2c276-9301-4d9e-a4b6-eb0bb240ffad
X-Runtime:
- - '0.051399'
+ - '0.062956'
Content-Length:
- '748'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc87","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"Jane
- doe","parent_id":"56f03133c36511207342cc76","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":"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":"{%
extends parent %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:17 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18452,46 +18411,46 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"abd57cc141a345e3227e4ac1458679b2"
+ - W/"123cea6b3d637bc96c6d6f3ccc2b7dcc"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 531e6ab4-c6f0-4d2c-9216-92d0a683e3b4
+ - 0a47866c-2fb7-48d7-8571-cca7714b43bb
X-Runtime:
- - '0.046391'
+ - '0.053236'
Content-Length:
- '1109'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc88","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"My
- simple layout","parent_id":"56f03134c36511207342cc82","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":"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
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: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:17 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18502,43 +18461,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"0d4ff1bbdbd2c7e376f8373f7ff4507f"
+ - W/"acfb9d085e43e85a74b09ddd4bf14b7a"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - cbd3c176-c381-4d60-bff9-c3af33e9984d
+ - f4fbf636-ceeb-4fde-8a7a-3a9a3a7014cf
X-Runtime:
- - '0.050865'
+ - '0.055644'
Content-Length:
- '786'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc89","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"Page
- to test the nav tag with a high depth","parent_id":"56f03134c36511207342cc85","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":"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":"{%
nav ''site'', depth: 2 %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:17 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18549,43 +18508,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d621a7d181374605419d82f7687ad501"
+ - W/"db91180d41d966aa651d9b492dff0f65"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - aa3eb45b-bd2f-4be5-b49b-43ab4c010105
+ - ed254dbe-796f-488c-8c61-2f9ca4ed331d
X-Runtime:
- - '0.048883'
+ - '0.075940'
Content-Length:
- '716'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc8a","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"Page
- to test the nav tag","parent_id":"56f03134c36511207342cc85","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":"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":"{%
nav site %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:17 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18596,19 +18555,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ef672fc3be3e17cc80a5e8523a37fb29"
+ - W/"8b2f07d0c73f751560c2e5e9ec587318"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 3be9985e-4afa-479a-b19b-b4a00855ef73
+ - 11826bec-9bcd-4f70-9498-b9c7637d758a
X-Runtime:
- - '0.073293'
+ - '0.128866'
Content-Length:
- '1268'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc8b","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"A
- song template","parent_id":"56f03134c36511207342cc83","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":"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":"{%
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=''{{
@@ @@ -18616,28 +18575,28 @@ 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: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:17 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/56f03134c36511207342cc8b.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/574ef53987f6437126b46095.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- fr
Content-Type:
@@ @@ -18650,19 +18609,19 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"06ef29c0cc6ba76b0b8f0cd43ed2b5ab"
+ - W/"29c7b89fce8176e4779c7d93e8f53c7f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - b18dfc11-57ba-454f-87d6-09aab03bfeed
+ - 7f97d748-c91b-4ef8-9e2d-e3851270618b
X-Runtime:
- - '0.073889'
+ - '0.105560'
Content-Length:
- '1288'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc8b","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:52Z","title":"Le
- template d''une chanson","parent_id":"56f03134c36511207342cc83","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":"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":"{%
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
@@ @@ -18670,28 +18629,28 @@ 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: Mon, 21 Mar 2016 17:36:52 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:17 GMT
- request:
method: put
- uri: http://localhost:3000/locomotive/api/v3/pages/56f03134c36511207342cc8b.json
+ uri: http://localhost:3000/locomotive/api/v3/pages/574ef53987f6437126b46095.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:52 GMT
+ - Wed, 01 Jun 2016 14:46:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
X-Locomotive-Locale:
- nb
Content-Type:
@@ @@ -18704,42 +18663,42 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"eafa9a354befe01b82637d05ea4569de"
+ - W/"bbc9489e6e2c7d65fdaf7dd9fbec411e"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - af8d1c0f-1c95-4af2-944a-4350ca2ee634
+ - 69be815b-35d6-44fa-a3f4-a6b2afe93e95
X-Runtime:
- - '0.068670'
+ - '0.099701'
Content-Length:
- '805'
body:
encoding: UTF-8
- string: '{"_id":"56f03134c36511207342cc8b","created_at":"2016-03-21T17:36:52Z","updated_at":"2016-03-21T17:36:53Z","title":"A
- song template","parent_id":"56f03134c36511207342cc83","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":"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}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:53 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:17 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:53 GMT
+ - Wed, 01 Jun 2016 14:46:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18750,44 +18709,44 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"1be74e668c788b006383773a79dcada5"
+ - W/"1fa8e525dd54773402bdf4955ce2ea23"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 892731b7-49d8-445e-8266-484d096bcbb2
+ - e15e4b45-0899-4dd5-a71c-d91729753178
X-Runtime:
- - '0.046735'
+ - '0.074987'
Content-Length:
- '827'
body:
encoding: UTF-8
- string: '{"_id":"56f03135c36511207342cc8c","created_at":"2016-03-21T17:36:53Z","updated_at":"2016-03-21T17:36:53Z","title":"News
- archive","parent_id":"56f03134c36511207342cc7e","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":"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":"{%
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: Mon, 21 Mar 2016 17:36:53 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:17 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/pages.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:53 GMT
+ - Wed, 01 Jun 2016 14:46:17 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18798,18 +18757,18 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"13f4b157be911f5803c42707c4c1b547"
+ - W/"755f282e21d1029a821ddc39ba39a1c0"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 599c0b6e-3847-440a-b4cb-cd313f037c92
+ - 833fa30a-0ad0-4b1f-a0a7-27cb604bd98e
X-Runtime:
- - '0.072882'
+ - '0.116777'
Content-Length:
- '1249'
body:
encoding: UTF-8
- string: '{"_id":"56f03135c36511207342cc8d","created_at":"2016-03-21T17:36:53Z","updated_at":"2016-03-21T17:36:53Z","title":"Band","parent_id":"56f03134c36511207342cc8b","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":"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":"{%
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=''{{
@@ @@ -18817,28 +18776,28 @@ 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: Mon, 21 Mar 2016 17:36:53 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/snippets/song.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:53 GMT
+ - Wed, 01 Jun 2016 14:46:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18849,21 +18808,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c29bf956cf9d80133d3a3f7b433bc788"
+ - W/"9c77c947916df0b9012dbcf89cb93160"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 905c5332-c9a6-4a40-94dc-7ca41fce3ed2
+ - c362345c-5cb9-46ff-8e8f-cdafc0ad2b1c
X-Runtime:
- - '0.039174'
+ - '0.086259'
Content-Length:
- '744'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NmYwMzEzNWMzNjUxMTIwNzM0MmNjOGUiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMy0yMVQxNzozNjo1M1oiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- My0yMVQxNzozNjo1M1oiLCJuYW1lIjoiU29uZyIsInNsdWciOiJzb25nIiwi
+ eyJfaWQiOiI1NzRlZjUzYTg3ZjY0MzcxMjZiNDYwOTgiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wNi0wMVQxNDo0NjoxOFoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ Ni0wMVQxNDo0NjoxOFoiLCJuYW1lIjoiU29uZyIsInNsdWciOiJzb25nIiwi
dGVtcGxhdGUiOiJcdTAwM2NsaVx1MDAzZVxuICBcdTAwM2NoM1x1MDAzZVx1
MDAzY2EgaHJlZj1cInslIHBhdGhfdG8gc29uZywgd2l0aDogYS1zb25nLXRl
bXBsYXRlICV9XCJcdTAwM2V7eyBzb25nLnRpdGxlIH19XHUwMDNjL2FcdTAw
@@ @@ -18879,28 +18838,28 @@ http_interactions:
IFx1MDAzY2RpdiBjbGFzcz1cImNsZWFyXCJcdTAwM2VcdTAwM2MvZGl2XHUw
MDNlXG5cdTAwM2MvbGlcdTAwM2VcbiJ9
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:53 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/snippets/a_complicated-one.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:53 GMT
+ - Wed, 01 Jun 2016 14:46:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18911,43 +18870,43 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"098f25580623474398d46749f0c4ad62"
+ - W/"ab35c5524ed31988bfc33ae2cf09400c"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - c18cf2ed-c67b-4472-89a7-1b4b134cafd9
+ - 9f641923-68a0-4653-b29d-bdf5e5ca3f28
X-Runtime:
- - '0.046477'
+ - '0.065850'
Content-Length:
- '233'
body:
encoding: UTF-8
- string: '{"_id":"56f03135c36511207342cc8f","created_at":"2016-03-21T17:36:53Z","updated_at":"2016-03-21T17:36:53Z","name":"A
+ string: '{"_id":"574ef53a87f6437126b46099","created_at":"2016-06-01T14:46:18Z","updated_at":"2016-06-01T14:46:18Z","name":"A
complicated-one","slug":"a_complicated-one","template":"\u003cp\u003eA complicated
one name indeed.\u003c/p\u003e\n"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:53 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/snippets/footer.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:53 GMT
+ - Wed, 01 Jun 2016 14:46:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -18958,46 +18917,46 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"382a5b55167adaaf8fdc5d2f4ff6bba8"
+ - W/"1a6bbfdb681395b4f5f6f0727b470a32"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - ee7192f6-9f6b-4043-af37-fb1774e26963
+ - c22f425e-3e35-4864-8609-89244ebaf551
X-Runtime:
- - '0.108980'
+ - '0.048102'
Content-Length:
- '726'
body:
encoding: UTF-8
- string: '{"_id":"56f03135c36511207342cc90","created_at":"2016-03-21T17:36:53Z","updated_at":"2016-03-21T17:36:53Z","name":"Footer","slug":"footer","template":"\u003cp\u003e{%
+ string: '{"_id":"574ef53a87f6437126b4609a","created_at":"2016-06-01T14:46:18Z","updated_at":"2016-06-01T14:46:18Z","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: Mon, 21 Mar 2016 17:36:53 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/snippets/header.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&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=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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:53 GMT
+ - Wed, 01 Jun 2016 14:46:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -19008,42 +18967,42 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a5625a7e4b548b987c26a71d2b664e2e"
+ - W/"f632111476e097749cebe6f80c79e440"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 912f7876-aaef-4a1e-b779-10a8815ce9b3
+ - 0f6aa8a3-f96f-4711-b54f-d1a000c097c4
X-Runtime:
- - '0.069686'
+ - '0.133615'
Content-Length:
- '198'
body:
encoding: UTF-8
- string: '{"_id":"56f03135c36511207342cc91","created_at":"2016-03-21T17:36:53Z","updated_at":"2016-03-21T17:36:53Z","name":"Header","slug":"header","template":"\u003ch1\u003e{{
+ string: '{"_id":"574ef53a87f6437126b4609b","created_at":"2016-06-01T14:46:18Z","updated_at":"2016-06-01T14:46:18Z","name":"Header","slug":"header","template":"\u003ch1\u003e{{
site.name }}\u003c/h1\u003e\n"}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:53 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
- request:
method: get
- uri: http://localhost:3000/locomotive/api/v3/theme_assets.json?auth_token=V8VMCfCsp7XzQLvAd1AY
+ uri: http://localhost:3000/locomotive/api/v3/theme_assets.json?auth_token=e72VhSTyGX_RnZqXeEeZ
body:
encoding: UTF-8
string: ''
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:53 GMT
+ - Wed, 01 Jun 2016 14:46:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
response:
status:
code: 200
@@ @@ -19056,16 +19015,16 @@ http_interactions:
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1cec5ceb-0023-4c72-b730-df52716a1045
+ - 7e056bf4-bfad-413d-81c3-0c3f653d532c
X-Runtime:
- - '0.034334'
+ - '0.023970'
Content-Length:
- '2'
body:
encoding: UTF-8
string: "[]"
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:53 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -19938,23 +19897,23 @@ http_interactions:
ZW1lX2Fzc2V0W2NoZWNrc3VtXSINCg0KNjA4MDQ0MWZkZTUwYzQ4MzljMjNj
NzliOTM3ZjAxOTQNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdA0K
Q29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdXRoX3Rv
- a2VuIg0KDQpWOFZNQ2ZDc3A3WHpRTHZBZDFBWQ0KLS0tLS0tLS0tLS0tLVJ1
+ a2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0tLS0tLS0tLS0tLVJ1
YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:53 GMT
+ - Wed, 01 Jun 2016 14:46:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -19967,21 +19926,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"34277142a584c9de3b3e8959d31c0c67"
+ - W/"9a1404f3f26beb88a68fbf786de070cd"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - ef439ed7-b01f-456e-bcfd-95fbe2e3a38c
+ - cc31b9b5-93c2-4b77-8f39-d3ec551a6d07
X-Runtime:
- - '0.048628'
+ - '0.090083'
Content-Length:
- '377'
body:
encoding: UTF-8
- string: '{"_id":"56f03135c36511207342cc92","created_at":"2016-03-21T17:36:53Z","updated_at":"2016-03-21T17:36:53Z","content_type":"font","local_path":"fonts/chunkfive-webfont.eot","folder":"fonts","checksum":"6080441fde50c4839c23c79b937f0194","filename":"chunkfive-webfont.eot","url":"/sites/56f0312dc36511207342cbdc/theme/fonts/chunkfive-webfont.eot","size":"37.5
+ 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
KB","raw_size":38434}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:53 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -20629,22 +20588,22 @@ 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\nV8VMCfCsp7XzQLvAd1AY\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"auth_token\"\r\n\r\ne72VhSTyGX_RnZqXeEeZ\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:53 GMT
+ - Wed, 01 Jun 2016 14:46:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -20657,21 +20616,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"b1680630daf2af83259667e7f3356c43"
+ - W/"e9d9564f8d540675a38cd65e97cf1298"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 2011d717-a990-49bf-9bd2-6ff11bf75c2f
+ - 1b69cba0-bc12-47f9-be75-b7c0684d9bda
X-Runtime:
- - '0.041823'
+ - '0.114432'
Content-Length:
- '377'
body:
encoding: UTF-8
- string: '{"_id":"56f03135c36511207342cc93","created_at":"2016-03-21T17:36:53Z","updated_at":"2016-03-21T17:36:53Z","content_type":"font","local_path":"fonts/chunkfive-webfont.svg","folder":"fonts","checksum":"57d0f66913a8c0e172ae3fe78ce36e43","filename":"chunkfive-webfont.svg","url":"/sites/56f0312dc36511207342cbdc/theme/fonts/chunkfive-webfont.svg","size":"49.4
+ 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
KB","raw_size":50602}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:53 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -21538,23 +21497,23 @@ http_interactions:
dFtjaGVja3N1bV0iDQoNCjQzOTYzMzQ0NGY5ZDMyYTMwYTQ0NDlkYTk2Nzg1
M2QyDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQt
RGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0K
- VjhWTUNmQ3NwN1h6UUx2QWQxQVkNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlw
+ ZTcyVmhTVHlHWF9SblpxWGVFZVoNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlw
YXJ0UG9zdC0tDQoNCg==
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:53 GMT
+ - Wed, 01 Jun 2016 14:46:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -21567,21 +21526,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"498b19b7f65557fe7a1638d3323ee8e7"
+ - W/"f827e3908d961f325c191efd8a4e3a30"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d6db38ed-89a8-4ae7-84ba-e9a59c260882
+ - 6342f887-43b0-4fe5-b093-a816567a8df6
X-Runtime:
- - '0.042362'
+ - '0.037957'
Content-Length:
- '377'
body:
encoding: UTF-8
- string: '{"_id":"56f03135c36511207342cc94","created_at":"2016-03-21T17:36:53Z","updated_at":"2016-03-21T17:36:53Z","content_type":"font","local_path":"fonts/chunkfive-webfont.ttf","folder":"fonts","checksum":"439633444f9d32a30a4449da967853d2","filename":"chunkfive-webfont.ttf","url":"/sites/56f0312dc36511207342cbdc/theme/fonts/chunkfive-webfont.ttf","size":"37.3
+ 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
KB","raw_size":38156}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:53 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -22097,23 +22056,23 @@ http_interactions:
bS1kYXRhOyBuYW1lPSJ0aGVtZV9hc3NldFtjaGVja3N1bV0iDQoNCjgxNzRm
YTY3ODkwYTZhZjljMGIwNTQzMmQyMWFmZGJkDQotLS0tLS0tLS0tLS0tUnVi
eU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0
- YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KVjhWTUNmQ3NwN1h6UUx2QWQxQVkN
+ YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KZTcyVmhTVHlHWF9SblpxWGVFZVoN
Ci0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg==
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:53 GMT
+ - Wed, 01 Jun 2016 14:46:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -22126,21 +22085,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"8e03709c47656a8d6069641a466c5074"
+ - W/"9cc9f20e42d0be93c6ae8a57b8340715"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 67b570ca-5a44-4858-8daf-2a97b670255d
+ - d7f70a4d-4696-4f26-a6dd-62282502c395
X-Runtime:
- - '0.043327'
+ - '0.048728'
Content-Length:
- '380'
body:
encoding: UTF-8
- string: '{"_id":"56f03135c36511207342cc95","created_at":"2016-03-21T17:36:53Z","updated_at":"2016-03-21T17:36:53Z","content_type":"font","local_path":"fonts/chunkfive-webfont.woff","folder":"fonts","checksum":"8174fa67890a6af9c0b05432d21afdbd","filename":"chunkfive-webfont.woff","url":"/sites/56f0312dc36511207342cbdc/theme/fonts/chunkfive-webfont.woff","size":"21.9
+ 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
KB","raw_size":22384}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:53 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:18 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -22440,24 +22399,24 @@ http_interactions:
bnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0idGhlbWVfYXNzZXRb
Y2hlY2tzdW1dIg0KDQozZjZhMTVmMmNlODkyMzUwOTJhZTI1YjEyNTA4NGRk
Nw0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURp
- c3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNClY4
- Vk1DZkNzcDdYelFMdkFkMUFZDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFy
+ c3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmU3
+ MlZoU1R5R1hfUm5acVhlRWVaDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFy
dFBvc3QtLQ0KDQo=
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:53 GMT
+ - Wed, 01 Jun 2016 14:46:18 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -22470,21 +22429,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"7ee5c8fd067e4740a3aa229599cf9d8a"
+ - W/"a4330aa0b7ff2b33b6b31f42e3b1d9e4"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 294b4c17-04de-4ff7-a539-7b50b52acc82
+ - 51fd2613-6834-4d41-8f10-b3a3431ff4e7
X-Runtime:
- - '0.060770'
+ - '0.069044'
Content-Length:
- '339'
body:
encoding: UTF-8
- string: '{"_id":"56f03135c36511207342cc96","created_at":"2016-03-21T17:36:53Z","updated_at":"2016-03-21T17:36:53Z","content_type":"image","local_path":"images/top.jpg","folder":"images","checksum":"3f6a15f2ce89235092ae25b125084dd7","filename":"top.jpg","url":"/sites/56f0312dc36511207342cbdc/theme/images/top.jpg","size":"12.4
+ 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
KB","raw_size":12697}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:53 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:19 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -22745,23 +22704,23 @@ http_interactions:
ZGF0YTsgbmFtZT0idGhlbWVfYXNzZXRbY2hlY2tzdW1dIg0KDQo0NzNmNjM0
MDUzMTcyYTY1NmIzOGY0ZDc5MWQyOTRjOA0KLS0tLS0tLS0tLS0tLVJ1YnlN
dWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7
- IG5hbWU9ImF1dGhfdG9rZW4iDQoNClY4Vk1DZkNzcDdYelFMdkFkMUFZDQot
+ IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmU3MlZoU1R5R1hfUm5acVhlRWVaDQot
LS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo=
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:53 GMT
+ - Wed, 01 Jun 2016 14:46:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -22774,21 +22733,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d85980f97899e1268d901e38abc833c2"
+ - W/"0f7a1172e8272a438653c3efdf2d8d33"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 93f9d045-f17f-4be7-b5e9-371f8a673740
+ - 1b849378-97fa-4ffe-b6f4-d1ebbf3c7aaa
X-Runtime:
- - '0.046147'
+ - '0.050152'
Content-Length:
- '353'
body:
encoding: UTF-8
- string: '{"_id":"56f03135c36511207342cc97","created_at":"2016-03-21T17:36:53Z","updated_at":"2016-03-21T17:36:53Z","content_type":"font","local_path":"fonts/chunkfive.otf","folder":"fonts","checksum":"473f634053172a656b38f4d791d294c8","filename":"chunkfive.otf","url":"/sites/56f0312dc36511207342cbdc/theme/fonts/chunkfive.otf","size":"10.7
+ 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
KB","raw_size":10916}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:53 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:19 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -22809,23 +22768,23 @@ http_interactions:
IG5hbWU9InRoZW1lX2Fzc2V0W2NoZWNrc3VtXSINCg0KZWRiMjkzMDI4Zjlj
MDdmMmQ2OTJkMDY2Y2Q4YTQ1OGENCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlw
YXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1l
- PSJhdXRoX3Rva2VuIg0KDQpWOFZNQ2ZDc3A3WHpRTHZBZDFBWQ0KLS0tLS0t
+ PSJhdXRoX3Rva2VuIg0KDQplNzJWaFNUeUdYX1JuWnFYZUVlWg0KLS0tLS0t
LS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:53 GMT
+ - Wed, 01 Jun 2016 14:46:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -22838,21 +22797,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"1591605893baebaf4f17d21c7da198c4"
+ - W/"b0aae2cd2730adbd5dce7c7b34b51f8f"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 1b2e3174-8f2f-4312-b20f-53448b24dea9
+ - 85a2a762-e5ae-4042-a27c-78fbe91a27b8
X-Runtime:
- - '0.056679'
+ - '0.072794'
Content-Length:
- '348'
body:
encoding: UTF-8
- string: '{"_id":"56f03135c36511207342cc98","created_at":"2016-03-21T17:36:54Z","updated_at":"2016-03-21T17:36:54Z","content_type":"image","local_path":"images/nav_on.png","folder":"images","checksum":"edb293028f9c07f2d692d066cd8a458a","filename":"nav_on.png","url":"/sites/56f0312dc36511207342cbdc/theme/images/nav_on.png","size":"115
+ 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
Bytes","raw_size":115}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:54 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:19 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23043,24 +23002,24 @@ http_interactions:
c3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9InRoZW1lX2Fzc2V0W2NoZWNr
c3VtXSINCg0KOTNjMjkxMTI4N2E1NzU0YmVkNjVhMDI4YzZhYTRhN2MNCi0t
LS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3Np
- dGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpWOFZNQ2ZD
- c3A3WHpRTHZBZDFBWQ0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0
+ dGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQplNzJWaFNU
+ eUdYX1JuWnFYZUVlWg0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0
LS0NCg0K
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:54 GMT
+ - Wed, 01 Jun 2016 14:46:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23073,21 +23032,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"86f95b0c6503fc768ad1804970173697"
+ - W/"506e5621b06ccff4598420908c499718"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 609fea1a-dc49-494b-9018-f5608702483c
+ - 10220c6b-84d6-46d9-acab-68edae3a3924
X-Runtime:
- - '0.058479'
+ - '0.075167'
Content-Length:
- '361'
body:
encoding: UTF-8
- string: '{"_id":"56f03136c36511207342cc99","created_at":"2016-03-21T17:36:54Z","updated_at":"2016-03-21T17:36:54Z","content_type":"image","local_path":"images/photo_frame.png","folder":"images","checksum":"93c2911287a5754bed65a028c6aa4a7c","filename":"photo_frame.png","url":"/sites/56f0312dc36511207342cbdc/theme/images/photo_frame.png","size":"7.6
+ 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
KB","raw_size":7780}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:54 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:19 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23132,24 +23091,24 @@ http_interactions:
dGlvbjogZm9ybS1kYXRhOyBuYW1lPSJ0aGVtZV9hc3NldFtjaGVja3N1bV0i
DQoNCjg5ZTAyNzUxODVlNjYxNjM5ZmIxNDEzMDQxMDg0M2I2DQotLS0tLS0t
LS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246
- IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KVjhWTUNmQ3NwN1h6
- UUx2QWQxQVkNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoN
+ IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KZTcyVmhTVHlHWF9S
+ blpxWGVFZVoNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoN
Cg==
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:54 GMT
+ - Wed, 01 Jun 2016 14:46:19 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23162,21 +23121,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"53f8996adab5ccb1dd8a47034284348e"
+ - W/"049f6e4c9c7c12d96e8f259fd3117ac2"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 809c5c37-e753-40ce-9a06-4e0791791271
+ - 827866ed-58f5-4452-a75d-0887b87846ad
X-Runtime:
- - '0.058374'
+ - '0.073487'
Content-Length:
- '338'
body:
encoding: UTF-8
- string: '{"_id":"56f03136c36511207342cc9a","created_at":"2016-03-21T17:36:54Z","updated_at":"2016-03-21T17:36:54Z","content_type":"image","local_path":"images/sep.png","folder":"images","checksum":"89e0275185e661639fb14130410843b6","filename":"sep.png","url":"/sites/56f0312dc36511207342cbdc/theme/images/sep.png","size":"1.18
+ 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
KB","raw_size":1213}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:54 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:19 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23201,23 +23160,23 @@ http_interactions:
c3NldFtjaGVja3N1bV0iDQoNCmIzYWQzYmZhMmFmZjlkZTkxM2JmNDJmODRh
ZDFmZWNmDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRl
bnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiIN
- Cg0KVjhWTUNmQ3NwN1h6UUx2QWQxQVkNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
+ Cg0KZTcyVmhTVHlHWF9SblpxWGVFZVoNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs
dGlwYXJ0UG9zdC0tDQoNCg==
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:56 GMT
+ - Wed, 01 Jun 2016 14:46:21 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23230,21 +23189,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"c41dff2ba59f44e5fdd9e417abcf8a29"
+ - W/"79112f42c93d2ffc11ae5b350122ceea"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 4b65e4a3-9be6-4046-b923-4c1c211316ec
+ - c4726fe9-c642-40c0-9476-481aeb32fcce
X-Runtime:
- - '0.046522'
+ - '0.041101'
Content-Length:
- '359'
body:
encoding: UTF-8
- string: '{"_id":"56f03138c36511207342cc9b","created_at":"2016-03-21T17:36:56Z","updated_at":"2016-03-21T17:36:56Z","content_type":"stylesheet","local_path":"fonts/chunkfive.css","folder":"fonts","checksum":"b3ad3bfa2aff9de913bf42f84ad1fecf","filename":"chunkfive.css","url":"/sites/56f0312dc36511207342cbdc/theme/fonts/chunkfive.css","size":"279
+ 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
Bytes","raw_size":279}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:56 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:21 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23256,22 +23215,22 @@ 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\nV8VMCfCsp7XzQLvAd1AY\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"auth_token\"\r\n\r\ne72VhSTyGX_RnZqXeEeZ\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:57 GMT
+ - Wed, 01 Jun 2016 14:46:22 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23284,21 +23243,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"68a673a647f95af791c1302f5512b1db"
+ - W/"74be73e886e3f5c2cfc90e2d7628f6ba"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - b681e75b-74d2-4cbd-9dce-1256da187643
+ - 528f65f0-986b-435a-93e7-02b4664e747a
X-Runtime:
- - '0.036525'
+ - '0.036788'
Content-Length:
- '378'
body:
encoding: UTF-8
- string: '{"_id":"56f03139c36511207342cc9c","created_at":"2016-03-21T17:36:57Z","updated_at":"2016-03-21T17:36:57Z","content_type":"javascript","local_path":"javascripts/application.js","folder":"javascripts","checksum":"dafcc4a2f059c53e47bf8d7ea4dd1e11","filename":"application.js","url":"/sites/56f0312dc36511207342cbdc/theme/javascripts/application.js","size":"84
+ 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
Bytes","raw_size":84}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:57 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:22 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23309,22 +23268,22 @@ 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\nV8VMCfCsp7XzQLvAd1AY\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"auth_token\"\r\n\r\ne72VhSTyGX_RnZqXeEeZ\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:58 GMT
+ - Wed, 01 Jun 2016 14:46:23 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23337,21 +23296,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"a92245d886a252c9282d0b05804a3272"
+ - W/"cad35f8f037e83a3887c41f1723fdbb3"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 3f3a1e27-03fa-4e5c-9b36-2093abf37732
+ - e0d40898-6370-4cf1-9999-88429aea7b94
X-Runtime:
- - '0.058855'
+ - '0.038151'
Content-Length:
- '363'
body:
encoding: UTF-8
- string: '{"_id":"56f0313ac36511207342cc9d","created_at":"2016-03-21T17:36:58Z","updated_at":"2016-03-21T17:36:58Z","content_type":"javascript","local_path":"javascripts/common.js","folder":"javascripts","checksum":"d05d02ecb331afbe373db79b0a88ef36","filename":"common.js","url":"/sites/56f0312dc36511207342cbdc/theme/javascripts/common.js","size":"27
+ 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
Bytes","raw_size":27}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:58 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:23 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23359,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/56f0312dc36511207342cbdc/theme/images/top.jpg?3f6a15f2ce89235092ae25b125084dd7\")
+ binary\r\n\r\nbody{background:#f0eee3 url(\"/sites/574ef52f87f6437126b45fe6/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/56f0312dc36511207342cbdc/theme/images/sep.png?89e0275185e661639fb14130410843b6)
+ url(/sites/574ef52f87f6437126b45fe6/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/56f0312dc36511207342cbdc/theme/images/nav_on.png?edb293028f9c07f2d692d066cd8a458a)
- repeat-x 0 0}#banner{padding-top:20px;background:transparent url(/sites/56f0312dc36511207342cbdc/theme/images/sep.png?89e0275185e661639fb14130410843b6)
+ 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)
repeat-x 0 bottom;margin-bottom:30px;padding-bottom:20px}#banner .photo{float:left;position:relative;left:-23px;background:transparent
- url(/sites/56f0312dc36511207342cbdc/theme/images/photo_frame.png?93c2911287a5754bed65a028c6aa4a7c)
+ url(/sites/574ef52f87f6437126b45fe6/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/56f0312dc36511207342cbdc/theme/images/sep.png?89e0275185e661639fb14130410843b6)
+ li{margin:0 20px 20px 0;padding:0 0 20px 0;background:transparent url(/sites/574ef52f87f6437126b45fe6/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
@@ @@ -23381,26 +23340,26 @@ 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/56f0312dc36511207342cbdc/theme/images/sep.png?89e0275185e661639fb14130410843b6)
+ url(/sites/574ef52f87f6437126b45fe6/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\n55ada95b03441c631d0d03355ae6907d\r\n-------------RubyMultipartPost\r\nContent-Disposition:
- form-data; name=\"auth_token\"\r\n\r\nV8VMCfCsp7XzQLvAd1AY\r\n-------------RubyMultipartPost--\r\n\r\n"
+ 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"
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:59 GMT
+ - Wed, 01 Jun 2016 14:46:24 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23413,21 +23372,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"cde45a3b5d80f44c50574e051dbba4ff"
+ - W/"8d0b9d7d0028d8acd5407a2ecff3e423"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d15dd275-02af-4b9e-9e2e-4ef5cdf64f0a
+ - a27e5393-a717-4b42-9558-6b023719ba47
X-Runtime:
- - '0.034334'
+ - '0.036092'
Content-Length:
- '382'
body:
encoding: UTF-8
- string: '{"_id":"56f0313bc36511207342cc9e","created_at":"2016-03-21T17:36:59Z","updated_at":"2016-03-21T17:36:59Z","content_type":"stylesheet","local_path":"stylesheets/application.css","folder":"stylesheets","checksum":"55ada95b03441c631d0d03355ae6907d","filename":"application.css","url":"/sites/56f0312dc36511207342cbdc/theme/stylesheets/application.css","size":"2.72
+ 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
KB","raw_size":2790}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:59 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:24 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23438,22 +23397,22 @@ 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\nV8VMCfCsp7XzQLvAd1AY\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"auth_token\"\r\n\r\ne72VhSTyGX_RnZqXeEeZ\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:36:59 GMT
+ - Wed, 01 Jun 2016 14:46:24 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23466,21 +23425,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"d158a8af0a1dc0ba9c41f1e7f0943114"
+ - W/"abd094a6ae7add2a57691bf25d7f6877"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - d7c108c9-1cf0-4a53-b1b6-c4da5fabd234
+ - 5cbec878-5ae0-43fd-9beb-5273f2063c8c
X-Runtime:
- - '0.040131'
+ - '0.044962'
Content-Length:
- '379'
body:
encoding: UTF-8
- string: '{"_id":"56f0313bc36511207342cc9f","created_at":"2016-03-21T17:36:59Z","updated_at":"2016-03-21T17:36:59Z","content_type":"stylesheet","local_path":"stylesheets/other/extra.css","folder":"stylesheets/other","checksum":"d41d8cd98f00b204e9800998ecf8427e","filename":"extra.css","url":"/sites/56f0312dc36511207342cbdc/theme/stylesheets/other/extra.css","size":"0
+ 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
Bytes","raw_size":0}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:36:59 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:24 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23508,22 +23467,22 @@ 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\nV8VMCfCsp7XzQLvAd1AY\r\n-------------RubyMultipartPost--\r\n\r\n"
+ form-data; name=\"auth_token\"\r\n\r\ne72VhSTyGX_RnZqXeEeZ\r\n-------------RubyMultipartPost--\r\n\r\n"
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:37:00 GMT
+ - Wed, 01 Jun 2016 14:46:25 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23536,21 +23495,21 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"7e0a69b3fadf7fbcda1e225916112e27"
+ - W/"1aee01445ac91daacc307efb30460034"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 88226ffd-0e62-4246-a8de-161ceb63b7c1
+ - 1c2f07c4-3a0d-47a0-b10b-8af73bca86e1
X-Runtime:
- - '0.032880'
+ - '0.044487'
Content-Length:
- '382'
body:
encoding: UTF-8
- string: '{"_id":"56f0313cc36511207342cca0","created_at":"2016-03-21T17:37:00Z","updated_at":"2016-03-21T17:37:00Z","content_type":"stylesheet","local_path":"stylesheets/other/style.css","folder":"stylesheets/other","checksum":"ad2e36fdbc6b9ea164f875e19af0c90e","filename":"style.css","url":"/sites/56f0312dc36511207342cbdc/theme/stylesheets/other/style.css","size":"1.42
+ 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
KB","raw_size":1452}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:37:00 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:25 GMT
- request:
method: post
uri: http://localhost:3000/locomotive/api/v3/theme_assets.json
@@ @@ -23614,23 +23573,23 @@ http_interactions:
YW1lPSJ0aGVtZV9hc3NldFtjaGVja3N1bV0iDQoNCmY0NGIxNDg3ZDljMGQ0
OTBlNjY0ZTkxY2FmMGM3Y2Q4DQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFy
dFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i
- YXV0aF90b2tlbiINCg0KVjhWTUNmQ3NwN1h6UUx2QWQxQVkNCi0tLS0tLS0t
+ YXV0aF90b2tlbiINCg0KZTcyVmhTVHlHWF9SblpxWGVFZVoNCi0tLS0tLS0t
LS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg==
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:37:01 GMT
+ - Wed, 01 Jun 2016 14:46:26 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- multipart/form-data; boundary=-----------RubyMultipartPost
Content-Length:
@@ @@ -23643,42 +23602,42 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"fe2b69b82358c3d8a2c5f0f900aa6ded"
+ - W/"c67ce71cdfa5da6dd5d30f1f213e85d1"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 14e48361-3ca1-422f-8bd5-266aff542f39
+ - d9dcdacf-6c24-49a5-907c-7ee52a384ade
X-Runtime:
- - '0.035036'
+ - '0.094590'
Content-Length:
- '367'
body:
encoding: UTF-8
- string: '{"_id":"56f0313dc36511207342cca1","created_at":"2016-03-21T17:37:01Z","updated_at":"2016-03-21T17:37:01Z","content_type":"stylesheet","local_path":"stylesheets/reboot.css","folder":"stylesheets","checksum":"f44b1487d9c0d490e664e91caf0c7cd8","filename":"reboot.css","url":"/sites/56f0312dc36511207342cbdc/theme/stylesheets/reboot.css","size":"1.99
+ 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
KB","raw_size":2042}'
http_version:
- recorded_at: Mon, 21 Mar 2016 17:37:01 GMT
+ recorded_at: Wed, 01 Jun 2016 14:46:26 GMT
- request:
method: put
uri: http://localhost:3000/locomotive/api/v3/translations/powered_by.json
body:
encoding: UTF-8
- string: auth_token=V8VMCfCsp7XzQLvAd1AY&translation%5Bkey%5D=powered_by&translation%5Bvalues%5D%5Ben%5D=Powered+by&translation%5Bvalues%5D%5Bfr%5D=Propuls%C3%A9+par
+ 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
headers:
User-Agent:
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
+ - HTTPClient/1.0 (2.7.2, ruby 2.2.3 (2015-08-18))
Accept:
- application/json
Accept-Encoding:
- gzip,deflate
Date:
- - Mon, 21 Mar 2016 17:37:01 GMT
+ - Wed, 01 Jun 2016 14:46:26 GMT
X-Locomotive-Account-Email:
- admin@locomotivecms.com
X-Locomotive-Account-Token:
- - V8VMCfCsp7XzQLvAd1AY
+ - e72VhSTyGX_RnZqXeEeZ
X-Locomotive-Site-Handle:
- - parched-lagoon-8492
+ - limitless-moss-5966
Content-Type:
- application/x-www-form-urlencoded
response:
@@ @@ -23689,22 +23648,22 @@ http_interactions:
Content-Type:
- application/json
Etag:
- - W/"ed7123a7345798fe8b725b5908f180ad"
+ - W/"30b091a550aac75a90be96226251fb16"
Cache-Control:
- max-age=0, private, must-revalidate
X-Request-Id:
- - 3486955d-785b-4e55-a15c-d9db5f10fce1
+ - 2dfcf0eb-a622-4238-857b-4351a4645541
X-Runtime:
- - '0.039352'
+ - '0.076350'
Content-Length:
- '175'
body:
encoding: ASCII-8BIT
string: !binary |-
- eyJfaWQiOiI1NmYwMzEzZGMzNjUxMTIwNzM0MmNjYTIiLCJjcmVhdGVkX2F0
- IjoiMjAxNi0wMy0yMVQxNzozNzowMVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
- My0yMVQxNzozNzowMVoiLCJrZXkiOiJwb3dlcmVkX2J5IiwidmFsdWVzIjp7
+ eyJfaWQiOiI1NzRlZjU0Mjg3ZjY0MzcxMjZiNDYwYWMiLCJjcmVhdGVkX2F0
+ IjoiMjAxNi0wNi0wMVQxNDo0NjoyNloiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w
+ Ni0wMVQxNDo0NjoyNloiLCJrZXkiOiJwb3dlcmVkX2J5IiwidmFsdWVzIjp7
ImVuIjoiUG93ZXJlZCBieSIsImZyIjoiUHJvcHVsc8OpIHBhciJ9fQ==
http_version:
- recorded_at: Mon, 21 Mar 2016 17:37:01 GMT
- recorded_with: VCR 3.0.0
+ recorded_at: Wed, 01 Jun 2016 14:46:26 GMT
+ recorded_with: VCR 3.0.1
spec/integration/cli_spec.rb +1 -1
@@ @@ -10,7 +10,7 @@ describe Locomotive::Wagon::CLI do
describe '#version' do
let(:command) { Locomotive::Wagon::CLI::Main.start(['version']) }
- it { is_expected.to match /^2.1.0/ }
+ it { is_expected.to match /^2.2.0/ }
end