content assets (public/samples/**) inside snippets are not deployed (fix issue #290)
did
committed Feb 16, 2016
commit d3a59978fe713297fce818b65ef6c48eb2f06a55
Showing 5
changed files with
1295 additions
and 1243 deletions
locomotive/wagon/commands/push_sub_commands/push_snippets_command.rb b/lib/locomotive/wagon/commands/push_sub_commands/push_snippets_command.rb
+1
-1
| @@ | @@ -7,7 +7,7 @@ module Locomotive::Wagon |
| end | |
| def decorate(entity) | |
| - | SnippetDecorator.new(entity, locale, default_locale) |
| + | SnippetDecorator.new(entity, locale, content_assets_pusher) |
| end | |
| def persist(decorated_entity) | |
locomotive/wagon/decorators/snippet_decorator.rb b/lib/locomotive/wagon/decorators/snippet_decorator.rb
+13
-5
| @@ | @@ -4,6 +4,18 @@ module Locomotive |
| class SnippetDecorator < Locomotive::Steam::Decorators::TemplateDecorator | |
| include ToHashConcern | |
| + | include PersistAssetsConcern |
| + | |
| + | attr_accessor :__content_assets_pusher__ |
| + | |
| + | def initialize(object, locale = nil, content_assets_pusher) |
| + | self.__content_assets_pusher__ = content_assets_pusher |
| + | super(object, locale, nil) |
| + | end |
| + | |
| + | def __attributes__ |
| + | %i(name slug template) |
| + | end |
| def id | |
| slug | |
| @@ | @@ -13,16 +25,12 @@ module Locomotive |
| {}.tap do |translations| | |
| __getobj__.template_path.translations.each do |locale, _| | |
| __with_locale__(locale) do | |
| - | translations[locale] = self.liquid_source |
| + | translations[locale] = replace_with_content_assets!(self.liquid_source) |
| end | |
| end | |
| end | |
| end | |
| - | def __attributes__ |
| - | %i(name slug template) |
| - | end |
| - | |
| end | |
| end | |
spec/fixtures/cassettes/authenticate.yml
+82
-41
| @@ | @@ -17,63 +17,104 @@ http_interactions: |
| - Ruby | |
| response: | |
| status: | |
| - | code: 401 |
| - | message: Unauthorized |
| + | code: 201 |
| + | message: Created |
| headers: | |
| Content-Type: | |
| - application/json | |
| - | X-Error-Detail: |
| - | - Invalid email or password. |
| + | Etag: |
| + | - W/"bc2668dfce49ce8b86c24c5238a6ad8a" |
| Cache-Control: | |
| - | - no-cache |
| + | - max-age=0, private, must-revalidate |
| X-Request-Id: | |
| - | - 585b1576-d444-46b5-ba65-769f74c31c23 |
| + | - ac82d4d7-0fab-42e5-b204-e7b3aeb1dc0c |
| X-Runtime: | |
| - | - '0.563626' |
| + | - '0.538828' |
| Content-Length: | |
| - | - '40' |
| + | - '32' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"message":"Invalid email or password."}' |
| + | string: '{"token":"4UbNL-FP8WQsnonBusPw"}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:25 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:20 GMT |
| - request: | |
| - | method: post |
| - | uri: http://localhost:3000/locomotive/api/v3/my_account.json |
| + | method: get |
| + | uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=4UbNL-FP8WQsnonBusPw |
| body: | |
| - | encoding: UTF-8 |
| - | string: account%5Bemail%5D=john%40doe.net&account%5Bname%5D=John&account%5Bpassword%5D=asimplepassword |
| + | encoding: US-ASCII |
| + | string: '' |
| headers: | |
| Accept: | |
| - application/json | |
| + | X-Locomotive-Account-Email: |
| + | - john@doe.net |
| + | X-Locomotive-Account-Token: |
| + | - 4UbNL-FP8WQsnonBusPw |
| + | Accept-Encoding: |
| + | - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 |
| + | User-Agent: |
| + | - Ruby |
| + | response: |
| + | status: |
| + | code: 200 |
| + | message: OK |
| + | headers: |
| Content-Type: | |
| - | - application/x-www-form-urlencoded |
| + | - application/json |
| + | Etag: |
| + | - W/"1fede7cbfdb8717942bf763b9ce2c37d" |
| + | Cache-Control: |
| + | - max-age=0, private, must-revalidate |
| + | X-Request-Id: |
| + | - 89d151cf-949c-43e4-857e-e35e27388fda |
| + | X-Runtime: |
| + | - '0.063627' |
| + | Content-Length: |
| + | - '250' |
| + | body: |
| + | encoding: UTF-8 |
| + | string: '{"_id":"56c265bdc365114365000000","created_at":"2016-02-15T23:56:45Z","updated_at":"2016-02-15T23:56:45Z","name":"John","email":"john@doe.net","locale":"en","api_key":"69f81710e41bd4fe8693d0447a31e7bfcf07d8d7","super_admin":false,"local_admin":false}' |
| + | http_version: |
| + | recorded_at: Tue, 16 Feb 2016 00:46:20 GMT |
| + | - request: |
| + | method: get |
| + | uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=4UbNL-FP8WQsnonBusPw |
| + | body: |
| + | encoding: US-ASCII |
| + | string: '' |
| + | headers: |
| + | Accept: |
| + | - application/json |
| + | X-Locomotive-Account-Email: |
| + | - john@doe.net |
| + | X-Locomotive-Account-Token: |
| + | - 4UbNL-FP8WQsnonBusPw |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| - Ruby | |
| response: | |
| status: | |
| - | code: 201 |
| - | message: Created |
| + | code: 200 |
| + | message: OK |
| headers: | |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"068d0ca64afd07ad1a18998dd22d1786" |
| + | - W/"1fede7cbfdb8717942bf763b9ce2c37d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 36c08f2b-6675-44bb-aac0-c5bc15a702ca |
| + | - 4b88417d-24af-40e4-a6b3-3211ce98e6cf |
| X-Runtime: | |
| - | - '0.084403' |
| + | - '0.020165' |
| Content-Length: | |
| - '250' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde1c3651121bb000000","created_at":"2016-01-16T23:10:25Z","updated_at":"2016-01-16T23:10:25Z","name":"John","email":"john@doe.net","locale":"en","api_key":"2ce9ab5c3bf6986eab28ce4413580192b8c36c0b","super_admin":false,"local_admin":false}' |
| + | string: '{"_id":"56c265bdc365114365000000","created_at":"2016-02-15T23:56:45Z","updated_at":"2016-02-15T23:56:45Z","name":"John","email":"john@doe.net","locale":"en","api_key":"69f81710e41bd4fe8693d0447a31e7bfcf07d8d7","super_admin":false,"local_admin":false}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:25 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:21 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/tokens.json | |
| @@ | @@ -97,23 +138,23 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e5bf42b7c935f3c18ddae07414fd42a4" |
| + | - W/"3cc699723ac44b6b16405f0c666c9bc3" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 82537a76-3b55-4c6a-a536-739c7314d36d |
| + | - e347d042-8a3a-4ee0-9126-4973edd50f4d |
| X-Runtime: | |
| - | - '0.017771' |
| + | - '0.021840' |
| Content-Length: | |
| - '32' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"token":"gWL44rqJvEqooM9RczSW"}' |
| + | string: '{"token":"C2t1wxAuKy7YPAHVva29"}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:25 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:21 GMT |
| - request: | |
| method: get | |
| - | uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -123,7 +164,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -136,23 +177,23 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"23efaf347eb8d4c795a5a4db30ff339c" |
| + | - W/"6dc03a13985e38bbf77d96a5b9803c04" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - fbefeb2e-6b2d-4c5e-bbb0-81ac65da1bda |
| + | - 1217e1b0-1f5d-4ef1-b22b-af9a2cced709 |
| X-Runtime: | |
| - | - '0.032607' |
| + | - '0.019349' |
| Content-Length: | |
| - '261' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acd6cc36511216f000000","created_at":"2016-01-16T23:08:28Z","updated_at":"2016-01-16T23:08:28Z","name":"Admin","email":"admin@locomotivecms.com","locale":"en","api_key":"d49cd50f6f0d2b163f48fc73cb249f0244c37074","super_admin":false,"local_admin":true}' |
| + | string: '{"_id":"56c25ac5c36511433f000000","created_at":"2016-02-15T23:09:57Z","updated_at":"2016-02-15T23:09:57Z","name":"Admin","email":"admin@locomotivecms.com","locale":"en","api_key":"d49cd50f6f0d2b163f48fc73cb249f0244c37074","super_admin":false,"local_admin":true}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:25 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:21 GMT |
| - request: | |
| method: get | |
| - | uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://localhost:3000/locomotive/api/v3/my_account.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -162,7 +203,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -175,18 +216,18 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"23efaf347eb8d4c795a5a4db30ff339c" |
| + | - W/"6dc03a13985e38bbf77d96a5b9803c04" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 2e1a0de0-d453-4297-9997-49858aa1f746 |
| + | - 92680a0a-6313-4a81-990c-f2d0d158fee5 |
| X-Runtime: | |
| - | - '0.019324' |
| + | - '0.019043' |
| Content-Length: | |
| - '261' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acd6cc36511216f000000","created_at":"2016-01-16T23:08:28Z","updated_at":"2016-01-16T23:08:28Z","name":"Admin","email":"admin@locomotivecms.com","locale":"en","api_key":"d49cd50f6f0d2b163f48fc73cb249f0244c37074","super_admin":false,"local_admin":true}' |
| + | string: '{"_id":"56c25ac5c36511433f000000","created_at":"2016-02-15T23:09:57Z","updated_at":"2016-02-15T23:09:57Z","name":"Admin","email":"admin@locomotivecms.com","locale":"en","api_key":"d49cd50f6f0d2b163f48fc73cb249f0244c37074","super_admin":false,"local_admin":true}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:25 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:21 GMT |
| recorded_with: VCR 3.0.0 | |
spec/fixtures/cassettes/delete.yml
+160
-160
| @@ | @@ -23,33 +23,33 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e5bf42b7c935f3c18ddae07414fd42a4" |
| + | - W/"3cc699723ac44b6b16405f0c666c9bc3" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - fb37809a-e6fa-4f40-a572-305e095e83f2 |
| + | - ba626c02-3684-4779-bd07-169db3fdfea6 |
| X-Runtime: | |
| - | - '0.024620' |
| + | - '0.015737' |
| Content-Length: | |
| - '32' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"token":"gWL44rqJvEqooM9RczSW"}' |
| + | string: '{"token":"C2t1wxAuKy7YPAHVva29"}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:25 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:21 GMT |
| - request: | |
| method: post | |
| uri: http://www.example.com:3000/locomotive/api/v3/sites.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&site%5Bhandle%5D=short-lived&site%5Bname%5D=ShortLived |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&site%5Bhandle%5D=short-lived&site%5Bname%5D=ShortLived |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -64,20 +64,20 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"b72d7bdf22c7e00f57dccfa2c437a04b" |
| + | - W/"21e023c5c13ed0e2066996a079b0467f" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 26af42ec-8e5d-489c-b3d0-af3c1f8c3483 |
| + | - 7feef3d8-9f59-498f-a156-ad34cac51b0a |
| X-Runtime: | |
| - | - '0.765979' |
| + | - '0.736136' |
| Content-Length: | |
| - '776' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde1c3651121bb000001","created_at":"2016-01-16T23:10:25Z","updated_at":"2016-01-16T23:10:26Z","name":"ShortLived","handle":"short-lived","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"569acde1c3651121bb000002","created_at":null,"updated_at":null,"role":"admin","account_id":"569acd6cc36511216f000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1452985826,"picture_thumbnail_url":null,"preview_url":"http://www.example.com:3000/locomotive/short-lived/preview","sign_in_url":"http://www.example.com:3000/locomotive/sign_in"}' |
| + | string: '{"_id":"56c2715dc3651143de000000","created_at":"2016-02-16T00:46:21Z","updated_at":"2016-02-16T00:46:21Z","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":"56c2715dc3651143de000001","created_at":null,"updated_at":null,"role":"admin","account_id":"56c25ac5c36511433f000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1455583581,"picture_thumbnail_url":null,"preview_url":"http://www.example.com:3000/locomotive/short-lived/preview","sign_in_url":"http://www.example.com:3000/locomotive/sign_in"}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:26 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:21 GMT |
| - request: | |
| method: post | |
| uri: http://www.example.com:3000/locomotive/api/v3/tokens.json | |
| @@ | @@ -101,23 +101,23 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e5bf42b7c935f3c18ddae07414fd42a4" |
| + | - W/"3cc699723ac44b6b16405f0c666c9bc3" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 59f40d6c-9d69-4feb-bf0c-f73f46047e35 |
| + | - c6f307db-4abd-403b-9799-8499494fbfbe |
| X-Runtime: | |
| - | - '0.016222' |
| + | - '0.019514' |
| Content-Length: | |
| - '32' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"token":"gWL44rqJvEqooM9RczSW"}' |
| + | string: '{"token":"C2t1wxAuKy7YPAHVva29"}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:26 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:21 GMT |
| - request: | |
| method: delete | |
| - | uri: http://www.example.com:3000/locomotive/api/v3/current_site.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://www.example.com:3000/locomotive/api/v3/current_site.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -127,7 +127,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - short-lived | |
| Accept-Encoding: | |
| @@ | @@ -142,33 +142,33 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"b72d7bdf22c7e00f57dccfa2c437a04b" |
| + | - W/"21e023c5c13ed0e2066996a079b0467f" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 15b38e83-6cfa-47ec-854c-3d1469c4f944 |
| + | - 18c8d83b-0dc3-4daf-9b21-812131009d6b |
| X-Runtime: | |
| - | - '0.213367' |
| + | - '0.260019' |
| Content-Length: | |
| - '776' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde1c3651121bb000001","created_at":"2016-01-16T23:10:25Z","updated_at":"2016-01-16T23:10:26Z","name":"ShortLived","handle":"short-lived","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"569acde1c3651121bb000002","created_at":null,"updated_at":null,"role":"admin","account_id":"569acd6cc36511216f000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1452985826,"picture_thumbnail_url":null,"preview_url":"http://www.example.com:3000/locomotive/short-lived/preview","sign_in_url":"http://www.example.com:3000/locomotive/sign_in"}' |
| + | string: '{"_id":"56c2715dc3651143de000000","created_at":"2016-02-16T00:46:21Z","updated_at":"2016-02-16T00:46:21Z","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":"56c2715dc3651143de000001","created_at":null,"updated_at":null,"role":"admin","account_id":"56c25ac5c36511433f000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1455583581,"picture_thumbnail_url":null,"preview_url":"http://www.example.com:3000/locomotive/short-lived/preview","sign_in_url":"http://www.example.com:3000/locomotive/sign_in"}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:26 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:22 GMT |
| - request: | |
| method: post | |
| uri: http://www.example.com:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bparent%5D=index&page%5Bslug%5D=hello-world&page%5Btemplate%5D=Hello+world%21&page%5Btitle%5D=Hello+world |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bparent%5D=index&page%5Bslug%5D=hello-world&page%5Btemplate%5D=Hello+world%21&page%5Btitle%5D=Hello+world |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Content-Type: | |
| @@ | @@ -185,25 +185,25 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"0b58584ef7885b86264ab4e27037fb0d" |
| + | - W/"fd177a64ad4879938dc12c8903c65f84" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - c4854920-c5da-4bfd-95fc-c6b41f3fe343 |
| + | - c87c6cbe-cd58-4160-973d-4551574478ff |
| X-Runtime: | |
| - | - '0.079886' |
| + | - '0.076679' |
| Content-Length: | |
| - '673' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde2c3651121bb000006","created_at":"2016-01-16T23:10:26Z","updated_at":"2016-01-16T23:10:26Z","title":"Hello |
| - | world","parent_id":"569acd6cc36511216f000003","position":0,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"hello-world","fullpath":"hello-world","localized_fullpaths":{"en":"hello-world"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Hello |
| + | string: '{"_id":"56c2715ec3651143de000005","created_at":"2016-02-16T00:46:22Z","updated_at":"2016-02-16T00:46:22Z","title":"Hello |
| + | world","parent_id":"56c25ac6c36511433f000003","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: Sat, 16 Jan 2016 23:10:26 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:22 GMT |
| - request: | |
| method: delete | |
| - | uri: http://www.example.com:3000/locomotive/api/v3/pages/hello-world.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://www.example.com:3000/locomotive/api/v3/pages/hello-world.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -213,7 +213,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Accept-Encoding: | |
| @@ | @@ -228,35 +228,35 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"0b58584ef7885b86264ab4e27037fb0d" |
| + | - W/"fd177a64ad4879938dc12c8903c65f84" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - e9c71fe5-f5a0-44c5-803f-79a8002da95b |
| + | - 0e25d0da-131c-4e0e-a094-355c6d2c5899 |
| X-Runtime: | |
| - | - '0.056382' |
| + | - '0.047920' |
| Content-Length: | |
| - '673' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde2c3651121bb000006","created_at":"2016-01-16T23:10:26Z","updated_at":"2016-01-16T23:10:26Z","title":"Hello |
| - | world","parent_id":"569acd6cc36511216f000003","position":0,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"hello-world","fullpath":"hello-world","localized_fullpaths":{"en":"hello-world"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Hello |
| + | string: '{"_id":"56c2715ec3651143de000005","created_at":"2016-02-16T00:46:22Z","updated_at":"2016-02-16T00:46:22Z","title":"Hello |
| + | world","parent_id":"56c25ac6c36511433f000003","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: Sat, 16 Jan 2016 23:10:26 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:22 GMT |
| - request: | |
| method: post | |
| uri: http://www.example.com:3000/locomotive/api/v3/content_types.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=E-mail&content_type%5Bfields%5D%5B0%5D%5Bname%5D=email&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bname%5D=FakeMessages&content_type%5Bslug%5D=fake-messages |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=E-mail&content_type%5Bfields%5D%5B0%5D%5Bname%5D=email&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bname%5D=FakeMessages&content_type%5Bslug%5D=fake-messages |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Content-Type: | |
| @@ | @@ -273,23 +273,23 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"c62be9a9859eeb09d395c5bcde31024d" |
| + | - W/"127d0c3121840ddc19039f994e1fad2c" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - bed16cf7-7195-461e-9cd9-8514ebf7a988 |
| + | - 20b05ccc-5894-4491-8276-0e4105f7abb6 |
| X-Runtime: | |
| - | - '0.109500' |
| + | - '0.069240' |
| Content-Length: | |
| - | - '655' |
| + | - '670' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde2c3651121bb000007","created_at":"2016-01-16T23:10:26Z","updated_at":"2016-01-16T23:10:26Z","name":"FakeMessages","slug":"fake_messages","description":null,"label_field_name":"email","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde2c3651121bb000008","created_at":null,"updated_at":null,"name":"email","type":"string","label":"E-mail","hint":null,"required":true,"localized":false,"unique":false,"position":0}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}' |
| + | string: '{"_id":"56c2715ec3651143de000006","created_at":"2016-02-16T00:46:22Z","updated_at":"2016-02-16T00:46:22Z","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":"56c2715ec3651143de000007","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: Sat, 16 Jan 2016 23:10:26 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:22 GMT |
| - request: | |
| method: delete | |
| - | uri: http://www.example.com:3000/locomotive/api/v3/content_types/fake_messages.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://www.example.com:3000/locomotive/api/v3/content_types/fake_messages.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -299,7 +299,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Accept-Encoding: | |
| @@ | @@ -314,33 +314,33 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"c62be9a9859eeb09d395c5bcde31024d" |
| + | - W/"127d0c3121840ddc19039f994e1fad2c" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 513c4e7b-bef6-4813-b456-331d51e48aa7 |
| + | - d8ee7e82-aed3-47cd-96c1-03d0c5cda293 |
| X-Runtime: | |
| - | - '0.034007' |
| + | - '0.035505' |
| Content-Length: | |
| - | - '655' |
| + | - '670' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde2c3651121bb000007","created_at":"2016-01-16T23:10:26Z","updated_at":"2016-01-16T23:10:26Z","name":"FakeMessages","slug":"fake_messages","description":null,"label_field_name":"email","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde2c3651121bb000008","created_at":null,"updated_at":null,"name":"email","type":"string","label":"E-mail","hint":null,"required":true,"localized":false,"unique":false,"position":0}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}' |
| + | string: '{"_id":"56c2715ec3651143de000006","created_at":"2016-02-16T00:46:22Z","updated_at":"2016-02-16T00:46:22Z","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":"56c2715ec3651143de000007","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: Sat, 16 Jan 2016 23:10:26 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:22 GMT |
| - request: | |
| method: post | |
| uri: http://www.example.com:3000/locomotive/api/v3/content_types.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=E-mail&content_type%5Bfields%5D%5B0%5D%5Bname%5D=email&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bname%5D=FakeMessages&content_type%5Bslug%5D=fake-messages-2 |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=E-mail&content_type%5Bfields%5D%5B0%5D%5Bname%5D=email&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bname%5D=FakeMessages&content_type%5Bslug%5D=fake-messages-2 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Content-Type: | |
| @@ | @@ -357,23 +357,23 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"1092fbda3c94cf8d4b1c16e4736fd285" |
| + | - W/"84eb8aa5952f5ad1b3256d2ec9425fdd" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 0b8aadb7-860f-4014-9422-c1fbc1b9b4d4 |
| + | - 56969b92-53c5-4098-bc6e-6f2d616e32c8 |
| X-Runtime: | |
| - | - '0.047397' |
| + | - '0.046854' |
| Content-Length: | |
| - | - '657' |
| + | - '672' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde2c3651121bb000009","created_at":"2016-01-16T23:10:26Z","updated_at":"2016-01-16T23:10:26Z","name":"FakeMessages","slug":"fake_messages_2","description":null,"label_field_name":"email","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde2c3651121bb00000a","created_at":null,"updated_at":null,"name":"email","type":"string","label":"E-mail","hint":null,"required":true,"localized":false,"unique":false,"position":0}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}' |
| + | string: '{"_id":"56c2715ec3651143de000008","created_at":"2016-02-16T00:46:22Z","updated_at":"2016-02-16T00:46:22Z","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":"56c2715ec3651143de000009","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: Sat, 16 Jan 2016 23:10:26 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:22 GMT |
| - request: | |
| method: delete | |
| - | uri: http://www.example.com:3000/locomotive/api/v3/content_types.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://www.example.com:3000/locomotive/api/v3/content_types.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -383,7 +383,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Accept-Encoding: | |
| @@ | @@ -402,29 +402,29 @@ http_interactions: |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 16f1ffd5-7ccb-45e0-8f7d-7a0ca59919ec |
| + | - 420a4ef8-0f7d-412b-9ec6-d7adc737ecba |
| X-Runtime: | |
| - | - '0.034280' |
| + | - '0.040613' |
| Content-Length: | |
| - '15' | |
| body: | |
| encoding: UTF-8 | |
| string: '{"deletions":1}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:26 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:22 GMT |
| - request: | |
| method: post | |
| uri: http://www.example.com:3000/locomotive/api/v3/snippets.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics&snippet%5Btemplate%5D=Analytics |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics&snippet%5Btemplate%5D=Analytics |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Content-Type: | |
| @@ | @@ -441,23 +441,23 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e2e9c15f13d09e257e5042d61f910d39" |
| + | - W/"94c08b2c876157b56d665370764e177d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 0dc4238b-175c-405a-8d01-98c3deb389b6 |
| + | - 5914713a-8036-4cb9-a42d-39dec5a8d3dd |
| X-Runtime: | |
| - | - '0.099563' |
| + | - '0.050394' |
| Content-Length: | |
| - '167' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde2c3651121bb00000b","created_at":"2016-01-16T23:10:26Z","updated_at":"2016-01-16T23:10:26Z","name":"Analytics","slug":"analytics","template":"Analytics"}' |
| + | string: '{"_id":"56c2715ec3651143de00000a","created_at":"2016-02-16T00:46:22Z","updated_at":"2016-02-16T00:46:22Z","name":"Analytics","slug":"analytics","template":"Analytics"}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:26 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:22 GMT |
| - request: | |
| method: delete | |
| - | uri: http://www.example.com:3000/locomotive/api/v3/snippets/analytics.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://www.example.com:3000/locomotive/api/v3/snippets/analytics.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -467,7 +467,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Accept-Encoding: | |
| @@ | @@ -482,33 +482,33 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e2e9c15f13d09e257e5042d61f910d39" |
| + | - W/"94c08b2c876157b56d665370764e177d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 655c0b71-fa03-4102-a3af-393041988407 |
| + | - 8674799f-ee53-4696-ac29-788a683cfc77 |
| X-Runtime: | |
| - | - '0.029614' |
| + | - '0.034014' |
| Content-Length: | |
| - '167' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde2c3651121bb00000b","created_at":"2016-01-16T23:10:26Z","updated_at":"2016-01-16T23:10:26Z","name":"Analytics","slug":"analytics","template":"Analytics"}' |
| + | string: '{"_id":"56c2715ec3651143de00000a","created_at":"2016-02-16T00:46:22Z","updated_at":"2016-02-16T00:46:22Z","name":"Analytics","slug":"analytics","template":"Analytics"}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:27 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:22 GMT |
| - request: | |
| method: post | |
| uri: http://www.example.com:3000/locomotive/api/v3/snippets.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics_2&snippet%5Btemplate%5D=Analytics |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&snippet%5Bname%5D=Analytics&snippet%5Bslug%5D=analytics_2&snippet%5Btemplate%5D=Analytics |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Content-Type: | |
| @@ | @@ -525,23 +525,23 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"cf4572c8cbc49077d0308651f953018a" |
| + | - W/"36ecdd3aaf261010706e403109935e0c" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - b9a6b970-e1cb-431c-a40d-61edb3bec3e0 |
| + | - 399b6ef4-855b-4495-a69a-cf3337b1054b |
| X-Runtime: | |
| - | - '0.032771' |
| + | - '0.032704' |
| Content-Length: | |
| - '169' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde3c3651121bb00000c","created_at":"2016-01-16T23:10:27Z","updated_at":"2016-01-16T23:10:27Z","name":"Analytics","slug":"analytics_2","template":"Analytics"}' |
| + | string: '{"_id":"56c2715ec3651143de00000b","created_at":"2016-02-16T00:46:22Z","updated_at":"2016-02-16T00:46:22Z","name":"Analytics","slug":"analytics_2","template":"Analytics"}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:27 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:22 GMT |
| - request: | |
| method: delete | |
| - | uri: http://www.example.com:3000/locomotive/api/v3/snippets.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://www.example.com:3000/locomotive/api/v3/snippets.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -551,7 +551,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Accept-Encoding: | |
| @@ | @@ -570,16 +570,16 @@ http_interactions: |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 9c8cd85f-3be5-4918-a249-920a7a8feb57 |
| + | - 1e009506-be9c-4768-8dc9-5fb8fbd1989d |
| X-Runtime: | |
| - | - '0.030930' |
| + | - '0.030030' |
| Content-Length: | |
| - '15' | |
| body: | |
| encoding: UTF-8 | |
| string: '{"deletions":1}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:27 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:22 GMT |
| - request: | |
| method: post | |
| uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -654,7 +654,7 @@ http_interactions: |
| 0NtJvy6mWF/OpLQstGgVzsab3sXmi3+2zzQDcJjnAyEPROMHiFLOL3h0hr9D | |
| onww/wNwYOCiTn4FhQAAAABJRU5ErkJggg0KLS0tLS0tLS0tLS0tLVJ1YnlN | |
| dWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7 | |
| - | IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmdXTDQ0cnFKdkVxb29NOVJjelNXDQot |
| + | IG5hbWU9ImF1dGhfdG9rZW4iDQoNCkMydDF3eEF1S3k3WVBBSFZ2YTI5DQot |
| LS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo= | |
| headers: | |
| Accept: | |
| @@ | @@ -662,7 +662,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Content-Type: | |
| @@ | @@ -681,21 +681,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"852d8c95ff968aab09824cdcd61bfb27" |
| + | - W/"f756453684b0fc8171c5ad8d1da454b5" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 56ce9466-cd61-4e5c-8d04-14ee740fdb4d |
| + | - 142eacdf-a0aa-4b90-9f4f-94007199cd75 |
| X-Runtime: | |
| - | - '0.291937' |
| + | - '0.254818' |
| Content-Length: | |
| - '341' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde3c3651121bb00000d","created_at":"2016-01-16T23:10:27Z","updated_at":"2016-01-16T23:10:27Z","content_type":"image","local_path":"images/icon.png","folder":"images","checksum":"3176de8c86ae69c06d4f0ed37e26cee4","filename":"icon.png","url":"/sites/569acd6cc36511216f000002/theme/images/icon.png","size":"2.72 |
| + | string: '{"_id":"56c2715fc3651143de00000c","created_at":"2016-02-16T00:46:23Z","updated_at":"2016-02-16T00:46:23Z","content_type":"image","local_path":"images/icon.png","folder":"images","checksum":"3176de8c86ae69c06d4f0ed37e26cee4","filename":"icon.png","url":"/sites/56c25ac5c36511433f000002/theme/images/icon.png","size":"2.72 |
| KB","raw_size":2783}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:27 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:23 GMT |
| - request: | |
| method: post | |
| uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -4341,7 +4341,7 @@ http_interactions: |
| nTZLWAn75+Cpv212Dv47zCzY/KTGgbiqWWzt8uMma7Z1/2bHBIaHmNbSlxEx | |
| sfX/CzAAkCOO6w6jXtcAAAAASUVORK5CYIINCi0tLS0tLS0tLS0tLS1SdWJ5 | |
| TXVsdGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRh | |
| - | OyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0K |
| + | OyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpDMnQxd3hBdUt5N1lQQUhWdmEyOQ0K |
| LS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -4349,7 +4349,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Content-Type: | |
| @@ | @@ -4368,24 +4368,24 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"1ee01b0a8ed6d83fb68bd16ef427509d" |
| + | - W/"7ff2f161824ded374cfc5b9b37072d18" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 0e9f0322-0b47-49cd-b008-c2adf0a215e0 |
| + | - 0afaadb8-f9a4-403d-af86-7e2684d7e15b |
| X-Runtime: | |
| - | - '0.060761' |
| + | - '0.060647' |
| Content-Length: | |
| - '345' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde3c3651121bb00000e","created_at":"2016-01-16T23:10:27Z","updated_at":"2016-01-16T23:10:27Z","content_type":"image","local_path":"images/photo.jpg","folder":"images","checksum":"e1aff5628ca068751b333cf1b69dd978","filename":"photo.jpg","url":"/sites/569acd6cc36511216f000002/theme/images/photo.jpg","size":"160 |
| + | string: '{"_id":"56c2715fc3651143de00000d","created_at":"2016-02-16T00:46:23Z","updated_at":"2016-02-16T00:46:23Z","content_type":"image","local_path":"images/photo.jpg","folder":"images","checksum":"e1aff5628ca068751b333cf1b69dd978","filename":"photo.jpg","url":"/sites/56c25ac5c36511433f000002/theme/images/photo.jpg","size":"160 |
| KB","raw_size":163476}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:27 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:23 GMT |
| - request: | |
| method: delete | |
| - | uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://www.example.com:3000/locomotive/api/v3/theme_assets.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -4395,7 +4395,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Accept-Encoding: | |
| @@ | @@ -4414,29 +4414,29 @@ http_interactions: |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 033e051e-6ef4-4719-a5b6-edf930a14a9e |
| + | - 32030b98-128c-490c-83ab-b6e1bb8402b6 |
| X-Runtime: | |
| - | - '0.042126' |
| + | - '0.039413' |
| Content-Length: | |
| - '15' | |
| body: | |
| encoding: UTF-8 | |
| string: '{"deletions":2}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:27 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:23 GMT |
| - request: | |
| method: post | |
| uri: http://www.example.com:3000/locomotive/api/v3/translations.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&translation%5Bkey%5D=hello_world&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&translation%5Bkey%5D=hello_world&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Content-Type: | |
| @@ | @@ -4453,24 +4453,24 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"fb35f517f982bb50ebfb9beb20ad634f" |
| + | - W/"2377051d91991f509f17fa906582eb38" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - da026469-9f4b-4496-97c4-7a74cb77046d |
| + | - c59ed0eb-13a4-4ff9-8ffa-ffa6b7d7d4b6 |
| X-Runtime: | |
| - | - '0.089190' |
| + | - '0.041707' |
| Content-Length: | |
| - '161' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde3c3651121bb00000f","created_at":"2016-01-16T23:10:27Z","updated_at":"2016-01-16T23:10:27Z","key":"hello_world","values":{"fr":"Bonjour |
| + | string: '{"_id":"56c2715fc3651143de00000e","created_at":"2016-02-16T00:46:23Z","updated_at":"2016-02-16T00:46:23Z","key":"hello_world","values":{"fr":"Bonjour |
| le monde"}}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:27 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:23 GMT |
| - request: | |
| method: delete | |
| - | uri: http://www.example.com:3000/locomotive/api/v3/translations/hello_world.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://www.example.com:3000/locomotive/api/v3/translations/hello_world.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -4480,7 +4480,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Accept-Encoding: | |
| @@ | @@ -4495,34 +4495,34 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"fb35f517f982bb50ebfb9beb20ad634f" |
| + | - W/"2377051d91991f509f17fa906582eb38" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 41ece449-d823-472b-a3f1-b09235c78741 |
| + | - 97a31fcd-6334-4a63-9a03-58d97b6e4303 |
| X-Runtime: | |
| - | - '0.031755' |
| + | - '0.033943' |
| Content-Length: | |
| - '161' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde3c3651121bb00000f","created_at":"2016-01-16T23:10:27Z","updated_at":"2016-01-16T23:10:27Z","key":"hello_world","values":{"fr":"Bonjour |
| + | string: '{"_id":"56c2715fc3651143de00000e","created_at":"2016-02-16T00:46:23Z","updated_at":"2016-02-16T00:46:23Z","key":"hello_world","values":{"fr":"Bonjour |
| le monde"}}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:27 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:23 GMT |
| - request: | |
| method: post | |
| uri: http://www.example.com:3000/locomotive/api/v3/translations.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&translation%5Bkey%5D=hello_world_2&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&translation%5Bkey%5D=hello_world_2&translation%5Bvalues%5D%5Bfr%5D=Bonjour+le+monde |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Content-Type: | |
| @@ | @@ -4539,24 +4539,24 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"f9fdd24a544bbd09fd947487ac1fecf3" |
| + | - W/"1b431cddc6d793cb9ca8d79b53009e70" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 8b249398-1272-467f-a705-87169bd9d1da |
| + | - c65f86f3-b2f5-43e1-8a84-eab7e70fea6e |
| X-Runtime: | |
| - | - '0.033742' |
| + | - '0.029894' |
| Content-Length: | |
| - '163' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde3c3651121bb000010","created_at":"2016-01-16T23:10:27Z","updated_at":"2016-01-16T23:10:27Z","key":"hello_world_2","values":{"fr":"Bonjour |
| + | string: '{"_id":"56c2715fc3651143de00000f","created_at":"2016-02-16T00:46:23Z","updated_at":"2016-02-16T00:46:23Z","key":"hello_world_2","values":{"fr":"Bonjour |
| le monde"}}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:27 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:23 GMT |
| - request: | |
| method: delete | |
| - | uri: http://www.example.com:3000/locomotive/api/v3/translations.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://www.example.com:3000/locomotive/api/v3/translations.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -4566,7 +4566,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Accept-Encoding: | |
| @@ | @@ -4585,19 +4585,19 @@ http_interactions: |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 45aa35e4-c625-4604-9cac-1f9defc77b44 |
| + | - c661234c-1ea6-4601-a1c7-6b9e2aa6372f |
| X-Runtime: | |
| - | - '0.037213' |
| + | - '0.041021' |
| Content-Length: | |
| - '15' | |
| body: | |
| encoding: UTF-8 | |
| string: '{"deletions":1}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:27 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:23 GMT |
| - request: | |
| method: delete | |
| - | uri: http://www.example.com:3000/locomotive/api/v3/pages/bogus_id.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://www.example.com:3000/locomotive/api/v3/pages/bogus_id.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -4607,7 +4607,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Accept-Encoding: | |
| @@ | @@ -4624,19 +4624,19 @@ http_interactions: |
| Cache-Control: | |
| - no-cache | |
| X-Request-Id: | |
| - | - 0adefc15-980a-45ea-a839-fb01a46bdd8c |
| + | - 30f80d54-3ada-4b22-8896-218f0903d00d |
| X-Runtime: | |
| - | - '0.027629' |
| + | - '0.024783' |
| Content-Length: | |
| - '30' | |
| body: | |
| encoding: UTF-8 | |
| string: '{"error":"Resource not found"}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:28 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:23 GMT |
| - request: | |
| method: delete | |
| - | uri: http://www.example.com:3000/locomotive/api/v3/content_types/bogus_id.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://www.example.com:3000/locomotive/api/v3/content_types/bogus_id.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -4646,7 +4646,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Accept-Encoding: | |
| @@ | @@ -4663,19 +4663,19 @@ http_interactions: |
| Cache-Control: | |
| - no-cache | |
| X-Request-Id: | |
| - | - 7bd4c22e-86cb-49fb-97b2-fecb34b1df99 |
| + | - 18cee92e-03ea-4e63-8c32-ec0e0b604c01 |
| X-Runtime: | |
| - | - '0.031859' |
| + | - '0.022163' |
| Content-Length: | |
| - '30' | |
| body: | |
| encoding: UTF-8 | |
| string: '{"error":"Resource not found"}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:28 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:23 GMT |
| - request: | |
| method: delete | |
| - | uri: http://www.example.com:3000/locomotive/api/v3/snippets/bogus_id.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://www.example.com:3000/locomotive/api/v3/snippets/bogus_id.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -4685,7 +4685,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Accept-Encoding: | |
| @@ | @@ -4702,19 +4702,19 @@ http_interactions: |
| Cache-Control: | |
| - no-cache | |
| X-Request-Id: | |
| - | - 4f1cd6f3-0ddd-40c4-8883-b05d1c2177a4 |
| + | - 54fea5e4-4885-4202-a0d1-08d3181ab717 |
| X-Runtime: | |
| - | - '0.042711' |
| + | - '0.023401' |
| Content-Length: | |
| - '30' | |
| body: | |
| encoding: UTF-8 | |
| string: '{"error":"Resource not found"}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:28 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:24 GMT |
| - request: | |
| method: delete | |
| - | uri: http://www.example.com:3000/locomotive/api/v3/translations/bogus_id.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://www.example.com:3000/locomotive/api/v3/translations/bogus_id.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -4724,7 +4724,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - www | |
| Accept-Encoding: | |
| @@ | @@ -4741,14 +4741,14 @@ http_interactions: |
| Cache-Control: | |
| - no-cache | |
| X-Request-Id: | |
| - | - 3d1fb361-73be-4b21-a1da-85ddc5e96b55 |
| + | - 442ffc68-0cea-4355-a740-72afc4445dcf |
| X-Runtime: | |
| - | - '0.028858' |
| + | - '0.024773' |
| Content-Length: | |
| - '30' | |
| body: | |
| encoding: UTF-8 | |
| string: '{"error":"Resource not found"}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:28 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:24 GMT |
| recorded_with: VCR 3.0.0 | |
spec/fixtures/cassettes/push.yml
+1039
-1036
| @@ | @@ -23,20 +23,20 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e5bf42b7c935f3c18ddae07414fd42a4" |
| + | - W/"3cc699723ac44b6b16405f0c666c9bc3" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 07146ff3-2b53-426c-af00-09e09c233b8c |
| + | - 823a3b7b-911e-4f7b-a38d-bb9d1e8c01f7 |
| X-Runtime: | |
| - | - '0.062458' |
| + | - '0.017417' |
| Content-Length: | |
| - '32' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"token":"gWL44rqJvEqooM9RczSW"}' |
| + | string: '{"token":"C2t1wxAuKy7YPAHVva29"}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:29 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:25 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/sites.json | |
| @@ | @@ -134,20 +134,22 @@ http_interactions: |
| pgKckwxok+SZIhTKm78skFVqqUDQ20m/LqZYX86ktCy0aBXOxpvexeaLf7bP | |
| NANwmOcDIQ9E4weIUs4veHSGv0OifDD/A3Bg4KJOfgWFAAAAAElFTkSuQmCC | |
| DQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlz | |
| - | cG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KZ1dM |
| - | NDRycUp2RXFvb005UmN6U1cNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0 |
| - | UG9zdC0tDQoNCg== |
| + | cG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0ic2l0ZVttZXRhZmllbGRzX3Nj |
| + | aGVtYV0iDQoNCg0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0DQpD |
| + | b250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImF1dGhfdG9r |
| + | ZW4iDQoNCkMydDF3eEF1S3k3WVBBSFZ2YTI5DQotLS0tLS0tLS0tLS0tUnVi |
| + | eU11bHRpcGFydFBvc3QtLQ0KDQo= |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| - | - '4195' |
| + | - '4295' |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -160,21 +162,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"90cd1da733ae1a4a37afe825b8b062ef" |
| + | - W/"4f3e11d12065710a9054e8c7573a9f27" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 944305c4-b1db-4b7e-8190-d9090a061088 |
| + | - 87651e45-d44d-41f2-98ba-887bce5933df |
| X-Runtime: | |
| - | - '0.140618' |
| + | - '0.088825' |
| Content-Length: | |
| - | - '1003' |
| + | - '989' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde5c3651121bb000011","created_at":"2016-01-16T23:10:29Z","updated_at":"2016-01-16T23:10:29Z","name":"Sample |
| - | website","handle":"outrageous-stream-2144","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"569acde5c3651121bb000012","created_at":null,"updated_at":null,"role":"admin","account_id":"569acd6cc36511216f000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/569acde5c3651121bb000011/icon.png","content_version":0,"template_version":1452985829,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU2OWFjZGU1YzM2NTExMjFiYjAwMDAxMS9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=cf209a54750a2f72","preview_url":"http://localhost:3000/locomotive/outrageous-stream-2144/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"}' |
| + | string: '{"_id":"56c27161c3651143de000010","created_at":"2016-02-16T00:46:25Z","updated_at":"2016-02-16T00:46:25Z","name":"Sample |
| + | website","handle":"balmy-surf-5937","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"56c27161c3651143de000011","created_at":null,"updated_at":null,"role":"admin","account_id":"56c25ac5c36511433f000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/56c27161c3651143de000010/icon.png","content_version":0,"template_version":1455583585,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU2YzI3MTYxYzM2NTExNDNkZTAwMDAxMC9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=f2ab5da355cdeee3","preview_url":"http://localhost:3000/locomotive/balmy-surf-5937/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:29 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:25 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/tokens.json | |
| @@ | @@ -198,23 +200,23 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e5bf42b7c935f3c18ddae07414fd42a4" |
| + | - W/"3cc699723ac44b6b16405f0c666c9bc3" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 0beb583d-6436-4d15-bde3-334a6109f0fe |
| + | - 4fe19f1e-f923-4ba7-b06d-f55ce5b74f06 |
| X-Runtime: | |
| - | - '0.027484' |
| + | - '0.016097' |
| Content-Length: | |
| - '32' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"token":"gWL44rqJvEqooM9RczSW"}' |
| + | string: '{"token":"C2t1wxAuKy7YPAHVva29"}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:29 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:25 GMT |
| - request: | |
| method: get | |
| - | uri: http://localhost:3000/locomotive/api/v3/current_site.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://localhost:3000/locomotive/api/v3/current_site.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -224,9 +226,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Accept-Encoding: | |
| @@ | @@ -241,36 +243,36 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"90cd1da733ae1a4a37afe825b8b062ef" |
| + | - W/"4f3e11d12065710a9054e8c7573a9f27" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 793ef3c2-f631-4e11-929a-daa5b619fb68 |
| + | - 7800d187-e5c9-4338-a7df-47c950441317 |
| X-Runtime: | |
| - | - '0.042634' |
| + | - '0.036971' |
| Content-Length: | |
| - | - '1003' |
| + | - '989' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde5c3651121bb000011","created_at":"2016-01-16T23:10:29Z","updated_at":"2016-01-16T23:10:29Z","name":"Sample |
| - | website","handle":"outrageous-stream-2144","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"569acde5c3651121bb000012","created_at":null,"updated_at":null,"role":"admin","account_id":"569acd6cc36511216f000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/569acde5c3651121bb000011/icon.png","content_version":0,"template_version":1452985829,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU2OWFjZGU1YzM2NTExMjFiYjAwMDAxMS9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=cf209a54750a2f72","preview_url":"http://localhost:3000/locomotive/outrageous-stream-2144/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"}' |
| + | string: '{"_id":"56c27161c3651143de000010","created_at":"2016-02-16T00:46:25Z","updated_at":"2016-02-16T00:46:25Z","name":"Sample |
| + | website","handle":"balmy-surf-5937","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":[],"memberships":[{"_id":"56c27161c3651143de000011","created_at":null,"updated_at":null,"role":"admin","account_id":"56c25ac5c36511433f000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/56c27161c3651143de000010/icon.png","content_version":0,"template_version":1455583585,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU2YzI3MTYxYzM2NTExNDNkZTAwMDAxMC9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=f2ab5da355cdeee3","preview_url":"http://localhost:3000/locomotive/balmy-surf-5937/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:29 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:25 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/current_site.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&site%5Blocales%5D%5B%5D=en&site%5Blocales%5D%5B%5D=fr&site%5Blocales%5D%5B%5D=nb |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&site%5Blocales%5D%5B%5D=en&site%5Blocales%5D%5B%5D=fr&site%5Blocales%5D%5B%5D=nb&site%5Bmetafields_schema%5D |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -285,24 +287,24 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"a8e187abce553144871e8dd4104d6edf" |
| + | - W/"48d323275887c828cde72a984aa1ae98" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 3335ef7a-6cdb-4101-83af-96caf2496155 |
| + | - 0916ff93-d480-4376-91cc-f32d55fa2e75 |
| X-Runtime: | |
| - | - '0.093847' |
| + | - '0.079878' |
| Content-Length: | |
| - | - '1022' |
| + | - '1008' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde5c3651121bb000011","created_at":"2016-01-16T23:10:29Z","updated_at":"2016-01-16T23:10:29Z","name":"Sample |
| - | website","handle":"outrageous-stream-2144","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en","fr","nb"],"domains":[],"memberships":[{"_id":"569acde5c3651121bb000012","created_at":null,"updated_at":null,"role":"admin","account_id":"569acd6cc36511216f000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/569acde5c3651121bb000011/icon.png","content_version":1452985829,"template_version":1452985829,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU2OWFjZGU1YzM2NTExMjFiYjAwMDAxMS9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=cf209a54750a2f72","preview_url":"http://localhost:3000/locomotive/outrageous-stream-2144/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"}' |
| + | string: '{"_id":"56c27161c3651143de000010","created_at":"2016-02-16T00:46:25Z","updated_at":"2016-02-16T00:46:25Z","name":"Sample |
| + | website","handle":"balmy-surf-5937","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en","fr","nb"],"domains":[],"memberships":[{"_id":"56c27161c3651143de000011","created_at":null,"updated_at":null,"role":"admin","account_id":"56c25ac5c36511433f000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":"/uploaded_assets/56c27161c3651143de000010/icon.png","content_version":1455583585,"template_version":1455583585,"picture_thumbnail_url":"/images/dynamic/W1siZmYiLCJwdWJsaWMvdXBsb2FkZWRfYXNzZXRzLzU2YzI3MTYxYzM2NTExNDNkZTAwMDAxMC9pY29uLnBuZyJdLFsicCIsInRodW1iIiwiMTAweDEwMCMiXV0/icon.png?sha=f2ab5da355cdeee3","preview_url":"http://localhost:3000/locomotive/balmy-surf-5937/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:30 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:25 GMT |
| - request: | |
| method: get | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -312,9 +314,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -331,31 +333,31 @@ http_interactions: |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 5d218c8c-c341-40c1-baee-530257569334 |
| + | - 4cb095e6-984a-4021-b07f-748ce998e134 |
| X-Runtime: | |
| - | - '0.029977' |
| + | - '0.029551' |
| Content-Length: | |
| - '2' | |
| body: | |
| encoding: UTF-8 | |
| string: "[]" | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:30 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:25 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/bands.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bdescription%5D=List+of+bands&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Name+of+the+band&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Name&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=name&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Fullname+of+the+leader&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=leader&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B1%5D%5Btype%5D=string&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Music+kind+%28grunge%2C+rock%2C+pop%2C+country%29&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=kind&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B0%5D%5Bname%5D=grunge&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B1%5D%5Bname%5D=rock&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B2%5D%5Bname%5D=country&content_type%5Bfields%5D%5B2%5D%5Btype%5D=select&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=Featured&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=featured&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=4&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=boolean&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=name&content_type%5Bname%5D=Bands&content_type%5Border_by%5D=name&content_type%5Border_direction%5D=asc&content_type%5Bslug%5D=bands |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_type%5Bdescription%5D=List+of+bands&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Name+of+the+band&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Name&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=name&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Fullname+of+the+leader&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=leader&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B1%5D%5Btype%5D=string&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Music+kind+%28grunge%2C+rock%2C+pop%2C+country%29&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=kind&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B0%5D%5Bname%5D=grunge&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B1%5D%5Bname%5D=rock&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B2%5D%5Bname%5D=country&content_type%5Bfields%5D%5B2%5D%5Btype%5D=select&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=Featured&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=featured&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=4&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=boolean&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=name&content_type%5Bname%5D=Bands&content_type%5Border_by%5D=name&content_type%5Border_direction%5D=asc&content_type%5Bslug%5D=bands |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -370,39 +372,39 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"569a26e3c5d0fe6a0810411b63212b0f" |
| + | - W/"f026b1a2bc7dfcdd8cd1fbdd1c6f7fc0" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 27587a54-7693-4e42-9877-45742cc64381 |
| + | - aece8371-9b58-47b9-aea6-574e9959bb4b |
| X-Runtime: | |
| - | - '0.075315' |
| + | - '0.064794' |
| Content-Length: | |
| - | - '1520' |
| + | - '1580' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde6c3651121bb000016","created_at":"2016-01-16T23:10:30Z","updated_at":"2016-01-16T23:10:30Z","name":"Bands","slug":"bands","description":"List |
| - | of bands","label_field_name":"name","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde6c3651121bb000017","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Name |
| - | of the band","required":true,"localized":false,"unique":false,"position":0},{"_id":"569acde6c3651121bb000018","created_at":null,"updated_at":null,"name":"leader","type":"string","label":"Fullname |
| - | of the leader","hint":null,"required":false,"localized":false,"unique":false,"position":1},{"_id":"569acde6c3651121bb000019","created_at":null,"updated_at":null,"name":"kind","type":"select","label":"Music |
| - | kind (grunge, rock, pop, country)","hint":null,"required":false,"localized":false,"unique":false,"position":2,"select_options":[{"id":"569acde6c3651121bb00001b","name":{"en":"grunge"},"position":0},{"id":"569acde6c3651121bb00001c","name":{"en":"rock"},"position":0},{"id":"569acde6c3651121bb00001d","name":{"en":"country"},"position":0}]},{"_id":"569acde6c3651121bb00001a","created_at":null,"updated_at":null,"name":"featured","type":"boolean","label":"Featured","hint":null,"required":false,"localized":false,"unique":false,"position":4}],"order_by":"name","group_by":null,"public_submission_account_emails":[]}' |
| + | string: '{"_id":"56c27161c3651143de000015","created_at":"2016-02-16T00:46:25Z","updated_at":"2016-02-16T00:46:25Z","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":"56c27161c3651143de000016","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":"56c27161c3651143de000017","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":"56c27161c3651143de000018","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":"56c27161c3651143de00001a","name":{"en":"grunge"},"position":0},{"id":"56c27161c3651143de00001b","name":{"en":"rock"},"position":0},{"id":"56c27161c3651143de00001c","name":{"en":"country"},"position":0}]},{"_id":"56c27161c3651143de000019","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: Sat, 16 Jan 2016 23:10:30 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:25 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/events.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bdescription%5D=List+of+upcoming+events&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Name+of+the+place&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Place&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=place&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Bhint%5D=Date+of+the+event&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Date&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=date&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B1%5D%5Btype%5D=date&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=City+of+the+event&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=city&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Btype%5D=string&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=State+of+the+event&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=state&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=string&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B4%5D%5Blabel%5D=Notes&content_type%5Bfields%5D%5B4%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B4%5D%5Bname%5D=notes&content_type%5Bfields%5D%5B4%5D%5Bposition%5D=4&content_type%5Bfields%5D%5B4%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B4%5D%5Btype%5D=text&content_type%5Bfields%5D%5B4%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B5%5D%5Blabel%5D=List+of+tags&content_type%5Bfields%5D%5B5%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B5%5D%5Bname%5D=tags&content_type%5Bfields%5D%5B5%5D%5Bposition%5D=5&content_type%5Bfields%5D%5B5%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B5%5D%5Btype%5D=tags&content_type%5Bfields%5D%5B5%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B6%5D%5Blabel%5D=Price+of+the+event&content_type%5Bfields%5D%5B6%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B6%5D%5Bname%5D=price&content_type%5Bfields%5D%5B6%5D%5Bposition%5D=6&content_type%5Bfields%5D%5B6%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B6%5D%5Btype%5D=float&content_type%5Bfields%5D%5B6%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=place&content_type%5Bname%5D=Events&content_type%5Border_by%5D=created_at&content_type%5Border_direction%5D=asc&content_type%5Bslug%5D=events |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_type%5Bdescription%5D=List+of+upcoming+events&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Name+of+the+place&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Place&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=place&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Bhint%5D=Date+of+the+event&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Date&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=date&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B1%5D%5Btype%5D=date&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=City+of+the+event&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=city&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Btype%5D=string&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=State+of+the+event&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=state&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=string&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B4%5D%5Blabel%5D=Notes&content_type%5Bfields%5D%5B4%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B4%5D%5Bname%5D=notes&content_type%5Bfields%5D%5B4%5D%5Bposition%5D=4&content_type%5Bfields%5D%5B4%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B4%5D%5Btype%5D=text&content_type%5Bfields%5D%5B4%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B5%5D%5Blabel%5D=List+of+tags&content_type%5Bfields%5D%5B5%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B5%5D%5Bname%5D=tags&content_type%5Bfields%5D%5B5%5D%5Bposition%5D=5&content_type%5Bfields%5D%5B5%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B5%5D%5Btype%5D=tags&content_type%5Bfields%5D%5B5%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B6%5D%5Blabel%5D=Price+of+the+event&content_type%5Bfields%5D%5B6%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B6%5D%5Bname%5D=price&content_type%5Bfields%5D%5B6%5D%5Bposition%5D=6&content_type%5Bfields%5D%5B6%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B6%5D%5Btype%5D=float&content_type%5Bfields%5D%5B6%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=place&content_type%5Bname%5D=Events&content_type%5Border_by%5D=created_at&content_type%5Border_direction%5D=asc&content_type%5Bslug%5D=events |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -417,42 +419,42 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"c430848a2f915b86a79e5e9d090aa60f" |
| + | - W/"4c4c37dc6322ca359877b75c10124015" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 6506f543-2116-479e-8e47-2b7a39c2206f |
| + | - b4609652-f74c-48ba-a7a0-5c069fb5e652 |
| X-Runtime: | |
| - | - '0.087930' |
| + | - '0.086020' |
| Content-Length: | |
| - | - '1909' |
| + | - '2014' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde6c3651121bb00001e","created_at":"2016-01-16T23:10:30Z","updated_at":"2016-01-16T23:10:30Z","name":"Events","slug":"events","description":"List |
| - | of upcoming events","label_field_name":"place","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde6c3651121bb00001f","created_at":null,"updated_at":null,"name":"place","type":"string","label":"Place","hint":"Name |
| - | of the place","required":true,"localized":false,"unique":false,"position":0},{"_id":"569acde6c3651121bb000020","created_at":null,"updated_at":null,"name":"date","type":"date","label":"Date","hint":"Date |
| - | of the event","required":false,"localized":false,"unique":false,"position":1},{"_id":"569acde6c3651121bb000021","created_at":null,"updated_at":null,"name":"city","type":"string","label":"City |
| - | of the event","hint":null,"required":false,"localized":false,"unique":false,"position":2},{"_id":"569acde6c3651121bb000022","created_at":null,"updated_at":null,"name":"state","type":"string","label":"State |
| - | of the event","hint":null,"required":false,"localized":false,"unique":false,"position":3},{"_id":"569acde6c3651121bb000023","created_at":null,"updated_at":null,"name":"notes","type":"text","label":"Notes","hint":null,"required":false,"localized":false,"unique":false,"position":4,"text_formatting":"html"},{"_id":"569acde6c3651121bb000024","created_at":null,"updated_at":null,"name":"tags","type":"tags","label":"List |
| - | of tags","hint":null,"required":false,"localized":false,"unique":false,"position":5},{"_id":"569acde6c3651121bb000025","created_at":null,"updated_at":null,"name":"price","type":"float","label":"Price |
| - | of the event","hint":null,"required":false,"localized":false,"unique":false,"position":6}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}' |
| + | string: '{"_id":"56c27161c3651143de00001d","created_at":"2016-02-16T00:46:25Z","updated_at":"2016-02-16T00:46:25Z","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":"56c27161c3651143de00001e","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":"56c27161c3651143de00001f","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":"56c27161c3651143de000020","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":"56c27161c3651143de000021","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":"56c27161c3651143de000022","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":"56c27161c3651143de000023","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":"56c27161c3651143de000024","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: Sat, 16 Jan 2016 23:10:30 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:25 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/messages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bdescription%5D=Messages+posted+by+new+potential+customers&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Full+name&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Name&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=name&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Bhint%5D=Email&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Email&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=email&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B1%5D%5Btype%5D=string&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Bhint%5D=Customer+message&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Message&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=message&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B2%5D%5Btype%5D=text&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=name&content_type%5Bname%5D=Messages&content_type%5Border_by%5D=created_at&content_type%5Border_direction%5D=asc&content_type%5Bpublic_submission_enabled%5D=true&content_type%5Bslug%5D=messages |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_type%5Bdescription%5D=Messages+posted+by+new+potential+customers&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Full+name&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Name&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=name&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Bhint%5D=Email&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Email&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=email&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B1%5D%5Btype%5D=string&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Bhint%5D=Customer+message&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Message&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=message&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B2%5D%5Btype%5D=text&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=name&content_type%5Bname%5D=Messages&content_type%5Border_by%5D=created_at&content_type%5Border_direction%5D=asc&content_type%5Bpublic_submission_enabled%5D=true&content_type%5Bslug%5D=messages |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -467,38 +469,38 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"91bbaf673c6d6f15ac39ad6869b173cd" |
| + | - W/"a3d2f69ed59c730ff4025a9226e23fd4" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 6b801c01-fcdb-472b-b655-1044130da427 |
| + | - 3411f5a8-7db3-4343-a112-76d201b2178f |
| X-Runtime: | |
| - | - '0.067405' |
| + | - '0.062297' |
| Content-Length: | |
| - | - '1116' |
| + | - '1161' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde6c3651121bb000026","created_at":"2016-01-16T23:10:30Z","updated_at":"2016-01-16T23:10:30Z","name":"Messages","slug":"messages","description":"Messages |
| - | posted by new potential customers","label_field_name":"name","order_direction":"asc","public_submission_enabled":true,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde6c3651121bb000027","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Full |
| - | name","required":true,"localized":false,"unique":false,"position":0},{"_id":"569acde6c3651121bb000028","created_at":null,"updated_at":null,"name":"email","type":"string","label":"Email","hint":"Email","required":true,"localized":false,"unique":false,"position":1},{"_id":"569acde6c3651121bb000029","created_at":null,"updated_at":null,"name":"message","type":"text","label":"Message","hint":"Customer |
| - | message","required":true,"localized":false,"unique":false,"position":2,"text_formatting":"html"}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}' |
| + | string: '{"_id":"56c27161c3651143de000025","created_at":"2016-02-16T00:46:25Z","updated_at":"2016-02-16T00:46:25Z","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":"56c27161c3651143de000026","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":"56c27161c3651143de000027","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":"56c27161c3651143de000028","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: Sat, 16 Jan 2016 23:10:30 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:25 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Title+of+your+song&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Title&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=title&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Cover&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=cover&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B1%5D%5Btype%5D=file&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Short+description&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=short_description&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Btext_formatting%5D=html&content_type%5Bfields%5D%5B2%5D%5Btype%5D=text&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Bhint%5D=Url+to+a+service+like+Blip+for+instance&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=Audio+url&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=audio_url&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=4&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=string&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B4%5D%5Bhint%5D=format+like%3A+mm%3Ass&content_type%5Bfields%5D%5B4%5D%5Blabel%5D=Duration&content_type%5Bfields%5D%5B4%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B4%5D%5Bname%5D=duration&content_type%5Bfields%5D%5B4%5D%5Bposition%5D=5&content_type%5Bfields%5D%5B4%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B4%5D%5Btype%5D=string&content_type%5Bfields%5D%5B4%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=title&content_type%5Bname%5D=Songs&content_type%5Border_by%5D=_position&content_type%5Border_direction%5D=asc&content_type%5Bslug%5D=songs |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Title+of+your+song&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Title&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=title&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Cover&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B1%5D%5Bname%5D=cover&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=true&content_type%5Bfields%5D%5B1%5D%5Btype%5D=file&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Short+description&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B2%5D%5Bname%5D=short_description&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Btext_formatting%5D=html&content_type%5Bfields%5D%5B2%5D%5Btype%5D=text&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Bhint%5D=Url+to+a+service+like+Blip+for+instance&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=Audio+url&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=audio_url&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=4&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=string&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B4%5D%5Bhint%5D=format+like%3A+mm%3Ass&content_type%5Bfields%5D%5B4%5D%5Blabel%5D=Duration&content_type%5Bfields%5D%5B4%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B4%5D%5Bname%5D=duration&content_type%5Bfields%5D%5B4%5D%5Bposition%5D=5&content_type%5Bfields%5D%5B4%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B4%5D%5Btype%5D=string&content_type%5Bfields%5D%5B4%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=title&content_type%5Bname%5D=Songs&content_type%5Border_by%5D=_position&content_type%5Border_direction%5D=asc&content_type%5Bslug%5D=songs |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -513,39 +515,39 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"73495d5c69fb5ca48faa0d5188836d7c" |
| + | - W/"22786afcde3634ef8d726127b79358b7" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 210402f8-e914-4154-b2ab-202ce932e315 |
| + | - 0adf6a81-4929-45c5-85ed-4918279315f0 |
| X-Runtime: | |
| - | - '0.106817' |
| + | - '0.079264' |
| Content-Length: | |
| - | - '1537' |
| + | - '1612' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde6c3651121bb00002a","created_at":"2016-01-16T23:10:30Z","updated_at":"2016-01-16T23:10:30Z","name":"Songs","slug":"songs","description":null,"label_field_name":"title","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde6c3651121bb00002b","created_at":null,"updated_at":null,"name":"title","type":"string","label":"Title","hint":"Title |
| - | of your song","required":true,"localized":false,"unique":false,"position":0},{"_id":"569acde6c3651121bb00002c","created_at":null,"updated_at":null,"name":"cover","type":"file","label":"Cover","hint":null,"required":true,"localized":false,"unique":false,"position":2},{"_id":"569acde6c3651121bb00002d","created_at":null,"updated_at":null,"name":"short_description","type":"text","label":"Short |
| - | description","hint":null,"required":false,"localized":false,"unique":false,"position":3,"text_formatting":"html"},{"_id":"569acde6c3651121bb00002e","created_at":null,"updated_at":null,"name":"audio_url","type":"string","label":"Audio |
| - | url","hint":"Url to a service like Blip for instance","required":false,"localized":false,"unique":false,"position":4},{"_id":"569acde6c3651121bb00002f","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format |
| - | like: mm:ss","required":false,"localized":false,"unique":false,"position":5}],"order_by":"_position","group_by":null,"public_submission_account_emails":[]}' |
| + | string: '{"_id":"56c27161c3651143de000029","created_at":"2016-02-16T00:46:25Z","updated_at":"2016-02-16T00:46:25Z","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":"56c27161c3651143de00002a","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":"56c27161c3651143de00002b","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":"56c27161c3651143de00002c","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":"56c27161c3651143de00002d","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":"56c27161c3651143de00002e","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: Sat, 16 Jan 2016 23:10:30 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:25 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/updates.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bdescription%5D=List+of+updates&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Not+displayed+in+the+website&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Title&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=true&content_type%5Bfields%5D%5B0%5D%5Bname%5D=title&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Bhint%5D=Text+displayed+in+the+home+page&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Text&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=true&content_type%5Bfields%5D%5B1%5D%5Bname%5D=text&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B1%5D%5Btext_formatting%5D=html&content_type%5Bfields%5D%5B1%5D%5Btype%5D=text&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Bhint%5D=Pick+a+category&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Category&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=true&content_type%5Bfields%5D%5B2%5D%5Bname%5D=category&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B0%5D%5Bname%5D%5Ben%5D=General&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B0%5D%5Bname%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B1%5D%5Bname%5D%5Ben%5D=Gigs&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B1%5D%5Bname%5D%5Bfr%5D=Concerts&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B2%5D%5Bname%5D%5Ben%5D=Bands&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B2%5D%5Bname%5D%5Bfr%5D=Groupes&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B3%5D%5Bname%5D=Albums&content_type%5Bfields%5D%5B2%5D%5Btype%5D=select&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Bhint%5D=Date+of+the+update&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=Date&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=date&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=date&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=title&content_type%5Bname%5D=Updates&content_type%5Border_by%5D=date&content_type%5Border_direction%5D=asc&content_type%5Bpublic_submission_enabled%5D=false&content_type%5Bslug%5D=updates |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_type%5Bdescription%5D=List+of+updates&content_type%5Bfields%5D%5B0%5D%5Bhint%5D=Not+displayed+in+the+website&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Title&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=true&content_type%5Bfields%5D%5B0%5D%5Bname%5D=title&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=0&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btype%5D=string&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B1%5D%5Bhint%5D=Text+displayed+in+the+home+page&content_type%5Bfields%5D%5B1%5D%5Blabel%5D=Text&content_type%5Bfields%5D%5B1%5D%5Blocalized%5D=true&content_type%5Bfields%5D%5B1%5D%5Bname%5D=text&content_type%5Bfields%5D%5B1%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B1%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B1%5D%5Btext_formatting%5D=html&content_type%5Bfields%5D%5B1%5D%5Btype%5D=text&content_type%5Bfields%5D%5B1%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B2%5D%5Bhint%5D=Pick+a+category&content_type%5Bfields%5D%5B2%5D%5Blabel%5D=Category&content_type%5Bfields%5D%5B2%5D%5Blocalized%5D=true&content_type%5Bfields%5D%5B2%5D%5Bname%5D=category&content_type%5Bfields%5D%5B2%5D%5Bposition%5D=2&content_type%5Bfields%5D%5B2%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B0%5D%5Bname%5D%5Ben%5D=General&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B0%5D%5Bname%5D%5Bfr%5D=G%C3%A9n%C3%A9ral&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B1%5D%5Bname%5D%5Ben%5D=Gigs&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B1%5D%5Bname%5D%5Bfr%5D=Concerts&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B2%5D%5Bname%5D%5Ben%5D=Bands&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B2%5D%5Bname%5D%5Bfr%5D=Groupes&content_type%5Bfields%5D%5B2%5D%5Bselect_options%5D%5B3%5D%5Bname%5D=Albums&content_type%5Bfields%5D%5B2%5D%5Btype%5D=select&content_type%5Bfields%5D%5B2%5D%5Bunique%5D=false&content_type%5Bfields%5D%5B3%5D%5Bhint%5D=Date+of+the+update&content_type%5Bfields%5D%5B3%5D%5Blabel%5D=Date&content_type%5Bfields%5D%5B3%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B3%5D%5Bname%5D=date&content_type%5Bfields%5D%5B3%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B3%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B3%5D%5Btype%5D=date&content_type%5Bfields%5D%5B3%5D%5Bunique%5D=false&content_type%5Blabel_field_name%5D=title&content_type%5Bname%5D=Updates&content_type%5Border_by%5D=date&content_type%5Border_direction%5D=asc&content_type%5Bpublic_submission_enabled%5D=false&content_type%5Bslug%5D=updates |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -560,73 +562,74 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"edf5dc7a53f9096221f15892f34842b8" |
| + | - W/"3ef5373dcc01355d755ad5529b815642" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 7d994a53-b884-4fb4-b691-846ce4c87c06 |
| + | - 1fa363be-e5b5-478b-9a79-6d216eea0347 |
| X-Runtime: | |
| - | - '0.081792' |
| + | - '0.078220' |
| Content-Length: | |
| - | - '1678' |
| + | - '1738' |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| - | eyJfaWQiOiI1NjlhY2RlNmMzNjUxMTIxYmIwMDAwMzAiLCJjcmVhdGVkX2F0 |
| - | IjoiMjAxNi0wMS0xNlQyMzoxMDozMFoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| - | MS0xNlQyMzoxMDozMFoiLCJuYW1lIjoiVXBkYXRlcyIsInNsdWciOiJ1cGRh |
| + | eyJfaWQiOiI1NmMyNzE2MWMzNjUxMTQzZGUwMDAwMmYiLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNi0wMi0xNlQwMDo0NjoyNVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| + | Mi0xNlQwMDo0NjoyNVoiLCJuYW1lIjoiVXBkYXRlcyIsInNsdWciOiJ1cGRh |
| dGVzIiwiZGVzY3JpcHRpb24iOiJMaXN0IG9mIHVwZGF0ZXMiLCJsYWJlbF9m | |
| aWVsZF9uYW1lIjoidGl0bGUiLCJvcmRlcl9kaXJlY3Rpb24iOiJhc2MiLCJw | |
| dWJsaWNfc3VibWlzc2lvbl9lbmFibGVkIjpmYWxzZSwicHVibGljX3N1Ym1p | |
| c3Npb25fYWNjb3VudHMiOltdLCJwdWJsaWNfc3VibWlzc2lvbl90aXRsZV90 | |
| ZW1wbGF0ZSI6bnVsbCwiZW50cnlfdGVtcGxhdGUiOm51bGwsImRpc3BsYXlf | |
| - | c2V0dGluZ3MiOm51bGwsImZpZWxkcyI6W3siX2lkIjoiNTY5YWNkZTZjMzY1 |
| - | MTEyMWJiMDAwMDMxIiwiY3JlYXRlZF9hdCI6bnVsbCwidXBkYXRlZF9hdCI6 |
| + | c2V0dGluZ3MiOm51bGwsImZpZWxkcyI6W3siX2lkIjoiNTZjMjcxNjFjMzY1 |
| + | MTE0M2RlMDAwMDMwIiwiY3JlYXRlZF9hdCI6bnVsbCwidXBkYXRlZF9hdCI6 |
| bnVsbCwibmFtZSI6InRpdGxlIiwidHlwZSI6InN0cmluZyIsImxhYmVsIjoi | |
| VGl0bGUiLCJoaW50IjoiTm90IGRpc3BsYXllZCBpbiB0aGUgd2Vic2l0ZSIs | |
| InJlcXVpcmVkIjp0cnVlLCJsb2NhbGl6ZWQiOnRydWUsInVuaXF1ZSI6ZmFs | |
| - | c2UsInBvc2l0aW9uIjowfSx7Il9pZCI6IjU2OWFjZGU2YzM2NTExMjFiYjAw |
| - | MDAzMiIsImNyZWF0ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQiOm51bGwsIm5h |
| - | bWUiOiJ0ZXh0IiwidHlwZSI6InRleHQiLCJsYWJlbCI6IlRleHQiLCJoaW50 |
| - | IjoiVGV4dCBkaXNwbGF5ZWQgaW4gdGhlIGhvbWUgcGFnZSIsInJlcXVpcmVk |
| - | IjpmYWxzZSwibG9jYWxpemVkIjp0cnVlLCJ1bmlxdWUiOmZhbHNlLCJwb3Np |
| - | dGlvbiI6MSwidGV4dF9mb3JtYXR0aW5nIjoiaHRtbCJ9LHsiX2lkIjoiNTY5 |
| - | YWNkZTZjMzY1MTEyMWJiMDAwMDMzIiwiY3JlYXRlZF9hdCI6bnVsbCwidXBk |
| - | YXRlZF9hdCI6bnVsbCwibmFtZSI6ImNhdGVnb3J5IiwidHlwZSI6InNlbGVj |
| - | dCIsImxhYmVsIjoiQ2F0ZWdvcnkiLCJoaW50IjoiUGljayBhIGNhdGVnb3J5 |
| - | IiwicmVxdWlyZWQiOmZhbHNlLCJsb2NhbGl6ZWQiOnRydWUsInVuaXF1ZSI6 |
| - | ZmFsc2UsInBvc2l0aW9uIjoyLCJzZWxlY3Rfb3B0aW9ucyI6W3siaWQiOiI1 |
| - | NjlhY2RlNmMzNjUxMTIxYmIwMDAwMzUiLCJuYW1lIjp7ImVuIjoiR2VuZXJh |
| - | bCIsImZyIjoiR8OpbsOpcmFsIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTY5 |
| - | YWNkZTZjMzY1MTEyMWJiMDAwMDM2IiwibmFtZSI6eyJlbiI6IkdpZ3MiLCJm |
| - | ciI6IkNvbmNlcnRzIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTY5YWNkZTZj |
| - | MzY1MTEyMWJiMDAwMDM3IiwibmFtZSI6eyJlbiI6IkJhbmRzIiwiZnIiOiJH |
| - | cm91cGVzIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTY5YWNkZTZjMzY1MTEy |
| - | MWJiMDAwMDM4IiwibmFtZSI6eyJlbiI6IkFsYnVtcyJ9LCJwb3NpdGlvbiI6 |
| - | MH1dfSx7Il9pZCI6IjU2OWFjZGU2YzM2NTExMjFiYjAwMDAzNCIsImNyZWF0 |
| + | c2UsImRlZmF1bHQiOm51bGwsInBvc2l0aW9uIjowfSx7Il9pZCI6IjU2YzI3 |
| + | MTYxYzM2NTExNDNkZTAwMDAzMSIsImNyZWF0ZWRfYXQiOm51bGwsInVwZGF0 |
| + | ZWRfYXQiOm51bGwsIm5hbWUiOiJ0ZXh0IiwidHlwZSI6InRleHQiLCJsYWJl |
| + | bCI6IlRleHQiLCJoaW50IjoiVGV4dCBkaXNwbGF5ZWQgaW4gdGhlIGhvbWUg |
| + | cGFnZSIsInJlcXVpcmVkIjpmYWxzZSwibG9jYWxpemVkIjp0cnVlLCJ1bmlx |
| + | dWUiOmZhbHNlLCJkZWZhdWx0IjpudWxsLCJwb3NpdGlvbiI6MSwidGV4dF9m |
| + | b3JtYXR0aW5nIjoiaHRtbCJ9LHsiX2lkIjoiNTZjMjcxNjFjMzY1MTE0M2Rl |
| + | MDAwMDMyIiwiY3JlYXRlZF9hdCI6bnVsbCwidXBkYXRlZF9hdCI6bnVsbCwi |
| + | bmFtZSI6ImNhdGVnb3J5IiwidHlwZSI6InNlbGVjdCIsImxhYmVsIjoiQ2F0 |
| + | ZWdvcnkiLCJoaW50IjoiUGljayBhIGNhdGVnb3J5IiwicmVxdWlyZWQiOmZh |
| + | bHNlLCJsb2NhbGl6ZWQiOnRydWUsInVuaXF1ZSI6ZmFsc2UsImRlZmF1bHQi |
| + | Om51bGwsInBvc2l0aW9uIjoyLCJzZWxlY3Rfb3B0aW9ucyI6W3siaWQiOiI1 |
| + | NmMyNzE2MWMzNjUxMTQzZGUwMDAwMzQiLCJuYW1lIjp7ImVuIjoiR2VuZXJh |
| + | bCIsImZyIjoiR8OpbsOpcmFsIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTZj |
| + | MjcxNjFjMzY1MTE0M2RlMDAwMDM1IiwibmFtZSI6eyJlbiI6IkdpZ3MiLCJm |
| + | ciI6IkNvbmNlcnRzIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTZjMjcxNjFj |
| + | MzY1MTE0M2RlMDAwMDM2IiwibmFtZSI6eyJlbiI6IkJhbmRzIiwiZnIiOiJH |
| + | cm91cGVzIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTZjMjcxNjFjMzY1MTE0 |
| + | M2RlMDAwMDM3IiwibmFtZSI6eyJlbiI6IkFsYnVtcyJ9LCJwb3NpdGlvbiI6 |
| + | MH1dfSx7Il9pZCI6IjU2YzI3MTYxYzM2NTExNDNkZTAwMDAzMyIsImNyZWF0 |
| ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQiOm51bGwsIm5hbWUiOiJkYXRlIiwi | |
| dHlwZSI6ImRhdGUiLCJsYWJlbCI6IkRhdGUiLCJoaW50IjoiRGF0ZSBvZiB0 | |
| aGUgdXBkYXRlIiwicmVxdWlyZWQiOmZhbHNlLCJsb2NhbGl6ZWQiOmZhbHNl | |
| - | LCJ1bmlxdWUiOmZhbHNlLCJwb3NpdGlvbiI6M31dLCJvcmRlcl9ieSI6ImRh |
| - | dGUiLCJncm91cF9ieSI6bnVsbCwicHVibGljX3N1Ym1pc3Npb25fYWNjb3Vu |
| - | dF9lbWFpbHMiOltdfQ== |
| + | LCJ1bmlxdWUiOmZhbHNlLCJkZWZhdWx0IjpudWxsLCJwb3NpdGlvbiI6M31d |
| + | LCJvcmRlcl9ieSI6ImRhdGUiLCJncm91cF9ieSI6bnVsbCwicHVibGljX3N1 |
| + | Ym1pc3Npb25fYWNjb3VudF9lbWFpbHMiOltdfQ== |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:30 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:25 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/bands.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bfields%5D%5B0%5D%5Binverse_of%5D=band&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Songs&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=songs&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btarget%5D=songs&content_type%5Bfields%5D%5B0%5D%5Btype%5D=has_many&content_type%5Bfields%5D%5B0%5D%5Bui_enabled%5D=true&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bname%5D=Bands&content_type%5Bslug%5D=bands |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_type%5Bfields%5D%5B0%5D%5Binverse_of%5D=band&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Songs&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=songs&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btarget%5D=songs&content_type%5Bfields%5D%5B0%5D%5Btype%5D=has_many&content_type%5Bfields%5D%5B0%5D%5Bui_enabled%5D=true&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bname%5D=Bands&content_type%5Bslug%5D=bands |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -641,39 +644,39 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"7f088bf57f251904bd16896fa4cf3531" |
| + | - W/"52e7ae84ae55e92963987a4de301797a" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 5daf1102-f2e2-4d68-af7a-d8f586ba27f0 |
| + | - a3e5ec09-bead-4ff8-94fb-b434c28b263b |
| X-Runtime: | |
| - | - '0.115100' |
| + | - '0.136037' |
| Content-Length: | |
| - | - '1786' |
| + | - '1861' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde6c3651121bb000016","created_at":"2016-01-16T23:10:30Z","updated_at":"2016-01-16T23:10:30Z","name":"Bands","slug":"bands","description":"List |
| - | of bands","label_field_name":"name","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde6c3651121bb000017","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Name |
| - | of the band","required":true,"localized":false,"unique":false,"position":0},{"_id":"569acde6c3651121bb000018","created_at":null,"updated_at":null,"name":"leader","type":"string","label":"Fullname |
| - | of the leader","hint":null,"required":false,"localized":false,"unique":false,"position":1},{"_id":"569acde6c3651121bb000019","created_at":null,"updated_at":null,"name":"kind","type":"select","label":"Music |
| - | kind (grunge, rock, pop, country)","hint":null,"required":false,"localized":false,"unique":false,"position":2,"select_options":[{"id":"569acde6c3651121bb00001b","name":{"en":"grunge"},"position":0},{"id":"569acde6c3651121bb00001c","name":{"en":"rock"},"position":0},{"id":"569acde6c3651121bb00001d","name":{"en":"country"},"position":0}]},{"_id":"569acde6c3651121bb000039","created_at":null,"updated_at":null,"name":"songs","type":"has_many","label":"Songs","hint":null,"required":false,"localized":false,"unique":false,"position":3,"target":"songs","inverse_of":"band","order_by":null,"ui_enabled":true},{"_id":"569acde6c3651121bb00001a","created_at":null,"updated_at":null,"name":"featured","type":"boolean","label":"Featured","hint":null,"required":false,"localized":false,"unique":false,"position":4}],"order_by":"name","group_by":null,"public_submission_account_emails":[]}' |
| + | string: '{"_id":"56c27161c3651143de000015","created_at":"2016-02-16T00:46:25Z","updated_at":"2016-02-16T00:46:26Z","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":"56c27161c3651143de000016","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":"56c27161c3651143de000017","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":"56c27161c3651143de000018","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":"56c27161c3651143de00001a","name":{"en":"grunge"},"position":0},{"id":"56c27161c3651143de00001b","name":{"en":"rock"},"position":0},{"id":"56c27161c3651143de00001c","name":{"en":"country"},"position":0}]},{"_id":"56c27162c3651143de000038","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":"56c27161c3651143de000019","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: Sat, 16 Jan 2016 23:10:30 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:26 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Band&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=band&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btarget%5D=bands&content_type%5Bfields%5D%5B0%5D%5Btype%5D=belongs_to&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bname%5D=Songs&content_type%5Bslug%5D=songs |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Band&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=band&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=1&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btarget%5D=bands&content_type%5Bfields%5D%5B0%5D%5Btype%5D=belongs_to&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bname%5D=Songs&content_type%5Bslug%5D=songs |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -688,39 +691,39 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"68f0dbfc099cca997ef01b639298f478" |
| + | - W/"30da46a6db2e003d531a3cac0d6ad309" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 95159964-37d0-4120-815e-f5cd2a3006ac |
| + | - 8e0acc65-2e3c-4f4c-b158-1cfdd03c24b2 |
| X-Runtime: | |
| - | - '0.117755' |
| + | - '0.112441' |
| Content-Length: | |
| - | - '1801' |
| + | - '1891' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde6c3651121bb00002a","created_at":"2016-01-16T23:10:30Z","updated_at":"2016-01-16T23:10:30Z","name":"Songs","slug":"songs","description":null,"label_field_name":"title","order_direction":"asc","public_submission_enabled":false,"public_submission_accounts":[],"public_submission_title_template":null,"entry_template":null,"display_settings":null,"fields":[{"_id":"569acde6c3651121bb00002b","created_at":null,"updated_at":null,"name":"title","type":"string","label":"Title","hint":"Title |
| - | of your song","required":true,"localized":false,"unique":false,"position":0},{"_id":"569acde6c3651121bb00003a","created_at":null,"updated_at":null,"name":"band","type":"belongs_to","label":"Band","hint":null,"required":false,"localized":false,"unique":false,"position":1,"target":"bands","inverse_of":null,"order_by":null,"ui_enabled":true},{"_id":"569acde6c3651121bb00002c","created_at":null,"updated_at":null,"name":"cover","type":"file","label":"Cover","hint":null,"required":true,"localized":false,"unique":false,"position":2},{"_id":"569acde6c3651121bb00002d","created_at":null,"updated_at":null,"name":"short_description","type":"text","label":"Short |
| - | description","hint":null,"required":false,"localized":false,"unique":false,"position":3,"text_formatting":"html"},{"_id":"569acde6c3651121bb00002e","created_at":null,"updated_at":null,"name":"audio_url","type":"string","label":"Audio |
| - | url","hint":"Url to a service like Blip for instance","required":false,"localized":false,"unique":false,"position":4},{"_id":"569acde6c3651121bb00002f","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format |
| - | like: mm:ss","required":false,"localized":false,"unique":false,"position":5}],"order_by":"_position","group_by":null,"public_submission_account_emails":[]}' |
| + | string: '{"_id":"56c27161c3651143de000029","created_at":"2016-02-16T00:46:25Z","updated_at":"2016-02-16T00:46:26Z","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":"56c27161c3651143de00002a","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":"56c27162c3651143de000039","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":"56c27161c3651143de00002b","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":"56c27161c3651143de00002c","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":"56c27161c3651143de00002d","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":"56c27161c3651143de00002e","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: Sat, 16 Jan 2016 23:10:30 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:26 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=alice-in-chains&content_entry%5Bfeatured%5D=false&content_entry%5Bkind%5D=grunge&content_entry%5Bleader%5D=Layne&content_entry%5Bname%5D=Alice+in+Chains |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=alice-in-chains&content_entry%5Bfeatured%5D=false&content_entry%5Bkind%5D=grunge&content_entry%5Bleader%5D=Layne&content_entry%5Bname%5D=Alice+in+Chains |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -737,37 +740,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"b7a76615778ca4c365a8c299a7f9ee51" |
| + | - W/"6979490ed535e6c5554c13656235aea4" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - e19659d8-e333-476d-a185-2fd003e33a01 |
| + | - 185830c2-1a43-45a6-88a5-8dd33f5b7917 |
| X-Runtime: | |
| - | - '0.116928' |
| + | - '0.074649' |
| Content-Length: | |
| - '354' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde7c3651121bb00003c","created_at":"2016-01-16T23:10:31Z","updated_at":"2016-01-16T23:10:31Z","_slug":"alice-in-chains","content_type_slug":"bands","_label":"Alice |
| + | string: '{"_id":"56c27162c3651143de00003b","created_at":"2016-02-16T00:46:26Z","updated_at":"2016-02-16T00:46:26Z","_slug":"alice-in-chains","content_type_slug":"bands","_label":"Alice |
| in Chains","_position":0,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"name":"Alice | |
| in Chains","leader":"Layne","kind":"grunge","featured":false}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:31 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:26 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=pearl-jam&content_entry%5Bfeatured%5D=false&content_entry%5Bkind%5D=grunge&content_entry%5Bleader%5D=Eddie&content_entry%5Bname%5D=Pearl+Jam |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=pearl-jam&content_entry%5Bfeatured%5D=false&content_entry%5Bkind%5D=grunge&content_entry%5Bleader%5D=Eddie&content_entry%5Bname%5D=Pearl+Jam |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -784,37 +787,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e2bd0418d8aa799c3bde418ef535f46a" |
| + | - W/"3297c5a7ab72cec95d6cb2877f724ec9" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - cb91afbc-52d1-4d56-9ee6-abd074ef4546 |
| + | - efe9ae04-d3ac-4be7-9810-f5ceb529c0af |
| X-Runtime: | |
| - | - '0.124051' |
| + | - '0.064606' |
| Content-Length: | |
| - '336' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde7c3651121bb00003f","created_at":"2016-01-16T23:10:31Z","updated_at":"2016-01-16T23:10:31Z","_slug":"pearl-jam","content_type_slug":"bands","_label":"Pearl |
| + | string: '{"_id":"56c27162c3651143de00003e","created_at":"2016-02-16T00:46:26Z","updated_at":"2016-02-16T00:46:26Z","_slug":"pearl-jam","content_type_slug":"bands","_label":"Pearl |
| Jam","_position":1,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"name":"Pearl | |
| Jam","leader":"Eddie","kind":"grunge","featured":false}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:31 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:26 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=the-who&content_entry%5Bfeatured%5D=true&content_entry%5Bkind%5D=rock&content_entry%5Bleader%5D=Peter&content_entry%5Bname%5D=The+who |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=the-who&content_entry%5Bfeatured%5D=true&content_entry%5Bkind%5D=rock&content_entry%5Bleader%5D=Peter&content_entry%5Bname%5D=The+who |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -831,25 +834,25 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"d3ed0b5a0315f16f46c7e72f1b2d556b" |
| + | - W/"7864770448ba87f9174d758b7f2e19ed" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - c7543ffb-7208-42c3-bb9c-340023bf4744 |
| + | - 5c685c9e-17fa-49f7-b9f8-339d67d6b030 |
| X-Runtime: | |
| - | - '0.078453' |
| + | - '0.060721' |
| Content-Length: | |
| - '327' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde7c3651121bb000042","created_at":"2016-01-16T23:10:31Z","updated_at":"2016-01-16T23:10:31Z","_slug":"the-who","content_type_slug":"bands","_label":"The |
| + | string: '{"_id":"56c27162c3651143de000041","created_at":"2016-02-16T00:46:26Z","updated_at":"2016-02-16T00:46:26Z","_slug":"the-who","content_type_slug":"bands","_label":"The |
| who","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"name":"The | |
| who","leader":"Peter","kind":"rock","featured":true}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:31 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:26 GMT |
| - request: | |
| method: get | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_assets.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://localhost:3000/locomotive/api/v3/content_assets.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -859,9 +862,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -878,16 +881,16 @@ http_interactions: |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - b1ce1235-e4e3-4587-9b14-a7be1d0c3e48 |
| + | - 2ad2ddcb-5f15-4e7b-aab9-7c283e87f3cd |
| X-Runtime: | |
| - | - '0.033374' |
| + | - '0.032932' |
| Content-Length: | |
| - '2' | |
| body: | |
| encoding: UTF-8 | |
| string: "[]" | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:31 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:26 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/content_assets.json | |
| @@ | @@ -4533,7 +4536,7 @@ http_interactions: |
| OfidNktYCfvn4Km/bXYO/jvMLNj8pMaBuKpZbO3y4yZrtnX/ZscEhoeY1tKX | |
| ETGx9f8LMACQI47rDqNe1wAAAABJRU5ErkJggg0KLS0tLS0tLS0tLS0tLVJ1 | |
| YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRh | |
| - | dGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmdXTDQ0cnFKdkVxb29NOVJjelNX |
| + | dGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCkMydDF3eEF1S3k3WVBBSFZ2YTI5 |
| DQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo= | |
| headers: | |
| Accept: | |
| @@ | @@ -4541,9 +4544,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -4560,35 +4563,35 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"441a3a2749d608cf90e65b97f49ed21b" |
| + | - W/"c11a58029cb570594d57474948838c14" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 88e2d551-9e82-4255-b3b6-1027f13da07f |
| + | - 70f09224-9479-486d-b328-7f6dfcbe51d6 |
| X-Runtime: | |
| - | - '0.160373' |
| + | - '0.062316' |
| Content-Length: | |
| - '1109' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde7c3651121bb000044","created_at":"2016-01-16T23:10:31Z","updated_at":"2016-01-16T23:10:31Z","content_type":"image","width":602,"height":397,"vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NjlhY2RlNWMzNjUxMTIxYmIwMDAwMTEvYXNzZXRzLzU2OWFjZGU3YzM2NTExMjFiYjAwMDA0NC9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjg1eDg1IyJdXQ/photo.jpg?sha=037c99f8e77aba5f","alternative_vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NjlhY2RlNWMzNjUxMTIxYmIwMDAwMTEvYXNzZXRzLzU2OWFjZGU3YzM2NTExMjFiYjAwMDA0NC9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjE5MHgxMjBcdTAwM2UiLHsiZm9ybWF0IjoicG5nIiwiZnJhbWUiOjB9XSxbInAiLCJlbmNvZGUiLCJwbmciXV0/photo.png?sha=f790bb5087d1f47c","checksum":"e1aff5628ca068751b333cf1b69dd978","filename":"photo.jpg","short_name":"photo.jpg","extname":"jpg","full_filename":"photo.jpg","content_type_text":"image","with_thumbnail":true,"raw_size":163476,"url":"/sites/569acde5c3651121bb000011/assets/569acde7c3651121bb000044/photo.jpg"}' |
| + | string: '{"_id":"56c27162c3651143de000043","created_at":"2016-02-16T00:46:26Z","updated_at":"2016-02-16T00:46:26Z","content_type":"image","width":602,"height":397,"vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NmMyNzE2MWMzNjUxMTQzZGUwMDAwMTAvYXNzZXRzLzU2YzI3MTYyYzM2NTExNDNkZTAwMDA0My9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjg1eDg1IyJdXQ/photo.jpg?sha=332b6c91e76b6e76","alternative_vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NmMyNzE2MWMzNjUxMTQzZGUwMDAwMTAvYXNzZXRzLzU2YzI3MTYyYzM2NTExNDNkZTAwMDA0My9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjE5MHgxMjBcdTAwM2UiLHsiZm9ybWF0IjoicG5nIiwiZnJhbWUiOjB9XSxbInAiLCJlbmNvZGUiLCJwbmciXV0/photo.png?sha=92c9535191c1fe41","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/56c27161c3651143de000010/assets/56c27162c3651143de000043/photo.jpg"}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:31 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:26 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=avogadros-number&content_entry%5Bcity%5D=Fort+Collins&content_entry%5Bdate%5D=2012-06-11&content_entry%5Bnotes%5D=%3Cp%3ELorem+ipsum%3Cbr%2F%3E%3Cimg+src%3D%22%2Fsites%2F569acde5c3651121bb000011%2Fassets%2F569acde7c3651121bb000044%2Fphoto.jpg%22+alt%3D%22%22+%2F%3E%3C%2Fp%3E&content_entry%5Bplace%5D=Avogadro%27s+Number&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&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%2F56c27161c3651143de000010%2Fassets%2F56c27162c3651143de000043%2Fphoto.jpg%22+alt%3D%22%22+%2F%3E%3C%2Fp%3E&content_entry%5Bplace%5D=Avogadro%27s+Number&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4605,39 +4608,39 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"1de9146a1df348e6742a7dc595dcf0b6" |
| + | - W/"a2273bf7cadddce7a2ba096ef370d05d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - f71c6d07-f78b-4811-a9e8-c01caa400b58 |
| + | - 62fd75c5-6aa5-45f3-81c8-95b4efa65aac |
| X-Runtime: | |
| - | - '0.072129' |
| + | - '0.068714' |
| Content-Length: | |
| - '568' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde7c3651121bb000046","created_at":"2016-01-16T23:10:31Z","updated_at":"2016-01-16T23:10:31Z","_slug":"avogadros-number","content_type_slug":"events","_label":"Avogadro''s |
| + | string: '{"_id":"56c27162c3651143de000045","created_at":"2016-02-16T00:46:26Z","updated_at":"2016-02-16T00:46:26Z","_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/569acde5c3651121bb000011/assets/569acde7c3651121bb000044/photo.jpg\" |
| + | ipsum\u003cbr/\u003e\u003cimg src=\"/sites/56c27161c3651143de000010/assets/56c27162c3651143de000043/photo.jpg\" |
| alt=\"\" /\u003e\u003c/p\u003e","tags":null,"price":0.0}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:31 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:26 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=quixotes-true-blue&content_entry%5Bcity%5D=Denver&content_entry%5Bdate%5D=2012-06-10&content_entry%5Bnotes%5D=%3Cp%3ELorem+ipsum%3Cbr%2F%3E%3Cimg+src%3D%22%2Fsites%2F569acde5c3651121bb000011%2Fassets%2F569acde7c3651121bb000044%2Fphoto.jpg%22+alt%3D%22%22+%2F%3E%3C%2Fp%3E&content_entry%5Bplace%5D=Quixote%27s+True+Blue&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&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%2F56c27161c3651143de000010%2Fassets%2F56c27162c3651143de000043%2Fphoto.jpg%22+alt%3D%22%22+%2F%3E%3C%2Fp%3E&content_entry%5Bplace%5D=Quixote%27s+True+Blue&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4654,39 +4657,39 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"d1137b3455eeb922b3d4a13334e6f6ad" |
| + | - W/"520c577ad57f99e1e695ac518827e676" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 5f8c57c3-d0ad-4dce-810d-f234f98737a9 |
| + | - 948fb4c7-dec8-48e7-a4c4-fbb20284714d |
| X-Runtime: | |
| - | - '0.072935' |
| + | - '0.070601' |
| Content-Length: | |
| - '568' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde7c3651121bb000049","created_at":"2016-01-16T23:10:31Z","updated_at":"2016-01-16T23:10:31Z","_slug":"quixotes-true-blue","content_type_slug":"events","_label":"Quixote''s |
| + | string: '{"_id":"56c27163c3651143de000048","created_at":"2016-02-16T00:46:27Z","updated_at":"2016-02-16T00:46:27Z","_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/569acde5c3651121bb000011/assets/569acde7c3651121bb000044/photo.jpg\" |
| + | ipsum\u003cbr/\u003e\u003cimg src=\"/sites/56c27161c3651143de000010/assets/56c27162c3651143de000043/photo.jpg\" |
| alt=\"\" /\u003e\u003c/p\u003e","tags":null,"price":0.0}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:31 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:27 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=kellys-westport-inn&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2012-06-06&content_entry%5Bplace%5D=Kelly%27s+Westport+Inn&content_entry%5Bprice%5D=5.5&content_entry%5Bstate%5D=Missouri&content_entry%5Btags%5D%5B%5D=awesome&content_entry%5Btags%5D%5B%5D=open+bar |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=kellys-westport-inn&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2012-06-06&content_entry%5Bplace%5D=Kelly%27s+Westport+Inn&content_entry%5Bprice%5D=5.5&content_entry%5Bstate%5D=Missouri&content_entry%5Btags%5D%5B%5D=awesome&content_entry%5Btags%5D%5B%5D=open+bar |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4703,38 +4706,38 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"501a63701c89a5b9a178b0236c81e9ec" |
| + | - W/"1685b430ed844748d1b004823356af1a" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 9ccfea3b-a07e-4a8c-a89e-3eb4e779cb71 |
| + | - d8ed0f05-3987-4329-8bea-1675ee4d414e |
| X-Runtime: | |
| - | - '0.068080' |
| + | - '0.128044' |
| Content-Length: | |
| - '435' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde7c3651121bb00004c","created_at":"2016-01-16T23:10:31Z","updated_at":"2016-01-16T23:10:31Z","_slug":"kellys-westport-inn","content_type_slug":"events","_label":"Kelly''s |
| + | string: '{"_id":"56c27163c3651143de00004b","created_at":"2016-02-16T00:46:27Z","updated_at":"2016-02-16T00:46:27Z","_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: Sat, 16 Jan 2016 23:10:31 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:27 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=brownes-market&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2012-06-06&content_entry%5Bplace%5D=Browne%27s+Market&content_entry%5Bprice%5D=15.0&content_entry%5Bstate%5D=Missouri&content_entry%5Btags%5D%5B%5D=awesome&content_entry%5Btags%5D%5B%5D=open+bar |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=brownes-market&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2012-06-06&content_entry%5Bplace%5D=Browne%27s+Market&content_entry%5Bprice%5D=15.0&content_entry%5Bstate%5D=Missouri&content_entry%5Btags%5D%5B%5D=awesome&content_entry%5Btags%5D%5B%5D=open+bar |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4751,38 +4754,38 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"5376476eeeea68d578dee8b176597d6d" |
| + | - W/"038982d507340bf686ca02d83c2ee605" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - ae149191-44ff-4466-bd55-708cbe8da578 |
| + | - 63973ad5-6d1c-4277-bf62-aa5d30a397f4 |
| X-Runtime: | |
| - | - '0.117654' |
| + | - '0.072695' |
| Content-Length: | |
| - '421' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde8c3651121bb00004f","created_at":"2016-01-16T23:10:32Z","updated_at":"2016-01-16T23:10:32Z","_slug":"brownes-market","content_type_slug":"events","_label":"Browne''s |
| + | string: '{"_id":"56c27163c3651143de00004e","created_at":"2016-02-16T00:46:27Z","updated_at":"2016-02-16T00:46:27Z","_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: Sat, 16 Jan 2016 23:10:32 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:27 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/ballydoyles.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=ballydoyles&content_entry%5Bcity%5D=Aurora&content_entry%5Bdate%5D=2012-06-05&content_entry%5Bplace%5D=Ballydoyle%27s&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Illinois |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=ballydoyles&content_entry%5Bcity%5D=Aurora&content_entry%5Bdate%5D=2012-06-05&content_entry%5Bplace%5D=Ballydoyle%27s&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Illinois |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4799,35 +4802,35 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"92f5965f2dbfc3a0e1b6b6a1bbc329ab" |
| + | - W/"9050c72e468d62aa2b7a61cd185acc3d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 60f40f7a-5996-46ad-b4b7-2c11216a7ab0 |
| + | - de993c69-a755-4c6a-9552-524d7c0cd449 |
| X-Runtime: | |
| - | - '0.084412' |
| + | - '0.067522' |
| Content-Length: | |
| - '388' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde8c3651121bb000052","created_at":"2016-01-16T23:10:32Z","updated_at":"2016-01-16T23:10:32Z","_slug":"ballydoyles","content_type_slug":"events","_label":"Ballydoyle''s","_position":4,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Ballydoyle''s","date":"2012-06-05","city":"Aurora","state":"Illinois","notes":null,"tags":null,"price":0.0}' |
| + | string: '{"_id":"56c27163c3651143de000051","created_at":"2016-02-16T00:46:27Z","updated_at":"2016-02-16T00:46:27Z","_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: Sat, 16 Jan 2016 23:10:32 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:27 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=the-belmont&content_entry%5Bcity%5D=Hamtramk&content_entry%5Bdate%5D=2012-06-04&content_entry%5Bplace%5D=The+Belmont&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Michigan |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=the-belmont&content_entry%5Bcity%5D=Hamtramk&content_entry%5Bdate%5D=2012-06-04&content_entry%5Bplace%5D=The+Belmont&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Michigan |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4844,37 +4847,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"680edd1c92523c7603654b057abc74bc" |
| + | - W/"4e6faf2db74bc08ec3aae3baacb56d4d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 503c24c9-97bf-4404-a708-41d8708e1577 |
| + | - 3661c970-2f17-4656-a3f8-b2b4facee3ba |
| X-Runtime: | |
| - | - '0.128068' |
| + | - '0.065431' |
| Content-Length: | |
| - '388' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde8c3651121bb000055","created_at":"2016-01-16T23:10:32Z","updated_at":"2016-01-16T23:10:32Z","_slug":"the-belmont","content_type_slug":"events","_label":"The |
| + | string: '{"_id":"56c27163c3651143de000054","created_at":"2016-02-16T00:46:27Z","updated_at":"2016-02-16T00:46:27Z","_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: Sat, 16 Jan 2016 23:10:32 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:27 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=avogadros-number-1&content_entry%5Bcity%5D=Fort+Collins&content_entry%5Bdate%5D=2011-06-11&content_entry%5Bplace%5D=Avogadro%27s+Number&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=avogadros-number-1&content_entry%5Bcity%5D=Fort+Collins&content_entry%5Bdate%5D=2011-06-11&content_entry%5Bplace%5D=Avogadro%27s+Number&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4891,37 +4894,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"5f3c4093f695178e8dd8cdc1c562462b" |
| + | - W/"1d4b536af981abf5ac8771c9c8e2e24f" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 3ae31bf0-e82f-47f5-a8e1-db67788b8138 |
| + | - 6baae629-26c0-42e6-aff9-e999c39af458 |
| X-Runtime: | |
| - | - '0.128748' |
| + | - '0.074837' |
| Content-Length: | |
| - '411' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde8c3651121bb000058","created_at":"2016-01-16T23:10:32Z","updated_at":"2016-01-16T23:10:32Z","_slug":"avogadros-number-1","content_type_slug":"events","_label":"Avogadro''s |
| + | string: '{"_id":"56c27163c3651143de000057","created_at":"2016-02-16T00:46:27Z","updated_at":"2016-02-16T00:46:27Z","_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: Sat, 16 Jan 2016 23:10:32 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:27 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=quixotes-true-blue-1&content_entry%5Bcity%5D=Denver&content_entry%5Bdate%5D=2011-06-10&content_entry%5Bplace%5D=Quixote%27s+True+Blue&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=quixotes-true-blue-1&content_entry%5Bcity%5D=Denver&content_entry%5Bdate%5D=2011-06-10&content_entry%5Bplace%5D=Quixote%27s+True+Blue&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Colorado |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4938,37 +4941,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"b6e1eefafe1fcb65f11e8b94ce8141b2" |
| + | - W/"d4f54030c81e348fc13310141175e451" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - df882540-0e1f-4fde-ad40-2d0165d7e069 |
| + | - 7cfa1b63-70f8-4674-9de8-c2f11b509f26 |
| X-Runtime: | |
| - | - '0.112301' |
| + | - '0.073717' |
| Content-Length: | |
| - '411' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde8c3651121bb00005b","created_at":"2016-01-16T23:10:32Z","updated_at":"2016-01-16T23:10:32Z","_slug":"quixotes-true-blue-1","content_type_slug":"events","_label":"Quixote''s |
| + | string: '{"_id":"56c27163c3651143de00005a","created_at":"2016-02-16T00:46:27Z","updated_at":"2016-02-16T00:46:27Z","_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: Sat, 16 Jan 2016 23:10:32 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:27 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=kellys-westport-inn-1&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2011-06-06&content_entry%5Bplace%5D=Kelly%27s+Westport+Inn&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Missouri |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=kellys-westport-inn-1&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2011-06-06&content_entry%5Bplace%5D=Kelly%27s+Westport+Inn&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Missouri |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4985,37 +4988,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"f0b2352618485e9825a7b28170b93f80" |
| + | - W/"c98ec2c70cdf3ceb62bf2a79dc92567d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - ebd72ee0-4247-4bdd-b527-fe38acc1cbfd |
| + | - c9e6dbe5-1ce5-4a96-8066-a020a52b6f60 |
| X-Runtime: | |
| - | - '0.097446' |
| + | - '0.068300' |
| Content-Length: | |
| - '419' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde8c3651121bb00005e","created_at":"2016-01-16T23:10:32Z","updated_at":"2016-01-16T23:10:32Z","_slug":"kellys-westport-inn-1","content_type_slug":"events","_label":"Kelly''s |
| + | string: '{"_id":"56c27163c3651143de00005d","created_at":"2016-02-16T00:46:27Z","updated_at":"2016-02-16T00:46:27Z","_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: Sat, 16 Jan 2016 23:10:32 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:27 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=brownes-market-1&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2011-06-06&content_entry%5Bplace%5D=Browne%27s+Market&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Missouri |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=brownes-market-1&content_entry%5Bcity%5D=Kansas+City&content_entry%5Bdate%5D=2011-06-06&content_entry%5Bplace%5D=Browne%27s+Market&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Missouri |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -5032,37 +5035,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e2bac612c52e6d479cb16ed8dd43b072" |
| + | - W/"ae1d0fe2834700c03b51ee89a18bd9d6" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 30a85076-e2db-478d-90df-a62b03148c73 |
| + | - 1fc43df7-5919-4ca5-b3f0-5f00ce791039 |
| X-Runtime: | |
| - | - '0.113782' |
| + | - '0.068255' |
| Content-Length: | |
| - '404' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde9c3651121bb000061","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:33Z","_slug":"brownes-market-1","content_type_slug":"events","_label":"Browne''s |
| + | string: '{"_id":"56c27163c3651143de000060","created_at":"2016-02-16T00:46:27Z","updated_at":"2016-02-16T00:46:27Z","_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: Sat, 16 Jan 2016 23:10:33 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:27 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=ballydoyles-1&content_entry%5Bcity%5D=Aurora&content_entry%5Bdate%5D=2011-06-05&content_entry%5Bplace%5D=Ballydoyle%27s&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Illinois |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=ballydoyles-1&content_entry%5Bcity%5D=Aurora&content_entry%5Bdate%5D=2011-06-05&content_entry%5Bplace%5D=Ballydoyle%27s&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Illinois |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -5079,35 +5082,35 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"0d53721511097e711ef026e3e4a1a22d" |
| + | - W/"bc8b79f8f7923e73d2be326a9d4ad28d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 21aae876-cbf1-4e31-b6e4-669bb9de39d5 |
| + | - 1b651c62-7929-46e1-9cc3-ebf8379ebfd0 |
| X-Runtime: | |
| - | - '0.125047' |
| + | - '0.068734' |
| Content-Length: | |
| - '391' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde9c3651121bb000064","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:33Z","_slug":"ballydoyles-1","content_type_slug":"events","_label":"Ballydoyle''s","_position":10,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Ballydoyle''s","date":"2011-06-05","city":"Aurora","state":"Illinois","notes":null,"tags":null,"price":0.0}' |
| + | string: '{"_id":"56c27164c3651143de000063","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:28Z","_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: Sat, 16 Jan 2016 23:10:33 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:28 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=the-belmont-1&content_entry%5Bcity%5D=Hamtramk&content_entry%5Bdate%5D=2011-06-04&content_entry%5Bplace%5D=The+Belmont&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Michigan |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=the-belmont-1&content_entry%5Bcity%5D=Hamtramk&content_entry%5Bdate%5D=2011-06-04&content_entry%5Bplace%5D=The+Belmont&content_entry%5Bprice%5D=0.0&content_entry%5Bstate%5D=Michigan |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -5124,22 +5127,22 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"2c291a9f696104f69a2888c197bfb9f7" |
| + | - W/"38258b77c2b9d39b69223b589fc45212" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 7c9f72ad-df19-441c-949d-141656ec2c34 |
| + | - cac9dfa8-dd85-4525-9ddc-001869bec38e |
| X-Runtime: | |
| - | - '0.121563' |
| + | - '0.062368' |
| Content-Length: | |
| - '391' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde9c3651121bb000067","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:33Z","_slug":"the-belmont-1","content_type_slug":"events","_label":"The |
| + | string: '{"_id":"56c27164c3651143de000066","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:28Z","_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: Sat, 16 Jan 2016 23:10:33 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:28 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-1.json | |
| @@ | @@ -5499,7 +5502,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpDMnQxd3hBdUt5N1lQQUhWdmEyOQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -5507,9 +5510,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -5528,26 +5531,26 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"4fc83b138aade8f2e557ea441a7f4e0c" |
| + | - W/"79d6b24361811b7f79c23f49c71473fc" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 4a7883b2-5a37-439f-a63c-21234fa5ed6c |
| + | - 619dab01-d7a5-481f-a8f1-adfe7e029a25 |
| X-Runtime: | |
| - | - '0.132815' |
| + | - '0.077351' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde9c3651121bb00006a","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:33Z","_slug":"song-number-1","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"56c27164c3651143de000069","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:28Z","_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/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acde9c3651121bb00006a/files/cover.jpg","short_description":"Lorem |
| + | #1","cover":"/sites/56c27161c3651143de000010/content_entry56c27161c3651143de000029/56c27164c3651143de000069/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: Sat, 16 Jan 2016 23:10:33 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:28 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-2.json | |
| @@ | @@ -5907,7 +5910,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpDMnQxd3hBdUt5N1lQQUhWdmEyOQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -5915,9 +5918,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -5936,26 +5939,26 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"20b53cdb5e065c5884aeeda001f211a2" |
| + | - W/"37239a24f7d473328a5bd34da6d75626" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 39b6d5f9-dfb3-4740-93d3-11263ecaf9fe |
| + | - 0900df98-f3a4-42dc-b823-eb144aa400b0 |
| X-Runtime: | |
| - | - '0.126127' |
| + | - '0.088411' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde9c3651121bb00006d","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:33Z","_slug":"song-number-2","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"56c27164c3651143de00006c","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:28Z","_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/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acde9c3651121bb00006d/files/cover.jpg","short_description":"Lorem |
| + | #2","cover":"/sites/56c27161c3651143de000010/content_entry56c27161c3651143de000029/56c27164c3651143de00006c/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: Sat, 16 Jan 2016 23:10:33 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:28 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-3.json | |
| @@ | @@ -6315,7 +6318,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpDMnQxd3hBdUt5N1lQQUhWdmEyOQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -6323,9 +6326,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -6344,26 +6347,26 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"39b94e726210fa3c08cbf166920a9911" |
| + | - W/"75c07627677d3d0e5405b9936561a7b5" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 24b77761-e30e-447a-a5e0-6263d3929ef9 |
| + | - 9e583cc7-f698-4c48-a77b-99e079745b47 |
| X-Runtime: | |
| - | - '0.196244' |
| + | - '0.081147' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde9c3651121bb000070","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:33Z","_slug":"song-number-3","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"56c27164c3651143de00006f","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:28Z","_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/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acde9c3651121bb000070/files/cover.jpg","short_description":"Lorem |
| + | #3","cover":"/sites/56c27161c3651143de000010/content_entry56c27161c3651143de000029/56c27164c3651143de00006f/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: Sat, 16 Jan 2016 23:10:34 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:28 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-4.json | |
| @@ | @@ -6723,7 +6726,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpDMnQxd3hBdUt5N1lQQUhWdmEyOQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -6731,9 +6734,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -6752,26 +6755,26 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"ae53700179e8809c5dfc9d887fed169e" |
| + | - W/"78896e889215e3de648a735ae8e15844" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 81f441d5-d12f-4bca-a3c9-d2bbdc82dab7 |
| + | - 0fb8347b-5a05-4b51-8c57-5ca4b5143d08 |
| X-Runtime: | |
| - | - '0.171063' |
| + | - '0.078560' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeac3651121bb000073","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:34Z","_slug":"song-number-4","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"56c27164c3651143de000072","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:28Z","_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/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb000073/files/cover.jpg","short_description":"Lorem |
| + | #4","cover":"/sites/56c27161c3651143de000010/content_entry56c27161c3651143de000029/56c27164c3651143de000072/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: Sat, 16 Jan 2016 23:10:34 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:28 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-5.json | |
| @@ | @@ -7131,7 +7134,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpDMnQxd3hBdUt5N1lQQUhWdmEyOQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -7139,9 +7142,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -7160,26 +7163,26 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"92c522471456e0ca03f1b1f7cb1c2f1d" |
| + | - W/"b0e628e8624a6c9567f8e40b6257a193" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - f82cbca8-9eb1-41dc-b420-47622fe93b88 |
| + | - 6f51519a-7da6-4ebb-8f89-f8f604932dc9 |
| X-Runtime: | |
| - | - '0.097900' |
| + | - '0.077578' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeac3651121bb000076","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:34Z","_slug":"song-number-5","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"56c27164c3651143de000075","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:28Z","_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/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb000076/files/cover.jpg","short_description":"Lorem |
| + | #5","cover":"/sites/56c27161c3651143de000010/content_entry56c27161c3651143de000029/56c27164c3651143de000075/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: Sat, 16 Jan 2016 23:10:34 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:28 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-6.json | |
| @@ | @@ -7539,7 +7542,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpDMnQxd3hBdUt5N1lQQUhWdmEyOQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -7547,9 +7550,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -7568,26 +7571,26 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"7ff29caf3a61c920aeaddcbe6d701e43" |
| + | - W/"a1519b27b32a0e9fae9229e4ac69e777" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 4448f0c3-b50c-4453-98ca-7ce048d46fce |
| + | - a07382e9-2f84-4d23-9350-fdbfc0454c43 |
| X-Runtime: | |
| - | - '0.107749' |
| + | - '0.074549' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeac3651121bb000079","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:34Z","_slug":"song-number-6","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"56c27164c3651143de000078","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:28Z","_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/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb000079/files/cover.jpg","short_description":"Lorem |
| + | #6","cover":"/sites/56c27161c3651143de000010/content_entry56c27161c3651143de000029/56c27164c3651143de000078/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: Sat, 16 Jan 2016 23:10:34 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:28 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-7.json | |
| @@ | @@ -7947,7 +7950,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpDMnQxd3hBdUt5N1lQQUhWdmEyOQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -7955,9 +7958,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -7976,26 +7979,26 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e5acbd4a358411104d82a3ea55627c9c" |
| + | - W/"b05217e7dc69f0d129e6426713a5834c" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - c458da50-27b4-416e-a1da-218233319b1e |
| + | - a2596e06-ccdc-4e68-8ec2-38b895f8d727 |
| X-Runtime: | |
| - | - '0.119444' |
| + | - '0.080867' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeac3651121bb00007c","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:34Z","_slug":"song-number-7","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"56c27164c3651143de00007b","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:28Z","_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/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb00007c/files/cover.jpg","short_description":"Lorem |
| + | #7","cover":"/sites/56c27161c3651143de000010/content_entry56c27161c3651143de000029/56c27164c3651143de00007b/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: Sat, 16 Jan 2016 23:10:34 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:28 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-8.json | |
| @@ | @@ -8355,7 +8358,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpDMnQxd3hBdUt5N1lQQUhWdmEyOQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -8363,9 +8366,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8384,41 +8387,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"c79860f694b9384229795cd4f882def3" |
| + | - W/"a15607b55b495bcd72425f9e188fc18a" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 7c41943e-8a77-49d9-89e9-28459ea8446c |
| + | - f2d8939a-695a-4a96-ba10-f242f8bf43ec |
| X-Runtime: | |
| - | - '0.169980' |
| + | - '0.078210' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeac3651121bb00007f","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:34Z","_slug":"song-number-8","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"56c27164c3651143de00007e","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:28Z","_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/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb00007f/files/cover.jpg","short_description":"Lorem |
| + | #8","cover":"/sites/56c27161c3651143de000010/content_entry56c27161c3651143de000029/56c27164c3651143de00007e/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: Sat, 16 Jan 2016 23:10:34 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:28 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=update-number-1&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-05-12&content_entry%5Btext%5D=added+some+free+stuff&content_entry%5Btitle%5D=Update+%231 |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=update-number-1&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-05-12&content_entry%5Btext%5D=added+some+free+stuff&content_entry%5Btitle%5D=Update+%231 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8435,37 +8438,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"c8c513972a3cb3016ef98cca262f23c3" |
| + | - W/"0d141bb53b447dcc24b4e357bee97349" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 18438250-04b5-492c-9e3b-304558497c30 |
| + | - ba0a01f0-2a40-4a32-958e-872b18b80e22 |
| X-Runtime: | |
| - | - '0.101377' |
| + | - '0.055228' |
| Content-Length: | |
| - '367' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeac3651121bb000082","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:34Z","_slug":"update-number-1","content_type_slug":"updates","_label":"Update |
| + | string: '{"_id":"56c27164c3651143de000081","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:28Z","_slug":"update-number-1","content_type_slug":"updates","_label":"Update |
| #1","_position":0,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update | |
| #1","text":"added some free stuff","category":"General","date":"2009-05-12"}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:35 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:28 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=update-number-2&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-05-23&content_entry%5Btext%5D=added+a+chatroom&content_entry%5Btitle%5D=Update+%232 |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=update-number-2&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-05-23&content_entry%5Btext%5D=added+a+chatroom&content_entry%5Btitle%5D=Update+%232 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8482,37 +8485,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"12ca5974abdf471c30ee565a48472351" |
| + | - W/"ae2174011754d4f309e1de820ab52ad5" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - c1b7bf2c-8ddf-4bdc-ac47-a7d69ce90e0a |
| + | - 7dcbb65c-a5b9-4062-83eb-58803d242898 |
| X-Runtime: | |
| - | - '0.091970' |
| + | - '0.058115' |
| Content-Length: | |
| - '362' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdebc3651121bb000085","created_at":"2016-01-16T23:10:35Z","updated_at":"2016-01-16T23:10:35Z","_slug":"update-number-2","content_type_slug":"updates","_label":"Update |
| + | string: '{"_id":"56c27165c3651143de000084","created_at":"2016-02-16T00:46:29Z","updated_at":"2016-02-16T00:46:29Z","_slug":"update-number-2","content_type_slug":"updates","_label":"Update |
| #2","_position":1,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update | |
| #2","text":"added a chatroom","category":"General","date":"2009-05-23"}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:35 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:29 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=update-number-3&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-06-29&content_entry%5Btext%5D=site+redesign&content_entry%5Btitle%5D=Update+%233 |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=update-number-3&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-06-29&content_entry%5Btext%5D=site+redesign&content_entry%5Btitle%5D=Update+%233 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8529,37 +8532,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"3e3bc6dfb356a5446fc35068c3117f44" |
| + | - W/"7e2092bc2aa136636aa1073329e1f359" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 3eddf344-05d2-4fcc-ae7f-983920918c1f |
| + | - 06847806-c1b3-4054-b19a-c7a97ca2850c |
| X-Runtime: | |
| - | - '0.084081' |
| + | - '0.057860' |
| Content-Length: | |
| - '359' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdebc3651121bb000088","created_at":"2016-01-16T23:10:35Z","updated_at":"2016-01-16T23:10:35Z","_slug":"update-number-3","content_type_slug":"updates","_label":"Update |
| + | string: '{"_id":"56c27165c3651143de000087","created_at":"2016-02-16T00:46:29Z","updated_at":"2016-02-16T00:46:29Z","_slug":"update-number-3","content_type_slug":"updates","_label":"Update |
| #3","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update | |
| #3","text":"site redesign","category":"General","date":"2009-06-29"}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:35 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:29 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=update-number-4&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-10-09&content_entry%5Btext%5D=NEW+ALBUM+FINISHED%21%21&content_entry%5Btitle%5D=Update+%234 |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=update-number-4&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-10-09&content_entry%5Btext%5D=NEW+ALBUM+FINISHED%21%21&content_entry%5Btitle%5D=Update+%234 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8576,37 +8579,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"64188314bbb7783b8b71d950440e9c3d" |
| + | - W/"9fa49a0242ddc219e7ae91997c44651a" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - f8bb4e60-2f89-4edc-a58a-6388fd0f21cf |
| + | - 5a69a5b3-48c1-4524-aad1-623a761b8dd8 |
| X-Runtime: | |
| - | - '0.072497' |
| + | - '0.055659' |
| Content-Length: | |
| - '366' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdebc3651121bb00008b","created_at":"2016-01-16T23:10:35Z","updated_at":"2016-01-16T23:10:35Z","_slug":"update-number-4","content_type_slug":"updates","_label":"Update |
| + | string: '{"_id":"56c27165c3651143de00008a","created_at":"2016-02-16T00:46:29Z","updated_at":"2016-02-16T00:46:29Z","_slug":"update-number-4","content_type_slug":"updates","_label":"Update |
| #4","_position":3,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update | |
| #4","text":"NEW ALBUM FINISHED!!","category":"General","date":"2009-10-09"}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:35 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:29 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=update-number-5&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-11-02&content_entry%5Btext%5D=brian+posted+a+new+post&content_entry%5Btitle%5D=Update+%235 |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=update-number-5&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-11-02&content_entry%5Btext%5D=brian+posted+a+new+post&content_entry%5Btitle%5D=Update+%235 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8623,37 +8626,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"abd3c8bff92d7a900f0173ca45de1959" |
| + | - W/"94eb2e328acca8302dcea89213531ddb" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 56ad92ef-174c-4e72-9a14-d7f90fc80673 |
| + | - abdf55f1-9597-4009-a3af-a22730e8323b |
| X-Runtime: | |
| - | - '0.064324' |
| + | - '0.057326' |
| Content-Length: | |
| - '369' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdebc3651121bb00008e","created_at":"2016-01-16T23:10:35Z","updated_at":"2016-01-16T23:10:35Z","_slug":"update-number-5","content_type_slug":"updates","_label":"Update |
| + | string: '{"_id":"56c27165c3651143de00008d","created_at":"2016-02-16T00:46:29Z","updated_at":"2016-02-16T00:46:29Z","_slug":"update-number-5","content_type_slug":"updates","_label":"Update |
| #5","_position":4,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update | |
| #5","text":"brian posted a new post","category":"General","date":"2009-11-02"}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:35 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:29 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=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=update-number-6&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-11-16&content_entry%5Btext%5D=john+posted+a+new+post&content_entry%5Btitle%5D=Update+%236 |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=update-number-6&content_entry%5Bcategory%5D=General&content_entry%5Bdate%5D=2009-11-16&content_entry%5Btext%5D=john+posted+a+new+post&content_entry%5Btitle%5D=Update+%236 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8670,37 +8673,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"856dff96f549d0c85004e9f8f845ce45" |
| + | - W/"2c8b5e9746a56db6537f3509796600a5" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 0797df8f-402a-4c5f-ab49-abfc05dbbe4d |
| + | - dc3ce1ae-8bf0-4003-8e32-7674efde14f7 |
| X-Runtime: | |
| - | - '0.058219' |
| + | - '0.061197' |
| Content-Length: | |
| - '368' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdebc3651121bb000091","created_at":"2016-01-16T23:10:35Z","updated_at":"2016-01-16T23:10:35Z","_slug":"update-number-6","content_type_slug":"updates","_label":"Update |
| + | string: '{"_id":"56c27165c3651143de000090","created_at":"2016-02-16T00:46:29Z","updated_at":"2016-02-16T00:46:29Z","_slug":"update-number-6","content_type_slug":"updates","_label":"Update |
| #6","_position":5,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update | |
| #6","text":"john posted a new post","category":"General","date":"2009-11-16"}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:35 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:29 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/569acde9c3651121bb00006a.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56c27164c3651143de000069.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5Bband%5D=pearl-jam |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5Bband%5D=pearl-jam |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8717,41 +8720,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"3e68026a8098f20c65ea4f0b468560b7" |
| + | - W/"95fd114df8f027d7fc10da15aa9196a5" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 302f3d9a-f05a-47cc-a962-ee24f0a86118 |
| + | - e070d695-146b-4cb7-b94d-4e7d0cd963be |
| X-Runtime: | |
| - | - '0.082724' |
| + | - '0.070168' |
| Content-Length: | |
| - '790' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde9c3651121bb00006a","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:35Z","_slug":"song-number-1","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"56c27164c3651143de000069","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:29Z","_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/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acde9c3651121bb00006a/files/cover.jpg","short_description":"Lorem |
| + | #1","cover":"/sites/56c27161c3651143de000010/content_entry56c27161c3651143de000029/56c27164c3651143de000069/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: Sat, 16 Jan 2016 23:10:35 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:29 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/569acde9c3651121bb00006d.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56c27164c3651143de00006c.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5Bband%5D=pearl-jam |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5Bband%5D=pearl-jam |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8768,41 +8771,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"274521779b25e20be30a34e601ddebaa" |
| + | - W/"5804bc122daed8dc7710d05fe43b856a" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 03da34b4-04e9-4d8c-8fb5-e41da7cf929f |
| + | - a2fcc43c-a351-4493-8605-627cd9b5af9d |
| X-Runtime: | |
| - | - '0.076604' |
| + | - '0.067900' |
| Content-Length: | |
| - '790' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde9c3651121bb00006d","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:35Z","_slug":"song-number-2","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"56c27164c3651143de00006c","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:29Z","_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/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acde9c3651121bb00006d/files/cover.jpg","short_description":"Lorem |
| + | #2","cover":"/sites/56c27161c3651143de000010/content_entry56c27161c3651143de000029/56c27164c3651143de00006c/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: Sat, 16 Jan 2016 23:10:35 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:29 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/569acde9c3651121bb000070.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56c27164c3651143de00006f.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5Bband%5D=pearl-jam |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5Bband%5D=pearl-jam |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8819,41 +8822,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"cd3289e70b8b20b84a43ea0d42e2fc7f" |
| + | - W/"82f78834d3aed118b6b5c8bb9d18a762" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - da8aed5e-8265-4423-9f3d-526b21db92bb |
| + | - 21441a44-3a91-4ded-a959-8fd6773b4a8a |
| X-Runtime: | |
| - | - '0.080231' |
| + | - '0.067045' |
| Content-Length: | |
| - '790' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde9c3651121bb000070","created_at":"2016-01-16T23:10:33Z","updated_at":"2016-01-16T23:10:35Z","_slug":"song-number-3","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"56c27164c3651143de00006f","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:29Z","_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/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acde9c3651121bb000070/files/cover.jpg","short_description":"Lorem |
| + | #3","cover":"/sites/56c27161c3651143de000010/content_entry56c27161c3651143de000029/56c27164c3651143de00006f/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: Sat, 16 Jan 2016 23:10:35 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:29 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/569acdeac3651121bb000073.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56c27164c3651143de000072.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5Bband%5D=pearl-jam |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5Bband%5D=pearl-jam |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8870,41 +8873,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"40bfba31dc50ec53f7d9ec0bf57b6b35" |
| + | - W/"ed852308cc49f676973fb18630e412cd" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - c09230e4-d44a-4e8b-8989-73b1970d1e7b |
| + | - b5f0119f-7826-4cdb-8242-57aae93268ac |
| X-Runtime: | |
| - | - '0.086176' |
| + | - '0.083953' |
| Content-Length: | |
| - '790' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeac3651121bb000073","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:35Z","_slug":"song-number-4","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"56c27164c3651143de000072","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:29Z","_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/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb000073/files/cover.jpg","short_description":"Lorem |
| + | #4","cover":"/sites/56c27161c3651143de000010/content_entry56c27161c3651143de000029/56c27164c3651143de000072/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: Sat, 16 Jan 2016 23:10:35 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:29 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/569acdeac3651121bb000076.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56c27164c3651143de000075.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5Bband%5D=the-who |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5Bband%5D=the-who |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8921,41 +8924,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"738bb497bd0f98d66fc8436d6a1b8f94" |
| + | - W/"2d8ab44986f4fb78488b8bde76866b5d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 9dc19137-4cdb-4244-ada3-553017cae445 |
| + | - 8216e0ad-ad13-488f-b4af-aa782c2c5d0f |
| X-Runtime: | |
| - | - '0.071100' |
| + | - '0.079044' |
| Content-Length: | |
| - '788' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeac3651121bb000076","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:36Z","_slug":"song-number-5","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"56c27164c3651143de000075","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:29Z","_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/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb000076/files/cover.jpg","short_description":"Lorem |
| + | #5","cover":"/sites/56c27161c3651143de000010/content_entry56c27161c3651143de000029/56c27164c3651143de000075/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: Sat, 16 Jan 2016 23:10:36 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:29 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/569acdeac3651121bb000079.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56c27164c3651143de000078.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5Bband%5D=the-who |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5Bband%5D=the-who |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8972,41 +8975,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"5d01eb693ba82f9ecf13a1316b3810db" |
| + | - W/"b368568c8c8b7eb8f89ef5a4e77945a6" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 670d9e86-f52a-4489-9b6a-a02f31ebbb81 |
| + | - 8a6a09ac-a5b8-4a19-8edf-8e35b07fdfa4 |
| X-Runtime: | |
| - | - '0.066418' |
| + | - '0.080476' |
| Content-Length: | |
| - '788' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeac3651121bb000079","created_at":"2016-01-16T23:10:34Z","updated_at":"2016-01-16T23:10:36Z","_slug":"song-number-6","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"56c27164c3651143de000078","created_at":"2016-02-16T00:46:28Z","updated_at":"2016-02-16T00:46:29Z","_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/569acde5c3651121bb000011/content_entry569acde6c3651121bb00002a/569acdeac3651121bb000079/files/cover.jpg","short_description":"Lorem |
| + | #6","cover":"/sites/56c27161c3651143de000010/content_entry56c27161c3651143de000029/56c27164c3651143de000078/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: Sat, 16 Jan 2016 23:10:36 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:29 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/569acdeac3651121bb000082.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56c27164c3651143de000081.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=mise-a-jour-number-1&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%231 |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=mise-a-jour-number-1&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%231 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -9023,21 +9026,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"a122781180c94e99015c6b430e49a04b" |
| + | - W/"d2b1d6acb96d87d3003bad0860b550f7" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - ab3662be-f4d2-490e-ab57-ce3b03e26cde |
| + | - 39086d96-9f32-46f2-84f5-f5e647ae9196 |
| X-Runtime: | |
| - | - '0.144462' |
| + | - '0.074816' |
| Content-Length: | |
| - '372' | |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| - | eyJfaWQiOiI1NjlhY2RlYWMzNjUxMTIxYmIwMDAwODIiLCJjcmVhdGVkX2F0 |
| - | IjoiMjAxNi0wMS0xNlQyMzoxMDozNFoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| - | MS0xNlQyMzoxMDozNloiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci0x |
| + | eyJfaWQiOiI1NmMyNzE2NGMzNjUxMTQzZGUwMDAwODEiLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNi0wMi0xNlQwMDo0NjoyOFoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| + | Mi0xNlQwMDo0NjozMFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci0x |
| IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz | |
| ZSBhIGpvdXIgIzEiLCJfcG9zaXRpb24iOjAsIl92aXNpYmxlIjp0cnVlLCJz | |
| ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz | |
| @@ | @@ -9045,22 +9048,22 @@ http_interactions: |
| IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi | |
| MjAwOS0wNS0xMiJ9 | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:36 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:30 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/569acdebc3651121bb000085.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56c27165c3651143de000084.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=mise-a-jour-number-2&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%232 |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=mise-a-jour-number-2&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%232 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -9077,21 +9080,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"8d92b5a4af4d05e0d95325ddba18d08f" |
| + | - W/"8d3271ae66b64859dcd0e0b5b36bc183" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - d31e5221-49eb-4392-b6e2-4794200ba72b |
| + | - 6315a13f-64aa-4154-8480-cb1789dbfdd2 |
| X-Runtime: | |
| - | - '0.145773' |
| + | - '0.063933' |
| Content-Length: | |
| - '372' | |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| - | eyJfaWQiOiI1NjlhY2RlYmMzNjUxMTIxYmIwMDAwODUiLCJjcmVhdGVkX2F0 |
| - | IjoiMjAxNi0wMS0xNlQyMzoxMDozNVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| - | MS0xNlQyMzoxMDozNloiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci0y |
| + | eyJfaWQiOiI1NmMyNzE2NWMzNjUxMTQzZGUwMDAwODQiLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNi0wMi0xNlQwMDo0NjoyOVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| + | Mi0xNlQwMDo0NjozMFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci0y |
| IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz | |
| ZSBhIGpvdXIgIzIiLCJfcG9zaXRpb24iOjEsIl92aXNpYmxlIjp0cnVlLCJz | |
| ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz | |
| @@ | @@ -9099,22 +9102,22 @@ http_interactions: |
| IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi | |
| MjAwOS0wNS0yMyJ9 | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:36 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:30 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/569acdebc3651121bb000088.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56c27165c3651143de000087.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=mise-a-jour-number-3&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%233 |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=mise-a-jour-number-3&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%233 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -9131,21 +9134,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"76efb0b8a2feff506b09de2dbfcde4e2" |
| + | - W/"cdae91597672aa99d321d63f66bd0b54" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - b379bd25-ddbf-4411-8b69-fb48e8ae1ab1 |
| + | - d370241e-e719-44db-9b19-5c26f51bcac3 |
| X-Runtime: | |
| - | - '0.082270' |
| + | - '0.066897' |
| Content-Length: | |
| - '372' | |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| - | eyJfaWQiOiI1NjlhY2RlYmMzNjUxMTIxYmIwMDAwODgiLCJjcmVhdGVkX2F0 |
| - | IjoiMjAxNi0wMS0xNlQyMzoxMDozNVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| - | MS0xNlQyMzoxMDozNloiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci0z |
| + | eyJfaWQiOiI1NmMyNzE2NWMzNjUxMTQzZGUwMDAwODciLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNi0wMi0xNlQwMDo0NjoyOVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| + | Mi0xNlQwMDo0NjozMFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci0z |
| IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz | |
| ZSBhIGpvdXIgIzMiLCJfcG9zaXRpb24iOjIsIl92aXNpYmxlIjp0cnVlLCJz | |
| ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz | |
| @@ | @@ -9153,22 +9156,22 @@ http_interactions: |
| IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi | |
| MjAwOS0wNi0yOSJ9 | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:36 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:30 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/569acdebc3651121bb00008b.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56c27165c3651143de00008a.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=mise-a-jour-number-4&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%234 |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=mise-a-jour-number-4&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%234 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -9185,21 +9188,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"1e581e142024d84d813e7a49ffdc55c0" |
| + | - W/"dd15539651f7840bacc2d3ccd8749f7b" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 4e64a233-ed46-4764-b93f-48141676b981 |
| + | - 05254f59-620e-4892-a239-a5a5bdd49cdc |
| X-Runtime: | |
| - | - '0.074979' |
| + | - '0.067780' |
| Content-Length: | |
| - '372' | |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| - | eyJfaWQiOiI1NjlhY2RlYmMzNjUxMTIxYmIwMDAwOGIiLCJjcmVhdGVkX2F0 |
| - | IjoiMjAxNi0wMS0xNlQyMzoxMDozNVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| - | MS0xNlQyMzoxMDozNloiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci00 |
| + | eyJfaWQiOiI1NmMyNzE2NWMzNjUxMTQzZGUwMDAwOGEiLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNi0wMi0xNlQwMDo0NjoyOVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| + | Mi0xNlQwMDo0NjozMFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci00 |
| IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz | |
| ZSBhIGpvdXIgIzQiLCJfcG9zaXRpb24iOjMsIl92aXNpYmxlIjp0cnVlLCJz | |
| ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz | |
| @@ | @@ -9207,22 +9210,22 @@ http_interactions: |
| IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi | |
| MjAwOS0xMC0wOSJ9 | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:36 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:30 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/569acdebc3651121bb00008e.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56c27165c3651143de00008d.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=mise-a-jour-number-5&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%235 |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=mise-a-jour-number-5&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%235 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -9239,21 +9242,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"92488cea8e8568baafdca3751e85bda0" |
| + | - W/"a476cbf31c7576b44d43634c2aa56a83" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 8c09a524-7f94-487f-a0ae-e8a396a4afdf |
| + | - 6ec3c947-da56-4830-8dde-46269442dd25 |
| X-Runtime: | |
| - | - '0.092449' |
| + | - '0.069845' |
| Content-Length: | |
| - '372' | |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| - | eyJfaWQiOiI1NjlhY2RlYmMzNjUxMTIxYmIwMDAwOGUiLCJjcmVhdGVkX2F0 |
| - | IjoiMjAxNi0wMS0xNlQyMzoxMDozNVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| - | MS0xNlQyMzoxMDozNloiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci01 |
| + | eyJfaWQiOiI1NmMyNzE2NWMzNjUxMTQzZGUwMDAwOGQiLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNi0wMi0xNlQwMDo0NjoyOVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| + | Mi0xNlQwMDo0NjozMFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci01 |
| IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz | |
| ZSBhIGpvdXIgIzUiLCJfcG9zaXRpb24iOjQsIl92aXNpYmxlIjp0cnVlLCJz | |
| ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz | |
| @@ | @@ -9261,22 +9264,22 @@ http_interactions: |
| IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi | |
| MjAwOS0xMS0wMiJ9 | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:36 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:30 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/569acdebc3651121bb000091.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56c27165c3651143de000090.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&content_entry%5B_slug%5D=mise-a-jour-number-6&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%236 |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&content_entry%5B_slug%5D=mise-a-jour-number-6&content_entry%5Bcategory%5D=G%C3%A9n%C3%A9ral&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%236 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -9293,21 +9296,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e320d5d314e36ea4a414f09aa4cc4266" |
| + | - W/"873b920902a252c3f88b0295abdad061" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 847e8699-7a71-47bf-abb3-39d9dae6dee7 |
| + | - b2eb0f4e-582c-4de0-a574-5c6e9400f303 |
| X-Runtime: | |
| - | - '0.060999' |
| + | - '0.062950' |
| Content-Length: | |
| - '372' | |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| - | eyJfaWQiOiI1NjlhY2RlYmMzNjUxMTIxYmIwMDAwOTEiLCJjcmVhdGVkX2F0 |
| - | IjoiMjAxNi0wMS0xNlQyMzoxMDozNVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| - | MS0xNlQyMzoxMDozN1oiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci02 |
| + | eyJfaWQiOiI1NmMyNzE2NWMzNjUxMTQzZGUwMDAwOTAiLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNi0wMi0xNlQwMDo0NjoyOVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| + | Mi0xNlQwMDo0NjozMFoiLCJfc2x1ZyI6Im1pc2UtYS1qb3VyLW51bWJlci02 |
| IiwiY29udGVudF90eXBlX3NsdWciOiJ1cGRhdGVzIiwiX2xhYmVsIjoiTWlz | |
| ZSBhIGpvdXIgIzYiLCJfcG9zaXRpb24iOjUsIl92aXNpYmxlIjp0cnVlLCJz | |
| ZW9fdGl0bGUiOm51bGwsIm1ldGFfa2V5d29yZHMiOm51bGwsIm1ldGFfZGVz | |
| @@ | @@ -9315,10 +9318,10 @@ http_interactions: |
| IjoicGhyYXNlIEZSIiwiY2F0ZWdvcnkiOiJHw6luw6lyYWwiLCJkYXRlIjoi | |
| MjAwOS0xMS0xNiJ9 | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:37 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:30 GMT |
| - request: | |
| method: get | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/fullpaths.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/fullpaths.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -9328,9 +9331,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - en | |
| Accept-Encoding: | |
| @@ | @@ -9345,35 +9348,35 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"b4f8677b434ca56d71180ef61fcf48c1" |
| + | - W/"0618c39de1edf8b3c3f234536cc60702" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - b054134e-d7d1-4657-80af-8fcadfd34cc8 |
| + | - 6aa633d6-6f1d-495d-be3d-0e1ad34326a0 |
| X-Runtime: | |
| - | - '0.027691' |
| + | - '0.029473' |
| Content-Length: | |
| - '107' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '[{"_id":"569acde5c3651121bb000013","fullpath":"index"},{"_id":"569acde5c3651121bb000014","fullpath":"404"}]' |
| + | string: '[{"_id":"56c27161c3651143de000012","fullpath":"index"},{"_id":"56c27161c3651143de000013","fullpath":"404"}]' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:37 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:30 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/569acde5c3651121bb000014.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/56c27161c3651143de000013.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=404&page%5Btemplate%5D=%7B%25+extends+index+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cp+class%3D%27error%27%3Epage+not+found%3C%2Fp%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Page+not+found |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=404&page%5Btemplate%5D=%7B%25+extends+index+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cp+class%3D%27error%27%3Epage+not+found%3C%2Fp%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Page+not+found |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - en | |
| Content-Type: | |
| @@ | @@ -9390,38 +9393,38 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e59a01e8e6c7b451069a67afa337f041" |
| + | - W/"88531f5a58e69dbdd6ae2811c7a7aea8" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 6d0cd091-8e41-4f11-a974-411a9d015839 |
| + | - bbd003ce-c2dc-4ef3-89af-321a317d873b |
| X-Runtime: | |
| - | - '0.037412' |
| + | - '0.040600' |
| Content-Length: | |
| - '773' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde5c3651121bb000014","created_at":"2016-01-16T23:10:29Z","updated_at":"2016-01-16T23:10:37Z","title":"Page |
| + | string: '{"_id":"56c27161c3651143de000013","created_at":"2016-02-16T00:46:25Z","updated_at":"2016-02-16T00:46:30Z","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: Sat, 16 Jan 2016 23:10:37 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:31 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/569acde5c3651121bb000013.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/56c27161c3651143de000012.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bhandle%5D=home&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=index&page%5Btemplate%5D=%3C%21DOCTYPE+html%3E%0A%3Chtml+lang%3D%27en%27%3E%0A++%3Chead%3E%0A++++%3Cmeta+charset%3D%27utf-8%27%3E%0A++++%3Ctitle%3E%7B%7B+site.name+%7D%7D+%7C+%7B%7B+page.title+%7D%7D%3C%2Ftitle%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_description+%7D%7D%27+name%3D%27description%27%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_keywords+%7D%7D%27+name%3D%27keywords%27%3E%0A++++%7B%7B+%27%2Ffoo%2Fbar%27+%7C+auto_discovery_link_tag%3A+%27rel%3Aalternate%27%2C+%27type%3Aapplication%2Fatom%2Bxml%27%2C+%27title%3AA+title%27+%7D%7D%0A++++%3C%21--+Le+HTML5+shim%2C+for+IE6-8+support+of+HTML+elements+--%3E%0A++++%3C%21--%5Bif+lt+IE+9%5D%3E%0A++++++%3Cscript+src%3D%22http%3A%2F%2Fhtml5shim.googlecode.com%2Fsvn%2Ftrunk%2Fhtml5.js%22%3E%3C%2Fscript%3E%0A++++%3C%21%5Bendif%5D--%3E%0A++++%3Clink+href%3D%22%2Ffonts%2Fchunkfive.css%22+media%3D%22screen%22+rel%3D%22stylesheet%22+type%3D%22text%2Fcss%22+%2F%3E%0A++++%3C%21--+Le+styles+--%3E%0A++++%7B%7B+%27http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans%3A400%2C700%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27reboot%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27application%27+%7C+stylesheet_tag+%7D%7D%0A++++%3Cscript+src%3D%22%7B%7B+%27application.js%27+%7C+javascript_url+%7D%7D%22+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%3Cscript+src%3D%27http%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjquery%2F1.7.2%2Fjquery.min.js%27+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%7B%25+inline_editor+%25%7D%0A++%3C%2Fhead%3E%0A++%3Cbody%3E%0A++++%3Cdiv+class%3D%27container%27%3E%0A++++++%3Cdiv+id%3D%27menu%27%3E%0A++++++++%3Cul+id%3D%27nav%27%3E%0A++++++++++%3Cli+class%3D%22%7B%25+if+page.fullpath+%3D%3D+%27index%27+%25%7Don%7B%25+endif+%25%7D+link%22+id%3D%27home%27%3E%0A++++++++++++%3Ca+href%3D%27%7B%25+path_to+home+%25%7D%27%3EHome%3C%2Fa%3E%0A++++++++++%3C%2Fli%3E%0A++++++++++%7B%25+nav+site%2C+no_wrapper%3A+true%2C+exclude%3A+%27events%27+%25%7D%0A++++++++%3C%2Ful%3E%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27banner%27%3E%0A++++++++%7B%25+block+banner+%25%7D%0A++++++++%3Cdiv+class%3D%27photo%27%3E%0A++++++++++%3Cimg+src%3D%22%7B%25+editable_file+%27Page+image%27%2C+hint%3A+%27Top+banner+image+in+each+page+%28602px+by+397px%29%27+%25%7D%2Fsites%2F569acde5c3651121bb000011%2Fassets%2F569acde7c3651121bb000044%2Fphoto.jpg%7B%25+endeditable_file+%25%7D%22%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27text%27%3E%0A++++++++++%7B%25+editable_long_text+%27pitch%27+%25%7D%0A++++++++++%3Ch2%3EAbout+Us%3C%2Fh2%3E%0A++++++++++%3Cp%3E%0A++++++++++++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Suspendisse+vitae+egestas+neque.+Proin+ac+ante+ante%2C+sit+amet+egestas+purus.+Fusce+tincidunt+mattis+sapien+eget+sodales.+Cras+aliquet+odio+eu+nisl+dapibus+placerat.%0A++++++++++++%3Cbr%3E%0A++++++++++++%3Ca+href%3D%27%2Fabout-us%27%3Eread+more...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++++%7B%25+endeditable_long_text+%25%7D%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27content%27%3E%0A++++++++%7B%25+block+content+%25%7D%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27events%27%3E%0A++++++++++%3Ch2%3EUpcoming+events%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+event+in+contents.events+limit%3A+6+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+event.date+%7C+localized_date%3A+%27%25a%2C+%25B+%25d%2C+%25Y%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+event.place+%7D%7D%2C+%7B%7B+event.city+%7D%7D%2C+%7B%7B+event.state+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++++%3Cp+class%3D%27more%27%3E%0A++++++++++++%3Ca+href%3D%27%2Fevents%27%3ESee+more+events+...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27updates%27%3E%0A++++++++++%3Ch2%3ESite+updates%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+update+in+contents.updates+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+update.date+%7C+localized_date%3A+%27%25B+%25d%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+update.title+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27footer%27%3E%0A++++++++%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A++++++++%3Cdiv+id%3D%27scoped_translation%27+scoped_translation%3D%22%7B%7B+%27fr%27+%7C+translate%3A+%27en%27%2C+%27locomotive.locales%27+%7D%7D%22%3E%3C%2Fdiv%3E%0A++++++++%7B%25+include+footer+%25%7D%0A++++++++%7B%25+include+a_complicated-one+%25%7D%0A++++++%3C%2Fdiv%3E%0A++++%3C%2Fdiv%3E%0A++++%7B%25+google_analytics+%27UA-20661758-1%27+%25%7D%0A++%3C%2Fbody%3E%0A%3C%2Fhtml%3E%0A&page%5Btitle%5D=Home+page |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bhandle%5D=home&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=index&page%5Btemplate%5D=%3C%21DOCTYPE+html%3E%0A%3Chtml+lang%3D%27en%27%3E%0A++%3Chead%3E%0A++++%3Cmeta+charset%3D%27utf-8%27%3E%0A++++%3Ctitle%3E%7B%7B+site.name+%7D%7D+%7C+%7B%7B+page.title+%7D%7D%3C%2Ftitle%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_description+%7D%7D%27+name%3D%27description%27%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_keywords+%7D%7D%27+name%3D%27keywords%27%3E%0A++++%7B%7B+%27%2Ffoo%2Fbar%27+%7C+auto_discovery_link_tag%3A+%27rel%3Aalternate%27%2C+%27type%3Aapplication%2Fatom%2Bxml%27%2C+%27title%3AA+title%27+%7D%7D%0A++++%3C%21--+Le+HTML5+shim%2C+for+IE6-8+support+of+HTML+elements+--%3E%0A++++%3C%21--%5Bif+lt+IE+9%5D%3E%0A++++++%3Cscript+src%3D%22http%3A%2F%2Fhtml5shim.googlecode.com%2Fsvn%2Ftrunk%2Fhtml5.js%22%3E%3C%2Fscript%3E%0A++++%3C%21%5Bendif%5D--%3E%0A++++%3Clink+href%3D%22%2Ffonts%2Fchunkfive.css%22+media%3D%22screen%22+rel%3D%22stylesheet%22+type%3D%22text%2Fcss%22+%2F%3E%0A++++%3C%21--+Le+styles+--%3E%0A++++%7B%7B+%27http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans%3A400%2C700%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27reboot%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27application%27+%7C+stylesheet_tag+%7D%7D%0A++++%3Cscript+src%3D%22%7B%7B+%27application.js%27+%7C+javascript_url+%7D%7D%22+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%3Cscript+src%3D%27http%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjquery%2F1.7.2%2Fjquery.min.js%27+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%7B%25+inline_editor+%25%7D%0A++%3C%2Fhead%3E%0A++%3Cbody%3E%0A++++%3Cdiv+class%3D%27container%27%3E%0A++++++%3Cdiv+id%3D%27menu%27%3E%0A++++++++%3Cul+id%3D%27nav%27%3E%0A++++++++++%3Cli+class%3D%22%7B%25+if+page.fullpath+%3D%3D+%27index%27+%25%7Don%7B%25+endif+%25%7D+link%22+id%3D%27home%27%3E%0A++++++++++++%3Ca+href%3D%27%7B%25+path_to+home+%25%7D%27%3EHome%3C%2Fa%3E%0A++++++++++%3C%2Fli%3E%0A++++++++++%7B%25+nav+site%2C+no_wrapper%3A+true%2C+exclude%3A+%27events%27+%25%7D%0A++++++++%3C%2Ful%3E%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27banner%27%3E%0A++++++++%7B%25+block+banner+%25%7D%0A++++++++%3Cdiv+class%3D%27photo%27%3E%0A++++++++++%3Cimg+src%3D%22%7B%25+editable_file+%27Page+image%27%2C+hint%3A+%27Top+banner+image+in+each+page+%28602px+by+397px%29%27+%25%7D%2Fsites%2F56c27161c3651143de000010%2Fassets%2F56c27162c3651143de000043%2Fphoto.jpg%7B%25+endeditable_file+%25%7D%22%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27text%27%3E%0A++++++++++%7B%25+editable_long_text+%27pitch%27+%25%7D%0A++++++++++%3Ch2%3EAbout+Us%3C%2Fh2%3E%0A++++++++++%3Cp%3E%0A++++++++++++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Suspendisse+vitae+egestas+neque.+Proin+ac+ante+ante%2C+sit+amet+egestas+purus.+Fusce+tincidunt+mattis+sapien+eget+sodales.+Cras+aliquet+odio+eu+nisl+dapibus+placerat.%0A++++++++++++%3Cbr%3E%0A++++++++++++%3Ca+href%3D%27%2Fabout-us%27%3Eread+more...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++++%7B%25+endeditable_long_text+%25%7D%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27content%27%3E%0A++++++++%7B%25+block+content+%25%7D%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27events%27%3E%0A++++++++++%3Ch2%3EUpcoming+events%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+event+in+contents.events+limit%3A+6+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+event.date+%7C+localized_date%3A+%27%25a%2C+%25B+%25d%2C+%25Y%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+event.place+%7D%7D%2C+%7B%7B+event.city+%7D%7D%2C+%7B%7B+event.state+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++++%3Cp+class%3D%27more%27%3E%0A++++++++++++%3Ca+href%3D%27%2Fevents%27%3ESee+more+events+...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27updates%27%3E%0A++++++++++%3Ch2%3ESite+updates%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+update+in+contents.updates+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+update.date+%7C+localized_date%3A+%27%25B+%25d%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+update.title+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27footer%27%3E%0A++++++++%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A++++++++%3Cdiv+id%3D%27scoped_translation%27+scoped_translation%3D%22%7B%7B+%27fr%27+%7C+translate%3A+%27en%27%2C+%27locomotive.locales%27+%7D%7D%22%3E%3C%2Fdiv%3E%0A++++++++%7B%25+include+footer+%25%7D%0A++++++++%7B%25+include+a_complicated-one+%25%7D%0A++++++%3C%2Fdiv%3E%0A++++%3C%2Fdiv%3E%0A++++%7B%25+google_analytics+%27UA-20661758-1%27+%25%7D%0A++%3C%2Fbody%3E%0A%3C%2Fhtml%3E%0A&page%5Btitle%5D=Home+page |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - en | |
| Content-Type: | |
| @@ | @@ -9438,18 +9441,18 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"8c7b4318d275404856053d676891f63a" |
| + | - W/"a879c6dd237c1abab6ea89560ac6b646" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - f5aa9eaa-42ae-4f2c-b31b-d59fbe7c297d |
| + | - 8bcea859-e71d-44b3-9d52-0a309697fb54 |
| X-Runtime: | |
| - | - '0.044917' |
| + | - '0.045659' |
| Content-Length: | |
| - '5289' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde5c3651121bb000013","created_at":"2016-01-16T23:10:29Z","updated_at":"2016-01-16T23:10:37Z","title":"Home |
| + | string: '{"_id":"56c27161c3651143de000012","created_at":"2016-02-16T00:46:25Z","updated_at":"2016-02-16T00:46:31Z","title":"Home |
| page","parent_id":null,"position":0,"handle":"home","depth":0,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr","nb"],"cache_enabled":true,"slug":"index","fullpath":"index","localized_fullpaths":{"en":"","fr":"fr","nb":"nb"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"\u003c!DOCTYPE | |
| html\u003e\n\u003chtml lang=''en''\u003e\n \u003chead\u003e\n \u003cmeta | |
| charset=''utf-8''\u003e\n \u003ctitle\u003e{{ site.name }} | {{ page.title | |
| @@ | @@ -9473,7 +9476,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/569acde5c3651121bb000011/assets/569acde7c3651121bb000044/photo.jpg{% |
| + | (602px by 397px)'' %}/sites/56c27161c3651143de000010/assets/56c27162c3651143de000043/photo.jpg{% |
| endeditable_file %}\"\u003e\n \u003c/div\u003e\n \u003cdiv class=''text''\u003e\n {% | |
| editable_long_text ''pitch'' %}\n \u003ch2\u003eAbout Us\u003c/h2\u003e\n \u003cp\u003e\n Lorem | |
| ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse vitae egestas | |
| @@ | @@ -9503,22 +9506,22 @@ http_interactions: |
| a_complicated-one %}\n \u003c/div\u003e\n \u003c/div\u003e\n {% | |
| google_analytics ''UA-20661758-1'' %}\n \u003c/body\u003e\n\u003c/html\u003e\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:37 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:31 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/569acde5c3651121bb000013.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/56c27161c3651143de000012.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bhandle%5D=home&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=index&page%5Btemplate%5D=%3C%21DOCTYPE+html%3E%0A%3Chtml+lang%3D%27en%27%3E%0A++%3Chead%3E%0A++++%3Cmeta+charset%3D%27utf-8%27%3E%0A++++%3Ctitle%3E%7B%7B+site.name+%7D%7D+%7C+%7B%7B+page.title+%7D%7D%3C%2Ftitle%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_description+%7D%7D%27+name%3D%27description%27%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_keywords+%7D%7D%27+name%3D%27keywords%27%3E%0A++++%7B%7B+%27%2Ffoo%2Fbar%27+%7C+auto_discovery_link_tag%3A+%27rel%3Aalternate%27%2C+%27type%3Aapplication%2Fatom%2Bxml%27%2C+%27title%3AA+title%27+%7D%7D%0A++++%3C%21--+Le+HTML5+shim%2C+for+IE6-8+support+of+HTML+elements+--%3E%0A++++%3C%21--%5Bif+lt+IE+9%5D%3E%0A++++++%3Cscript+src%3D%22http%3A%2F%2Fhtml5shim.googlecode.com%2Fsvn%2Ftrunk%2Fhtml5.js%22%3E%3C%2Fscript%3E%0A++++%3C%21%5Bendif%5D--%3E%0A++++%3Clink+href%3D%22%2Ffonts%2Fchunkfive.css%22+media%3D%22screen%22+rel%3D%22stylesheet%22+type%3D%22text%2Fcss%22+%2F%3E%0A++++%3C%21--+Le+styles+--%3E%0A++++%7B%7B+%27http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans%3A400%2C700%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27reboot%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27application%27+%7C+stylesheet_tag+%7D%7D%0A++++%3Cscript+src%3D%22%7B%7B+%27application.js%27+%7C+javascript_url+%7D%7D%22+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%3Cscript+src%3D%27http%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjquery%2F1.7.2%2Fjquery.min.js%27+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%7B%25+inline_editor+%25%7D%0A++%3C%2Fhead%3E%0A++%3Cbody%3E%0A++++%3Cdiv+class%3D%27container%27%3E%0A++++++%3Cdiv+id%3D%27menu%27%3E%0A++++++++%3Cul+id%3D%27nav%27%3E%0A++++++++++%3Cli+class%3D%22%7B%25+if+page.fullpath+%3D%3D+%27index%27+%25%7Don%7B%25+endif+%25%7D+link%22+id%3D%27home%27%3E%0A++++++++++++%3Ca+href%3D%27%7B%25+path_to+home+%25%7D%27%3EHome%3C%2Fa%3E%0A++++++++++%3C%2Fli%3E%0A++++++++++%7B%25+nav+site%2C+no_wrapper%3A+true%2C+exclude%3A+%27events%27+%25%7D%0A++++++++%3C%2Ful%3E%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27banner%27%3E%0A++++++++%7B%25+block+banner+%25%7D%0A++++++++%3Cdiv+class%3D%27photo%27%3E%0A++++++++++%3Cimg+src%3D%22%7B%25+editable_file+%27Page+image%27%2C+hint%3A+%27Top+banner+image+in+each+page+%28602px+by+397px%29%27+%25%7D%2Fsites%2F569acde5c3651121bb000011%2Fassets%2F569acde7c3651121bb000044%2Fphoto.jpg%7B%25+endeditable_file+%25%7D%22%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27text%27%3E%0A++++++++++%7B%25+editable_long_text+%27pitch%27+%25%7D%0A++++++++++%3Ch2%3EAbout+Us%3C%2Fh2%3E%0A++++++++++%3Cp%3E%0A++++++++++++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Suspendisse+vitae+egestas+neque.+Proin+ac+ante+ante%2C+sit+amet+egestas+purus.+Fusce+tincidunt+mattis+sapien+eget+sodales.+Cras+aliquet+odio+eu+nisl+dapibus+placerat.%0A++++++++++++%3Cbr%3E%0A++++++++++++%3Ca+href%3D%27%2Fabout-us%27%3Eread+more...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++++%7B%25+endeditable_long_text+%25%7D%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27content%27%3E%0A++++++++%7B%25+block+content+%25%7D%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27events%27%3E%0A++++++++++%3Ch2%3EUpcoming+events%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+event+in+contents.events+limit%3A+6+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+event.date+%7C+localized_date%3A+%27%25a%2C+%25B+%25d%2C+%25Y%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+event.place+%7D%7D%2C+%7B%7B+event.city+%7D%7D%2C+%7B%7B+event.state+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++++%3Cp+class%3D%27more%27%3E%0A++++++++++++%3Ca+href%3D%27%2Fevents%27%3ESee+more+events+...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27updates%27%3E%0A++++++++++%3Ch2%3ESite+updates%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+update+in+contents.updates+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+update.date+%7C+localized_date%3A+%27%25B+%25d%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+update.title+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27footer%27%3E%0A++++++++%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A++++++++%3Cdiv+id%3D%27scoped_translation%27+scoped_translation%3D%22%7B%7B+%27fr%27+%7C+translate%3A+%27en%27%2C+%27locomotive.locales%27+%7D%7D%22%3E%3C%2Fdiv%3E%0A++++++++%7B%25+include+footer+%25%7D%0A++++++++%7B%25+include+a_complicated-one+%25%7D%0A++++++%3C%2Fdiv%3E%0A++++%3C%2Fdiv%3E%0A++++%7B%25+google_analytics+%27UA-20661758-1%27+%25%7D%0A++%3C%2Fbody%3E%0A%3C%2Fhtml%3E%0A&page%5Btitle%5D=Page+d%27accueil |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bhandle%5D=home&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=index&page%5Btemplate%5D=%3C%21DOCTYPE+html%3E%0A%3Chtml+lang%3D%27en%27%3E%0A++%3Chead%3E%0A++++%3Cmeta+charset%3D%27utf-8%27%3E%0A++++%3Ctitle%3E%7B%7B+site.name+%7D%7D+%7C+%7B%7B+page.title+%7D%7D%3C%2Ftitle%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_description+%7D%7D%27+name%3D%27description%27%3E%0A++++%3Cmeta+content%3D%27%7B%7B+site.meta_keywords+%7D%7D%27+name%3D%27keywords%27%3E%0A++++%7B%7B+%27%2Ffoo%2Fbar%27+%7C+auto_discovery_link_tag%3A+%27rel%3Aalternate%27%2C+%27type%3Aapplication%2Fatom%2Bxml%27%2C+%27title%3AA+title%27+%7D%7D%0A++++%3C%21--+Le+HTML5+shim%2C+for+IE6-8+support+of+HTML+elements+--%3E%0A++++%3C%21--%5Bif+lt+IE+9%5D%3E%0A++++++%3Cscript+src%3D%22http%3A%2F%2Fhtml5shim.googlecode.com%2Fsvn%2Ftrunk%2Fhtml5.js%22%3E%3C%2Fscript%3E%0A++++%3C%21%5Bendif%5D--%3E%0A++++%3Clink+href%3D%22%2Ffonts%2Fchunkfive.css%22+media%3D%22screen%22+rel%3D%22stylesheet%22+type%3D%22text%2Fcss%22+%2F%3E%0A++++%3C%21--+Le+styles+--%3E%0A++++%7B%7B+%27http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans%3A400%2C700%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27reboot%27+%7C+stylesheet_tag+%7D%7D%0A++++%7B%7B+%27application%27+%7C+stylesheet_tag+%7D%7D%0A++++%3Cscript+src%3D%22%7B%7B+%27application.js%27+%7C+javascript_url+%7D%7D%22+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%3Cscript+src%3D%27http%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjquery%2F1.7.2%2Fjquery.min.js%27+type%3D%27text%2Fjavascript%27%3E%3C%2Fscript%3E%0A++++%7B%25+inline_editor+%25%7D%0A++%3C%2Fhead%3E%0A++%3Cbody%3E%0A++++%3Cdiv+class%3D%27container%27%3E%0A++++++%3Cdiv+id%3D%27menu%27%3E%0A++++++++%3Cul+id%3D%27nav%27%3E%0A++++++++++%3Cli+class%3D%22%7B%25+if+page.fullpath+%3D%3D+%27index%27+%25%7Don%7B%25+endif+%25%7D+link%22+id%3D%27home%27%3E%0A++++++++++++%3Ca+href%3D%27%7B%25+path_to+home+%25%7D%27%3EHome%3C%2Fa%3E%0A++++++++++%3C%2Fli%3E%0A++++++++++%7B%25+nav+site%2C+no_wrapper%3A+true%2C+exclude%3A+%27events%27+%25%7D%0A++++++++%3C%2Ful%3E%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27banner%27%3E%0A++++++++%7B%25+block+banner+%25%7D%0A++++++++%3Cdiv+class%3D%27photo%27%3E%0A++++++++++%3Cimg+src%3D%22%7B%25+editable_file+%27Page+image%27%2C+hint%3A+%27Top+banner+image+in+each+page+%28602px+by+397px%29%27+%25%7D%2Fsites%2F56c27161c3651143de000010%2Fassets%2F56c27162c3651143de000043%2Fphoto.jpg%7B%25+endeditable_file+%25%7D%22%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27text%27%3E%0A++++++++++%7B%25+editable_long_text+%27pitch%27+%25%7D%0A++++++++++%3Ch2%3EAbout+Us%3C%2Fh2%3E%0A++++++++++%3Cp%3E%0A++++++++++++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Suspendisse+vitae+egestas+neque.+Proin+ac+ante+ante%2C+sit+amet+egestas+purus.+Fusce+tincidunt+mattis+sapien+eget+sodales.+Cras+aliquet+odio+eu+nisl+dapibus+placerat.%0A++++++++++++%3Cbr%3E%0A++++++++++++%3Ca+href%3D%27%2Fabout-us%27%3Eread+more...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++++%7B%25+endeditable_long_text+%25%7D%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27content%27%3E%0A++++++++%7B%25+block+content+%25%7D%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27events%27%3E%0A++++++++++%3Ch2%3EUpcoming+events%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+event+in+contents.events+limit%3A+6+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+event.date+%7C+localized_date%3A+%27%25a%2C+%25B+%25d%2C+%25Y%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+event.place+%7D%7D%2C+%7B%7B+event.city+%7D%7D%2C+%7B%7B+event.state+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++++%3Cp+class%3D%27more%27%3E%0A++++++++++++%3Ca+href%3D%27%2Fevents%27%3ESee+more+events+...%3C%2Fa%3E%0A++++++++++%3C%2Fp%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%3Cdiv+class%3D%27unit+size1of2%27+id%3D%27updates%27%3E%0A++++++++++%3Ch2%3ESite+updates%3C%2Fh2%3E%0A++++++++++%3Cul+class%3D%27list%27%3E%0A++++++++++++%7B%25+for+update+in+contents.updates+%25%7D%0A++++++++++++%3Cli%3E%0A++++++++++++++%3Cem%3E%7B%7B+update.date+%7C+localized_date%3A+%27%25B+%25d%27+%7D%7D%3C%2Fem%3E%0A++++++++++++++%26nbsp%3B-%26nbsp%3B%0A++++++++++++++%7B%7B+update.title+%7D%7D%0A++++++++++++%3C%2Fli%3E%0A++++++++++++%7B%25+endfor+%25%7D%0A++++++++++%3C%2Ful%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%7B%25+endblock+%25%7D%0A++++++++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%3Cdiv+id%3D%27footer%27%3E%0A++++++++%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A++++++++%3Cdiv+id%3D%27scoped_translation%27+scoped_translation%3D%22%7B%7B+%27fr%27+%7C+translate%3A+%27en%27%2C+%27locomotive.locales%27+%7D%7D%22%3E%3C%2Fdiv%3E%0A++++++++%7B%25+include+footer+%25%7D%0A++++++++%7B%25+include+a_complicated-one+%25%7D%0A++++++%3C%2Fdiv%3E%0A++++%3C%2Fdiv%3E%0A++++%7B%25+google_analytics+%27UA-20661758-1%27+%25%7D%0A++%3C%2Fbody%3E%0A%3C%2Fhtml%3E%0A&page%5Btitle%5D=Page+d%27accueil |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -9535,18 +9538,18 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"fa968872684232f6d49c5d602d8f8e27" |
| + | - W/"d92f69a5cc599de00aa9c120b3911bff" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 881e3b69-0548-44ad-a201-0ea88c0865eb |
| + | - 83756b75-84db-4c2a-aed5-51bd7f3c89b5 |
| X-Runtime: | |
| - | - '0.040697' |
| + | - '0.038926' |
| Content-Length: | |
| - '5296' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acde5c3651121bb000013","created_at":"2016-01-16T23:10:29Z","updated_at":"2016-01-16T23:10:37Z","title":"Page |
| + | string: '{"_id":"56c27161c3651143de000012","created_at":"2016-02-16T00:46:25Z","updated_at":"2016-02-16T00:46:31Z","title":"Page |
| d''accueil","parent_id":null,"position":0,"handle":"home","depth":0,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr","nb"],"cache_enabled":true,"slug":"index","fullpath":"index","localized_fullpaths":{"en":"","fr":"fr","nb":"nb"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"\u003c!DOCTYPE | |
| html\u003e\n\u003chtml lang=''en''\u003e\n \u003chead\u003e\n \u003cmeta | |
| charset=''utf-8''\u003e\n \u003ctitle\u003e{{ site.name }} | {{ page.title | |
| @@ | @@ -9570,7 +9573,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/569acde5c3651121bb000011/assets/569acde7c3651121bb000044/photo.jpg{% |
| + | (602px by 397px)'' %}/sites/56c27161c3651143de000010/assets/56c27162c3651143de000043/photo.jpg{% |
| endeditable_file %}\"\u003e\n \u003c/div\u003e\n \u003cdiv class=''text''\u003e\n {% | |
| editable_long_text ''pitch'' %}\n \u003ch2\u003eAbout Us\u003c/h2\u003e\n \u003cp\u003e\n Lorem | |
| ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse vitae egestas | |
| @@ | @@ -9600,7 +9603,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: Sat, 16 Jan 2016 23:10:37 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:31 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| @@ | @@ -13362,17 +13365,17 @@ http_interactions: |
| dGluY2lkdW50IHB1bHZpbmFyIGFjY3Vtc2FuLgo8L3A+CnslIGVuZGVkaXRh | |
| YmxlX2xvbmdfdGV4dCAlfQp7JSBlbmRibG9jayAlfQoNCi0tLS0tLS0tLS0t | |
| LS1SdWJ5TXVsdGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9y | |
| - | bS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlS |
| - | Y3pTVw0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K |
| + | bS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpDMnQxd3hBdUt5N1lQQUhW |
| + | dmEyOQ0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -13389,19 +13392,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"6325706dd0dd0d4522964301b012e777" |
| + | - W/"79f41e6c3a61b3e48078aa277eda4cb6" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - af471390-cb0a-4a19-ac09-0c9444c73a5f |
| + | - b896b7a1-3372-41f9-b1ee-bcaec4882e7e |
| X-Runtime: | |
| - | - '0.089197' |
| + | - '0.086003' |
| Content-Length: | |
| - '2632' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdedc3651121bb0000ab","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"About |
| - | Us","parent_id":"569acde5c3651121bb000013","position":1,"handle":"about-us","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"about-us","fullpath":"about-us","localized_fullpaths":{"en":"about-us","fr":"fr/about-us","nb":"nb/about-us"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| + | string: '{"_id":"56c27167c3651143de0000aa","created_at":"2016-02-16T00:46:31Z","updated_at":"2016-02-16T00:46:31Z","title":"About |
| + | Us","parent_id":"56c27161c3651143de000012","position":1,"handle":"about-us","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"about-us","fullpath":"about-us","localized_fullpaths":{"en":"about-us","fr":"fr/about-us","nb":"nb/about-us"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| extends parent %}\n{% block content %}\n{% editable_long_text ''content'' | |
| %}\n\u003cp\u003e\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. | |
| Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum, | |
| @@ | @@ -13419,13 +13422,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":"569acdedc3651121bb0000ac","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/569acde5c3651121bb000011/pages/569acdedc3651121bb0000ab/files/photo_2.jpg","type":"EditableFile"},{"_id":"569acdedc3651121bb0000ad","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":"\u003ch2\u003eAbout |
| + | %}\n{% endblock %}\n","editable_elements":[{"_id":"56c27167c3651143de0000ab","created_at":"2016-02-16T00:46:31Z","updated_at":"2016-02-16T00:46:31Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/56c27161c3651143de000010/pages/56c27167c3651143de0000aa/files/photo_2.jpg","type":"EditableFile"},{"_id":"56c27167c3651143de0000ac","created_at":"2016-02-16T00:46:31Z","updated_at":"2016-02-16T00:46:31Z","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: Sat, 16 Jan 2016 23:10:37 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:31 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/569acdedc3651121bb0000ab.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/56c27167c3651143de0000aa.json |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| @@ | @@ -17131,7 +17134,7 @@ http_interactions: |
| ZHVudCBwdWx2aW5hciBhY2N1bXNhbi4KPC9wPgp7JSBlbmRlZGl0YWJsZV9s | |
| b25nX3RleHQgJX0KeyUgZW5kYmxvY2sgJX0KDQotLS0tLS0tLS0tLS0tUnVi | |
| eU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0 | |
| - | YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KZ1dMNDRycUp2RXFvb005UmN6U1cN |
| + | YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KQzJ0MXd4QXVLeTdZUEFIVnZhMjkN |
| Ci0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg== | |
| headers: | |
| Accept: | |
| @@ | @@ -17139,9 +17142,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -17160,19 +17163,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"25b9eab4602f98873c12603e1b436dae" |
| + | - W/"10833c64e5bb848c2f573ab72552c0fe" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 67f7a2ef-a7c9-43ef-a9dc-98b05181010e |
| + | - 321eaa5a-6857-4089-ba1a-4b26799c2216 |
| X-Runtime: | |
| - | - '0.063544' |
| + | - '0.064364' |
| Content-Length: | |
| - '2666' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdedc3651121bb0000ab","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"A |
| - | notre sujet","parent_id":"569acde5c3651121bb000013","position":1,"handle":"about-us","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"a-notre-sujet","fullpath":"a-notre-sujet","localized_fullpaths":{"en":"about-us","fr":"fr/a-notre-sujet","nb":"nb/about-us"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| + | string: '{"_id":"56c27167c3651143de0000aa","created_at":"2016-02-16T00:46:31Z","updated_at":"2016-02-16T00:46:31Z","title":"A |
| + | notre sujet","parent_id":"56c27161c3651143de000012","position":1,"handle":"about-us","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"a-notre-sujet","fullpath":"a-notre-sujet","localized_fullpaths":{"en":"about-us","fr":"fr/a-notre-sujet","nb":"nb/about-us"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| extends parent %}\n{% block content %}\n{% editable_long_text ''content'' | |
| %}\n\u003cp\u003e\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. | |
| Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum, | |
| @@ | @@ -17190,25 +17193,25 @@ http_interactions: |
| egestas. Mauris lobortis hendrerit odio, vitae porttitor urna rutrum at. Ut | |
| at lectus erat, nec dictum dolor. Praesent in sapien interdum nibh euismod | |
| vestibulum. Vestibulum tincidunt pulvinar accumsan.\n\u003c/p\u003e\n{% endeditable_long_text | |
| - | %}\n{% endblock %}\n","editable_elements":[{"_id":"569acdedc3651121bb0000ac","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/569acde5c3651121bb000011/pages/569acdedc3651121bb0000ab/files/photo.jpg","type":"EditableFile"},{"_id":"569acdedc3651121bb0000ad","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":"\u003ch2\u003eA |
| + | %}\n{% endblock %}\n","editable_elements":[{"_id":"56c27167c3651143de0000ab","created_at":"2016-02-16T00:46:31Z","updated_at":"2016-02-16T00:46:31Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/56c27161c3651143de000010/pages/56c27167c3651143de0000aa/files/photo.jpg","type":"EditableFile"},{"_id":"56c27167c3651143de0000ac","created_at":"2016-02-16T00:46:31Z","updated_at":"2016-02-16T00:46:31Z","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: Sat, 16 Jan 2016 23:10:37 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:31 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/569acdedc3651121bb0000ab.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/56c27167c3651143de0000aa.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Beditable_elements%5D%5B0%5D%5Bblock%5D=banner&page%5Beditable_elements%5D%5B0%5D%5Bslug%5D=page_image&page%5Beditable_elements%5D%5B1%5D%5Bblock%5D=banner&page%5Beditable_elements%5D%5B1%5D%5Bslug%5D=pitch&page%5Bhandle%5D=about-us&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=1&page%5Bpublished%5D=true&page%5Bslug%5D=om-oss&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%7B%25+editable_long_text+%27content%27+%25%7D%0A%3Cp%3E%0A++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.+Cum+sociis+natoque+penatibus+et+magnis+dis+parturient+montes%2C+nascetur+ridiculus+mus.+Pellentesque+mauris+nisl%2C+consequat+sed+tincidunt+nec%2C+lacinia+in+odio.+In+hac+habitasse+platea+dictumst.+Nam+semper+libero+aliquam+turpis+gravida+vel+varius+erat+vulputate.+Integer+consequat+ipsum+vitae+augue+porttitor+ullamcorper.+Nam+vulputate+aliquet+ante+at+gravida.+Vestibulum+luctus+urna+et+dui+hendrerit+eu+suscipit+velit+varius.+Sed+ornare+eleifend+sem%2C+vitae+pharetra+dolor+sodales+egestas.+Mauris+lobortis+hendrerit+odio%2C+vitae+porttitor+urna+rutrum+at.+Ut+at+lectus+erat%2C+nec+dictum+dolor.+Praesent+in+sapien+interdum+nibh+euismod+vestibulum.+Vestibulum+tincidunt+pulvinar+accumsan.%0A%3C%2Fp%3E%0A%7B%25+endeditable_long_text+%25%7D%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Om+oss |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Beditable_elements%5D%5B0%5D%5Bblock%5D=banner&page%5Beditable_elements%5D%5B0%5D%5Bslug%5D=page_image&page%5Beditable_elements%5D%5B1%5D%5Bblock%5D=banner&page%5Beditable_elements%5D%5B1%5D%5Bslug%5D=pitch&page%5Bhandle%5D=about-us&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=1&page%5Bpublished%5D=true&page%5Bslug%5D=om-oss&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%7B%25+editable_long_text+%27content%27+%25%7D%0A%3Cp%3E%0A++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.+Cum+sociis+natoque+penatibus+et+magnis+dis+parturient+montes%2C+nascetur+ridiculus+mus.+Pellentesque+mauris+nisl%2C+consequat+sed+tincidunt+nec%2C+lacinia+in+odio.+In+hac+habitasse+platea+dictumst.+Nam+semper+libero+aliquam+turpis+gravida+vel+varius+erat+vulputate.+Integer+consequat+ipsum+vitae+augue+porttitor+ullamcorper.+Nam+vulputate+aliquet+ante+at+gravida.+Vestibulum+luctus+urna+et+dui+hendrerit+eu+suscipit+velit+varius.+Sed+ornare+eleifend+sem%2C+vitae+pharetra+dolor+sodales+egestas.+Mauris+lobortis+hendrerit+odio%2C+vitae+porttitor+urna+rutrum+at.+Ut+at+lectus+erat%2C+nec+dictum+dolor.+Praesent+in+sapien+interdum+nibh+euismod+vestibulum.+Vestibulum+tincidunt+pulvinar+accumsan.%0A%3C%2Fp%3E%0A%7B%25+endeditable_long_text+%25%7D%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Om+oss |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - nb | |
| Content-Type: | |
| @@ | @@ -17225,19 +17228,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"6e35e948694da35f1298e8a0fdb0e0e3" |
| + | - W/"ff56fb7e922e36eae35e450228d15f23" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - b5bab1f0-965c-4fb9-b73b-018bc25c2955 |
| + | - 8af14a60-58d4-4acf-99a4-9746086c8c13 |
| X-Runtime: | |
| - | - '0.051449' |
| + | - '0.047069' |
| Content-Length: | |
| - '2487' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdedc3651121bb0000ab","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"Om |
| - | oss","parent_id":"569acde5c3651121bb000013","position":1,"handle":"about-us","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr","nb"],"cache_enabled":true,"slug":"om-oss","fullpath":"om-oss","localized_fullpaths":{"en":"about-us","fr":"fr/a-notre-sujet","nb":"nb/om-oss"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| + | string: '{"_id":"56c27167c3651143de0000aa","created_at":"2016-02-16T00:46:31Z","updated_at":"2016-02-16T00:46:31Z","title":"Om |
| + | oss","parent_id":"56c27161c3651143de000012","position":1,"handle":"about-us","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr","nb"],"cache_enabled":true,"slug":"om-oss","fullpath":"om-oss","localized_fullpaths":{"en":"about-us","fr":"fr/a-notre-sujet","nb":"nb/om-oss"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| extends parent %}\n{% block content %}\n{% editable_long_text ''content'' | |
| %}\n\u003cp\u003e\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. | |
| Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum, | |
| @@ | @@ -17255,24 +17258,24 @@ http_interactions: |
| egestas. Mauris lobortis hendrerit odio, vitae porttitor urna rutrum at. Ut | |
| at lectus erat, nec dictum dolor. Praesent in sapien interdum nibh euismod | |
| vestibulum. Vestibulum tincidunt pulvinar accumsan.\n\u003c/p\u003e\n{% endeditable_long_text | |
| - | %}\n{% endblock %}\n","editable_elements":[{"_id":"569acdedc3651121bb0000ac","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":null,"type":"EditableFile"},{"_id":"569acdedc3651121bb0000ad","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":null,"type":""}],"seo_title":null,"meta_keywords":null,"meta_description":null}' |
| + | %}\n{% endblock %}\n","editable_elements":[{"_id":"56c27167c3651143de0000ab","created_at":"2016-02-16T00:46:31Z","updated_at":"2016-02-16T00:46:31Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":null,"type":"EditableFile"},{"_id":"56c27167c3651143de0000ac","created_at":"2016-02-16T00:46:31Z","updated_at":"2016-02-16T00:46:31Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":null,"type":""}],"seo_title":null,"meta_keywords":null,"meta_description":null}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:37 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:31 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bhandle%5D=our-music&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=2&page%5Bpublished%5D=true&page%5Bslug%5D=music&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%7B%25+editable_long_text+%27introduction%27+%25%7D%0A%3Cp%3E%0A++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.%0A%3C%2Fp%3E%0A%7B%25+endeditable_long_text+%25%7D%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+limit%3A+4+offset%3A+0+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+offset%3A+4+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27is_listed%27+listed%3D%27%7B%7B+page.listed%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27test_for_scope%27%3E%0A++%7B%25+with_scope+_slug%3A+%22song-number-3%22+%25%7D%0A++%7B%25+assign+selected_songs+%3D+contents.songs.all+%25%7D%0A++%7B%25+endwith_scope+%25%7D%0A++%7B%25+for+s+in+selected_songs+%25%7D%0A++%3Cp+class%3D%27scoped_song%27%3E%7B%7B+s._label+%7D%7D%3C%2Fp%3E%0A++%3Cp+class%3D%27scoped_song_link%27%3E%0A++++%3Ca+href%3D%27%7B%25+path_to+s+%25%7D%27%3E%7B%7B+s._label+%7D%7D%3C%2Fa%3E%0A++%3C%2Fp%3E%0A++%7B%25+endfor+%25%7D%0A++%3Cp+class%3D%27collection_equality%27%3E%7B%7B+contents.songs.all.size+%7D%7D%3D%7B%7B+contents.songs.size+%7D%7D%3C%2Fp%3E%0A%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Music |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bhandle%5D=our-music&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=2&page%5Bpublished%5D=true&page%5Bslug%5D=music&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%7B%25+editable_long_text+%27introduction%27+%25%7D%0A%3Cp%3E%0A++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.%0A%3C%2Fp%3E%0A%7B%25+endeditable_long_text+%25%7D%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+limit%3A+4+offset%3A+0+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+offset%3A+4+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27is_listed%27+listed%3D%27%7B%7B+page.listed%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27test_for_scope%27%3E%0A++%7B%25+with_scope+_slug%3A+%22song-number-3%22+%25%7D%0A++%7B%25+assign+selected_songs+%3D+contents.songs.all+%25%7D%0A++%7B%25+endwith_scope+%25%7D%0A++%7B%25+for+s+in+selected_songs+%25%7D%0A++%3Cp+class%3D%27scoped_song%27%3E%7B%7B+s._label+%7D%7D%3C%2Fp%3E%0A++%3Cp+class%3D%27scoped_song_link%27%3E%0A++++%3Ca+href%3D%27%7B%25+path_to+s+%25%7D%27%3E%7B%7B+s._label+%7D%7D%3C%2Fa%3E%0A++%3C%2Fp%3E%0A++%7B%25+endfor+%25%7D%0A++%3Cp+class%3D%27collection_equality%27%3E%7B%7B+contents.songs.all.size+%7D%7D%3D%7B%7B+contents.songs.size+%7D%7D%3C%2Fp%3E%0A%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Music |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17287,18 +17290,18 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"4f98f072e11e9676167812c00fe36533" |
| + | - W/"fc8848fac90d5d634cda9b37ddafcad2" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - d167d3e9-5c7d-42cc-98db-32c08f3a9d59 |
| + | - ce49e852-e41d-4ae9-806f-16904528460b |
| X-Runtime: | |
| - | - '0.058057' |
| + | - '0.091869' |
| Content-Length: | |
| - '2401' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdedc3651121bb0000ae","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"Music","parent_id":"569acde5c3651121bb000013","position":2,"handle":"our-music","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"music","fullpath":"music","localized_fullpaths":{"en":"music","fr":"fr/music","nb":"nb/music"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| + | string: '{"_id":"56c27167c3651143de0000ad","created_at":"2016-02-16T00:46:31Z","updated_at":"2016-02-16T00:46:31Z","title":"Music","parent_id":"56c27161c3651143de000012","position":2,"handle":"our-music","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"music","fullpath":"music","localized_fullpaths":{"en":"music","fr":"fr/music","nb":"nb/music"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| extends parent %}\n{% block content %}\n{% editable_long_text ''introduction'' | |
| %}\n\u003cp\u003e\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. | |
| Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum, | |
| @@ | @@ -17322,22 +17325,22 @@ http_interactions: |
| }}={{ contents.songs.size }}\u003c/p\u003e\n\u003c/div\u003e\n{% endblock | |
| %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:37 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:31 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/569acdedc3651121bb0000ae.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/56c27167c3651143de0000ad.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bhandle%5D=our-music&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=2&page%5Bpublished%5D=true&page%5Bslug%5D=notre-musique&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%7B%25+editable_long_text+%27introduction%27+%25%7D%0A%3Cp%3E%0A++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.%0A%3C%2Fp%3E%0A%7B%25+endeditable_long_text+%25%7D%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+limit%3A+4+offset%3A+0+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+offset%3A+4+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27is_listed%27+listed%3D%27%7B%7B+page.listed%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27test_for_scope%27%3E%0A++%7B%25+with_scope+_slug%3A+%22song-number-3%22+%25%7D%0A++%7B%25+assign+selected_songs+%3D+contents.songs.all+%25%7D%0A++%7B%25+endwith_scope+%25%7D%0A++%7B%25+for+s+in+selected_songs+%25%7D%0A++%3Cp+class%3D%27scoped_song%27%3E%7B%7B+s._label+%7D%7D%3C%2Fp%3E%0A++%3Cp+class%3D%27scoped_song_link%27%3E%0A++++%3Ca+href%3D%27%7B%25+path_to+s+%25%7D%27%3E%7B%7B+s._label+%7D%7D%3C%2Fa%3E%0A++%3C%2Fp%3E%0A++%7B%25+endfor+%25%7D%0A++%3Cp+class%3D%27collection_equality%27%3E%7B%7B+contents.songs.all.size+%7D%7D%3D%7B%7B+contents.songs.size+%7D%7D%3C%2Fp%3E%0A%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Notre+musique |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bhandle%5D=our-music&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=2&page%5Bpublished%5D=true&page%5Bslug%5D=notre-musique&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%7B%25+editable_long_text+%27introduction%27+%25%7D%0A%3Cp%3E%0A++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.%0A%3C%2Fp%3E%0A%7B%25+endeditable_long_text+%25%7D%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+limit%3A+4+offset%3A+0+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+class%3D%27unit+size1of2%27%3E%0A++%3Cul+class%3D%27songs%27%3E%0A++++%7B%25+for+song+in+contents.songs+offset%3A+4+%25%7D%0A++++%7B%25+include+%27song%27+with+song+%25%7D%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27is_listed%27+listed%3D%27%7B%7B+page.listed%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+id%3D%27test_for_scope%27%3E%0A++%7B%25+with_scope+_slug%3A+%22song-number-3%22+%25%7D%0A++%7B%25+assign+selected_songs+%3D+contents.songs.all+%25%7D%0A++%7B%25+endwith_scope+%25%7D%0A++%7B%25+for+s+in+selected_songs+%25%7D%0A++%3Cp+class%3D%27scoped_song%27%3E%7B%7B+s._label+%7D%7D%3C%2Fp%3E%0A++%3Cp+class%3D%27scoped_song_link%27%3E%0A++++%3Ca+href%3D%27%7B%25+path_to+s+%25%7D%27%3E%7B%7B+s._label+%7D%7D%3C%2Fa%3E%0A++%3C%2Fp%3E%0A++%7B%25+endfor+%25%7D%0A++%3Cp+class%3D%27collection_equality%27%3E%7B%7B+contents.songs.all.size+%7D%7D%3D%7B%7B+contents.songs.size+%7D%7D%3C%2Fp%3E%0A%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Notre+musique |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -17354,19 +17357,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"6338cdee7acb35c9a7d2e80ceb57acaa" |
| + | - W/"9b7d7b142f0241f11465ebbfd52653d9" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 80c69438-fe80-466e-bd9e-5406616ee386 |
| + | - 231c24a5-bb18-46c3-a61d-70ae11c72bc9 |
| X-Runtime: | |
| - | - '0.043044' |
| + | - '0.049263' |
| Content-Length: | |
| - '2440' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdedc3651121bb0000ae","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"Notre |
| - | musique","parent_id":"569acde5c3651121bb000013","position":2,"handle":"our-music","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"notre-musique","fullpath":"notre-musique","localized_fullpaths":{"en":"music","fr":"fr/notre-musique","nb":"nb/music"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| + | string: '{"_id":"56c27167c3651143de0000ad","created_at":"2016-02-16T00:46:31Z","updated_at":"2016-02-16T00:46:31Z","title":"Notre |
| + | musique","parent_id":"56c27161c3651143de000012","position":2,"handle":"our-music","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"notre-musique","fullpath":"notre-musique","localized_fullpaths":{"en":"music","fr":"fr/notre-musique","nb":"nb/music"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| extends parent %}\n{% block content %}\n{% editable_long_text ''introduction'' | |
| %}\n\u003cp\u003e\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. | |
| Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum, | |
| @@ | @@ -17390,22 +17393,22 @@ http_interactions: |
| }}={{ contents.songs.size }}\u003c/p\u003e\n\u003c/div\u003e\n{% endblock | |
| %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:37 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:31 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=3&page%5Bpublished%5D=true&page%5Bredirect_type%5D=301&page%5Bredirect_url%5D=http%3A%2F%2Fwww.apple.com%2Fen%2Fitunes%2F&page%5Bslug%5D=store&page%5Btemplate%5D=&page%5Btitle%5D=Store |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=3&page%5Bpublished%5D=true&page%5Bredirect_type%5D=301&page%5Bredirect_url%5D=http%3A%2F%2Fwww.apple.com%2Fen%2Fitunes%2F&page%5Bslug%5D=store&page%5Btemplate%5D=&page%5Btitle%5D=Store |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17420,36 +17423,36 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"3a20a8c4e50461343b5ba575c63c8328" |
| + | - W/"92e60e88b689db1f48f2c35365909d3d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 563b48b5-d9c6-4fdf-98ba-7041cd220182 |
| + | - 195c1040-de3b-43ec-875a-71620f65d126 |
| X-Runtime: | |
| - | - '0.046425' |
| + | - '0.060450' |
| Content-Length: | |
| - '718' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdedc3651121bb0000af","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"Store","parent_id":"569acde5c3651121bb000013","position":3,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"store","fullpath":"store","localized_fullpaths":{"en":"store","fr":"fr/store","nb":"nb/store"},"redirect":true,"redirect_url":"http://www.apple.com/en/itunes/","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{% |
| + | string: '{"_id":"56c27167c3651143de0000ae","created_at":"2016-02-16T00:46:31Z","updated_at":"2016-02-16T00:46:31Z","title":"Store","parent_id":"56c27161c3651143de000012","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: Sat, 16 Jan 2016 23:10:37 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:31 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/569acdedc3651121bb0000af.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/56c27167c3651143de0000ae.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=3&page%5Bpublished%5D=true&page%5Bredirect_type%5D=301&page%5Bredirect_url%5D=http%3A%2F%2Fwww.apple.com%2Ffr%2Fitunes%2F&page%5Bslug%5D=magasin&page%5Btemplate%5D=&page%5Btitle%5D=Magasin |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=3&page%5Bpublished%5D=true&page%5Bredirect_type%5D=301&page%5Bredirect_url%5D=http%3A%2F%2Fwww.apple.com%2Ffr%2Fitunes%2F&page%5Bslug%5D=magasin&page%5Btemplate%5D=&page%5Btitle%5D=Magasin |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -17466,35 +17469,35 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"4751d39bc83ed3fb02f32c2a44c4e0a5" |
| + | - W/"015b946e2fff20cded8cd92acc28d394" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 67f7209b-5809-4770-83d1-76374c417aef |
| + | - 57b25eb8-ae20-4885-b063-ca8bd5bae747 |
| X-Runtime: | |
| - | - '0.046082' |
| + | - '0.072114' |
| Content-Length: | |
| - '711' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdedc3651121bb0000af","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"Magasin","parent_id":"569acde5c3651121bb000013","position":3,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"magasin","fullpath":"magasin","localized_fullpaths":{"en":"store","fr":"fr/magasin","nb":"nb/store"},"redirect":true,"redirect_url":"http://www.apple.com/fr/itunes/","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}' |
| + | string: '{"_id":"56c27167c3651143de0000ae","created_at":"2016-02-16T00:46:31Z","updated_at":"2016-02-16T00:46:31Z","title":"Magasin","parent_id":"56c27161c3651143de000012","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: Sat, 16 Jan 2016 23:10:37 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:31 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=4&page%5Bpublished%5D=true&page%5Bslug%5D=contact&page%5Btemplate%5D=%7B%25+extends+%27parent%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cdiv+class%3D%27text%27%3E%0A++%7B%25+editable_long_text+%27text%27+%25%7D%0A++%3Cp%3E%0A++++Ut+imperdiet+velit+eu+metus+semper+tristique.+Vivamus+risus+nisi%2C+tincidunt+et+euismod+a%2C+auctor+pretium+eros.+Vestibulum+sed+magna+et+velit+pulvinar+euismod.+Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Aenean+sed+velit+quis+nisl+blandit+vulputate+id+non+tortor.+Mauris+nec+placerat+massa.+Vivamus+sed+odio+non+ligula+pharetra+pretium.+Ut+convallis%2C+purus+et+lobortis+suscipit%2C+mauris+orci+ullamcorper+lectus%2C+nec+vulputate+turpis+mauris+sed+augue.+Maecenas+faucibus+ultricies+nisl%2C+non+ullamcorper+justo+bibendum+nec.+Duis+vitae+mauris+condimentum+risus+commodo+mattis+vel+sed+libero.+Fusce+diam+elit%2C+porta+id+vestibulum+ut%2C+aliquet+mattis+neque.%0A++%3C%2Fp%3E%0A++%7B%25+endeditable_long_text+%25%7D%0A%3C%2Fdiv%3E%0A%3Cform+action%3D%27%7B%7B+contents.messages.public_submission_url+%7D%7D.json%27+id%3D%27contactform%27+method%3D%27post%27+name%3D%27contact%27%3E%0A++%3C%21--+%25input%7B+type%3A+%27hidden%27%2C+name%3A+%27success_callback%27%2C+value%3A+%27%2Fevents%27+%7D+--%3E%0A++%3C%21--+%25input%7B+type%3A+%27hidden%27%2C+name%3A+%27error_callback%27%2C+value%3A+%27%2Fcontact%27+%7D+--%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27name%27%3EName%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27name%27+name%3D%27content%5Bname%5D%27+placeholder%3D%27First+and+last+name%27+required%3D%27required%27+tabindex%3D%271%27+type%3D%27text%27+value%3D%27%7B%7B+message.name+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.name+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27email%27%3EEmail%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27email%27+name%3D%27content%5Bemail%5D%27+placeholder%3D%27example%40domain.com%27+required%3D%27required%27+tabindex%3D%272%27+type%3D%27text%27+value%3D%27%7B%7B+message.email+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.email+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27comment%27%3EYour+Message%3C%2Flabel%3E%0A++++%3Ctextarea+id%3D%27comment%27+name%3D%27content%5Bmessage%5D%27+required%3D%27required%27+tabindex%3D%273%27%3E%7B%7B+message.message+%7D%7D%3C%2Ftextarea%3E%0A++++%3Cspan%3E%7B%7B+message.errors.message+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp+class%3D%27action%27%3E%0A++++%3Cinput+name%3D%27submit%27+tabindex%3D%274%27+type%3D%27submit%27+value%3D%27Send+Message%27%3E%0A++%3C%2Fp%3E%0A%3C%2Fform%3E%0A%3Cscript%3E%0A++%24%28document%29.ready%28function%28%29+%7B%0A++++var+form+%3D+%24%28%27form%5Bname%3Dcontact%5D%27%29%3B%0A++++form.submit%28function%28e%29+%7B%0A++++++e.stopPropagation%28%29%3B%0A++++++e.preventDefault%28%29%3B%0A++++++%24.post%28form.attr%28%27action%27%29%2C%0A++++++++form.serializeArray%28%29%2C%0A++++++++function%28%29+%7B%0A++++++++++alert%28%22Thank+you+%21+Your+message+have+been+received%22%29%3B%0A++++++++%7D%2C+%22json%22%29.error%28function%28response%29+%7B%0A++++++++++alert%28%22We+are+sorry+but+we+were+unable+to+treat+your+message.+Please+try+later.%22%29%3B%0A++++++++%7D%29%3B%0A++++%7D%29%3B%0A++%7D%29%3B%0A%3C%2Fscript%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Contact+Us |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=index&page%5Bposition%5D=4&page%5Bpublished%5D=true&page%5Bslug%5D=contact&page%5Btemplate%5D=%7B%25+extends+%27parent%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cdiv+class%3D%27text%27%3E%0A++%7B%25+editable_long_text+%27text%27+%25%7D%0A++%3Cp%3E%0A++++Ut+imperdiet+velit+eu+metus+semper+tristique.+Vivamus+risus+nisi%2C+tincidunt+et+euismod+a%2C+auctor+pretium+eros.+Vestibulum+sed+magna+et+velit+pulvinar+euismod.+Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Aenean+sed+velit+quis+nisl+blandit+vulputate+id+non+tortor.+Mauris+nec+placerat+massa.+Vivamus+sed+odio+non+ligula+pharetra+pretium.+Ut+convallis%2C+purus+et+lobortis+suscipit%2C+mauris+orci+ullamcorper+lectus%2C+nec+vulputate+turpis+mauris+sed+augue.+Maecenas+faucibus+ultricies+nisl%2C+non+ullamcorper+justo+bibendum+nec.+Duis+vitae+mauris+condimentum+risus+commodo+mattis+vel+sed+libero.+Fusce+diam+elit%2C+porta+id+vestibulum+ut%2C+aliquet+mattis+neque.%0A++%3C%2Fp%3E%0A++%7B%25+endeditable_long_text+%25%7D%0A%3C%2Fdiv%3E%0A%3Cform+action%3D%27%7B%7B+contents.messages.public_submission_url+%7D%7D.json%27+id%3D%27contactform%27+method%3D%27post%27+name%3D%27contact%27%3E%0A++%3C%21--+%25input%7B+type%3A+%27hidden%27%2C+name%3A+%27success_callback%27%2C+value%3A+%27%2Fevents%27+%7D+--%3E%0A++%3C%21--+%25input%7B+type%3A+%27hidden%27%2C+name%3A+%27error_callback%27%2C+value%3A+%27%2Fcontact%27+%7D+--%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27name%27%3EName%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27name%27+name%3D%27content%5Bname%5D%27+placeholder%3D%27First+and+last+name%27+required%3D%27required%27+tabindex%3D%271%27+type%3D%27text%27+value%3D%27%7B%7B+message.name+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.name+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27email%27%3EEmail%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27email%27+name%3D%27content%5Bemail%5D%27+placeholder%3D%27example%40domain.com%27+required%3D%27required%27+tabindex%3D%272%27+type%3D%27text%27+value%3D%27%7B%7B+message.email+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.email+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27comment%27%3EYour+Message%3C%2Flabel%3E%0A++++%3Ctextarea+id%3D%27comment%27+name%3D%27content%5Bmessage%5D%27+required%3D%27required%27+tabindex%3D%273%27%3E%7B%7B+message.message+%7D%7D%3C%2Ftextarea%3E%0A++++%3Cspan%3E%7B%7B+message.errors.message+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp+class%3D%27action%27%3E%0A++++%3Cinput+name%3D%27submit%27+tabindex%3D%274%27+type%3D%27submit%27+value%3D%27Send+Message%27%3E%0A++%3C%2Fp%3E%0A%3C%2Fform%3E%0A%3Cscript%3E%0A++%24%28document%29.ready%28function%28%29+%7B%0A++++var+form+%3D+%24%28%27form%5Bname%3Dcontact%5D%27%29%3B%0A++++form.submit%28function%28e%29+%7B%0A++++++e.stopPropagation%28%29%3B%0A++++++e.preventDefault%28%29%3B%0A++++++%24.post%28form.attr%28%27action%27%29%2C%0A++++++++form.serializeArray%28%29%2C%0A++++++++function%28%29+%7B%0A++++++++++alert%28%22Thank+you+%21+Your+message+have+been+received%22%29%3B%0A++++++++%7D%2C+%22json%22%29.error%28function%28response%29+%7B%0A++++++++++alert%28%22We+are+sorry+but+we+were+unable+to+treat+your+message.+Please+try+later.%22%29%3B%0A++++++++%7D%29%3B%0A++++%7D%29%3B%0A++%7D%29%3B%0A%3C%2Fscript%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Contact+Us |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17509,19 +17512,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"4b47d4eb67d6f1f6ecba16d88a4067e3" |
| + | - W/"f6c70c0d7f6df04cdfb9dc88bc07fe89" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - e0052cc6-0fc1-44d8-95cf-ba4269f23792 |
| + | - 59e31621-a3f7-4f35-ada5-f713d72f11a8 |
| X-Runtime: | |
| - | - '0.045337' |
| + | - '0.089929' |
| Content-Length: | |
| - '3494' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdedc3651121bb0000b0","created_at":"2016-01-16T23:10:37Z","updated_at":"2016-01-16T23:10:37Z","title":"Contact |
| - | Us","parent_id":"569acde5c3651121bb000013","position":4,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"contact","fullpath":"contact","localized_fullpaths":{"en":"contact","fr":"fr/contact","nb":"nb/contact"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| + | string: '{"_id":"56c27167c3651143de0000af","created_at":"2016-02-16T00:46:31Z","updated_at":"2016-02-16T00:46:31Z","title":"Contact |
| + | Us","parent_id":"56c27161c3651143de000012","position":4,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"contact","fullpath":"contact","localized_fullpaths":{"en":"contact","fr":"fr/contact","nb":"nb/contact"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| extends ''parent'' %}\n{% block content %}\n\u003cdiv class=''text''\u003e\n {% | |
| editable_long_text ''text'' %}\n \u003cp\u003e\n Ut imperdiet velit eu | |
| metus semper tristique. Vivamus risus nisi, tincidunt et euismod a, auctor | |
| @@ | @@ -17556,22 +17559,22 @@ http_interactions: |
| were unable to treat your message. Please try later.\");\n });\n });\n });\n\u003c/script\u003e\n{% | |
| endblock %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:37 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:31 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bhandle%5D=events&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=5&page%5Bpublished%5D=true&page%5Bslug%5D=events&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cp%3EThank+you+%7B%7B+message.name+%7D%7D+%21%3C%2Fp%3E%0A%3Cdiv+class%3D%27unit+size2of3%27+id%3D%27events%27%3E%0A++%3Ch2%3EUpcoming+events%3C%2Fh2%3E%0A++%3Cul+class%3D%27list%27%3E%0A++++%7B%25+for+event+in+contents.events+%25%7D%0A++++%3Cli%3E%0A++++++%3Cem%3E%7B%7B+event.date+%7C+localized_date%3A+%27%25a%2C+%25B+%25d%2C+%25Y%27+%7D%7D%3C%2Fem%3E%0A++++++%26nbsp%3B-%26nbsp%3B%0A++++++%7B%7B+event.place+%7D%7D%2C+%7B%7B+event.city+%7D%7D%2C+%7B%7B+event.state+%7D%7D%0A++++%3C%2Fli%3E%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+class%3D%27unit+size1of3%27+id%3D%27sidebar%27%3E%0A++%7B%25+model_form+%27messages%27%2C+id%3A+%27contactform%27+%25%7D%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27name%27%3EName%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27name%27+name%3D%27content%5Bname%5D%27+placeholder%3D%27First+and+last+name%27+required%3D%27required%27+tabindex%3D%271%27+type%3D%27text%27+value%3D%27%7B%7B+message.name+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.name+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27email%27%3EEmail%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27email%27+name%3D%27content%5Bemail%5D%27+placeholder%3D%27example%40domain.com%27+required%3D%27required%27+tabindex%3D%272%27+type%3D%27text%27+value%3D%27%7B%7B+message.email+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.email+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27comment%27%3EYour+Message%3C%2Flabel%3E%0A++++%3Ctextarea+id%3D%27comment%27+name%3D%27content%5Bmessage%5D%27+required%3D%27required%27+tabindex%3D%273%27%3E%7B%7B+message.message+%7D%7D%3C%2Ftextarea%3E%0A++++%3Cspan%3E%7B%7B+message.errors.message+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp+class%3D%27action%27%3E%0A++++%3Cinput+name%3D%27submit%27+tabindex%3D%274%27+type%3D%27submit%27+value%3D%27Send+Message%27%3E%0A++%3C%2Fp%3E%0A++%7B%25+endmodel_form+%25%7D%0A++%7B%25+editable_long_text+%27sidebar%27+%25%7D%0A++%3Cp%3E%0A++++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.+Cum+sociis+natoque+penatibus+et+magnis+dis+parturient+montes%2C+nascetur+ridiculus+mus.+Pellentesque+mauris+nisl%2C+consequat+sed+tincidunt+nec%2C+lacinia+in+odio.+In+hac+habitasse+platea+dictumst.+Nam+semper+libero+aliquam+turpis+gravida+vel+varius+erat+vulputate.+Integer+consequat+ipsum+vitae+augue+porttitor+ullamcorper.+Nam+vulputate+aliquet+ante+at+gravida.+Vestibulum+luctus+urna+et+dui+hendrerit+eu+suscipit+velit+varius.+Sed+ornare+eleifend+sem%2C+vitae+pharetra+dolor+sodales+egestas.+Mauris+lobortis+hendrerit+odio%2C+vitae+porttitor+urna+rutrum+at.+Ut+at+lectus+erat%2C+nec+dictum+dolor.+Praesent+in+sapien+interdum+nibh+euismod+vestibulum.+Vestibulum+tincidunt+pulvinar+accumsan%0A++%3C%2Fp%3E%0A++%7B%25+endeditable_long_text+%25%7D%0A++%3Cp%3E%0A++++%3Cstrong%3EDiscover%3A+%7B%25+link_to+our-music+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%3Cstrong%3EMore+about+us%3A+%7B%25+link_to+about-us+%25%7DWho+are+we+%3F%7B%25+endlink_to+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%3Cstrong%3EPlus+%C3%A0+notre+sujet%3A+%7B%25+link_to+about-us%2C+locale%3A+fr+%25%7DQui+sommes+nous+%3F%7B%25+endlink_to+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%7B%25+assign+song+%3D+contents.songs.first+%25%7D%0A++++%3Cstrong%3E%7B%25+link_to+song+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%7B%25+assign+another_song+%3D+contents.songs.last+%25%7D%0A++++%3Cstrong%3E%7B%25+link_to+another_song%2C+with%3A+a-song-template+%25%7D%3C%2Fstrong%3E%0A++%3C%2Fp%3E%0A%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Events |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bhandle%5D=events&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=5&page%5Bpublished%5D=true&page%5Bslug%5D=events&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cp%3EThank+you+%7B%7B+message.name+%7D%7D+%21%3C%2Fp%3E%0A%3Cdiv+class%3D%27unit+size2of3%27+id%3D%27events%27%3E%0A++%3Ch2%3EUpcoming+events%3C%2Fh2%3E%0A++%3Cul+class%3D%27list%27%3E%0A++++%7B%25+for+event+in+contents.events+%25%7D%0A++++%3Cli%3E%0A++++++%3Cem%3E%7B%7B+event.date+%7C+localized_date%3A+%27%25a%2C+%25B+%25d%2C+%25Y%27+%7D%7D%3C%2Fem%3E%0A++++++%26nbsp%3B-%26nbsp%3B%0A++++++%7B%7B+event.place+%7D%7D%2C+%7B%7B+event.city+%7D%7D%2C+%7B%7B+event.state+%7D%7D%0A++++%3C%2Fli%3E%0A++++%7B%25+endfor+%25%7D%0A++%3C%2Ful%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+class%3D%27unit+size1of3%27+id%3D%27sidebar%27%3E%0A++%7B%25+model_form+%27messages%27%2C+id%3A+%27contactform%27+%25%7D%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27name%27%3EName%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27name%27+name%3D%27content%5Bname%5D%27+placeholder%3D%27First+and+last+name%27+required%3D%27required%27+tabindex%3D%271%27+type%3D%27text%27+value%3D%27%7B%7B+message.name+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.name+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27email%27%3EEmail%3C%2Flabel%3E%0A++++%3Cinput+id%3D%27email%27+name%3D%27content%5Bemail%5D%27+placeholder%3D%27example%40domain.com%27+required%3D%27required%27+tabindex%3D%272%27+type%3D%27text%27+value%3D%27%7B%7B+message.email+%7D%7D%27%3E%0A++++%3Cspan%3E%7B%7B+message.errors.email+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp%3E%0A++++%3Clabel+for%3D%27comment%27%3EYour+Message%3C%2Flabel%3E%0A++++%3Ctextarea+id%3D%27comment%27+name%3D%27content%5Bmessage%5D%27+required%3D%27required%27+tabindex%3D%273%27%3E%7B%7B+message.message+%7D%7D%3C%2Ftextarea%3E%0A++++%3Cspan%3E%7B%7B+message.errors.message+%7D%7D%3C%2Fspan%3E%0A++%3C%2Fp%3E%0A++%3Cp+class%3D%27action%27%3E%0A++++%3Cinput+name%3D%27submit%27+tabindex%3D%274%27+type%3D%27submit%27+value%3D%27Send+Message%27%3E%0A++%3C%2Fp%3E%0A++%7B%25+endmodel_form+%25%7D%0A++%7B%25+editable_long_text+%27sidebar%27+%25%7D%0A++%3Cp%3E%0A++++Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Curabitur+vitae+tincidunt+urna.+Nunc+felis+purus%2C+ultricies+et+venenatis+bibendum%2C+fringilla+eu+lectus.+Sed+cursus%2C+sem+at+blandit+mattis%2C+libero+quam+egestas+tortor%2C+eget+cursus+dolor+tellus+id+nunc.+Quisque+mauris+diam%2C+tincidunt+in+commodo+sed%2C+feugiat+eu+nibh.+Nulla+erat+nunc%2C+dapibus+vel+eleifend+et%2C+egestas+sed+quam.+Vestibulum+mollis+eros+at+dolor+vulputate+vel+sollicitudin+enim+convallis.+Etiam+velit+nisi%2C+rutrum+vel+sagittis+facilisis%2C+pretium+id+lorem.+Cum+sociis+natoque+penatibus+et+magnis+dis+parturient+montes%2C+nascetur+ridiculus+mus.+Pellentesque+mauris+nisl%2C+consequat+sed+tincidunt+nec%2C+lacinia+in+odio.+In+hac+habitasse+platea+dictumst.+Nam+semper+libero+aliquam+turpis+gravida+vel+varius+erat+vulputate.+Integer+consequat+ipsum+vitae+augue+porttitor+ullamcorper.+Nam+vulputate+aliquet+ante+at+gravida.+Vestibulum+luctus+urna+et+dui+hendrerit+eu+suscipit+velit+varius.+Sed+ornare+eleifend+sem%2C+vitae+pharetra+dolor+sodales+egestas.+Mauris+lobortis+hendrerit+odio%2C+vitae+porttitor+urna+rutrum+at.+Ut+at+lectus+erat%2C+nec+dictum+dolor.+Praesent+in+sapien+interdum+nibh+euismod+vestibulum.+Vestibulum+tincidunt+pulvinar+accumsan%0A++%3C%2Fp%3E%0A++%7B%25+endeditable_long_text+%25%7D%0A++%3Cp%3E%0A++++%3Cstrong%3EDiscover%3A+%7B%25+link_to+our-music+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%3Cstrong%3EMore+about+us%3A+%7B%25+link_to+about-us+%25%7DWho+are+we+%3F%7B%25+endlink_to+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%3Cstrong%3EPlus+%C3%A0+notre+sujet%3A+%7B%25+link_to+about-us%2C+locale%3A+fr+%25%7DQui+sommes+nous+%3F%7B%25+endlink_to+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%7B%25+assign+song+%3D+contents.songs.first+%25%7D%0A++++%3Cstrong%3E%7B%25+link_to+song+%25%7D%3C%2Fstrong%3E%0A++++%3Cbr%3E%0A++++%7B%25+assign+another_song+%3D+contents.songs.last+%25%7D%0A++++%3Cstrong%3E%7B%25+link_to+another_song%2C+with%3A+a-song-template+%25%7D%3C%2Fstrong%3E%0A++%3C%2Fp%3E%0A%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Events |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17586,22 +17589,22 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"29bbffcc05a23fdc956ec91d37c1073a" |
| + | - W/"3c1284b2394b3f63e0d67a7e4496b836" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 2fc52fa4-aa58-4a79-b6f6-c946b48eafe9 |
| + | - ebfefea9-c42a-4c50-ae8a-0995704676fa |
| X-Runtime: | |
| - | - '0.048086' |
| + | - '0.079144' |
| Content-Length: | |
| - '4459' | |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| - | eyJfaWQiOiI1NjlhY2RlZWMzNjUxMTIxYmIwMDAwYjEiLCJjcmVhdGVkX2F0 |
| - | IjoiMjAxNi0wMS0xNlQyMzoxMDozOFoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| - | MS0xNlQyMzoxMDozOFoiLCJ0aXRsZSI6IkV2ZW50cyIsInBhcmVudF9pZCI6 |
| - | IjU2OWFjZGU1YzM2NTExMjFiYjAwMDAxMyIsInBvc2l0aW9uIjo1LCJoYW5k |
| + | eyJfaWQiOiI1NmMyNzE2N2MzNjUxMTQzZGUwMDAwYjAiLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNi0wMi0xNlQwMDo0NjozMVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| + | Mi0xNlQwMDo0NjozMVoiLCJ0aXRsZSI6IkV2ZW50cyIsInBhcmVudF9pZCI6 |
| + | IjU2YzI3MTYxYzM2NTExNDNkZTAwMDAxMiIsInBvc2l0aW9uIjo1LCJoYW5k |
| bGUiOiJldmVudHMiLCJkZXB0aCI6MSwicmVzcG9uc2VfdHlwZSI6InRleHQv | |
| aHRtbCIsImxpc3RlZCI6ZmFsc2UsInB1Ymxpc2hlZCI6dHJ1ZSwidHJhbnNs | |
| YXRlZF9pbiI6WyJlbiJdLCJjYWNoZV9lbmFibGVkIjp0cnVlLCJzbHVnIjoi | |
| @@ | @@ -17699,22 +17702,22 @@ http_interactions: |
| dWxsLCJtZXRhX2tleXdvcmRzIjpudWxsLCJtZXRhX2Rlc2NyaXB0aW9uIjpu | |
| dWxsfQ== | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:31 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=contest&page%5Btemplate%5D=%7B%25+extends+%27parent%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch1%3EContest+sample%3C%2Fh1%3E%0A%7B%25+if+session.already_participated+%25%7D%0A%3Cp%3EYou%27ve+already+participated+to+that+contest+%21+Come+back+later.%3C%2Fp%3E%0A%7B%25+else+%25%7D%0A%3Cp%3EYour+code+is%3A+HELLO+WORLD%3C%2Fp%3E%0A%7B%25+session_assign+already_participated+%3D+true+%25%7D%0A%7B%25+endif+%25%7D%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=A+sample+contest |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=contest&page%5Btemplate%5D=%7B%25+extends+%27parent%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch1%3EContest+sample%3C%2Fh1%3E%0A%7B%25+if+session.already_participated+%25%7D%0A%3Cp%3EYou%27ve+already+participated+to+that+contest+%21+Come+back+later.%3C%2Fp%3E%0A%7B%25+else+%25%7D%0A%3Cp%3EYour+code+is%3A+HELLO+WORLD%3C%2Fp%3E%0A%7B%25+session_assign+already_participated+%3D+true+%25%7D%0A%7B%25+endif+%25%7D%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=A+sample+contest |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17729,41 +17732,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"3b268b0a8d97a1d852ceef14c5a95123" |
| + | - W/"2f89af9c6b07185a4f2d1f71dbf3c44d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 6fb9bdbb-ce2c-4d00-a8b6-564e2e296d56 |
| + | - e3afd251-0d0c-4359-bee0-fbf59618b448 |
| X-Runtime: | |
| - | - '0.045395' |
| + | - '0.060836' |
| Content-Length: | |
| - '1057' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000b2","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"A |
| - | sample contest","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"contest","fullpath":"contest","localized_fullpaths":{"en":"contest","fr":"fr/contest","nb":"nb/contest"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| + | string: '{"_id":"56c27167c3651143de0000b1","created_at":"2016-02-16T00:46:31Z","updated_at":"2016-02-16T00:46:31Z","title":"A |
| + | sample contest","parent_id":"56c27161c3651143de000012","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: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:31 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=archives&page%5Btitle%5D=Archives |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=archives&page%5Btitle%5D=Archives |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17778,36 +17781,36 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"9ee675083899012fb126db6106762bce" |
| + | - W/"81d7e305cb3a8cb0cbe8445587bd1579" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - f4f54ec5-c7ed-4e25-83fb-6fb9a43fb0e5 |
| + | - 505ef695-f201-4dc2-baa2-e6da041ec57c |
| X-Runtime: | |
| - | - '0.045640' |
| + | - '0.060437' |
| Content-Length: | |
| - '709' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000b3","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Archives","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"archives","fullpath":"archives","localized_fullpaths":{"en":"archives","fr":"fr/archives","nb":"nb/archives"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{% |
| + | string: '{"_id":"56c27168c3651143de0000b2","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"Archives","parent_id":"56c27161c3651143de000012","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: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=filtered&page%5Btemplate%5D=%7B%25+assign+begin_date++%3D+%272012-06-01+00%3A00%3A00%27+%25%7D%0A%7B%25+assign+end_date++++%3D+%272012-06-10+23%3A59%3A59%27+%25%7D%0A%7B%25+assign+prices++++++%3D+%275.0%2C5.5%27+%7C+split%3A+%27%2C%27+%7C+map%3A+%27to_f%27+%25%7D%0A%7B%25+with_scope+date.gte%3A+begin_date%2C+date.lte%3A+end_date%2C+city%3A+%2FKansas%2F%2C+state.ne%3A+%27Illinois%27%2C+tags%3A+%27awesome%27%2C+tags.nin%3A+%27bad%27%2C+price.in%3A+prices%2C+order_by%3A+%27price.desc%27+%25%7D%0Aevents%3D%7B%7B+contents.events.count+%7D%7D.%0A%7B%25+endwith_scope+%25%7D%0A%7B%25+with_scope+tags.in%3A+%27awesome%27%2C+order_by%3A+%27price.desc%27+%25%7D%0Afirst+event%3D%7B%7B+contents.events.first.place+%7D%7D.%0A%7B%25+endwith_scope+%25%7D%0A%7B%25+assign+featured+%3D+false+%25%7D%0A%7B%25+with_scope+featured%3A+featured+%25%7D%0Abands%3D%7B%7B+contents.bands.count+%7D%7D.%0A%7B%25+endwith_scope+%25%7D%0A&page%5Btitle%5D=Various+uses+of+the+with_scope+tag |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=filtered&page%5Btemplate%5D=%7B%25+assign+begin_date++%3D+%272012-06-01+00%3A00%3A00%27+%25%7D%0A%7B%25+assign+end_date++++%3D+%272012-06-10+23%3A59%3A59%27+%25%7D%0A%7B%25+assign+prices++++++%3D+%275.0%2C5.5%27+%7C+split%3A+%27%2C%27+%7C+map%3A+%27to_f%27+%25%7D%0A%7B%25+with_scope+date.gte%3A+begin_date%2C+date.lte%3A+end_date%2C+city%3A+%2FKansas%2F%2C+state.ne%3A+%27Illinois%27%2C+tags%3A+%27awesome%27%2C+tags.nin%3A+%27bad%27%2C+price.in%3A+prices%2C+order_by%3A+%27price.desc%27+%25%7D%0Aevents%3D%7B%7B+contents.events.count+%7D%7D.%0A%7B%25+endwith_scope+%25%7D%0A%7B%25+with_scope+tags.in%3A+%27awesome%27%2C+order_by%3A+%27price.desc%27+%25%7D%0Afirst+event%3D%7B%7B+contents.events.first.place+%7D%7D.%0A%7B%25+endwith_scope+%25%7D%0A%7B%25+assign+featured+%3D+false+%25%7D%0A%7B%25+with_scope+featured%3A+featured+%25%7D%0Abands%3D%7B%7B+contents.bands.count+%7D%7D.%0A%7B%25+endwith_scope+%25%7D%0A&page%5Btitle%5D=Various+uses+of+the+with_scope+tag |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17822,19 +17825,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"b46f0059a1148472137a837d23c696fc" |
| + | - W/"23907d6dcc82ef1fb73b2425eba2abe8" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 5a8c2c24-f36f-46f5-b847-d27b1f46f081 |
| + | - 9c9527cf-e486-4b7c-8c00-404c44286b2d |
| X-Runtime: | |
| - | - '0.045849' |
| + | - '0.049231' |
| Content-Length: | |
| - '1364' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000b4","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Various |
| - | uses of the with_scope tag","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"filtered","fullpath":"filtered","localized_fullpaths":{"en":"filtered","fr":"fr/filtered","nb":"nb/filtered"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{% |
| + | string: '{"_id":"56c27168c3651143de0000b3","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"Various |
| + | uses of the with_scope tag","parent_id":"56c27161c3651143de000012","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"filtered","fullpath":"filtered","localized_fullpaths":{"en":"filtered","fr":"fr/filtered","nb":"nb/filtered"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{% |
| assign begin_date = ''2012-06-01 00:00:00'' %}\n{% assign end_date = ''2012-06-10 | |
| 23:59:59'' %}\n{% assign prices = ''5.0,5.5'' | split: '','' | map: ''to_f'' | |
| %}\n{% with_scope date.gte: begin_date, date.lte: end_date, city: /Kansas/, | |
| @@ | @@ -17845,22 +17848,22 @@ http_interactions: |
| = false %}\n{% with_scope featured: featured %}\nbands={{ contents.bands.count | |
| }}.\n{% endwith_scope %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=grunge-bands&page%5Btemplate%5D=%7B%25+with_scope+kind%3A+%22grunge%22+%25%7D%0A%7B%25+for+band+in+contents.bands+%25%7D%0A%7B%7B+band.leader+%7D%7D%0A%7B%25+endfor+%25%7D%0A%7B%25+endwith_scope+%25%7D%0A&page%5Btitle%5D=Grunge+leaders |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=grunge-bands&page%5Btemplate%5D=%7B%25+with_scope+kind%3A+%22grunge%22+%25%7D%0A%7B%25+for+band+in+contents.bands+%25%7D%0A%7B%7B+band.leader+%7D%7D%0A%7B%25+endfor+%25%7D%0A%7B%25+endwith_scope+%25%7D%0A&page%5Btitle%5D=Grunge+leaders |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17875,38 +17878,38 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"c8c09e3c3fa6f0259104a4da9d9cb901" |
| + | - W/"3a43cb85212d89de677a922d796a1bbd" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 3446e0cd-df15-4414-8803-a8621e604e48 |
| + | - 26399634-c486-4ddc-8a79-b9109f8d30b1 |
| X-Runtime: | |
| - | - '0.048324' |
| + | - '0.047242' |
| Content-Length: | |
| - '837' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000b5","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Grunge |
| - | leaders","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"grunge-bands","fullpath":"grunge-bands","localized_fullpaths":{"en":"grunge-bands","fr":"fr/grunge-bands","nb":"nb/grunge-bands"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{% |
| + | string: '{"_id":"56c27168c3651143de0000b4","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"Grunge |
| + | leaders","parent_id":"56c27161c3651143de000012","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: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=all&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cul%3E%0A%7B%25+for+page+in+site.pages+%25%7D%0A%3Cli%3E%7B%7B+page.title+%7D%7D%3C%2Fli%3E%0A%7B%25+endfor+%25%7D%0A%3C%2Ful%3E%0A%7B%25+fetch_page+our-music+as+my_page+%25%7D%0A%3Cp%3ESingle+page%3A+%7B%7B+my_page.title+%7D%7D%3C%2Fp%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=All+the+pages |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=all&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cul%3E%0A%7B%25+for+page+in+site.pages+%25%7D%0A%3Cli%3E%7B%7B+page.title+%7D%7D%3C%2Fli%3E%0A%7B%25+endfor+%25%7D%0A%3C%2Ful%3E%0A%7B%25+fetch_page+our-music+as+my_page+%25%7D%0A%3Cp%3ESingle+page%3A+%7B%7B+my_page.title+%7D%7D%3C%2Fp%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=All+the+pages |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17921,40 +17924,40 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"3ea447a884149744ddae0f6e0a05fb44" |
| + | - W/"316f1b2c4b22b1e5673fa8136d3250b5" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 94e406b6-636d-4c7d-b0e2-8e9a04dbea55 |
| + | - 8f7968c1-9def-4d85-94da-db12be91d72c |
| X-Runtime: | |
| - | - '0.045149' |
| + | - '0.045405' |
| Content-Length: | |
| - '953' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000b6","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"All |
| - | the pages","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"all","fullpath":"all","localized_fullpaths":{"en":"all","fr":"fr/all","nb":"nb/all"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| + | string: '{"_id":"56c27168c3651143de0000b5","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"All |
| + | the pages","parent_id":"56c27161c3651143de000012","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: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=layouts&page%5Btitle%5D=Layouts |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=layouts&page%5Btitle%5D=Layouts |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17969,36 +17972,36 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"9b37aa51746359d3f9d239d4acbf8ccf" |
| + | - W/"6324739d058776d901780cdfaa54839b" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - eb37bf12-6358-4a8a-8823-8509fa72001d |
| + | - 86764544-02d9-4b7a-8f82-8ed24f2e761a |
| X-Runtime: | |
| - | - '0.046878' |
| + | - '0.047037' |
| Content-Length: | |
| - '703' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000b7","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Layouts","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"layouts","fullpath":"layouts","localized_fullpaths":{"en":"layouts","fr":"fr/layouts","nb":"nb/layouts"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{% |
| + | string: '{"_id":"56c27168c3651143de0000b6","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"Layouts","parent_id":"56c27161c3651143de000012","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: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=songs&page%5Btitle%5D=Songs |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=songs&page%5Btitle%5D=Songs |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18013,36 +18016,36 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"1d4b7b62a170970902cd74113f9642d8" |
| + | - W/"da1db10dbb0ab3f4251fb17fb5938670" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 27a9f5b4-059f-41ec-8daf-0a256f8ff95c |
| + | - 52888214-3593-46b3-81aa-f015a33c5f55 |
| X-Runtime: | |
| - | - '0.046555' |
| + | - '0.045325' |
| Content-Length: | |
| - '691' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000b8","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Songs","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"songs","fullpath":"songs","localized_fullpaths":{"en":"songs","fr":"fr/songs","nb":"nb/songs"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{% |
| + | string: '{"_id":"56c27168c3651143de0000b7","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"Songs","parent_id":"56c27161c3651143de000012","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: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=unlisted-pages&page%5Btemplate%5D=%3Cul%3E%0A++%7B%25+with_scope+listed%3A+false+%25%7D%0A++%7B%25+for+page+in+site.pages+%25%7D%0A++%3Cli%3E%7B%7B+page.title+%7D%7D%3C%2Fli%3E%0A++%7B%25+endfor+%25%7D%0A++%7B%25+endwith_scope+%25%7D%0A%3C%2Ful%3E%0A&page%5Btitle%5D=Unlisted+pages |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=unlisted-pages&page%5Btemplate%5D=%3Cul%3E%0A++%7B%25+with_scope+listed%3A+false+%25%7D%0A++%7B%25+for+page+in+site.pages+%25%7D%0A++%3Cli%3E%7B%7B+page.title+%7D%7D%3C%2Fli%3E%0A++%7B%25+endfor+%25%7D%0A++%7B%25+endwith_scope+%25%7D%0A%3C%2Ful%3E%0A&page%5Btitle%5D=Unlisted+pages |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18057,38 +18060,38 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"c8cecf5820bdd7739bfdde732e6d5ee8" |
| + | - W/"e6518818f457c61fced672374350117b" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 4e5db2a7-e8e8-4bcf-b6e1-8e37fcbed15b |
| + | - 2670a5a9-3516-40d8-be12-24d86836c275 |
| X-Runtime: | |
| - | - '0.046958' |
| + | - '0.046235' |
| Content-Length: | |
| - '911' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000b9","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Unlisted |
| - | pages","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"unlisted-pages","fullpath":"unlisted-pages","localized_fullpaths":{"en":"unlisted-pages","fr":"fr/unlisted-pages","nb":"nb/unlisted-pages"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"\u003cul\u003e\n {% |
| + | string: '{"_id":"56c27168c3651143de0000b8","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"Unlisted |
| + | pages","parent_id":"56c27161c3651143de000012","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: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=tags&page%5Btitle%5D=Tags |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=index&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=tags&page%5Btitle%5D=Tags |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18103,36 +18106,36 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"7d8e5c87ca4b8df2df0b3cb38faa514a" |
| + | - W/"bd6df41a5a34a47b6801827765664bc0" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - d567ac39-8c59-41fc-b5d7-86add0653fe8 |
| + | - a9c2b81e-2342-4cef-9d2f-a1d9da45b648 |
| X-Runtime: | |
| - | - '0.046684' |
| + | - '0.046423' |
| Content-Length: | |
| - '685' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000ba","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Tags","parent_id":"569acde5c3651121bb000013","position":99,"handle":null,"depth":1,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"tags","fullpath":"tags","localized_fullpaths":{"en":"tags","fr":"fr/tags","nb":"nb/tags"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{% |
| + | string: '{"_id":"56c27168c3651143de0000b9","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"Tags","parent_id":"56c27161c3651143de000012","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: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=about-us&page%5Bposition%5D=1&page%5Bpublished%5D=true&page%5Bslug%5D=john-doe&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A&page%5Btitle%5D=John+doe |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=about-us&page%5Bposition%5D=1&page%5Bpublished%5D=true&page%5Bslug%5D=john-doe&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A&page%5Btitle%5D=John+doe |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18147,37 +18150,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"a8d4a35c4aa56ecff4d5ece074dce430" |
| + | - W/"303ef9dadb582850c155018431c0fd5f" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 268d3367-fb92-4e18-a412-492043389365 |
| + | - 420251f8-352b-4fc8-8716-80bbdf03f26f |
| X-Runtime: | |
| - | - '0.051192' |
| + | - '0.048886' |
| Content-Length: | |
| - '747' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000bb","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"John |
| - | doe","parent_id":"569acdedc3651121bb0000ab","position":1,"handle":null,"depth":2,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"john-doe","fullpath":"about-us/john-doe","localized_fullpaths":{"en":"about-us/john-doe","fr":"fr/a-notre-sujet/john-doe","nb":"nb/om-oss/john-doe"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{% |
| + | string: '{"_id":"56c27168c3651143de0000ba","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"John |
| + | doe","parent_id":"56c27167c3651143de0000aa","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: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/569acdeec3651121bb0000bb.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/56c27168c3651143de0000ba.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=about-us&page%5Bposition%5D=1&page%5Bpublished%5D=true&page%5Bslug%5D=jean-personne&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A&page%5Btitle%5D=Jean+Personne |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=true&page%5Bparent%5D=about-us&page%5Bposition%5D=1&page%5Bpublished%5D=true&page%5Bslug%5D=jean-personne&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A&page%5Btitle%5D=Jean+Personne |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -18194,37 +18197,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"d7c904781dba10d38bb428d440249519" |
| + | - W/"0f8f1aff778de07d1a1404b9c9883440" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - ea8b19a0-7c87-48f4-a679-7cbde1df4bf2 |
| + | - c6b7257b-dc53-4aca-872f-019c445a98c4 |
| X-Runtime: | |
| - | - '0.047374' |
| + | - '0.044244' |
| Content-Length: | |
| - '779' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000bb","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Jean |
| - | Personne","parent_id":"569acdedc3651121bb0000ab","position":1,"handle":null,"depth":2,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"jean-personne","fullpath":"a-notre-sujet/jean-personne","localized_fullpaths":{"en":"about-us/john-doe","fr":"fr/a-notre-sujet/jean-personne","nb":"nb/om-oss/john-doe"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{% |
| + | string: '{"_id":"56c27168c3651143de0000ba","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"Jean |
| + | Personne","parent_id":"56c27167c3651143de0000aa","position":1,"handle":null,"depth":2,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"jean-personne","fullpath":"a-notre-sujet/jean-personne","localized_fullpaths":{"en":"about-us/john-doe","fr":"fr/a-notre-sujet/jean-personne","nb":"nb/om-oss/john-doe"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{% |
| extends parent %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=about-us&page%5Bposition%5D=2&page%5Bpublished%5D=true&page%5Bslug%5D=jane-doe&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A&page%5Btitle%5D=Jane+doe |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=about-us&page%5Bposition%5D=2&page%5Bpublished%5D=true&page%5Bslug%5D=jane-doe&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A&page%5Btitle%5D=Jane+doe |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18239,37 +18242,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"157d5fb9f58ef832e4faad71eae5cec5" |
| + | - W/"bc3575ae5af148f1646be86d6ca7ffa6" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 6bc27f47-10af-48cf-978c-b490ae746c71 |
| + | - 39661d0d-f64e-4108-8fc8-79413dc6006e |
| X-Runtime: | |
| - | - '0.047548' |
| + | - '0.045941' |
| Content-Length: | |
| - '748' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000bc","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Jane |
| - | doe","parent_id":"569acdedc3651121bb0000ab","position":2,"handle":null,"depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"jane-doe","fullpath":"about-us/jane-doe","localized_fullpaths":{"en":"about-us/jane-doe","fr":"fr/a-notre-sujet/jane-doe","nb":"nb/om-oss/jane-doe"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{% |
| + | string: '{"_id":"56c27168c3651143de0000bb","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"Jane |
| + | doe","parent_id":"56c27167c3651143de0000aa","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: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=true&page%5Blisted%5D=false&page%5Bparent%5D=layouts&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=simple&page%5Btemplate%5D=%3C%21DOCTYPE+html%3E%0A%3Chtml+lang%3D%27en%27%3E%0A++%3Chead%3E%3C%2Fhead%3E%0A++%3Cbody%3E%0A++++%3Ch1%3E%7B%25+editable_short_text+title+%25%7D%5BTODO%5D%7B%25+endeditable_short_text+%25%7D%3C%2Fh1%3E%0A++++%3Cdiv+class%3D%27text%27%3E%0A++++++%7B%25+editable_text+content%2C+format%3A+html%2C+rows%3A+5+%25%7D%5BTODO%5D%7B%25+editable_text+%25%7D%0A++++%3C%2Fdiv%3E%0A++%3C%2Fbody%3E%0A%3C%2Fhtml%3E%0A&page%5Btitle%5D=My+simple+layout |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=true&page%5Blisted%5D=false&page%5Bparent%5D=layouts&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=simple&page%5Btemplate%5D=%3C%21DOCTYPE+html%3E%0A%3Chtml+lang%3D%27en%27%3E%0A++%3Chead%3E%3C%2Fhead%3E%0A++%3Cbody%3E%0A++++%3Ch1%3E%7B%25+editable_short_text+title+%25%7D%5BTODO%5D%7B%25+endeditable_short_text+%25%7D%3C%2Fh1%3E%0A++++%3Cdiv+class%3D%27text%27%3E%0A++++++%7B%25+editable_text+content%2C+format%3A+html%2C+rows%3A+5+%25%7D%5BTODO%5D%7B%25+editable_text+%25%7D%0A++++%3C%2Fdiv%3E%0A++%3C%2Fbody%3E%0A%3C%2Fhtml%3E%0A&page%5Btitle%5D=My+simple+layout |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18284,40 +18287,40 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"8e21a68f31b6f475e8727a843405ac14" |
| + | - W/"3cc28cc842ae94717d79af56cfe29ad9" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 95e19157-5946-4868-bd65-6161b8c21335 |
| + | - c6cb298d-9106-4484-857c-2bf7a0027375 |
| X-Runtime: | |
| - | - '0.045150' |
| + | - '0.060049' |
| Content-Length: | |
| - '1109' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000bd","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"My |
| - | simple layout","parent_id":"569acdeec3651121bb0000b7","position":99,"handle":null,"depth":2,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"simple","fullpath":"layouts/simple","localized_fullpaths":{"en":"layouts/simple","fr":"fr/layouts/simple","nb":"nb/layouts/simple"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":true,"allow_layout":true,"template":"\u003c!DOCTYPE |
| + | string: '{"_id":"56c27168c3651143de0000bc","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"My |
| + | simple layout","parent_id":"56c27168c3651143de0000b6","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: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=tags&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=nav-in-deep&page%5Btemplate%5D=%7B%25+nav+%27site%27%2C+depth%3A+2+%25%7D%0A&page%5Btitle%5D=Page+to+test+the+nav+tag+with+a+high+depth |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=tags&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=nav-in-deep&page%5Btemplate%5D=%7B%25+nav+%27site%27%2C+depth%3A+2+%25%7D%0A&page%5Btitle%5D=Page+to+test+the+nav+tag+with+a+high+depth |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18332,37 +18335,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"35f42e0974064a70157b3bac7fa44f11" |
| + | - W/"93e02dd4602ba73ef5cbccf2c1239316" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 28404223-cd17-47c2-a639-d68aad124ae5 |
| + | - 48b2c6c7-0d08-409d-beae-7fe6acac29ad |
| X-Runtime: | |
| - | - '0.047292' |
| + | - '0.046880' |
| Content-Length: | |
| - '786' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000be","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Page |
| - | to test the nav tag with a high depth","parent_id":"569acdeec3651121bb0000ba","position":99,"handle":null,"depth":2,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"nav-in-deep","fullpath":"tags/nav-in-deep","localized_fullpaths":{"en":"tags/nav-in-deep","fr":"fr/tags/nav-in-deep","nb":"nb/tags/nav-in-deep"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{% |
| + | string: '{"_id":"56c27168c3651143de0000bd","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"Page |
| + | to test the nav tag with a high depth","parent_id":"56c27168c3651143de0000b9","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: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=tags&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=nav&page%5Btemplate%5D=%7B%25+nav+site+%25%7D%0A&page%5Btitle%5D=Page+to+test+the+nav+tag |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=tags&page%5Bposition%5D=99&page%5Bpublished%5D=false&page%5Bslug%5D=nav&page%5Btemplate%5D=%7B%25+nav+site+%25%7D%0A&page%5Btitle%5D=Page+to+test+the+nav+tag |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18377,37 +18380,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"9d8d3db7a2bd54d67fd7010be6bdf64e" |
| + | - W/"6981c0fb3e8ff08ce7eddb7bfeefe669" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - abcf92a8-cda1-4fdb-af8d-1c59cece8e3e |
| + | - 54812b11-6312-4a5a-ad36-1593886581b2 |
| X-Runtime: | |
| - | - '0.048557' |
| + | - '0.048784' |
| Content-Length: | |
| - '716' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000bf","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"Page |
| - | to test the nav tag","parent_id":"569acdeec3651121bb0000ba","position":99,"handle":null,"depth":2,"response_type":"text/html","listed":false,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"nav","fullpath":"tags/nav","localized_fullpaths":{"en":"tags/nav","fr":"fr/tags/nav","nb":"nb/tags/nav"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"{% |
| + | string: '{"_id":"56c27168c3651143de0000be","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"Page |
| + | to test the nav tag","parent_id":"56c27168c3651143de0000b9","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: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bcontent_type%5D=songs&page%5Bhandle%5D=a-song-template&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=content_type_template&page%5Btemplate%5D=%7B%25+extends+%27index%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch3%3E%7B%7B+song.title+%7D%7D%3C%2Fh3%3E%0A%3Cp%3E%7B%7B+song.short_description+%7D%7D%3C%2Fp%3E%0A%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_size%3D%27%7B%7B+page.content_type.size+%7D%7D%27+id%3D%27content_type_size%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_count%3D%27%7B%7B+page.content_type.count+%7D%7D%27+id%3D%27content_type_count%27%3E%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=A+song+template |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bcontent_type%5D=songs&page%5Bhandle%5D=a-song-template&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=content_type_template&page%5Btemplate%5D=%7B%25+extends+%27index%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch3%3E%7B%7B+song.title+%7D%7D%3C%2Fh3%3E%0A%3Cp%3E%7B%7B+song.short_description+%7D%7D%3C%2Fp%3E%0A%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_size%3D%27%7B%7B+page.content_type.size+%7D%7D%27+id%3D%27content_type_size%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_count%3D%27%7B%7B+page.content_type.count+%7D%7D%27+id%3D%27content_type_count%27%3E%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=A+song+template |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18422,19 +18425,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"b346230f8629daf498a28d028d7b1716" |
| + | - W/"2350f0f243a24b89b241e517dcfd5165" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 84983546-937c-4db9-bdcd-21931fdca402 |
| + | - 29795146-4684-4450-a77d-dc39171650d3 |
| X-Runtime: | |
| - | - '0.082103' |
| + | - '0.097376' |
| Content-Length: | |
| - '1268' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000c0","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:38Z","title":"A |
| - | song template","parent_id":"569acdeec3651121bb0000b8","position":99,"handle":"a-song-template","depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"content_type_template","fullpath":"songs/content_type_template","localized_fullpaths":{"en":"songs/content_type_template","fr":"fr/songs/content_type_template","nb":"nb/songs/content_type_template"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":true,"templatized_from_parent":false,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"{% |
| + | string: '{"_id":"56c27168c3651143de0000bf","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"A |
| + | song template","parent_id":"56c27168c3651143de0000b7","position":99,"handle":"a-song-template","depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"content_type_template","fullpath":"songs/content_type_template","localized_fullpaths":{"en":"songs/content_type_template","fr":"fr/songs/content_type_template","nb":"nb/songs/content_type_template"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":true,"templatized_from_parent":false,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"{% |
| extends ''index'' %}\n{% block content %}\n\u003ch3\u003e{{ song.title }}\u003c/h3\u003e\n\u003cp\u003e{{ | |
| song.short_description }}\u003c/p\u003e\n\u003cdiv id=''is_templatized'' templatized=''{{ | |
| page.templatized? }}''\u003e\u003c/div\u003e\n\u003cdiv content_type_size=''{{ | |
| @@ | @@ -18442,22 +18445,22 @@ http_interactions: |
| content_type_count=''{{ page.content_type.count }}'' id=''content_type_count''\u003e\u003c/div\u003e\n{% | |
| endblock %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:38 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/569acdeec3651121bb0000c0.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/56c27168c3651143de0000bf.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bcontent_type%5D=songs&page%5Bhandle%5D=a-song-template&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=content_type_template&page%5Btemplate%5D=%7B%25+extends+%27index%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch3%3E%7B%7B+song.title+%7D%7D+%5BFR%5D%3C%2Fh3%3E%0A%3Cp%3E%7B%7B+song.short_description+%7D%7D%3C%2Fp%3E%0A%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_size%3D%27%7B%7B+page.content_type.size+%7D%7D%27+id%3D%27content_type_size%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_count%3D%27%7B%7B+page.content_type.count+%7D%7D%27+id%3D%27content_type_count%27%3E%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Le+template+d%27une+chanson |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bcontent_type%5D=songs&page%5Bhandle%5D=a-song-template&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=content_type_template&page%5Btemplate%5D=%7B%25+extends+%27index%27+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch3%3E%7B%7B+song.title+%7D%7D+%5BFR%5D%3C%2Fh3%3E%0A%3Cp%3E%7B%7B+song.short_description+%7D%7D%3C%2Fp%3E%0A%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_size%3D%27%7B%7B+page.content_type.size+%7D%7D%27+id%3D%27content_type_size%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_count%3D%27%7B%7B+page.content_type.count+%7D%7D%27+id%3D%27content_type_count%27%3E%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Le+template+d%27une+chanson |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -18474,19 +18477,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e2bea9139f7902e39eaa425670979aef" |
| + | - W/"7947a2bdc3ce06a1b52e31fb2a67a5b2" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 280c0299-adb9-49ee-a33f-dbe2eb9007be |
| + | - a29201cb-4151-4fa5-b61b-9a7cd79e9766 |
| X-Runtime: | |
| - | - '0.078580' |
| + | - '0.103370' |
| Content-Length: | |
| - '1290' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000c0","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:39Z","title":"Le |
| - | template d''une chanson","parent_id":"569acdeec3651121bb0000b8","position":99,"handle":"a-song-template","depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"content_type_template","fullpath":"songs/content_type_template","localized_fullpaths":{"en":"songs/content_type_template","fr":"fr/songs/content_type_template","nb":"nb/songs/content_type_template"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":true,"templatized_from_parent":false,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"{% |
| + | string: '{"_id":"56c27168c3651143de0000bf","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:32Z","title":"Le |
| + | template d''une chanson","parent_id":"56c27168c3651143de0000b7","position":99,"handle":"a-song-template","depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"content_type_template","fullpath":"songs/content_type_template","localized_fullpaths":{"en":"songs/content_type_template","fr":"fr/songs/content_type_template","nb":"nb/songs/content_type_template"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":true,"templatized_from_parent":false,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"{% |
| extends ''index'' %}\n{% block content %}\n\u003ch3\u003e{{ song.title }} | |
| [FR]\u003c/h3\u003e\n\u003cp\u003e{{ song.short_description }}\u003c/p\u003e\n\u003cdiv | |
| id=''is_templatized'' templatized=''{{ page.templatized? }}''\u003e\u003c/div\u003e\n\u003cdiv | |
| @@ | @@ -18494,22 +18497,22 @@ http_interactions: |
| content_type_count=''{{ page.content_type.count }}'' id=''content_type_count''\u003e\u003c/div\u003e\n{% | |
| endblock %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:39 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:32 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/569acdeec3651121bb0000c0.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/56c27168c3651143de0000bf.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bcontent_type%5D=songs&page%5Bhandle%5D=a-song-template&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=content_type_template |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bcontent_type%5D=songs&page%5Bhandle%5D=a-song-template&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=content_type_template |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| X-Locomotive-Locale: | |
| - nb | |
| Content-Type: | |
| @@ | @@ -18526,35 +18529,35 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"107f6f9116acfe96f3a8e327f72a9f14" |
| + | - W/"4f88c63b251f168c6102d6b658d3a155" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 3406f0db-60a5-4593-b812-e0b4e70877dd |
| + | - 0bd6b4a4-93d2-4037-8f8b-0a3b24c098a8 |
| X-Runtime: | |
| - | - '0.224630' |
| + | - '0.082274' |
| Content-Length: | |
| - '794' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdeec3651121bb0000c0","created_at":"2016-01-16T23:10:38Z","updated_at":"2016-01-16T23:10:39Z","title":null,"parent_id":"569acdeec3651121bb0000b8","position":99,"handle":"a-song-template","depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"content_type_template","fullpath":"songs/content_type_template","localized_fullpaths":{"en":"songs/content_type_template","fr":"fr/songs/content_type_template","nb":"nb/songs/content_type_template"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":true,"templatized_from_parent":false,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}' |
| + | string: '{"_id":"56c27168c3651143de0000bf","created_at":"2016-02-16T00:46:32Z","updated_at":"2016-02-16T00:46:33Z","title":null,"parent_id":"56c27168c3651143de0000b7","position":99,"handle":"a-song-template","depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr"],"cache_enabled":true,"slug":"content_type_template","fullpath":"songs/content_type_template","localized_fullpaths":{"en":"songs/content_type_template","fr":"fr/songs/content_type_template","nb":"nb/songs/content_type_template"},"redirect":false,"redirect_url":null,"redirect_type":301,"templatized":true,"templatized_from_parent":false,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}' |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:39 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=archives&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=news&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cp%3ENews+Archives.+Lorem+ipsum....%3C%2Fp%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=News+archive |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=archives&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=news&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Cp%3ENews+Archives.+Lorem+ipsum....%3C%2Fp%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=News+archive |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18569,38 +18572,38 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"7eca1fb84f7bc79cab1f044813ee758d" |
| + | - W/"63868a91cc9aa7f0940406712cdfd5cd" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - fc24b9a0-ad8b-4a99-aec2-498aadedd80a |
| + | - 516004a4-dfd8-4a6a-81f3-8a9bb3570890 |
| X-Runtime: | |
| - | - '0.085568' |
| + | - '0.049086' |
| Content-Length: | |
| - '827' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdefc3651121bb0000c1","created_at":"2016-01-16T23:10:39Z","updated_at":"2016-01-16T23:10:39Z","title":"News |
| - | archive","parent_id":"569acdeec3651121bb0000b3","position":99,"handle":null,"depth":2,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"news","fullpath":"archives/news","localized_fullpaths":{"en":"archives/news","fr":"fr/archives/news","nb":"nb/archives/news"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| + | string: '{"_id":"56c27169c3651143de0000c0","created_at":"2016-02-16T00:46:33Z","updated_at":"2016-02-16T00:46:33Z","title":"News |
| + | archive","parent_id":"56c27168c3651143de0000b2","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: Sat, 16 Jan 2016 23:10:39 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&page%5Bcontent_type%5D=songs&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs%2Fcontent_type_template&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=band&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch3%3E%7B%7B+song.title+%7D%7D%3C%2Fh3%3E%0A%3Ch4%3ELeader%3A+%7B%7B+song.band.leader+%7D%7D%3C%2Fh4%3E%0A%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_size%3D%27%7B%7B+page.content_type.size+%7D%7D%27+id%3D%27content_type_size%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_count%3D%27%7B%7B+page.content_type.count+%7D%7D%27+id%3D%27content_type_count%27%3E%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Band |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&page%5Bcontent_type%5D=songs&page%5Bis_layout%5D=false&page%5Blisted%5D=false&page%5Bparent%5D=songs%2Fcontent_type_template&page%5Bposition%5D=99&page%5Bpublished%5D=true&page%5Bslug%5D=band&page%5Btemplate%5D=%7B%25+extends+parent+%25%7D%0A%7B%25+block+content+%25%7D%0A%3Ch3%3E%7B%7B+song.title+%7D%7D%3C%2Fh3%3E%0A%3Ch4%3ELeader%3A+%7B%7B+song.band.leader+%7D%7D%3C%2Fh4%3E%0A%3Cdiv+id%3D%27is_templatized%27+templatized%3D%27%7B%7B+page.templatized%3F+%7D%7D%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_size%3D%27%7B%7B+page.content_type.size+%7D%7D%27+id%3D%27content_type_size%27%3E%3C%2Fdiv%3E%0A%3Cdiv+content_type_count%3D%27%7B%7B+page.content_type.count+%7D%7D%27+id%3D%27content_type_count%27%3E%3C%2Fdiv%3E%0A%7B%25+endblock+%25%7D%0A&page%5Btitle%5D=Band |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18615,18 +18618,18 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"59e989c46307b02c38dd7287d9df0fae" |
| + | - W/"a95cd77a45ac826d70f4be16b43d59ca" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 5edacdb7-1090-4e2b-95f9-4cc90f67775b |
| + | - b91d4a08-f771-4d93-9444-309b61e5a436 |
| X-Runtime: | |
| - | - '0.145408' |
| + | - '0.088322' |
| Content-Length: | |
| - '1249' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdefc3651121bb0000c2","created_at":"2016-01-16T23:10:39Z","updated_at":"2016-01-16T23:10:39Z","title":"Band","parent_id":"569acdeec3651121bb0000c0","position":99,"handle":null,"depth":3,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"band","fullpath":"songs/content_type_template/band","localized_fullpaths":{"en":"songs/content_type_template/band","fr":"fr/songs/content_type_template/band","nb":"nb/songs/content_type_template/band"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":true,"templatized_from_parent":true,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"{% |
| + | string: '{"_id":"56c27169c3651143de0000c1","created_at":"2016-02-16T00:46:33Z","updated_at":"2016-02-16T00:46:33Z","title":"Band","parent_id":"56c27168c3651143de0000bf","position":99,"handle":null,"depth":3,"response_type":"text/html","listed":false,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"band","fullpath":"songs/content_type_template/band","localized_fullpaths":{"en":"songs/content_type_template/band","fr":"fr/songs/content_type_template/band","nb":"nb/songs/content_type_template/band"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":true,"templatized_from_parent":true,"content_type":"songs","is_layout":false,"allow_layout":false,"template":"{% |
| extends parent %}\n{% block content %}\n\u003ch3\u003e{{ song.title }}\u003c/h3\u003e\n\u003ch4\u003eLeader: | |
| {{ song.band.leader }}\u003c/h4\u003e\n\u003cdiv id=''is_templatized'' templatized=''{{ | |
| page.templatized? }}''\u003e\u003c/div\u003e\n\u003cdiv content_type_size=''{{ | |
| @@ | @@ -18634,22 +18637,22 @@ http_interactions: |
| content_type_count=''{{ page.content_type.count }}'' id=''content_type_count''\u003e\u003c/div\u003e\n{% | |
| endblock %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:39 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/snippets/song.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&snippet%5Bname%5D=Song&snippet%5Bslug%5D=song&snippet%5Btemplate%5D%5Ben%5D=%3Cli%3E%0A++%3Ch3%3E%3Ca+href%3D%22%7B%25+path_to+song%2C+with%3A+a-song-template+%25%7D%22%3E%7B%7B+song.title+%7D%7D%3C%2Fa%3E%3C%2Fh3%3E%0A++%3Cdiv+class%3D%22cover%22%3E%7B%7B+song.cover+%7C+image_tag+%7D%7D%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22info%22%3E%0A++++%7B%7B+song.short_description+%7D%7D%0A++++%3Cp+class%3D%22listen%22%3E%0A++++++%3Ca+href%3D%22%7B%7B+song.audio_url+%7D%7D%22%3E%26rarr%3B+Listen+%28%7B%7B+song.duration+%7D%7D+min%29%3C%2Fa%3E%0A++++%3C%2Fp%3E%0A++++%3Cp%3E%C3%A9couter+en+Francais%3C%2Fp%3E%0A++%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22clear%22%3E%3C%2Fdiv%3E%0A%3C%2Fli%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Cli%3E%0A++%3Ch3%3E%7B%25+link_to+song%2C+with%3A+a-song-template+%25%7D%3C%2Fh3%3E%0A++%3Cdiv+class%3D%27cover%27%3E%7B%7B+song.cover.url+%7C+image_tag+%7D%7D%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%27info%27%3E%0A++++%7B%7B+song.short_description+%7D%7D%0A++++%3Cp+class%3D%27listen%27%3E%0A++++++%3Ca+href%3D%27%7B%7B+song.audio_url+%7D%7D%27%3E%26rarr%3B+%C3%A9couter+%28%7B%7B+song.duration+%7D%7D+min%29%3C%2Fa%3E%0A++++%3C%2Fp%3E%0A++%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A%3C%2Fli%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Cli%3E%0A++%3Ch3%3E%3Ca+href%3D%22%7B%25+path_to+song%2C+with%3A+a-song-template+%25%7D%22%3E%7B%7B+song.title+%7D%7D%3C%2Fa%3E%3C%2Fh3%3E%0A++%3Cdiv+class%3D%22cover%22%3E%7B%7B+song.cover+%7C+image_tag+%7D%7D%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22info%22%3E%0A++++%7B%7B+song.short_description+%7D%7D%0A++++%3Cp+class%3D%22listen%22%3E%0A++++++%3Ca+href%3D%22%7B%7B+song.audio_url+%7D%7D%22%3E%26rarr%3B+Listen+%28%7B%7B+song.duration+%7D%7D+min%29%3C%2Fa%3E%0A++++%3C%2Fp%3E%0A++++%3Cp%3E%C3%A9couter+en+Francais%3C%2Fp%3E%0A++%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22clear%22%3E%3C%2Fdiv%3E%0A%3C%2Fli%3E%0A |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&snippet%5Bname%5D=Song&snippet%5Bslug%5D=song&snippet%5Btemplate%5D%5Ben%5D=%3Cli%3E%0A++%3Ch3%3E%3Ca+href%3D%22%7B%25+path_to+song%2C+with%3A+a-song-template+%25%7D%22%3E%7B%7B+song.title+%7D%7D%3C%2Fa%3E%3C%2Fh3%3E%0A++%3Cdiv+class%3D%22cover%22%3E%7B%7B+song.cover+%7C+image_tag+%7D%7D%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22info%22%3E%0A++++%7B%7B+song.short_description+%7D%7D%0A++++%3Cp+class%3D%22listen%22%3E%0A++++++%3Ca+href%3D%22%7B%7B+song.audio_url+%7D%7D%22%3E%26rarr%3B+Listen+%28%7B%7B+song.duration+%7D%7D+min%29%3C%2Fa%3E%0A++++%3C%2Fp%3E%0A++++%3Cp%3E%C3%A9couter+en+Francais%3C%2Fp%3E%0A++%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22clear%22%3E%3C%2Fdiv%3E%0A%3C%2Fli%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Cli%3E%0A++%3Ch3%3E%7B%25+link_to+song%2C+with%3A+a-song-template+%25%7D%3C%2Fh3%3E%0A++%3Cdiv+class%3D%27cover%27%3E%7B%7B+song.cover.url+%7C+image_tag+%7D%7D%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%27info%27%3E%0A++++%7B%7B+song.short_description+%7D%7D%0A++++%3Cp+class%3D%27listen%27%3E%0A++++++%3Ca+href%3D%27%7B%7B+song.audio_url+%7D%7D%27%3E%26rarr%3B+%C3%A9couter+%28%7B%7B+song.duration+%7D%7D+min%29%3C%2Fa%3E%0A++++%3C%2Fp%3E%0A++%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%27clear%27%3E%3C%2Fdiv%3E%0A%3C%2Fli%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Cli%3E%0A++%3Ch3%3E%3Ca+href%3D%22%7B%25+path_to+song%2C+with%3A+a-song-template+%25%7D%22%3E%7B%7B+song.title+%7D%7D%3C%2Fa%3E%3C%2Fh3%3E%0A++%3Cdiv+class%3D%22cover%22%3E%7B%7B+song.cover+%7C+image_tag+%7D%7D%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22info%22%3E%0A++++%7B%7B+song.short_description+%7D%7D%0A++++%3Cp+class%3D%22listen%22%3E%0A++++++%3Ca+href%3D%22%7B%7B+song.audio_url+%7D%7D%22%3E%26rarr%3B+Listen+%28%7B%7B+song.duration+%7D%7D+min%29%3C%2Fa%3E%0A++++%3C%2Fp%3E%0A++++%3Cp%3E%C3%A9couter+en+Francais%3C%2Fp%3E%0A++%3C%2Fdiv%3E%0A++%3Cdiv+class%3D%22clear%22%3E%3C%2Fdiv%3E%0A%3C%2Fli%3E%0A |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18664,21 +18667,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"894383a7c9604530780a1d58ca0ee1e2" |
| + | - W/"bce3ec5cf36256f5505a5cd374d68e17" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 068905f3-9748-4a80-a0be-83684f3ae9de |
| + | - 1372ea4d-60f3-47be-917e-f9b0cb94b264 |
| X-Runtime: | |
| - | - '0.060822' |
| + | - '0.045801' |
| Content-Length: | |
| - '744' | |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| - | eyJfaWQiOiI1NjlhY2RlZmMzNjUxMTIxYmIwMDAwYzMiLCJjcmVhdGVkX2F0 |
| - | IjoiMjAxNi0wMS0xNlQyMzoxMDozOVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| - | MS0xNlQyMzoxMDozOVoiLCJuYW1lIjoiU29uZyIsInNsdWciOiJzb25nIiwi |
| + | eyJfaWQiOiI1NmMyNzE2OWMzNjUxMTQzZGUwMDAwYzIiLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNi0wMi0xNlQwMDo0NjozM1oiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| + | Mi0xNlQwMDo0NjozM1oiLCJuYW1lIjoiU29uZyIsInNsdWciOiJzb25nIiwi |
| dGVtcGxhdGUiOiJcdTAwM2NsaVx1MDAzZVxuICBcdTAwM2NoM1x1MDAzZVx1 | |
| MDAzY2EgaHJlZj1cInslIHBhdGhfdG8gc29uZywgd2l0aDogYS1zb25nLXRl | |
| bXBsYXRlICV9XCJcdTAwM2V7eyBzb25nLnRpdGxlIH19XHUwMDNjL2FcdTAw | |
| @@ | @@ -18694,22 +18697,22 @@ http_interactions: |
| IFx1MDAzY2RpdiBjbGFzcz1cImNsZWFyXCJcdTAwM2VcdTAwM2MvZGl2XHUw | |
| MDNlXG5cdTAwM2MvbGlcdTAwM2VcbiJ9 | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:39 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/snippets/a_complicated-one.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&snippet%5Bname%5D=A+complicated-one&snippet%5Bslug%5D=a_complicated-one&snippet%5Btemplate%5D%5Ben%5D=%3Cp%3EA+complicated+one+name+indeed.%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Cp%3EA+complicated+one+name+indeed.%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Cp%3EA+complicated+one+name+indeed.%3C%2Fp%3E%0A |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&snippet%5Bname%5D=A+complicated-one&snippet%5Bslug%5D=a_complicated-one&snippet%5Btemplate%5D%5Ben%5D=%3Cp%3EA+complicated+one+name+indeed.%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Cp%3EA+complicated+one+name+indeed.%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Cp%3EA+complicated+one+name+indeed.%3C%2Fp%3E%0A |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18724,37 +18727,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"93d3844d57fe7a8c09ff2bd8ca021e37" |
| + | - W/"76f0e29d65d2cf2106da452604a016a2" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - a7b4dc8a-907a-41d1-9b37-d9b95143899a |
| + | - a63652cb-9b1e-48c9-8500-d9279bcc09d8 |
| X-Runtime: | |
| - | - '0.045428' |
| + | - '0.041005' |
| Content-Length: | |
| - '233' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdefc3651121bb0000c4","created_at":"2016-01-16T23:10:39Z","updated_at":"2016-01-16T23:10:39Z","name":"A |
| + | string: '{"_id":"56c27169c3651143de0000c3","created_at":"2016-02-16T00:46:33Z","updated_at":"2016-02-16T00:46:33Z","name":"A |
| complicated-one","slug":"a_complicated-one","template":"\u003cp\u003eA complicated | |
| one name indeed.\u003c/p\u003e\n"}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:39 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/snippets/footer.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&snippet%5Bname%5D=Footer&snippet%5Bslug%5D=footer&snippet%5Btemplate%5D%5Ben%5D=%3Cp%3E%7B%25+locale_switcher+%25%7D%3C%2Fp%3E%0A%3Cp%3E%0A++%7B%7B+%27powered_by%27+%7C+translate+%7D%7D+%3Ca+href%3D%22http%3A%2F%2Fwww.locomotivecms.com%22%3ELocomotiveCMS%3C%2Fa%3E.+Designed+by+%3Ca+href%3D%22http%3A%2F%2Fwww.sachagreif.com%22%3ESacha+Greif%3C%2Fa%3E.%0A%3C%2Fp%3E%0A%3Cp%3E%0A++All+photos+are+licensed+under+Creative+Commons.+%28see+original+ones+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2F38687875%40N00%2F3391588262%2F%27%3Ehere%3C%2Fa%3E+or+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fcool_dry_place%2F55454498%2F%27%3Ehere%3C%2Fa%3E%29.%0A%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Cp%3E%7B%25+locale_switcher+%25%7D%3C%2Fp%3E%0A%3Cp%3E%0A++%7B%7B+%27powered_by%27+%7C+translate+%7D%7D+%3Ca+href%3D%22http%3A%2F%2Fwww.locomotivecms.com%22%3ELocomotiveCMS%3C%2Fa%3E.+Designed+by+%3Ca+href%3D%22http%3A%2F%2Fwww.sachagreif.com%22%3ESacha+Greif%3C%2Fa%3E.%0A%3C%2Fp%3E%0A%3Cp%3E%0A++All+photos+are+licensed+under+Creative+Commons.+%28see+original+ones+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2F38687875%40N00%2F3391588262%2F%27%3Ehere%3C%2Fa%3E+or+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fcool_dry_place%2F55454498%2F%27%3Ehere%3C%2Fa%3E%29.%0A%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Cp%3E%7B%25+locale_switcher+%25%7D%3C%2Fp%3E%0A%3Cp%3E%0A++%7B%7B+%27powered_by%27+%7C+translate+%7D%7D+%3Ca+href%3D%22http%3A%2F%2Fwww.locomotivecms.com%22%3ELocomotiveCMS%3C%2Fa%3E.+Designed+by+%3Ca+href%3D%22http%3A%2F%2Fwww.sachagreif.com%22%3ESacha+Greif%3C%2Fa%3E.%0A%3C%2Fp%3E%0A%3Cp%3E%0A++All+photos+are+licensed+under+Creative+Commons.+%28see+original+ones+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2F38687875%40N00%2F3391588262%2F%27%3Ehere%3C%2Fa%3E+or+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fcool_dry_place%2F55454498%2F%27%3Ehere%3C%2Fa%3E%29.%0A%3C%2Fp%3E%0A |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&snippet%5Bname%5D=Footer&snippet%5Bslug%5D=footer&snippet%5Btemplate%5D%5Ben%5D=%3Cp%3E%7B%25+locale_switcher+%25%7D%3C%2Fp%3E%0A%3Cp%3E%0A++%7B%7B+%27powered_by%27+%7C+translate+%7D%7D+%3Ca+href%3D%22http%3A%2F%2Fwww.locomotivecms.com%22%3ELocomotiveCMS%3C%2Fa%3E.+Designed+by+%3Ca+href%3D%22http%3A%2F%2Fwww.sachagreif.com%22%3ESacha+Greif%3C%2Fa%3E.%0A%3C%2Fp%3E%0A%3Cp%3E%0A++All+photos+are+licensed+under+Creative+Commons.+%28see+original+ones+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2F38687875%40N00%2F3391588262%2F%27%3Ehere%3C%2Fa%3E+or+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fcool_dry_place%2F55454498%2F%27%3Ehere%3C%2Fa%3E%29.%0A%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Cp%3E%7B%25+locale_switcher+%25%7D%3C%2Fp%3E%0A%3Cp%3E%0A++%7B%7B+%27powered_by%27+%7C+translate+%7D%7D+%3Ca+href%3D%22http%3A%2F%2Fwww.locomotivecms.com%22%3ELocomotiveCMS%3C%2Fa%3E.+Designed+by+%3Ca+href%3D%22http%3A%2F%2Fwww.sachagreif.com%22%3ESacha+Greif%3C%2Fa%3E.%0A%3C%2Fp%3E%0A%3Cp%3E%0A++All+photos+are+licensed+under+Creative+Commons.+%28see+original+ones+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2F38687875%40N00%2F3391588262%2F%27%3Ehere%3C%2Fa%3E+or+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fcool_dry_place%2F55454498%2F%27%3Ehere%3C%2Fa%3E%29.%0A%3C%2Fp%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Cp%3E%7B%25+locale_switcher+%25%7D%3C%2Fp%3E%0A%3Cp%3E%0A++%7B%7B+%27powered_by%27+%7C+translate+%7D%7D+%3Ca+href%3D%22http%3A%2F%2Fwww.locomotivecms.com%22%3ELocomotiveCMS%3C%2Fa%3E.+Designed+by+%3Ca+href%3D%22http%3A%2F%2Fwww.sachagreif.com%22%3ESacha+Greif%3C%2Fa%3E.%0A%3C%2Fp%3E%0A%3Cp%3E%0A++All+photos+are+licensed+under+Creative+Commons.+%28see+original+ones+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2F38687875%40N00%2F3391588262%2F%27%3Ehere%3C%2Fa%3E+or+%3Ca+href%3D%27http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fcool_dry_place%2F55454498%2F%27%3Ehere%3C%2Fa%3E%29.%0A%3C%2Fp%3E%0A |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18769,40 +18772,40 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"f1e099095c3de562a8cfe5241b984c3c" |
| + | - W/"0b12b08dd70a61f42b94bb5b82c5dc39" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - ce79a888-ba21-40c8-949d-cd9523f1b4fd |
| + | - 5ab7cd53-668a-4b36-b46a-539c1b233513 |
| X-Runtime: | |
| - | - '0.041576' |
| + | - '0.040334' |
| Content-Length: | |
| - '726' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdefc3651121bb0000c5","created_at":"2016-01-16T23:10:39Z","updated_at":"2016-01-16T23:10:39Z","name":"Footer","slug":"footer","template":"\u003cp\u003e{% |
| + | string: '{"_id":"56c27169c3651143de0000c4","created_at":"2016-02-16T00:46:33Z","updated_at":"2016-02-16T00:46:33Z","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: Sat, 16 Jan 2016 23:10:39 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/snippets/header.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&snippet%5Bname%5D=Header&snippet%5Bslug%5D=header&snippet%5Btemplate%5D%5Ben%5D=%3Ch1%3E%7B%7B+site.name+%7D%7D%3C%2Fh1%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Ch1%3E%7B%7B+site.name+%7D%7D%3C%2Fh1%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Ch1%3E%7B%7B+site.name+%7D%7D%3C%2Fh1%3E%0A |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&snippet%5Bname%5D=Header&snippet%5Bslug%5D=header&snippet%5Btemplate%5D%5Ben%5D=%3Ch1%3E%7B%7B+site.name+%7D%7D%3C%2Fh1%3E%0A&snippet%5Btemplate%5D%5Bfr%5D=%3Ch1%3E%7B%7B+site.name+%7D%7D%3C%2Fh1%3E%0A&snippet%5Btemplate%5D%5Bnb%5D=%3Ch1%3E%7B%7B+site.name+%7D%7D%3C%2Fh1%3E%0A |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18817,24 +18820,24 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"18df9559fe988b2945f5855cd49a5f29" |
| + | - W/"6d2ceec75dca6b1fdf902693c836cc2f" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 5a562cda-2430-4937-a848-d72c0b2093dc |
| + | - fe7e7ca4-dc66-4c35-ae50-08b6195926b5 |
| X-Runtime: | |
| - | - '0.040169' |
| + | - '0.039149' |
| Content-Length: | |
| - '198' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdefc3651121bb0000c6","created_at":"2016-01-16T23:10:39Z","updated_at":"2016-01-16T23:10:39Z","name":"Header","slug":"header","template":"\u003ch1\u003e{{ |
| + | string: '{"_id":"56c27169c3651143de0000c5","created_at":"2016-02-16T00:46:33Z","updated_at":"2016-02-16T00:46:33Z","name":"Header","slug":"header","template":"\u003ch1\u003e{{ |
| site.name }}\u003c/h1\u003e\n"}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:39 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: get | |
| - | uri: http://localhost:3000/locomotive/api/v3/theme_assets.json?auth_token=gWL44rqJvEqooM9RczSW |
| + | uri: http://localhost:3000/locomotive/api/v3/theme_assets.json?auth_token=C2t1wxAuKy7YPAHVva29 |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -18844,9 +18847,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -18863,16 +18866,16 @@ http_interactions: |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 8430332c-601a-490f-980c-8bcc1407a771 |
| + | - 3a869204-14c1-459a-a82f-7286fe5655ab |
| X-Runtime: | |
| - | - '0.023745' |
| + | - '0.023497' |
| Content-Length: | |
| - '2' | |
| body: | |
| encoding: UTF-8 | |
| string: "[]" | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:39 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -19745,7 +19748,7 @@ http_interactions: |
| ZW1lX2Fzc2V0W2NoZWNrc3VtXSINCg0KNjA4MDQ0MWZkZTUwYzQ4MzljMjNj | |
| NzliOTM3ZjAxOTQNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdA0K | |
| Q29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdXRoX3Rv | |
| - | a2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0tLS0tLS0tLS0tLVJ1 |
| + | a2VuIg0KDQpDMnQxd3hBdUt5N1lQQUhWdmEyOQ0KLS0tLS0tLS0tLS0tLVJ1 |
| YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -19753,9 +19756,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -19772,21 +19775,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e0e9fc7d1439c7380a5de5899e5a3cef" |
| + | - W/"b83852acca247551a5aa6a3681d1ed27" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - bf44d0c0-52aa-4ed6-99f1-cae48dc8c3a6 |
| + | - 08480083-3c86-4077-8669-a8d5e0a1c076 |
| X-Runtime: | |
| - | - '0.062994' |
| + | - '0.048966' |
| Content-Length: | |
| - '377' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdefc3651121bb0000c7","created_at":"2016-01-16T23:10:39Z","updated_at":"2016-01-16T23:10:39Z","content_type":"font","local_path":"fonts/chunkfive-webfont.eot","folder":"fonts","checksum":"6080441fde50c4839c23c79b937f0194","filename":"chunkfive-webfont.eot","url":"/sites/569acde5c3651121bb000011/theme/fonts/chunkfive-webfont.eot","size":"37.5 |
| + | string: '{"_id":"56c27169c3651143de0000c6","created_at":"2016-02-16T00:46:33Z","updated_at":"2016-02-16T00:46:33Z","content_type":"font","local_path":"fonts/chunkfive-webfont.eot","folder":"fonts","checksum":"6080441fde50c4839c23c79b937f0194","filename":"chunkfive-webfont.eot","url":"/sites/56c27161c3651143de000010/theme/fonts/chunkfive-webfont.eot","size":"37.5 |
| KB","raw_size":38434}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:39 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -20434,16 +20437,16 @@ http_interactions: |
| />\n</font>\n</defs></svg> \r\n-------------RubyMultipartPost\r\nContent-Disposition: | |
| form-data; name=\"theme_asset[folder]\"\r\n\r\nfonts\r\n-------------RubyMultipartPost\r\nContent-Disposition: | |
| form-data; name=\"theme_asset[checksum]\"\r\n\r\n57d0f66913a8c0e172ae3fe78ce36e43\r\n-------------RubyMultipartPost\r\nContent-Disposition: | |
| - | form-data; name=\"auth_token\"\r\n\r\ngWL44rqJvEqooM9RczSW\r\n-------------RubyMultipartPost--\r\n\r\n" |
| + | form-data; name=\"auth_token\"\r\n\r\nC2t1wxAuKy7YPAHVva29\r\n-------------RubyMultipartPost--\r\n\r\n" |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -20460,21 +20463,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"4bcc94cdadd7a44684feeb0f164f9b7c" |
| + | - W/"15b3331ae9b7152603f3b7aa2f71efde" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 77ced26b-96c6-402c-9886-1a5c24677c48 |
| + | - f7decbdb-ac9e-44f3-8e94-5902bc4bad7a |
| X-Runtime: | |
| - | - '0.058717' |
| + | - '0.039157' |
| Content-Length: | |
| - '377' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdefc3651121bb0000c8","created_at":"2016-01-16T23:10:39Z","updated_at":"2016-01-16T23:10:39Z","content_type":"font","local_path":"fonts/chunkfive-webfont.svg","folder":"fonts","checksum":"57d0f66913a8c0e172ae3fe78ce36e43","filename":"chunkfive-webfont.svg","url":"/sites/569acde5c3651121bb000011/theme/fonts/chunkfive-webfont.svg","size":"49.4 |
| + | string: '{"_id":"56c27169c3651143de0000c7","created_at":"2016-02-16T00:46:33Z","updated_at":"2016-02-16T00:46:33Z","content_type":"font","local_path":"fonts/chunkfive-webfont.svg","folder":"fonts","checksum":"57d0f66913a8c0e172ae3fe78ce36e43","filename":"chunkfive-webfont.svg","url":"/sites/56c27161c3651143de000010/theme/fonts/chunkfive-webfont.svg","size":"49.4 |
| KB","raw_size":50602}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:40 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -21341,7 +21344,7 @@ http_interactions: |
| dFtjaGVja3N1bV0iDQoNCjQzOTYzMzQ0NGY5ZDMyYTMwYTQ0NDlkYTk2Nzg1 | |
| M2QyDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQt | |
| RGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0K | |
| - | Z1dMNDRycUp2RXFvb005UmN6U1cNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlw |
| + | QzJ0MXd4QXVLeTdZUEFIVnZhMjkNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlw |
| YXJ0UG9zdC0tDQoNCg== | |
| headers: | |
| Accept: | |
| @@ | @@ -21349,9 +21352,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -21368,21 +21371,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"717d091f4cb5055f4b419571f23f794d" |
| + | - W/"211fcb1f3198e69f13e3818b70cd7f1f" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 9c7e3ae4-2bc8-4767-a72a-89f24d65612f |
| + | - d1594a69-e22c-47b3-aa44-e5a244f8fef6 |
| X-Runtime: | |
| - | - '0.049706' |
| + | - '0.041587' |
| Content-Length: | |
| - '377' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdf0c3651121bb0000c9","created_at":"2016-01-16T23:10:40Z","updated_at":"2016-01-16T23:10:40Z","content_type":"font","local_path":"fonts/chunkfive-webfont.ttf","folder":"fonts","checksum":"439633444f9d32a30a4449da967853d2","filename":"chunkfive-webfont.ttf","url":"/sites/569acde5c3651121bb000011/theme/fonts/chunkfive-webfont.ttf","size":"37.3 |
| + | string: '{"_id":"56c27169c3651143de0000c8","created_at":"2016-02-16T00:46:33Z","updated_at":"2016-02-16T00:46:33Z","content_type":"font","local_path":"fonts/chunkfive-webfont.ttf","folder":"fonts","checksum":"439633444f9d32a30a4449da967853d2","filename":"chunkfive-webfont.ttf","url":"/sites/56c27161c3651143de000010/theme/fonts/chunkfive-webfont.ttf","size":"37.3 |
| KB","raw_size":38156}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:40 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -21898,7 +21901,7 @@ http_interactions: |
| bS1kYXRhOyBuYW1lPSJ0aGVtZV9hc3NldFtjaGVja3N1bV0iDQoNCjgxNzRm | |
| YTY3ODkwYTZhZjljMGIwNTQzMmQyMWFmZGJkDQotLS0tLS0tLS0tLS0tUnVi | |
| eU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0 | |
| - | YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KZ1dMNDRycUp2RXFvb005UmN6U1cN |
| + | YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KQzJ0MXd4QXVLeTdZUEFIVnZhMjkN |
| Ci0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg== | |
| headers: | |
| Accept: | |
| @@ | @@ -21906,9 +21909,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -21925,21 +21928,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"282d4e956b1a076c0404fd6df0334348" |
| + | - W/"a8995a911f687cf82eb16dd01b6b2a06" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 4c43dc8b-c2db-46c0-b982-e1e01d594872 |
| + | - 07ef2960-ee36-4910-b470-f591dfd7b039 |
| X-Runtime: | |
| - | - '0.069054' |
| + | - '0.032666' |
| Content-Length: | |
| - '380' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdf0c3651121bb0000ca","created_at":"2016-01-16T23:10:40Z","updated_at":"2016-01-16T23:10:40Z","content_type":"font","local_path":"fonts/chunkfive-webfont.woff","folder":"fonts","checksum":"8174fa67890a6af9c0b05432d21afdbd","filename":"chunkfive-webfont.woff","url":"/sites/569acde5c3651121bb000011/theme/fonts/chunkfive-webfont.woff","size":"21.9 |
| + | string: '{"_id":"56c27169c3651143de0000c9","created_at":"2016-02-16T00:46:33Z","updated_at":"2016-02-16T00:46:33Z","content_type":"font","local_path":"fonts/chunkfive-webfont.woff","folder":"fonts","checksum":"8174fa67890a6af9c0b05432d21afdbd","filename":"chunkfive-webfont.woff","url":"/sites/56c27161c3651143de000010/theme/fonts/chunkfive-webfont.woff","size":"21.9 |
| KB","raw_size":22384}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:40 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -22239,8 +22242,8 @@ http_interactions: |
| bnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0idGhlbWVfYXNzZXRb | |
| Y2hlY2tzdW1dIg0KDQozZjZhMTVmMmNlODkyMzUwOTJhZTI1YjEyNTA4NGRk | |
| Nw0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURp | |
| - | c3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmdX |
| - | TDQ0cnFKdkVxb29NOVJjelNXDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFy |
| + | c3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCkMy |
| + | dDF3eEF1S3k3WVBBSFZ2YTI5DQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFy |
| dFBvc3QtLQ0KDQo= | |
| headers: | |
| Accept: | |
| @@ | @@ -22248,9 +22251,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -22267,21 +22270,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"62680bf6c6c9ebc97741f243a03c348b" |
| + | - W/"adecb8ccf5026f6cf881dae79c5cb949" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - c0cf1ba2-b0b3-4798-85d6-6b175c228f30 |
| + | - b33c09e1-98bc-43b2-a793-a1af13b8096b |
| X-Runtime: | |
| - | - '0.069789' |
| + | - '0.069578' |
| Content-Length: | |
| - '339' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdf0c3651121bb0000cb","created_at":"2016-01-16T23:10:40Z","updated_at":"2016-01-16T23:10:40Z","content_type":"image","local_path":"images/top.jpg","folder":"images","checksum":"3f6a15f2ce89235092ae25b125084dd7","filename":"top.jpg","url":"/sites/569acde5c3651121bb000011/theme/images/top.jpg","size":"12.4 |
| + | string: '{"_id":"56c27169c3651143de0000ca","created_at":"2016-02-16T00:46:33Z","updated_at":"2016-02-16T00:46:33Z","content_type":"image","local_path":"images/top.jpg","folder":"images","checksum":"3f6a15f2ce89235092ae25b125084dd7","filename":"top.jpg","url":"/sites/56c27161c3651143de000010/theme/images/top.jpg","size":"12.4 |
| KB","raw_size":12697}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:40 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -22542,7 +22545,7 @@ http_interactions: |
| ZGF0YTsgbmFtZT0idGhlbWVfYXNzZXRbY2hlY2tzdW1dIg0KDQo0NzNmNjM0 | |
| MDUzMTcyYTY1NmIzOGY0ZDc5MWQyOTRjOA0KLS0tLS0tLS0tLS0tLVJ1YnlN | |
| dWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7 | |
| - | IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmdXTDQ0cnFKdkVxb29NOVJjelNXDQot |
| + | IG5hbWU9ImF1dGhfdG9rZW4iDQoNCkMydDF3eEF1S3k3WVBBSFZ2YTI5DQot |
| LS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo= | |
| headers: | |
| Accept: | |
| @@ | @@ -22550,9 +22553,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -22569,21 +22572,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"8526d21fd60f83b677b8ddbe2693fc85" |
| + | - W/"5f7585a8eec9debb5bfd8fe35e1eb232" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 78f30dbe-e58b-4fe2-8c25-3d62cdf91105 |
| + | - ef55ec60-d906-4f16-bc30-502c0c35f879 |
| X-Runtime: | |
| - | - '0.063832' |
| + | - '0.048219' |
| Content-Length: | |
| - '353' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdf0c3651121bb0000cc","created_at":"2016-01-16T23:10:40Z","updated_at":"2016-01-16T23:10:40Z","content_type":"font","local_path":"fonts/chunkfive.otf","folder":"fonts","checksum":"473f634053172a656b38f4d791d294c8","filename":"chunkfive.otf","url":"/sites/569acde5c3651121bb000011/theme/fonts/chunkfive.otf","size":"10.7 |
| + | string: '{"_id":"56c27169c3651143de0000cb","created_at":"2016-02-16T00:46:33Z","updated_at":"2016-02-16T00:46:33Z","content_type":"font","local_path":"fonts/chunkfive.otf","folder":"fonts","checksum":"473f634053172a656b38f4d791d294c8","filename":"chunkfive.otf","url":"/sites/56c27161c3651143de000010/theme/fonts/chunkfive.otf","size":"10.7 |
| KB","raw_size":10916}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:40 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -22604,7 +22607,7 @@ http_interactions: |
| IG5hbWU9InRoZW1lX2Fzc2V0W2NoZWNrc3VtXSINCg0KZWRiMjkzMDI4Zjlj | |
| MDdmMmQ2OTJkMDY2Y2Q4YTQ1OGENCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlw | |
| YXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1l | |
| - | PSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJxSnZFcW9vTTlSY3pTVw0KLS0tLS0t |
| + | PSJhdXRoX3Rva2VuIg0KDQpDMnQxd3hBdUt5N1lQQUhWdmEyOQ0KLS0tLS0t |
| LS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -22612,9 +22615,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -22631,21 +22634,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"040262c701ce18ddfc7ba43dfc97e4ec" |
| + | - W/"79300b33c37f3092da65f55bc7981ea1" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - db8de8b5-7b90-4fc8-b3a7-891695b9a5a8 |
| + | - d12eb0b7-809d-4474-94d4-69737931c4e6 |
| X-Runtime: | |
| - | - '0.077874' |
| + | - '0.062471' |
| Content-Length: | |
| - '348' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdf0c3651121bb0000cd","created_at":"2016-01-16T23:10:40Z","updated_at":"2016-01-16T23:10:40Z","content_type":"image","local_path":"images/nav_on.png","folder":"images","checksum":"edb293028f9c07f2d692d066cd8a458a","filename":"nav_on.png","url":"/sites/569acde5c3651121bb000011/theme/images/nav_on.png","size":"115 |
| + | string: '{"_id":"56c27169c3651143de0000cc","created_at":"2016-02-16T00:46:33Z","updated_at":"2016-02-16T00:46:33Z","content_type":"image","local_path":"images/nav_on.png","folder":"images","checksum":"edb293028f9c07f2d692d066cd8a458a","filename":"nav_on.png","url":"/sites/56c27161c3651143de000010/theme/images/nav_on.png","size":"115 |
| Bytes","raw_size":115}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:40 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -22836,8 +22839,8 @@ http_interactions: |
| c3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9InRoZW1lX2Fzc2V0W2NoZWNr | |
| c3VtXSINCg0KOTNjMjkxMTI4N2E1NzU0YmVkNjVhMDI4YzZhYTRhN2MNCi0t | |
| LS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3Np | |
| - | dGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpnV0w0NHJx |
| - | SnZFcW9vTTlSY3pTVw0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0 |
| + | dGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpDMnQxd3hB |
| + | dUt5N1lQQUhWdmEyOQ0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0 |
| LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -22845,9 +22848,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -22864,21 +22867,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"897a51da4597384b51d2886ba5649663" |
| + | - W/"b3bffdea2c01a3738282877089c710eb" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - b265171a-5735-4b11-99c1-ff822c6e9900 |
| + | - 97532e30-e32d-48de-a84a-3f663e3f0631 |
| X-Runtime: | |
| - | - '0.085990' |
| + | - '0.066091' |
| Content-Length: | |
| - '361' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdf0c3651121bb0000ce","created_at":"2016-01-16T23:10:40Z","updated_at":"2016-01-16T23:10:40Z","content_type":"image","local_path":"images/photo_frame.png","folder":"images","checksum":"93c2911287a5754bed65a028c6aa4a7c","filename":"photo_frame.png","url":"/sites/569acde5c3651121bb000011/theme/images/photo_frame.png","size":"7.6 |
| + | string: '{"_id":"56c27169c3651143de0000cd","created_at":"2016-02-16T00:46:33Z","updated_at":"2016-02-16T00:46:33Z","content_type":"image","local_path":"images/photo_frame.png","folder":"images","checksum":"93c2911287a5754bed65a028c6aa4a7c","filename":"photo_frame.png","url":"/sites/56c27161c3651143de000010/theme/images/photo_frame.png","size":"7.6 |
| KB","raw_size":7780}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:40 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:33 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -22923,8 +22926,8 @@ http_interactions: |
| dGlvbjogZm9ybS1kYXRhOyBuYW1lPSJ0aGVtZV9hc3NldFtjaGVja3N1bV0i | |
| DQoNCjg5ZTAyNzUxODVlNjYxNjM5ZmIxNDEzMDQxMDg0M2I2DQotLS0tLS0t | |
| LS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246 | |
| - | IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KZ1dMNDRycUp2RXFv |
| - | b005UmN6U1cNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoN |
| + | IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KQzJ0MXd4QXVLeTdZ |
| + | UEFIVnZhMjkNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoN |
| Cg== | |
| headers: | |
| Accept: | |
| @@ | @@ -22932,9 +22935,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -22951,21 +22954,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"b96ff48267ebe421c509b39b9058cb6a" |
| + | - W/"d669e629daf933ac9616cde9858f823e" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - d18fcffd-2c4a-488e-9cd7-2eb2b97d492f |
| + | - b1ed8664-34ec-4004-896f-580b821b97f3 |
| X-Runtime: | |
| - | - '0.077737' |
| + | - '0.063974' |
| Content-Length: | |
| - '338' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdf0c3651121bb0000cf","created_at":"2016-01-16T23:10:40Z","updated_at":"2016-01-16T23:10:40Z","content_type":"image","local_path":"images/sep.png","folder":"images","checksum":"89e0275185e661639fb14130410843b6","filename":"sep.png","url":"/sites/569acde5c3651121bb000011/theme/images/sep.png","size":"1.18 |
| + | string: '{"_id":"56c27169c3651143de0000ce","created_at":"2016-02-16T00:46:33Z","updated_at":"2016-02-16T00:46:33Z","content_type":"image","local_path":"images/sep.png","folder":"images","checksum":"89e0275185e661639fb14130410843b6","filename":"sep.png","url":"/sites/56c27161c3651143de000010/theme/images/sep.png","size":"1.18 |
| KB","raw_size":1213}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:40 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:34 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -22990,7 +22993,7 @@ http_interactions: |
| c3NldFtjaGVja3N1bV0iDQoNCmIzYWQzYmZhMmFmZjlkZTkxM2JmNDJmODRh | |
| ZDFmZWNmDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRl | |
| bnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiIN | |
| - | Cg0KZ1dMNDRycUp2RXFvb005UmN6U1cNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs |
| + | Cg0KQzJ0MXd4QXVLeTdZUEFIVnZhMjkNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs |
| dGlwYXJ0UG9zdC0tDQoNCg== | |
| headers: | |
| Accept: | |
| @@ | @@ -22998,9 +23001,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -23017,21 +23020,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"2a1eec4b50f99d906afe52154bf7c67e" |
| + | - W/"7fff742ece510b26dd91c249edeb8872" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 976c8b0f-f940-4326-9986-d4ae489f1f3f |
| + | - 521d6465-73c8-420e-bd6d-858508a7fdd3 |
| X-Runtime: | |
| - | - '0.044242' |
| + | - '0.060634' |
| Content-Length: | |
| - '359' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdf3c3651121bb0000d0","created_at":"2016-01-16T23:10:43Z","updated_at":"2016-01-16T23:10:43Z","content_type":"stylesheet","local_path":"fonts/chunkfive.css","folder":"fonts","checksum":"b3ad3bfa2aff9de913bf42f84ad1fecf","filename":"chunkfive.css","url":"/sites/569acde5c3651121bb000011/theme/fonts/chunkfive.css","size":"279 |
| + | string: '{"_id":"56c2716cc3651143de0000cf","created_at":"2016-02-16T00:46:36Z","updated_at":"2016-02-16T00:46:36Z","content_type":"stylesheet","local_path":"fonts/chunkfive.css","folder":"fonts","checksum":"b3ad3bfa2aff9de913bf42f84ad1fecf","filename":"chunkfive.css","url":"/sites/56c27161c3651143de000010/theme/fonts/chunkfive.css","size":"279 |
| Bytes","raw_size":279}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:43 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:36 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -23043,16 +23046,16 @@ http_interactions: |
| world\")})}).call(this);\r\n-------------RubyMultipartPost\r\nContent-Disposition: | |
| form-data; name=\"theme_asset[folder]\"\r\n\r\njavascripts\r\n-------------RubyMultipartPost\r\nContent-Disposition: | |
| form-data; name=\"theme_asset[checksum]\"\r\n\r\ndafcc4a2f059c53e47bf8d7ea4dd1e11\r\n-------------RubyMultipartPost\r\nContent-Disposition: | |
| - | form-data; name=\"auth_token\"\r\n\r\ngWL44rqJvEqooM9RczSW\r\n-------------RubyMultipartPost--\r\n\r\n" |
| + | form-data; name=\"auth_token\"\r\n\r\nC2t1wxAuKy7YPAHVva29\r\n-------------RubyMultipartPost--\r\n\r\n" |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -23069,21 +23072,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"3fbd3b5b35bf6fb746f2decd9f14bef0" |
| + | - W/"ebf0fb8c1e21f025be2c2cc2f85af2c0" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 1faef367-670d-4cd3-96ba-1793c0069c72 |
| + | - 28f928f1-7940-4225-b5a7-455b3928e8bc |
| X-Runtime: | |
| - | - '0.034958' |
| + | - '0.040468' |
| Content-Length: | |
| - '378' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdf4c3651121bb0000d1","created_at":"2016-01-16T23:10:44Z","updated_at":"2016-01-16T23:10:44Z","content_type":"javascript","local_path":"javascripts/application.js","folder":"javascripts","checksum":"dafcc4a2f059c53e47bf8d7ea4dd1e11","filename":"application.js","url":"/sites/569acde5c3651121bb000011/theme/javascripts/application.js","size":"84 |
| + | string: '{"_id":"56c2716dc3651143de0000d0","created_at":"2016-02-16T00:46:37Z","updated_at":"2016-02-16T00:46:37Z","content_type":"javascript","local_path":"javascripts/application.js","folder":"javascripts","checksum":"dafcc4a2f059c53e47bf8d7ea4dd1e11","filename":"application.js","url":"/sites/56c27161c3651143de000010/theme/javascripts/application.js","size":"84 |
| Bytes","raw_size":84}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:44 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:37 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -23094,16 +23097,16 @@ http_interactions: |
| binary\r\n\r\nconsole.log(\"hello world\");\r\n-------------RubyMultipartPost\r\nContent-Disposition: | |
| form-data; name=\"theme_asset[folder]\"\r\n\r\njavascripts\r\n-------------RubyMultipartPost\r\nContent-Disposition: | |
| form-data; name=\"theme_asset[checksum]\"\r\n\r\nd05d02ecb331afbe373db79b0a88ef36\r\n-------------RubyMultipartPost\r\nContent-Disposition: | |
| - | form-data; name=\"auth_token\"\r\n\r\ngWL44rqJvEqooM9RczSW\r\n-------------RubyMultipartPost--\r\n\r\n" |
| + | form-data; name=\"auth_token\"\r\n\r\nC2t1wxAuKy7YPAHVva29\r\n-------------RubyMultipartPost--\r\n\r\n" |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -23120,21 +23123,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"af8bfed4d8b859bbc09bc6be8968d678" |
| + | - W/"776c2d90431ec017508cbbb55a0edc1c" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - d3e1cb05-5c29-4436-8bdf-a0df0f93e934 |
| + | - fbcb0774-d1a2-4a67-87b2-b837897c4406 |
| X-Runtime: | |
| - | - '0.040780' |
| + | - '0.042143' |
| Content-Length: | |
| - '363' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdf5c3651121bb0000d2","created_at":"2016-01-16T23:10:45Z","updated_at":"2016-01-16T23:10:45Z","content_type":"javascript","local_path":"javascripts/common.js","folder":"javascripts","checksum":"d05d02ecb331afbe373db79b0a88ef36","filename":"common.js","url":"/sites/569acde5c3651121bb000011/theme/javascripts/common.js","size":"27 |
| + | string: '{"_id":"56c2716dc3651143de0000d1","created_at":"2016-02-16T00:46:37Z","updated_at":"2016-02-16T00:46:37Z","content_type":"javascript","local_path":"javascripts/common.js","folder":"javascripts","checksum":"d05d02ecb331afbe373db79b0a88ef36","filename":"common.js","url":"/sites/56c27161c3651143de000010/theme/javascripts/common.js","size":"27 |
| Bytes","raw_size":27}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:45 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:37 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -23142,19 +23145,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/569acde5c3651121bb000011/theme/images/top.jpg?3f6a15f2ce89235092ae25b125084dd7\") |
| + | binary\r\n\r\nbody{background:#f0eee3 url(\"/sites/56c27161c3651143de000010/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/569acde5c3651121bb000011/theme/images/sep.png?89e0275185e661639fb14130410843b6) |
| + | url(/sites/56c27161c3651143de000010/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/569acde5c3651121bb000011/theme/images/nav_on.png?edb293028f9c07f2d692d066cd8a458a) |
| - | repeat-x 0 0}#banner{padding-top:20px;background:transparent url(/sites/569acde5c3651121bb000011/theme/images/sep.png?89e0275185e661639fb14130410843b6) |
| + | li.on{background:transparent url(/sites/56c27161c3651143de000010/theme/images/nav_on.png?edb293028f9c07f2d692d066cd8a458a) |
| + | repeat-x 0 0}#banner{padding-top:20px;background:transparent url(/sites/56c27161c3651143de000010/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/569acde5c3651121bb000011/theme/images/photo_frame.png?93c2911287a5754bed65a028c6aa4a7c) |
| + | url(/sites/56c27161c3651143de000010/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/569acde5c3651121bb000011/theme/images/sep.png?89e0275185e661639fb14130410843b6) |
| + | li{margin:0 20px 20px 0;padding:0 0 20px 0;background:transparent url(/sites/56c27161c3651143de000010/theme/images/sep.png?89e0275185e661639fb14130410843b6) |
| repeat-x 0 bottom}.songs li h3{font-style:italic;margin-bottom:6px}.songs | |
| li .cover{float:left}.songs li .cover img{border:4px solid #fff}.songs li | |
| .info{margin-left:165px}.songs li .info .listen{text-align:right;margin:5px | |
| @@ | @@ -23164,20 +23167,20 @@ http_interactions: |
| p textarea{width:400px;height:200px}#contactform p.action{padding:0 0 15px | |
| 200px}#contactform p.action input{background:#2196b2;color:#fff;padding:3px | |
| 5px;text-transform:uppercase;margin:0 5px;border:0}#footer{background:transparent | |
| - | url(/sites/569acde5c3651121bb000011/theme/images/sep.png?89e0275185e661639fb14130410843b6) |
| + | url(/sites/56c27161c3651143de000010/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\neca3f746a6803d962ea389ae3b9186a2\r\n-------------RubyMultipartPost\r\nContent-Disposition: |
| - | form-data; name=\"auth_token\"\r\n\r\ngWL44rqJvEqooM9RczSW\r\n-------------RubyMultipartPost--\r\n\r\n" |
| + | form-data; name=\"theme_asset[checksum]\"\r\n\r\n226fc8dac1d50973a56fdea0348c13d9\r\n-------------RubyMultipartPost\r\nContent-Disposition: |
| + | form-data; name=\"auth_token\"\r\n\r\nC2t1wxAuKy7YPAHVva29\r\n-------------RubyMultipartPost--\r\n\r\n" |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -23194,21 +23197,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"129e53327bd2833a85ce7b512040c549" |
| + | - W/"925c359b183fe94fbe782f61413c8b41" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - d4807535-3bb7-43a2-92d0-af0b083b4a1f |
| + | - bb780048-9105-4da7-b33d-a200bf2e33c5 |
| X-Runtime: | |
| - | - '0.035112' |
| + | - '0.049993' |
| Content-Length: | |
| - '382' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdf6c3651121bb0000d3","created_at":"2016-01-16T23:10:46Z","updated_at":"2016-01-16T23:10:46Z","content_type":"stylesheet","local_path":"stylesheets/application.css","folder":"stylesheets","checksum":"eca3f746a6803d962ea389ae3b9186a2","filename":"application.css","url":"/sites/569acde5c3651121bb000011/theme/stylesheets/application.css","size":"2.72 |
| + | string: '{"_id":"56c2716ec3651143de0000d2","created_at":"2016-02-16T00:46:38Z","updated_at":"2016-02-16T00:46:38Z","content_type":"stylesheet","local_path":"stylesheets/application.css","folder":"stylesheets","checksum":"226fc8dac1d50973a56fdea0348c13d9","filename":"application.css","url":"/sites/56c27161c3651143de000010/theme/stylesheets/application.css","size":"2.72 |
| KB","raw_size":2790}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:46 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:38 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -23219,16 +23222,16 @@ http_interactions: |
| binary\r\n\r\n\r\n-------------RubyMultipartPost\r\nContent-Disposition: form-data; | |
| name=\"theme_asset[folder]\"\r\n\r\nstylesheets/other\r\n-------------RubyMultipartPost\r\nContent-Disposition: | |
| form-data; name=\"theme_asset[checksum]\"\r\n\r\nd41d8cd98f00b204e9800998ecf8427e\r\n-------------RubyMultipartPost\r\nContent-Disposition: | |
| - | form-data; name=\"auth_token\"\r\n\r\ngWL44rqJvEqooM9RczSW\r\n-------------RubyMultipartPost--\r\n\r\n" |
| + | form-data; name=\"auth_token\"\r\n\r\nC2t1wxAuKy7YPAHVva29\r\n-------------RubyMultipartPost--\r\n\r\n" |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -23245,21 +23248,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"3fd7f5d6d253bf6726d5cf9e9d00af6d" |
| + | - W/"49a63e12f2b4d0d61a10f4f8c3dc4165" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 7f11f8ee-d7a8-4a73-b3d5-78e7d4afa0dc |
| + | - 52810925-c6df-4034-ba01-bdef26e2dd3f |
| X-Runtime: | |
| - | - '0.042573' |
| + | - '0.080574' |
| Content-Length: | |
| - '379' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdf6c3651121bb0000d4","created_at":"2016-01-16T23:10:46Z","updated_at":"2016-01-16T23:10:46Z","content_type":"stylesheet","local_path":"stylesheets/other/extra.css","folder":"stylesheets/other","checksum":"d41d8cd98f00b204e9800998ecf8427e","filename":"extra.css","url":"/sites/569acde5c3651121bb000011/theme/stylesheets/other/extra.css","size":"0 |
| + | string: '{"_id":"56c2716fc3651143de0000d3","created_at":"2016-02-16T00:46:39Z","updated_at":"2016-02-16T00:46:39Z","content_type":"stylesheet","local_path":"stylesheets/other/extra.css","folder":"stylesheets/other","checksum":"d41d8cd98f00b204e9800998ecf8427e","filename":"extra.css","url":"/sites/56c27161c3651143de000010/theme/stylesheets/other/extra.css","size":"0 |
| Bytes","raw_size":0}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:46 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:39 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -23287,16 +23290,16 @@ http_interactions: |
| h1{color:green}\r\n-------------RubyMultipartPost\r\nContent-Disposition: | |
| form-data; name=\"theme_asset[folder]\"\r\n\r\nstylesheets/other\r\n-------------RubyMultipartPost\r\nContent-Disposition: | |
| form-data; name=\"theme_asset[checksum]\"\r\n\r\nad2e36fdbc6b9ea164f875e19af0c90e\r\n-------------RubyMultipartPost\r\nContent-Disposition: | |
| - | form-data; name=\"auth_token\"\r\n\r\ngWL44rqJvEqooM9RczSW\r\n-------------RubyMultipartPost--\r\n\r\n" |
| + | form-data; name=\"auth_token\"\r\n\r\nC2t1wxAuKy7YPAHVva29\r\n-------------RubyMultipartPost--\r\n\r\n" |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -23313,21 +23316,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"688d97fa2cf8eff1e3cbce4639102674" |
| + | - W/"bb9499a427dd1912499524f1782df903" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 3df2cf7b-4dde-48b9-8023-bb075da116d4 |
| + | - d65853aa-4598-4a7b-af2f-dd6b652fb6d7 |
| X-Runtime: | |
| - | - '0.037247' |
| + | - '0.107362' |
| Content-Length: | |
| - '382' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdf7c3651121bb0000d5","created_at":"2016-01-16T23:10:47Z","updated_at":"2016-01-16T23:10:47Z","content_type":"stylesheet","local_path":"stylesheets/other/style.css","folder":"stylesheets/other","checksum":"ad2e36fdbc6b9ea164f875e19af0c90e","filename":"style.css","url":"/sites/569acde5c3651121bb000011/theme/stylesheets/other/style.css","size":"1.42 |
| + | string: '{"_id":"56c27170c3651143de0000d4","created_at":"2016-02-16T00:46:40Z","updated_at":"2016-02-16T00:46:40Z","content_type":"stylesheet","local_path":"stylesheets/other/style.css","folder":"stylesheets/other","checksum":"ad2e36fdbc6b9ea164f875e19af0c90e","filename":"style.css","url":"/sites/56c27161c3651143de000010/theme/stylesheets/other/style.css","size":"1.42 |
| KB","raw_size":1452}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:47 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:40 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -23391,7 +23394,7 @@ http_interactions: |
| YW1lPSJ0aGVtZV9hc3NldFtjaGVja3N1bV0iDQoNCmY0NGIxNDg3ZDljMGQ0 | |
| OTBlNjY0ZTkxY2FmMGM3Y2Q4DQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFy | |
| dFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0i | |
| - | YXV0aF90b2tlbiINCg0KZ1dMNDRycUp2RXFvb005UmN6U1cNCi0tLS0tLS0t |
| + | YXV0aF90b2tlbiINCg0KQzJ0MXd4QXVLeTdZUEFIVnZhMjkNCi0tLS0tLS0t |
| LS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg== | |
| headers: | |
| Accept: | |
| @@ | @@ -23399,9 +23402,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -23418,36 +23421,36 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"71bfa516cb201018d07747a01afc44ad" |
| + | - W/"3f024f34770f4ba1cfff7dc85e049320" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 0cae4a13-501f-40b4-9f5a-2a31790db6eb |
| + | - 9e9a4051-7f11-495c-8434-0bea51120590 |
| X-Runtime: | |
| - | - '0.034666' |
| + | - '0.117803' |
| Content-Length: | |
| - '367' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"569acdf8c3651121bb0000d6","created_at":"2016-01-16T23:10:48Z","updated_at":"2016-01-16T23:10:48Z","content_type":"stylesheet","local_path":"stylesheets/reboot.css","folder":"stylesheets","checksum":"f44b1487d9c0d490e664e91caf0c7cd8","filename":"reboot.css","url":"/sites/569acde5c3651121bb000011/theme/stylesheets/reboot.css","size":"1.99 |
| + | string: '{"_id":"56c27171c3651143de0000d5","created_at":"2016-02-16T00:46:41Z","updated_at":"2016-02-16T00:46:41Z","content_type":"stylesheet","local_path":"stylesheets/reboot.css","folder":"stylesheets","checksum":"f44b1487d9c0d490e664e91caf0c7cd8","filename":"reboot.css","url":"/sites/56c27161c3651143de000010/theme/stylesheets/reboot.css","size":"1.99 |
| KB","raw_size":2042}' | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:48 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:41 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/translations/powered_by.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=gWL44rqJvEqooM9RczSW&translation%5Bkey%5D=powered_by&translation%5Bvalues%5D%5Ben%5D=Powered+by&translation%5Bvalues%5D%5Bfr%5D=Propuls%C3%A9+par |
| + | string: auth_token=C2t1wxAuKy7YPAHVva29&translation%5Bkey%5D=powered_by&translation%5Bvalues%5D%5Ben%5D=Powered+by&translation%5Bvalues%5D%5Bfr%5D=Propuls%C3%A9+par |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - gWL44rqJvEqooM9RczSW |
| + | - C2t1wxAuKy7YPAHVva29 |
| X-Locomotive-Site-Handle: | |
| - | - outrageous-stream-2144 |
| + | - balmy-surf-5937 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -23462,22 +23465,22 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"62c3ef33965c28e4593b4deeb9ef3d94" |
| + | - W/"069f41a663e8dbb9a2c8bc725f57929a" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 6e8308b2-daf6-4fbc-ba15-a9deac5d61b1 |
| + | - 61b5653d-39c2-4576-8a23-d37c962d08e6 |
| X-Runtime: | |
| - | - '0.039431' |
| + | - '0.065618' |
| Content-Length: | |
| - '175' | |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| - | eyJfaWQiOiI1NjlhY2RmOGMzNjUxMTIxYmIwMDAwZDciLCJjcmVhdGVkX2F0 |
| - | IjoiMjAxNi0wMS0xNlQyMzoxMDo0OFoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| - | MS0xNlQyMzoxMDo0OFoiLCJrZXkiOiJwb3dlcmVkX2J5IiwidmFsdWVzIjp7 |
| + | eyJfaWQiOiI1NmMyNzE3MWMzNjUxMTQzZGUwMDAwZDYiLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNi0wMi0xNlQwMDo0Njo0MVoiLCJ1cGRhdGVkX2F0IjoiMjAxNi0w |
| + | Mi0xNlQwMDo0Njo0MVoiLCJrZXkiOiJwb3dlcmVkX2J5IiwidmFsdWVzIjp7 |
| ImVuIjoiUG93ZXJlZCBieSIsImZyIjoiUHJvcHVsc8OpIHBhciJ9fQ== | |
| http_version: | |
| - | recorded_at: Sat, 16 Jan 2016 23:10:48 GMT |
| + | recorded_at: Tue, 16 Feb 2016 00:46:41 GMT |
| recorded_with: VCR 3.0.0 | |