Specs in place for delete command
Nic Boie
committed Nov 10, 2015
commit 8ab990f6ea34d0b506d7436d0c33ddcc9f5e8ffd
Showing 5
changed files with
1807 additions
and 2774 deletions
locomotive/wagon/commands/delete_command.rb b/lib/locomotive/wagon/commands/delete_command.rb
+4
-4
| @@ | @@ -21,7 +21,7 @@ module Locomotive::Wagon |
| # @raise [ ArgumentError ] unless the given resources is in RESOURCES | |
| def delete | |
| if RESOURCES.include?(resource) | |
| - | api_client.send(resource_method).destroy(slug) |
| + | client.send(resource_method).destroy(slug) |
| else | |
| raise ArgumentError, "Resource must be one of #{RESOURCES.join(?,)}" | |
| end | |
| @@ | @@ -34,11 +34,11 @@ module Locomotive::Wagon |
| end | |
| def current_site | |
| - | @current_site ||= api_client.current_site |
| + | @current_site ||= client.current_site |
| end | |
| - | def api_client |
| - | @api_client ||= api_site_client(connection_information_from_env_and_path) |
| + | def client |
| + | @api_site_client ||= api_site_client(connection_information_from_env_and_path) |
| end | |
| end | |
spec/fixtures/cassettes/delete.yml
+535
-6
| @@ | @@ -2,7 +2,7 @@ |
| http_interactions: | |
| - request: | |
| method: post | |
| - | uri: http://localhost:3000/locomotive/api/v3/tokens.json |
| + | uri: http://www.example.com:3000/locomotive/api/v3/tokens.json |
| body: | |
| encoding: UTF-8 | |
| string: api_key=d49cd50f6f0d2b163f48fc73cb249f0244c37074&email=admin%40locomotivecms.com | |
| @@ | @@ -23,18 +23,547 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"ba597205e2dab448f1e0e806baabedd0" |
| + | - W/"759937b2fcd331319003f12520075378" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 162eaf2a-edf2-4ffe-93be-1452127b401f |
| + | - 15513caa-071c-436e-8948-097a532d067d |
| X-Runtime: | |
| - | - '0.086288' |
| + | - '0.085456' |
| Content-Length: | |
| - '32' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"token":"DQoH42yv9ivpFVzU9-D6"}' |
| + | string: '{"token":"YwabxyhKGciVnBPtx8Wm"}' |
| http_version: | |
| - | recorded_at: Mon, 26 Oct 2015 03:11:11 GMT |
| + | recorded_at: Tue, 10 Nov 2015 02:25:54 GMT |
| + | - request: |
| + | method: delete |
| + | uri: http://www.example.com:3000/locomotive/api/v3/theme_assets/564141a4cde736424c0000bd.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| + | body: |
| + | encoding: US-ASCII |
| + | string: '' |
| + | headers: |
| + | Accept: |
| + | - application/json |
| + | X-Locomotive-Account-Email: |
| + | - admin@locomotivecms.com |
| + | X-Locomotive-Account-Token: |
| + | - YwabxyhKGciVnBPtx8Wm |
| + | X-Locomotive-Site-Handle: |
| + | - pleasant-winds-1002 |
| + | 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/json |
| + | Etag: |
| + | - W/"cce70ed7353e85b65e1ec10ea2026f18" |
| + | Cache-Control: |
| + | - max-age=0, private, must-revalidate |
| + | X-Request-Id: |
| + | - 75455681-4acf-4b40-b39c-0affc1d80ca0 |
| + | X-Runtime: |
| + | - '4.488276' |
| + | Content-Length: |
| + | - '361' |
| + | body: |
| + | encoding: UTF-8 |
| + | string: '{"_id":"564141a4cde736424c0000bd","created_at":"2015-11-10T01:00:20Z","updated_at":"2015-11-10T01:00:20Z","content_type":"image","local_path":"images/photo_frame.png","folder":"images","checksum":"93c2911287a5754bed65a028c6aa4a7c","filename":"photo_frame.png","url":"/sites/5641419bcde736424c000000/theme/images/photo_frame.png","size":"7.6 |
| + | KB","raw_size":7780}' |
| + | http_version: |
| + | recorded_at: Tue, 10 Nov 2015 02:25:58 GMT |
| + | - request: |
| + | method: delete |
| + | uri: http://www.example.com:3000/locomotive/api/v3/pages/564141a1cde736424c00009a.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| + | body: |
| + | encoding: US-ASCII |
| + | string: '' |
| + | headers: |
| + | Accept: |
| + | - application/json |
| + | X-Locomotive-Account-Email: |
| + | - admin@locomotivecms.com |
| + | X-Locomotive-Account-Token: |
| + | - YwabxyhKGciVnBPtx8Wm |
| + | X-Locomotive-Site-Handle: |
| + | - pleasant-winds-1002 |
| + | 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/json |
| + | Etag: |
| + | - W/"16563f46b5c58a0317314b08bb1b6b2a" |
| + | Cache-Control: |
| + | - max-age=0, private, must-revalidate |
| + | X-Request-Id: |
| + | - 676470cd-baa8-4e5e-81c1-4a959042eef1 |
| + | X-Runtime: |
| + | - '0.543713' |
| + | Content-Length: |
| + | - '2567' |
| + | body: |
| + | encoding: UTF-8 |
| + | string: '{"_id":"564141a1cde736424c00009a","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"About |
| + | Us","parent_id":"5641419bcde736424c000002","position":1,"handle":"about-us","depth":1,"response_type":"text/html","listed":true,"published":true,"translated_in":["en","fr","nb"],"cache_enabled":true,"slug":"about-us","fullpath":"about-us","localized_fullpaths":{"en":"about-us","fr":"fr/a-notre-sujet","nb":"nb/om-oss"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% |
| + | extends parent %}\n{% block content %}\n{% editable_long_text ''content'' |
| + | %}\n\u003cp\u003e\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. |
| + | Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum, |
| + | fringilla eu lectus. Sed cursus, sem at blandit mattis, libero quam egestas |
| + | tortor, eget cursus dolor tellus id nunc. Quisque mauris diam, tincidunt in |
| + | commodo sed, feugiat eu nibh. Nulla erat nunc, dapibus vel eleifend et, egestas |
| + | sed quam. Vestibulum mollis eros at dolor vulputate vel sollicitudin enim |
| + | convallis. Etiam velit nisi, rutrum vel sagittis facilisis, pretium id lorem. |
| + | Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus |
| + | mus. Pellentesque mauris nisl, consequat sed tincidunt nec, 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, vitae pharetra dolor sodales |
| + | 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":"564141a1cde736424c00009b","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":null,"type":"EditableFile"},{"_id":"564141a1cde736424c00009c","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":"\u003ch2\u003eAbout |
| + | us\u003c/h2\u003e\u003cp\u003eLorem ipsum...\u003c/p\u003e","type":""}],"seo_title":null,"meta_keywords":null,"meta_description":null}' |
| + | http_version: |
| + | recorded_at: Tue, 10 Nov 2015 02:46:59 GMT |
| + | - request: |
| + | method: delete |
| + | uri: http://www.example.com:3000/locomotive/api/v3/content_types/5641419ccde736424c00000d.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| + | body: |
| + | encoding: US-ASCII |
| + | string: '' |
| + | headers: |
| + | Accept: |
| + | - application/json |
| + | X-Locomotive-Account-Email: |
| + | - admin@locomotivecms.com |
| + | X-Locomotive-Account-Token: |
| + | - YwabxyhKGciVnBPtx8Wm |
| + | X-Locomotive-Site-Handle: |
| + | - pleasant-winds-1002 |
| + | 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/json |
| + | Etag: |
| + | - W/"d07b3d3d520d8cf1a986dcc74ec553bd" |
| + | Cache-Control: |
| + | - max-age=0, private, must-revalidate |
| + | X-Request-Id: |
| + | - 7ee2b37f-c551-4410-8df3-fbae158e012b |
| + | X-Runtime: |
| + | - '2.605434' |
| + | Content-Length: |
| + | - '1909' |
| + | body: |
| + | encoding: UTF-8 |
| + | string: '{"_id":"5641419ccde736424c00000d","created_at":"2015-11-10T01:00:12Z","updated_at":"2015-11-10T01:00:12Z","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":"5641419ccde736424c00000e","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":"5641419ccde736424c00000f","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":"5641419ccde736424c000010","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":"5641419ccde736424c000011","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":"5641419ccde736424c000012","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":"5641419ccde736424c000013","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":"5641419ccde736424c000014","created_at":null,"updated_at":null,"name":"price","type":"float","label":"Price |
| + | of the event","hint":null,"required":false,"localized":false,"unique":false,"position":6}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}' |
| + | http_version: |
| + | recorded_at: Tue, 10 Nov 2015 02:49:15 GMT |
| + | - request: |
| + | method: delete |
| + | uri: http://www.example.com:3000/locomotive/api/v3/snippets/564141a3cde736424c0000b2.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| + | body: |
| + | encoding: US-ASCII |
| + | string: '' |
| + | headers: |
| + | Accept: |
| + | - application/json |
| + | X-Locomotive-Account-Email: |
| + | - admin@locomotivecms.com |
| + | X-Locomotive-Account-Token: |
| + | - YwabxyhKGciVnBPtx8Wm |
| + | X-Locomotive-Site-Handle: |
| + | - pleasant-winds-1002 |
| + | 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/json |
| + | Etag: |
| + | - W/"900ce57540de9ab5c95ac5a5c4a7ba2d" |
| + | Cache-Control: |
| + | - max-age=0, private, must-revalidate |
| + | X-Request-Id: |
| + | - 8146613c-4dd0-4e98-85ca-efcda31cd476 |
| + | X-Runtime: |
| + | - '0.251823' |
| + | Content-Length: |
| + | - '744' |
| + | body: |
| + | encoding: ASCII-8BIT |
| + | string: !binary |- |
| + | eyJfaWQiOiI1NjQxNDFhM2NkZTczNjQyNGMwMDAwYjIiLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNS0xMS0xMFQwMTowMDoxOVoiLCJ1cGRhdGVkX2F0IjoiMjAxNS0x |
| + | MS0xMFQwMTowMDoxOVoiLCJuYW1lIjoiU29uZyIsInNsdWciOiJzb25nIiwi |
| + | dGVtcGxhdGUiOiJcdTAwM2NsaVx1MDAzZVxuICBcdTAwM2NoM1x1MDAzZVx1 |
| + | MDAzY2EgaHJlZj1cInslIHBhdGhfdG8gc29uZywgd2l0aDogYS1zb25nLXRl |
| + | bXBsYXRlICV9XCJcdTAwM2V7eyBzb25nLnRpdGxlIH19XHUwMDNjL2FcdTAw |
| + | M2VcdTAwM2MvaDNcdTAwM2VcbiAgXHUwMDNjZGl2IGNsYXNzPVwiY292ZXJc |
| + | Ilx1MDAzZXt7IHNvbmcuY292ZXIgfCBpbWFnZV90YWcgfX1cdTAwM2MvZGl2 |
| + | XHUwMDNlXG4gIFx1MDAzY2RpdiBjbGFzcz1cImluZm9cIlx1MDAzZVxuICAg |
| + | IHt7IHNvbmcuc2hvcnRfZGVzY3JpcHRpb24gfX1cbiAgICBcdTAwM2NwIGNs |
| + | YXNzPVwibGlzdGVuXCJcdTAwM2VcbiAgICAgIFx1MDAzY2EgaHJlZj1cInt7 |
| + | IHNvbmcuYXVkaW9fdXJsIH19XCJcdTAwM2VcdTAwMjZyYXJyOyBMaXN0ZW4g |
| + | KHt7IHNvbmcuZHVyYXRpb24gfX0gbWluKVx1MDAzYy9hXHUwMDNlXG4gICAg |
| + | XHUwMDNjL3BcdTAwM2VcbiAgICBcdTAwM2NwXHUwMDNlw6ljb3V0ZXIgZW4g |
| + | RnJhbmNhaXNcdTAwM2MvcFx1MDAzZVxuICBcdTAwM2MvZGl2XHUwMDNlXG4g |
| + | IFx1MDAzY2RpdiBjbGFzcz1cImNsZWFyXCJcdTAwM2VcdTAwM2MvZGl2XHUw |
| + | MDNlXG5cdTAwM2MvbGlcdTAwM2VcbiJ9 |
| + | http_version: |
| + | recorded_at: Tue, 10 Nov 2015 02:50:43 GMT |
| + | - request: |
| + | method: delete |
| + | uri: http://www.example.com:3000/locomotive/api/v3/translations/564141a5cde736424c0000c6.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| + | body: |
| + | encoding: US-ASCII |
| + | string: '' |
| + | headers: |
| + | Accept: |
| + | - application/json |
| + | X-Locomotive-Account-Email: |
| + | - admin@locomotivecms.com |
| + | X-Locomotive-Account-Token: |
| + | - YwabxyhKGciVnBPtx8Wm |
| + | X-Locomotive-Site-Handle: |
| + | - pleasant-winds-1002 |
| + | 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/json |
| + | Etag: |
| + | - W/"15421fb6ae8d8a71bb2b6144a152cb71" |
| + | Cache-Control: |
| + | - max-age=0, private, must-revalidate |
| + | X-Request-Id: |
| + | - e5174aec-b4c8-4f90-8b53-7d086e7736be |
| + | X-Runtime: |
| + | - '0.286872' |
| + | Content-Length: |
| + | - '175' |
| + | body: |
| + | encoding: ASCII-8BIT |
| + | string: !binary |- |
| + | eyJfaWQiOiI1NjQxNDFhNWNkZTczNjQyNGMwMDAwYzYiLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNS0xMS0xMFQwMTowMDoyMVoiLCJ1cGRhdGVkX2F0IjoiMjAxNS0x |
| + | MS0xMFQwMTowMDoyMVoiLCJrZXkiOiJwb3dlcmVkX2J5IiwidmFsdWVzIjp7 |
| + | ImVuIjoiUG93ZXJlZCBieSIsImZyIjoiUHJvcHVsc8OpIHBhciJ9fQ== |
| + | http_version: |
| + | recorded_at: Tue, 10 Nov 2015 02:52:16 GMT |
| + | - request: |
| + | method: delete |
| + | uri: http://www.example.com:3000/locomotive/api/v3/content_assets/5641419dcde736424c000033.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| + | body: |
| + | encoding: US-ASCII |
| + | string: '' |
| + | headers: |
| + | Accept: |
| + | - application/json |
| + | X-Locomotive-Account-Email: |
| + | - admin@locomotivecms.com |
| + | X-Locomotive-Account-Token: |
| + | - YwabxyhKGciVnBPtx8Wm |
| + | X-Locomotive-Site-Handle: |
| + | - pleasant-winds-1002 |
| + | 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/json |
| + | Etag: |
| + | - W/"677d8aad793e5ed6ca3954c461d78a0a" |
| + | Cache-Control: |
| + | - max-age=0, private, must-revalidate |
| + | X-Request-Id: |
| + | - f3889e11-39c9-4c93-8132-3f7e1483593a |
| + | X-Runtime: |
| + | - '0.282872' |
| + | Content-Length: |
| + | - '1150' |
| + | body: |
| + | encoding: UTF-8 |
| + | string: '{"_id":"5641419dcde736424c000033","created_at":"2015-11-10T01:00:13Z","updated_at":"2015-11-10T01:00:13Z","content_type":"image","width":602,"height":397,"vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvbmJvaWUvZGV2ZWxvcG1lbnQvb3Blbl9zb3VyY2UvbG9jb21vdGl2ZS9lbmdpbmUtY2xvbmUvc3BlYy9kdW1teS9wdWJsaWMvc2l0ZXMvNTY0MTQxOWJjZGU3MzY0MjRjMDAwMDAwL2Fzc2V0cy81NjQxNDE5ZGNkZTczNjQyNGMwMDAwMzMvcGhvdG8uanBnIl0sWyJwIiwidGh1bWIiLCI4NXg4NSMiXV0/photo.jpg?sha=99b2143b6e34e681","alternative_vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvbmJvaWUvZGV2ZWxvcG1lbnQvb3Blbl9zb3VyY2UvbG9jb21vdGl2ZS9lbmdpbmUtY2xvbmUvc3BlYy9kdW1teS9wdWJsaWMvc2l0ZXMvNTY0MTQxOWJjZGU3MzY0MjRjMDAwMDAwL2Fzc2V0cy81NjQxNDE5ZGNkZTczNjQyNGMwMDAwMzMvcGhvdG8uanBnIl0sWyJwIiwidGh1bWIiLCIxOTB4MTIwXHUwMDNlIix7ImZvcm1hdCI6InBuZyIsImZyYW1lIjowfV0sWyJwIiwiZW5jb2RlIiwicG5nIl1d/photo.png?sha=37be0d3767488d5f","checksum":"e1aff5628ca068751b333cf1b69dd978","filename":"photo.jpg","short_name":"photo.jpg","extname":null,"full_filename":"photo.jpg","content_type_text":"image","with_thumbnail":true,"raw_size":163476,"url":"/sites/5641419bcde736424c000000/assets/5641419dcde736424c000033/photo.jpg"}' |
| + | http_version: |
| + | recorded_at: Tue, 10 Nov 2015 02:53:01 GMT |
| + | - request: |
| + | method: delete |
| + | uri: http://www.example.com:3000/locomotive/api/v3/pages/bogus_id.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| + | body: |
| + | encoding: US-ASCII |
| + | string: '' |
| + | headers: |
| + | Accept: |
| + | - application/json |
| + | X-Locomotive-Account-Email: |
| + | - admin@locomotivecms.com |
| + | X-Locomotive-Account-Token: |
| + | - YwabxyhKGciVnBPtx8Wm |
| + | X-Locomotive-Site-Handle: |
| + | - pleasant-winds-1002 |
| + | Accept-Encoding: |
| + | - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 |
| + | User-Agent: |
| + | - Ruby |
| + | response: |
| + | status: |
| + | code: 404 |
| + | message: Not Found |
| + | headers: |
| + | Content-Type: |
| + | - application/json |
| + | Cache-Control: |
| + | - no-cache |
| + | X-Request-Id: |
| + | - 06f77617-3933-4c3e-a58c-8bd92e673538 |
| + | X-Runtime: |
| + | - '0.164048' |
| + | Content-Length: |
| + | - '30' |
| + | body: |
| + | encoding: UTF-8 |
| + | string: '{"error":"Resource not found"}' |
| + | http_version: |
| + | recorded_at: Tue, 10 Nov 2015 02:58:08 GMT |
| + | - request: |
| + | method: delete |
| + | uri: http://www.example.com:3000/locomotive/api/v3/content_types/bogus_id.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| + | body: |
| + | encoding: US-ASCII |
| + | string: '' |
| + | headers: |
| + | Accept: |
| + | - application/json |
| + | X-Locomotive-Account-Email: |
| + | - admin@locomotivecms.com |
| + | X-Locomotive-Account-Token: |
| + | - YwabxyhKGciVnBPtx8Wm |
| + | X-Locomotive-Site-Handle: |
| + | - pleasant-winds-1002 |
| + | Accept-Encoding: |
| + | - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 |
| + | User-Agent: |
| + | - Ruby |
| + | response: |
| + | status: |
| + | code: 404 |
| + | message: Not Found |
| + | headers: |
| + | Content-Type: |
| + | - application/json |
| + | Cache-Control: |
| + | - no-cache |
| + | X-Request-Id: |
| + | - addc3dfb-f964-4257-b521-b08298c6a765 |
| + | X-Runtime: |
| + | - '0.126871' |
| + | Content-Length: |
| + | - '30' |
| + | body: |
| + | encoding: UTF-8 |
| + | string: '{"error":"Resource not found"}' |
| + | http_version: |
| + | recorded_at: Tue, 10 Nov 2015 02:58:09 GMT |
| + | - request: |
| + | method: delete |
| + | uri: http://www.example.com:3000/locomotive/api/v3/snippets/bogus_id.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| + | body: |
| + | encoding: US-ASCII |
| + | string: '' |
| + | headers: |
| + | Accept: |
| + | - application/json |
| + | X-Locomotive-Account-Email: |
| + | - admin@locomotivecms.com |
| + | X-Locomotive-Account-Token: |
| + | - YwabxyhKGciVnBPtx8Wm |
| + | X-Locomotive-Site-Handle: |
| + | - pleasant-winds-1002 |
| + | Accept-Encoding: |
| + | - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 |
| + | User-Agent: |
| + | - Ruby |
| + | response: |
| + | status: |
| + | code: 404 |
| + | message: Not Found |
| + | headers: |
| + | Content-Type: |
| + | - application/json |
| + | Cache-Control: |
| + | - no-cache |
| + | X-Request-Id: |
| + | - 881472ef-af1e-4f2e-89a3-728f6fe39834 |
| + | X-Runtime: |
| + | - '0.121552' |
| + | Content-Length: |
| + | - '30' |
| + | body: |
| + | encoding: UTF-8 |
| + | string: '{"error":"Resource not found"}' |
| + | http_version: |
| + | recorded_at: Tue, 10 Nov 2015 02:58:09 GMT |
| + | - request: |
| + | method: delete |
| + | uri: http://www.example.com:3000/locomotive/api/v3/theme_assets/bogus_id.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| + | body: |
| + | encoding: US-ASCII |
| + | string: '' |
| + | headers: |
| + | Accept: |
| + | - application/json |
| + | X-Locomotive-Account-Email: |
| + | - admin@locomotivecms.com |
| + | X-Locomotive-Account-Token: |
| + | - YwabxyhKGciVnBPtx8Wm |
| + | X-Locomotive-Site-Handle: |
| + | - pleasant-winds-1002 |
| + | Accept-Encoding: |
| + | - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 |
| + | User-Agent: |
| + | - Ruby |
| + | response: |
| + | status: |
| + | code: 404 |
| + | message: Not Found |
| + | headers: |
| + | Content-Type: |
| + | - application/json |
| + | Cache-Control: |
| + | - no-cache |
| + | X-Request-Id: |
| + | - 1965a9bd-1d74-4208-a24d-3901f794ed8b |
| + | X-Runtime: |
| + | - '3.823642' |
| + | Content-Length: |
| + | - '30' |
| + | body: |
| + | encoding: UTF-8 |
| + | string: '{"error":"Resource not found"}' |
| + | http_version: |
| + | recorded_at: Tue, 10 Nov 2015 02:58:13 GMT |
| + | - request: |
| + | method: delete |
| + | uri: http://www.example.com:3000/locomotive/api/v3/translations/bogus_id.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| + | body: |
| + | encoding: US-ASCII |
| + | string: '' |
| + | headers: |
| + | Accept: |
| + | - application/json |
| + | X-Locomotive-Account-Email: |
| + | - admin@locomotivecms.com |
| + | X-Locomotive-Account-Token: |
| + | - YwabxyhKGciVnBPtx8Wm |
| + | X-Locomotive-Site-Handle: |
| + | - pleasant-winds-1002 |
| + | Accept-Encoding: |
| + | - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 |
| + | User-Agent: |
| + | - Ruby |
| + | response: |
| + | status: |
| + | code: 404 |
| + | message: Not Found |
| + | headers: |
| + | Content-Type: |
| + | - application/json |
| + | Cache-Control: |
| + | - no-cache |
| + | X-Request-Id: |
| + | - e92e12ee-08e7-4d77-a1b9-17c22dbe7044 |
| + | X-Runtime: |
| + | - '0.112986' |
| + | Content-Length: |
| + | - '30' |
| + | body: |
| + | encoding: UTF-8 |
| + | string: '{"error":"Resource not found"}' |
| + | http_version: |
| + | recorded_at: Tue, 10 Nov 2015 02:58:13 GMT |
| + | - request: |
| + | method: delete |
| + | uri: http://www.example.com:3000/locomotive/api/v3/content_assets/bogus_id.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| + | body: |
| + | encoding: US-ASCII |
| + | string: '' |
| + | headers: |
| + | Accept: |
| + | - application/json |
| + | X-Locomotive-Account-Email: |
| + | - admin@locomotivecms.com |
| + | X-Locomotive-Account-Token: |
| + | - YwabxyhKGciVnBPtx8Wm |
| + | X-Locomotive-Site-Handle: |
| + | - pleasant-winds-1002 |
| + | Accept-Encoding: |
| + | - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 |
| + | User-Agent: |
| + | - Ruby |
| + | response: |
| + | status: |
| + | code: 404 |
| + | message: Not Found |
| + | headers: |
| + | Content-Type: |
| + | - application/json |
| + | Cache-Control: |
| + | - no-cache |
| + | X-Request-Id: |
| + | - 5cdfe1d2-1990-4657-8f4a-6d2229970e79 |
| + | X-Runtime: |
| + | - '0.123914' |
| + | Content-Length: |
| + | - '30' |
| + | body: |
| + | encoding: UTF-8 |
| + | string: '{"error":"Resource not found"}' |
| + | http_version: |
| + | recorded_at: Tue, 10 Nov 2015 02:58:13 GMT |
| recorded_with: VCR 2.9.3 | |
spec/fixtures/cassettes/push.yml
+1199
-2730
| @@ | @@ -23,20 +23,20 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"a9163fdeb161e2c161f3a0f3efe49ba1" |
| + | - W/"759937b2fcd331319003f12520075378" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 83aa2efd-2ec0-4f4b-a5c3-d60dc76a7fdc |
| + | - 9e4e2990-c92a-4803-86d7-ea3e6f321a26 |
| X-Runtime: | |
| - | - '0.014619' |
| + | - '0.029586' |
| Content-Length: | |
| - '32' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"token":"a2muK9TeBmVrpA5XrYQa"}' |
| + | string: '{"token":"YwabxyhKGciVnBPtx8Wm"}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:51:14 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:11 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/sites.json | |
| @@ | @@ -134,8 +134,8 @@ http_interactions: |
| pgKckwxok+SZIhTKm78skFVqqUDQ20m/LqZYX86ktCy0aBXOxpvexeaLf7bP | |
| NANwmOcDIQ9E4weIUs4veHSGv0OifDD/A3Bg4KJOfgWFAAAAAElFTkSuQmCC | |
| DQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlz | |
| - | cG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KYTJt |
| - | dUs5VGVCbVZycEE1WHJZUWENCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0 |
| + | cG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KWXdh |
| + | Ynh5aEtHY2lWbkJQdHg4V20NCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0 |
| UG9zdC0tDQoNCg== | |
| headers: | |
| Accept: | |
| @@ | @@ -143,7 +143,7 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -160,21 +160,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"ade77a008bd25cd95fd80c50ee35ad0b" |
| + | - W/"7a02a214e7655b5d64f3f82291729e55" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - c6f2e6e6-9e6c-47a6-ba55-d1cf582f37a2 |
| + | - b7e96e19-8a08-4422-9baf-5ac9d40e5fb9 |
| X-Runtime: | |
| - | - '0.384598' |
| + | - '0.369764' |
| Content-Length: | |
| - | - '626' |
| + | - '625' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105be287f6432346000001","created_at":"2015-10-03T22:51:14Z","updated_at":"2015-10-03T22:51:14Z","name":"Sample |
| - | website","handle":"zealous-volcano-9917","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"locales":["en"],"domains":[],"memberships":[{"_id":"56105be287f6432346000002","created_at":null,"updated_at":null,"role":"admin","account_id":"56105bac87f6432326000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1443912674,"picture_thumbnail_url":null}' |
| + | string: '{"_id":"5641419bcde736424c000000","created_at":"2015-11-10T01:00:11Z","updated_at":"2015-11-10T01:00:11Z","name":"Sample |
| + | website","handle":"pleasant-winds-1002","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"locales":["en"],"domains":[],"memberships":[{"_id":"5641419bcde736424c000001","created_at":null,"updated_at":null,"role":"admin","account_id":"5641416bcde73641d4000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1447117211,"picture_thumbnail_url":null}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:51:14 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:11 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/tokens.json | |
| @@ | @@ -198,23 +198,23 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"a9163fdeb161e2c161f3a0f3efe49ba1" |
| + | - W/"759937b2fcd331319003f12520075378" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - b5c62ee8-97c6-4439-be69-81bcbcc952af |
| + | - 26b5cf56-fdd5-4576-861e-38311a7067a5 |
| X-Runtime: | |
| - | - '0.014016' |
| + | - '0.011278' |
| Content-Length: | |
| - '32' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"token":"a2muK9TeBmVrpA5XrYQa"}' |
| + | string: '{"token":"YwabxyhKGciVnBPtx8Wm"}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:51:14 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:11 GMT |
| - request: | |
| method: get | |
| - | uri: http://localhost:3000/locomotive/api/v3/current_site.json?auth_token=a2muK9TeBmVrpA5XrYQa |
| + | uri: http://localhost:3000/locomotive/api/v3/current_site.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -224,9 +224,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Accept-Encoding: | |
| @@ | @@ -241,21 +241,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"ade77a008bd25cd95fd80c50ee35ad0b" |
| + | - W/"7a02a214e7655b5d64f3f82291729e55" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - fd930b7d-7426-46df-ad4b-8ecb86563488 |
| + | - 61f16f68-b645-4680-9378-578dc472f111 |
| X-Runtime: | |
| - | - '0.035545' |
| + | - '0.018715' |
| Content-Length: | |
| - | - '626' |
| + | - '625' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105be287f6432346000001","created_at":"2015-10-03T22:51:14Z","updated_at":"2015-10-03T22:51:14Z","name":"Sample |
| - | website","handle":"zealous-volcano-9917","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"locales":["en"],"domains":[],"memberships":[{"_id":"56105be287f6432346000002","created_at":null,"updated_at":null,"role":"admin","account_id":"56105bac87f6432326000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1443912674,"picture_thumbnail_url":null}' |
| + | string: '{"_id":"5641419bcde736424c000000","created_at":"2015-11-10T01:00:11Z","updated_at":"2015-11-10T01:00:11Z","name":"Sample |
| + | website","handle":"pleasant-winds-1002","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"locales":["en"],"domains":[],"memberships":[{"_id":"5641419bcde736424c000001","created_at":null,"updated_at":null,"role":"admin","account_id":"5641416bcde73641d4000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1447117211,"picture_thumbnail_url":null}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:51:14 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:11 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/current_site.json | |
| @@ | @@ -336,17 +336,17 @@ http_interactions: |
| eU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0 | |
| YTsgbmFtZT0ic2l0ZVtsb2NhbGVzXVtdIg0KDQpuYg0KLS0tLS0tLS0tLS0t | |
| LVJ1YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3Jt | |
| - | LWRhdGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmEybXVLOVRlQm1WcnBBNVhy |
| - | WVFhDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo= |
| + | LWRhdGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCll3YWJ4eWhLR2NpVm5CUHR4 |
| + | OFdtDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo= |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -363,24 +363,24 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"2aeac5e4ff6ee22be08f3781d8c9c18d" |
| + | - W/"c53c0e8bf46ace0424581b2449ba8f6a" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 2d1f2798-5205-4a78-a6fd-3648b9c0b679 |
| + | - feaf48fb-7434-4276-b1f0-f5ee13d89008 |
| X-Runtime: | |
| - | - '0.103678' |
| + | - '0.162572' |
| Content-Length: | |
| - | - '645' |
| + | - '644' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105be287f6432346000001","created_at":"2015-10-03T22:51:14Z","updated_at":"2015-10-03T22:52:03Z","name":"Sample |
| - | website","handle":"zealous-volcano-9917","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"locales":["en","fr","nb"],"domains":[],"memberships":[{"_id":"56105be287f6432346000002","created_at":null,"updated_at":null,"role":"admin","account_id":"56105bac87f6432326000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":1443912723,"template_version":1443912674,"picture_thumbnail_url":null}' |
| + | string: '{"_id":"5641419bcde736424c000000","created_at":"2015-11-10T01:00:11Z","updated_at":"2015-11-10T01:00:11Z","name":"Sample |
| + | website","handle":"pleasant-winds-1002","seo_title":null,"meta_keywords":null,"meta_description":"","robots_txt":null,"cache_enabled":false,"locales":["en","fr","nb"],"domains":[],"memberships":[{"_id":"5641419bcde736424c000001","created_at":null,"updated_at":null,"role":"admin","account_id":"5641416bcde73641d4000000","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":1447117211,"template_version":1447117211,"picture_thumbnail_url":null}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:03 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:11 GMT |
| - request: | |
| method: get | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types.json?auth_token=a2muK9TeBmVrpA5XrYQa |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -390,9 +390,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -409,31 +409,31 @@ http_interactions: |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 06b4ccf1-1819-418a-8501-1703e9bffcfc |
| + | - 23d2eb51-709c-4657-bc7c-5d78274915f7 |
| X-Runtime: | |
| - | - '0.023584' |
| + | - '0.016139' |
| Content-Length: | |
| - '2' | |
| body: | |
| encoding: UTF-8 | |
| string: "[]" | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:03 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:12 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/bands.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -448,39 +448,39 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"4c255f93ab60116300030d5c7ef537ad" |
| + | - W/"ce540342a30b1ae30fb847e275d2fb96" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 006c1927-1e34-4862-8c72-439c2f0407f6 |
| + | - 01e95d71-5fb9-494b-b920-36f21413d8a4 |
| X-Runtime: | |
| - | - '0.123827' |
| + | - '0.142603' |
| Content-Length: | |
| - | - '1448' |
| + | - '1520' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1387f6432346000006","created_at":"2015-10-03T22:52:03Z","updated_at":"2015-10-03T22:52:03Z","name":"Bands","slug":"bands","description":"List |
| - | of bands","label_field_name":"name","order_direction":"asc","public_submission_enabled":false,"entry_template":null,"display_settings":null,"fields":[{"_id":"56105c1387f6432346000007","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":"56105c1387f6432346000008","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":"56105c1387f6432346000009","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":"56105c1387f643234600000b","name":{"en":"grunge"},"position":0},{"id":"56105c1387f643234600000c","name":{"en":"rock"},"position":0},{"id":"56105c1387f643234600000d","name":{"en":"country"},"position":0}]},{"_id":"56105c1387f643234600000a","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":"5641419ccde736424c000005","created_at":"2015-11-10T01:00:12Z","updated_at":"2015-11-10T01:00:12Z","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":"5641419ccde736424c000006","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":"5641419ccde736424c000007","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":"5641419ccde736424c000008","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":"5641419ccde736424c00000a","name":{"en":"grunge"},"position":0},{"id":"5641419ccde736424c00000b","name":{"en":"rock"},"position":0},{"id":"5641419ccde736424c00000c","name":{"en":"country"},"position":0}]},{"_id":"5641419ccde736424c000009","created_at":null,"updated_at":null,"name":"featured","type":"boolean","label":"Featured","hint":null,"required":false,"localized":false,"unique":false,"position":4}],"order_by":"name","group_by":null,"public_submission_account_emails":[]}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:03 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:12 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/events.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -495,42 +495,42 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"9262cbec084c9ec6693119fe86ef9868" |
| + | - W/"d07b3d3d520d8cf1a986dcc74ec553bd" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 3d525d35-cf20-4b15-8898-24e3d9241d44 |
| + | - 0f29fe2d-3065-40a0-9bc8-cac9891640d0 |
| X-Runtime: | |
| - | - '0.097540' |
| + | - '0.103942' |
| Content-Length: | |
| - | - '1837' |
| + | - '1909' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1387f643234600000e","created_at":"2015-10-03T22:52:03Z","updated_at":"2015-10-03T22:52:03Z","name":"Events","slug":"events","description":"List |
| - | of upcoming events","label_field_name":"place","order_direction":"asc","public_submission_enabled":false,"entry_template":null,"display_settings":null,"fields":[{"_id":"56105c1387f643234600000f","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":"56105c1387f6432346000010","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":"56105c1387f6432346000011","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":"56105c1387f6432346000012","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":"56105c1387f6432346000013","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":"56105c1387f6432346000014","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":"56105c1387f6432346000015","created_at":null,"updated_at":null,"name":"price","type":"float","label":"Price |
| + | string: '{"_id":"5641419ccde736424c00000d","created_at":"2015-11-10T01:00:12Z","updated_at":"2015-11-10T01:00:12Z","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":"5641419ccde736424c00000e","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":"5641419ccde736424c00000f","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":"5641419ccde736424c000010","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":"5641419ccde736424c000011","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":"5641419ccde736424c000012","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":"5641419ccde736424c000013","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":"5641419ccde736424c000014","created_at":null,"updated_at":null,"name":"price","type":"float","label":"Price |
| of the event","hint":null,"required":false,"localized":false,"unique":false,"position":6}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:03 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:12 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/messages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -545,38 +545,38 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"23f40384112a6ec60907015921d3a3bd" |
| + | - W/"5b40e6bc5332f76f5ac3f42dff080ab3" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 910cd53b-5e74-4033-8b92-22d48c4526e8 |
| + | - 88681140-c4ed-43b1-a82f-f508c884e3b3 |
| X-Runtime: | |
| - | - '0.071610' |
| + | - '0.098632' |
| Content-Length: | |
| - | - '1044' |
| + | - '1116' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1387f6432346000016","created_at":"2015-10-03T22:52:03Z","updated_at":"2015-10-03T22:52:03Z","name":"Messages","slug":"messages","description":"Messages |
| - | posted by new potential customers","label_field_name":"name","order_direction":"asc","public_submission_enabled":true,"entry_template":null,"display_settings":null,"fields":[{"_id":"56105c1387f6432346000017","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Full |
| - | name","required":true,"localized":false,"unique":false,"position":0},{"_id":"56105c1387f6432346000018","created_at":null,"updated_at":null,"name":"email","type":"string","label":"Email","hint":"Email","required":true,"localized":false,"unique":false,"position":1},{"_id":"56105c1387f6432346000019","created_at":null,"updated_at":null,"name":"message","type":"text","label":"Message","hint":"Customer |
| + | string: '{"_id":"5641419ccde736424c000015","created_at":"2015-11-10T01:00:12Z","updated_at":"2015-11-10T01:00:12Z","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":"5641419ccde736424c000016","created_at":null,"updated_at":null,"name":"name","type":"string","label":"Name","hint":"Full |
| + | name","required":true,"localized":false,"unique":false,"position":0},{"_id":"5641419ccde736424c000017","created_at":null,"updated_at":null,"name":"email","type":"string","label":"Email","hint":"Email","required":true,"localized":false,"unique":false,"position":1},{"_id":"5641419ccde736424c000018","created_at":null,"updated_at":null,"name":"message","type":"text","label":"Message","hint":"Customer |
| message","required":true,"localized":false,"unique":false,"position":2,"text_formatting":"html"}],"order_by":"created_at","group_by":null,"public_submission_account_emails":[]}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:03 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:12 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -591,39 +591,39 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"510dd25adbc125436388d1bdf04ee9f3" |
| + | - W/"7acaed75c6594b3e7641ce1c722c96c2" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - d720b103-956e-4fe1-8875-eb0e6b1ee2d6 |
| + | - 1d841c54-ff09-4184-af8e-fabb55b60c34 |
| X-Runtime: | |
| - | - '0.086426' |
| + | - '0.103889' |
| Content-Length: | |
| - | - '1465' |
| + | - '1537' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1387f643234600001a","created_at":"2015-10-03T22:52:03Z","updated_at":"2015-10-03T22:52:03Z","name":"Songs","slug":"songs","description":null,"label_field_name":"title","order_direction":"asc","public_submission_enabled":false,"entry_template":null,"display_settings":null,"fields":[{"_id":"56105c1387f643234600001b","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":"56105c1387f643234600001c","created_at":null,"updated_at":null,"name":"cover","type":"file","label":"Cover","hint":null,"required":true,"localized":false,"unique":false,"position":2},{"_id":"56105c1387f643234600001d","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":"56105c1387f643234600001e","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":"56105c1387f643234600001f","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format |
| + | string: '{"_id":"5641419ccde736424c000019","created_at":"2015-11-10T01:00:12Z","updated_at":"2015-11-10T01:00:12Z","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":"5641419ccde736424c00001a","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":"5641419ccde736424c00001b","created_at":null,"updated_at":null,"name":"cover","type":"file","label":"Cover","hint":null,"required":true,"localized":false,"unique":false,"position":2},{"_id":"5641419ccde736424c00001c","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":"5641419ccde736424c00001d","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":"5641419ccde736424c00001e","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format |
| like: mm:ss","required":false,"localized":false,"unique":false,"position":5}],"order_by":"_position","group_by":null,"public_submission_account_emails":[]}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:03 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:12 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/updates.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -638,71 +638,73 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"9c2f5247853c072811338b3811b6f057" |
| + | - W/"db5f7cdb3b3434ac3daaaf0ab41b4b27" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 65b3d95e-33d4-4b08-858b-3fb9b9bd79b5 |
| + | - b0aead94-70a8-4be1-bb86-152580767003 |
| X-Runtime: | |
| - | - '0.084116' |
| + | - '0.118800' |
| Content-Length: | |
| - | - '1606' |
| + | - '1678' |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| - | eyJfaWQiOiI1NjEwNWMxMzg3ZjY0MzIzNDYwMDAwMjAiLCJjcmVhdGVkX2F0 |
| - | IjoiMjAxNS0xMC0wM1QyMjo1MjowM1oiLCJ1cGRhdGVkX2F0IjoiMjAxNS0x |
| - | MC0wM1QyMjo1MjowM1oiLCJuYW1lIjoiVXBkYXRlcyIsInNsdWciOiJ1cGRh |
| + | eyJfaWQiOiI1NjQxNDE5Y2NkZTczNjQyNGMwMDAwMWYiLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNS0xMS0xMFQwMTowMDoxMloiLCJ1cGRhdGVkX2F0IjoiMjAxNS0x |
| + | MS0xMFQwMTowMDoxMloiLCJuYW1lIjoiVXBkYXRlcyIsInNsdWciOiJ1cGRh |
| dGVzIiwiZGVzY3JpcHRpb24iOiJMaXN0IG9mIHVwZGF0ZXMiLCJsYWJlbF9m | |
| aWVsZF9uYW1lIjoidGl0bGUiLCJvcmRlcl9kaXJlY3Rpb24iOiJhc2MiLCJw | |
| - | dWJsaWNfc3VibWlzc2lvbl9lbmFibGVkIjpmYWxzZSwiZW50cnlfdGVtcGxh |
| - | dGUiOm51bGwsImRpc3BsYXlfc2V0dGluZ3MiOm51bGwsImZpZWxkcyI6W3si |
| - | X2lkIjoiNTYxMDVjMTM4N2Y2NDMyMzQ2MDAwMDIxIiwiY3JlYXRlZF9hdCI6 |
| - | bnVsbCwidXBkYXRlZF9hdCI6bnVsbCwibmFtZSI6InRpdGxlIiwidHlwZSI6 |
| - | InN0cmluZyIsImxhYmVsIjoiVGl0bGUiLCJoaW50IjoiTm90IGRpc3BsYXll |
| - | ZCBpbiB0aGUgd2Vic2l0ZSIsInJlcXVpcmVkIjp0cnVlLCJsb2NhbGl6ZWQi |
| - | OnRydWUsInVuaXF1ZSI6ZmFsc2UsInBvc2l0aW9uIjowfSx7Il9pZCI6IjU2 |
| - | MTA1YzEzODdmNjQzMjM0NjAwMDAyMiIsImNyZWF0ZWRfYXQiOm51bGwsInVw |
| - | ZGF0ZWRfYXQiOm51bGwsIm5hbWUiOiJ0ZXh0IiwidHlwZSI6InRleHQiLCJs |
| - | YWJlbCI6IlRleHQiLCJoaW50IjoiVGV4dCBkaXNwbGF5ZWQgaW4gdGhlIGhv |
| - | bWUgcGFnZSIsInJlcXVpcmVkIjpmYWxzZSwibG9jYWxpemVkIjp0cnVlLCJ1 |
| - | bmlxdWUiOmZhbHNlLCJwb3NpdGlvbiI6MSwidGV4dF9mb3JtYXR0aW5nIjoi |
| - | aHRtbCJ9LHsiX2lkIjoiNTYxMDVjMTM4N2Y2NDMyMzQ2MDAwMDIzIiwiY3Jl |
| - | YXRlZF9hdCI6bnVsbCwidXBkYXRlZF9hdCI6bnVsbCwibmFtZSI6ImNhdGVn |
| - | b3J5IiwidHlwZSI6InNlbGVjdCIsImxhYmVsIjoiQ2F0ZWdvcnkiLCJoaW50 |
| - | IjoiUGljayBhIGNhdGVnb3J5IiwicmVxdWlyZWQiOmZhbHNlLCJsb2NhbGl6 |
| - | ZWQiOnRydWUsInVuaXF1ZSI6ZmFsc2UsInBvc2l0aW9uIjoyLCJzZWxlY3Rf |
| - | b3B0aW9ucyI6W3siaWQiOiI1NjEwNWMxMzg3ZjY0MzIzNDYwMDAwMjUiLCJu |
| - | YW1lIjp7ImVuIjoiR2VuZXJhbCIsImZyIjoiR8OpbsOpcmFsIn0sInBvc2l0 |
| - | aW9uIjowfSx7ImlkIjoiNTYxMDVjMTM4N2Y2NDMyMzQ2MDAwMDI2IiwibmFt |
| - | ZSI6eyJlbiI6IkdpZ3MiLCJmciI6IkNvbmNlcnRzIn0sInBvc2l0aW9uIjow |
| - | fSx7ImlkIjoiNTYxMDVjMTM4N2Y2NDMyMzQ2MDAwMDI3IiwibmFtZSI6eyJl |
| - | biI6IkJhbmRzIiwiZnIiOiJHcm91cGVzIn0sInBvc2l0aW9uIjowfSx7Imlk |
| - | IjoiNTYxMDVjMTM4N2Y2NDMyMzQ2MDAwMDI4IiwibmFtZSI6eyJlbiI6IkFs |
| - | YnVtcyJ9LCJwb3NpdGlvbiI6MH1dfSx7Il9pZCI6IjU2MTA1YzEzODdmNjQz |
| - | MjM0NjAwMDAyNCIsImNyZWF0ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQiOm51 |
| - | bGwsIm5hbWUiOiJkYXRlIiwidHlwZSI6ImRhdGUiLCJsYWJlbCI6IkRhdGUi |
| - | LCJoaW50IjoiRGF0ZSBvZiB0aGUgdXBkYXRlIiwicmVxdWlyZWQiOmZhbHNl |
| - | LCJsb2NhbGl6ZWQiOmZhbHNlLCJ1bmlxdWUiOmZhbHNlLCJwb3NpdGlvbiI6 |
| - | M31dLCJvcmRlcl9ieSI6ImRhdGUiLCJncm91cF9ieSI6bnVsbCwicHVibGlj |
| - | X3N1Ym1pc3Npb25fYWNjb3VudF9lbWFpbHMiOltdfQ== |
| + | dWJsaWNfc3VibWlzc2lvbl9lbmFibGVkIjpmYWxzZSwicHVibGljX3N1Ym1p |
| + | c3Npb25fYWNjb3VudHMiOltdLCJwdWJsaWNfc3VibWlzc2lvbl90aXRsZV90 |
| + | ZW1wbGF0ZSI6bnVsbCwiZW50cnlfdGVtcGxhdGUiOm51bGwsImRpc3BsYXlf |
| + | c2V0dGluZ3MiOm51bGwsImZpZWxkcyI6W3siX2lkIjoiNTY0MTQxOWNjZGU3 |
| + | MzY0MjRjMDAwMDIwIiwiY3JlYXRlZF9hdCI6bnVsbCwidXBkYXRlZF9hdCI6 |
| + | bnVsbCwibmFtZSI6InRpdGxlIiwidHlwZSI6InN0cmluZyIsImxhYmVsIjoi |
| + | VGl0bGUiLCJoaW50IjoiTm90IGRpc3BsYXllZCBpbiB0aGUgd2Vic2l0ZSIs |
| + | InJlcXVpcmVkIjp0cnVlLCJsb2NhbGl6ZWQiOnRydWUsInVuaXF1ZSI6ZmFs |
| + | c2UsInBvc2l0aW9uIjowfSx7Il9pZCI6IjU2NDE0MTljY2RlNzM2NDI0YzAw |
| + | MDAyMSIsImNyZWF0ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQiOm51bGwsIm5h |
| + | bWUiOiJ0ZXh0IiwidHlwZSI6InRleHQiLCJsYWJlbCI6IlRleHQiLCJoaW50 |
| + | IjoiVGV4dCBkaXNwbGF5ZWQgaW4gdGhlIGhvbWUgcGFnZSIsInJlcXVpcmVk |
| + | IjpmYWxzZSwibG9jYWxpemVkIjp0cnVlLCJ1bmlxdWUiOmZhbHNlLCJwb3Np |
| + | dGlvbiI6MSwidGV4dF9mb3JtYXR0aW5nIjoiaHRtbCJ9LHsiX2lkIjoiNTY0 |
| + | MTQxOWNjZGU3MzY0MjRjMDAwMDIyIiwiY3JlYXRlZF9hdCI6bnVsbCwidXBk |
| + | YXRlZF9hdCI6bnVsbCwibmFtZSI6ImNhdGVnb3J5IiwidHlwZSI6InNlbGVj |
| + | dCIsImxhYmVsIjoiQ2F0ZWdvcnkiLCJoaW50IjoiUGljayBhIGNhdGVnb3J5 |
| + | IiwicmVxdWlyZWQiOmZhbHNlLCJsb2NhbGl6ZWQiOnRydWUsInVuaXF1ZSI6 |
| + | ZmFsc2UsInBvc2l0aW9uIjoyLCJzZWxlY3Rfb3B0aW9ucyI6W3siaWQiOiI1 |
| + | NjQxNDE5Y2NkZTczNjQyNGMwMDAwMjQiLCJuYW1lIjp7ImVuIjoiR2VuZXJh |
| + | bCIsImZyIjoiR8OpbsOpcmFsIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTY0 |
| + | MTQxOWNjZGU3MzY0MjRjMDAwMDI1IiwibmFtZSI6eyJlbiI6IkdpZ3MiLCJm |
| + | ciI6IkNvbmNlcnRzIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTY0MTQxOWNj |
| + | ZGU3MzY0MjRjMDAwMDI2IiwibmFtZSI6eyJlbiI6IkJhbmRzIiwiZnIiOiJH |
| + | cm91cGVzIn0sInBvc2l0aW9uIjowfSx7ImlkIjoiNTY0MTQxOWNjZGU3MzY0 |
| + | MjRjMDAwMDI3IiwibmFtZSI6eyJlbiI6IkFsYnVtcyJ9LCJwb3NpdGlvbiI6 |
| + | MH1dfSx7Il9pZCI6IjU2NDE0MTljY2RlNzM2NDI0YzAwMDAyMyIsImNyZWF0 |
| + | ZWRfYXQiOm51bGwsInVwZGF0ZWRfYXQiOm51bGwsIm5hbWUiOiJkYXRlIiwi |
| + | dHlwZSI6ImRhdGUiLCJsYWJlbCI6IkRhdGUiLCJoaW50IjoiRGF0ZSBvZiB0 |
| + | aGUgdXBkYXRlIiwicmVxdWlyZWQiOmZhbHNlLCJsb2NhbGl6ZWQiOmZhbHNl |
| + | LCJ1bmlxdWUiOmZhbHNlLCJwb3NpdGlvbiI6M31dLCJvcmRlcl9ieSI6ImRh |
| + | dGUiLCJncm91cF9ieSI6bnVsbCwicHVibGljX3N1Ym1pc3Npb25fYWNjb3Vu |
| + | dF9lbWFpbHMiOltdfQ== |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:03 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:12 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/bands.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_type%5Bfields%5D%5B0%5D%5Binverse_of%5D=band&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Songs&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=songs&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btarget%5D=songs&content_type%5Bfields%5D%5B0%5D%5Btype%5D=has_many&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bname%5D=Bands&content_type%5Bslug%5D=bands |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_type%5Bfields%5D%5B0%5D%5Binverse_of%5D=band&content_type%5Bfields%5D%5B0%5D%5Blabel%5D=Songs&content_type%5Bfields%5D%5B0%5D%5Blocalized%5D=false&content_type%5Bfields%5D%5B0%5D%5Bname%5D=songs&content_type%5Bfields%5D%5B0%5D%5Bposition%5D=3&content_type%5Bfields%5D%5B0%5D%5Brequired%5D=false&content_type%5Bfields%5D%5B0%5D%5Btarget%5D=songs&content_type%5Bfields%5D%5B0%5D%5Btype%5D=has_many&content_type%5Bfields%5D%5B0%5D%5Bunique%5D=false&content_type%5Bname%5D=Bands&content_type%5Bslug%5D=bands |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -717,39 +719,39 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"d703001c085284103bdf61ae4a455549" |
| + | - W/"d8de8d2b46627fffcc7e5bb4551c293a" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 9d2a2ea1-53d7-4bea-87fa-7bdf50d3bdc7 |
| + | - b6b236a1-e0b5-4fb9-8b84-5f028e509877 |
| X-Runtime: | |
| - | - '0.101454' |
| + | - '0.106378' |
| Content-Length: | |
| - | - '1714' |
| + | - '1786' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1387f6432346000006","created_at":"2015-10-03T22:52:03Z","updated_at":"2015-10-03T22:52:03Z","name":"Bands","slug":"bands","description":"List |
| - | of bands","label_field_name":"name","order_direction":"asc","public_submission_enabled":false,"entry_template":null,"display_settings":null,"fields":[{"_id":"56105c1387f6432346000007","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":"56105c1387f6432346000008","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":"56105c1387f6432346000009","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":"56105c1387f643234600000b","name":{"en":"grunge"},"position":0},{"id":"56105c1387f643234600000c","name":{"en":"rock"},"position":0},{"id":"56105c1387f643234600000d","name":{"en":"country"},"position":0}]},{"_id":"56105c1387f6432346000029","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":"56105c1387f643234600000a","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":"5641419ccde736424c000005","created_at":"2015-11-10T01:00:12Z","updated_at":"2015-11-10T01:00:12Z","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":"5641419ccde736424c000006","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":"5641419ccde736424c000007","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":"5641419ccde736424c000008","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":"5641419ccde736424c00000a","name":{"en":"grunge"},"position":0},{"id":"5641419ccde736424c00000b","name":{"en":"rock"},"position":0},{"id":"5641419ccde736424c00000c","name":{"en":"country"},"position":0}]},{"_id":"5641419ccde736424c000028","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":"5641419ccde736424c000009","created_at":null,"updated_at":null,"name":"featured","type":"boolean","label":"Featured","hint":null,"required":false,"localized":false,"unique":false,"position":4}],"order_by":"name","group_by":null,"public_submission_account_emails":[]}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:03 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:12 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -764,39 +766,39 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e393841868fce8a757d91e8a8d10a147" |
| + | - W/"024aacf10a8796f15c0365d270f3fc1d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 5c17febe-b598-49fe-8dee-dac8845791fa |
| + | - 53b840da-7258-47d5-ae3b-1cf252d786fc |
| X-Runtime: | |
| - | - '0.107093' |
| + | - '0.115387' |
| Content-Length: | |
| - | - '1729' |
| + | - '1801' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1387f643234600001a","created_at":"2015-10-03T22:52:03Z","updated_at":"2015-10-03T22:52:03Z","name":"Songs","slug":"songs","description":null,"label_field_name":"title","order_direction":"asc","public_submission_enabled":false,"entry_template":null,"display_settings":null,"fields":[{"_id":"56105c1387f643234600001b","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":"56105c1387f643234600002a","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":"56105c1387f643234600001c","created_at":null,"updated_at":null,"name":"cover","type":"file","label":"Cover","hint":null,"required":true,"localized":false,"unique":false,"position":2},{"_id":"56105c1387f643234600001d","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":"56105c1387f643234600001e","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":"56105c1387f643234600001f","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format |
| + | string: '{"_id":"5641419ccde736424c000019","created_at":"2015-11-10T01:00:12Z","updated_at":"2015-11-10T01:00:12Z","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":"5641419ccde736424c00001a","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":"5641419ccde736424c000029","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":"5641419ccde736424c00001b","created_at":null,"updated_at":null,"name":"cover","type":"file","label":"Cover","hint":null,"required":true,"localized":false,"unique":false,"position":2},{"_id":"5641419ccde736424c00001c","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":"5641419ccde736424c00001d","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":"5641419ccde736424c00001e","created_at":null,"updated_at":null,"name":"duration","type":"string","label":"Duration","hint":"format |
| like: mm:ss","required":false,"localized":false,"unique":false,"position":5}],"order_by":"_position","group_by":null,"public_submission_account_emails":[]}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:03 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:12 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=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -813,37 +815,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"a3b19276c5021d1ed78ca4c4aaad5a59" |
| + | - W/"180a128ef451d1eb84e2d3b160a67e76" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 2967f85a-3971-4f52-ae1f-c33b58b663a0 |
| + | - 8de5436f-e9b5-4b7f-a272-35344e7d5115 |
| X-Runtime: | |
| - | - '0.072012' |
| + | - '0.055381' |
| Content-Length: | |
| - '354' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1487f643234600002c","created_at":"2015-10-03T22:52:04Z","updated_at":"2015-10-03T22:52:04Z","_slug":"alice-in-chains","content_type_slug":"bands","_label":"Alice |
| + | string: '{"_id":"5641419dcde736424c00002b","created_at":"2015-11-10T01:00:13Z","updated_at":"2015-11-10T01:00:13Z","_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, 03 Oct 2015 22:52:04 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:13 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=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -860,37 +862,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"1c282c0b685f3747214e862a451d9d1b" |
| + | - W/"372cbddfac5cb14042b50c2c3ed8e4c7" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - d4799c6d-c059-4e46-a949-4911bf8c9c90 |
| + | - efbb2155-4282-491b-9128-087bdada4070 |
| X-Runtime: | |
| - | - '0.063094' |
| + | - '0.092951' |
| Content-Length: | |
| - '336' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1487f643234600002f","created_at":"2015-10-03T22:52:04Z","updated_at":"2015-10-03T22:52:04Z","_slug":"pearl-jam","content_type_slug":"bands","_label":"Pearl |
| + | string: '{"_id":"5641419dcde736424c00002e","created_at":"2015-11-10T01:00:13Z","updated_at":"2015-11-10T01:00:13Z","_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, 03 Oct 2015 22:52:04 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:13 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=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -907,25 +909,25 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"2f60474f14f21b12f6ba5d9f78470bbb" |
| + | - W/"27e556d97700ba31ef6867bf22992522" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - dee73353-5090-4ad4-b4fa-107428d51e4c |
| + | - 2f3527ee-a553-4d31-bd10-dc01f9b4b17c |
| X-Runtime: | |
| - | - '0.062568' |
| + | - '0.095554' |
| Content-Length: | |
| - '327' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1487f6432346000032","created_at":"2015-10-03T22:52:04Z","updated_at":"2015-10-03T22:52:04Z","_slug":"the-who","content_type_slug":"bands","_label":"The |
| + | string: '{"_id":"5641419dcde736424c000031","created_at":"2015-11-10T01:00:13Z","updated_at":"2015-11-10T01:00:13Z","_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, 03 Oct 2015 22:52:04 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:13 GMT |
| - request: | |
| method: get | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_assets.json?auth_token=a2muK9TeBmVrpA5XrYQa |
| + | uri: http://localhost:3000/locomotive/api/v3/content_assets.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -935,9 +937,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -954,16 +956,16 @@ http_interactions: |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 761fe8b1-f513-48f5-834d-626c9ff30977 |
| + | - 0d83cc3d-ca5d-4f79-80b0-bd415301946d |
| X-Runtime: | |
| - | - '0.046678' |
| + | - '0.031477' |
| Content-Length: | |
| - '2' | |
| body: | |
| encoding: UTF-8 | |
| string: "[]" | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:04 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:13 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/content_assets.json | |
| @@ | @@ -4609,7 +4611,7 @@ http_interactions: |
| OfidNktYCfvn4Km/bXYO/jvMLNj8pMaBuKpZbO3y4yZrtnX/ZscEhoeY1tKX | |
| ETGx9f8LMACQI47rDqNe1wAAAABJRU5ErkJggg0KLS0tLS0tLS0tLS0tLVJ1 | |
| YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRh | |
| - | dGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmEybXVLOVRlQm1WcnBBNVhyWVFh |
| + | dGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCll3YWJ4eWhLR2NpVm5CUHR4OFdt |
| DQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo= | |
| headers: | |
| Accept: | |
| @@ | @@ -4617,9 +4619,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -4636,35 +4638,35 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"27ed79e9b32cdb2e99f30f8e23304acf" |
| + | - W/"faf14b640e344cd2a4ec0d4e8d64e989" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - de6f3c08-22e9-4294-8990-dd4cc5cbb879 |
| + | - 7f5dc9b0-d140-42f9-a32b-1596d215bcbc |
| X-Runtime: | |
| - | - '0.098242' |
| + | - '0.128027' |
| Content-Length: | |
| - | - '1109' |
| + | - '1151' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1487f6432346000034","created_at":"2015-10-03T22:52:04Z","updated_at":"2015-10-03T22:52:04Z","content_type":"image","width":602,"height":397,"vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NjEwNWJlMjg3ZjY0MzIzNDYwMDAwMDEvYXNzZXRzLzU2MTA1YzE0ODdmNjQzMjM0NjAwMDAzNC9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjg1eDg1IyJdXQ/photo.jpg?sha=c7b6756174e1aeca","alternative_vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvZGlkaWVyL0RvY3VtZW50cy9Mb2NvbW90aXZlQ01TL2VuZ2luZS9zcGVjL2R1bW15L3B1YmxpYy9zaXRlcy81NjEwNWJlMjg3ZjY0MzIzNDYwMDAwMDEvYXNzZXRzLzU2MTA1YzE0ODdmNjQzMjM0NjAwMDAzNC9waG90by5qcGciXSxbInAiLCJ0aHVtYiIsIjE5MHgxMjBcdTAwM2UiLHsiZm9ybWF0IjoicG5nIiwiZnJhbWUiOjB9XSxbInAiLCJlbmNvZGUiLCJwbmciXV0/photo.png?sha=1e6c8681fa06b9b0","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/56105be287f6432346000001/assets/56105c1487f6432346000034/photo.jpg"}' |
| + | string: '{"_id":"5641419dcde736424c000033","created_at":"2015-11-10T01:00:13Z","updated_at":"2015-11-10T01:00:13Z","content_type":"image","width":602,"height":397,"vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvbmJvaWUvZGV2ZWxvcG1lbnQvb3Blbl9zb3VyY2UvbG9jb21vdGl2ZS9lbmdpbmUtY2xvbmUvc3BlYy9kdW1teS9wdWJsaWMvc2l0ZXMvNTY0MTQxOWJjZGU3MzY0MjRjMDAwMDAwL2Fzc2V0cy81NjQxNDE5ZGNkZTczNjQyNGMwMDAwMzMvcGhvdG8uanBnIl0sWyJwIiwidGh1bWIiLCI4NXg4NSMiXV0/photo.jpg?sha=99b2143b6e34e681","alternative_vignette_url":"/images/dynamic/W1siZmYiLCIvVXNlcnMvbmJvaWUvZGV2ZWxvcG1lbnQvb3Blbl9zb3VyY2UvbG9jb21vdGl2ZS9lbmdpbmUtY2xvbmUvc3BlYy9kdW1teS9wdWJsaWMvc2l0ZXMvNTY0MTQxOWJjZGU3MzY0MjRjMDAwMDAwL2Fzc2V0cy81NjQxNDE5ZGNkZTczNjQyNGMwMDAwMzMvcGhvdG8uanBnIl0sWyJwIiwidGh1bWIiLCIxOTB4MTIwXHUwMDNlIix7ImZvcm1hdCI6InBuZyIsImZyYW1lIjowfV0sWyJwIiwiZW5jb2RlIiwicG5nIl1d/photo.png?sha=37be0d3767488d5f","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/5641419bcde736424c000000/assets/5641419dcde736424c000033/photo.jpg"}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:04 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:13 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=a2muK9TeBmVrpA5XrYQa&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%2F56105be287f6432346000001%2Fassets%2F56105c1487f6432346000034%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=YwabxyhKGciVnBPtx8Wm&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%2F5641419bcde736424c000000%2Fassets%2F5641419dcde736424c000033%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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4681,39 +4683,39 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"0db3a11480c94b97258b360fe7dfb3d7" |
| + | - W/"a7448e9e5b7b9c1a6b49ec6a1acdb0b8" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - ada05f32-82f6-47a2-ae01-2ebb6c297614 |
| + | - bd2ea445-4c71-4d85-9f71-9d901204d759 |
| X-Runtime: | |
| - | - '0.073702' |
| + | - '0.059235' |
| Content-Length: | |
| - '568' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1487f6432346000036","created_at":"2015-10-03T22:52:04Z","updated_at":"2015-10-03T22:52:04Z","_slug":"avogadros-number","content_type_slug":"events","_label":"Avogadro''s |
| + | string: '{"_id":"5641419dcde736424c000035","created_at":"2015-11-10T01:00:13Z","updated_at":"2015-11-10T01:00:13Z","_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/56105be287f6432346000001/assets/56105c1487f6432346000034/photo.jpg\" |
| + | ipsum\u003cbr/\u003e\u003cimg src=\"/sites/5641419bcde736424c000000/assets/5641419dcde736424c000033/photo.jpg\" |
| alt=\"\" /\u003e\u003c/p\u003e","tags":null,"price":0.0}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:04 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:13 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=a2muK9TeBmVrpA5XrYQa&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%2F56105be287f6432346000001%2Fassets%2F56105c1487f6432346000034%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=YwabxyhKGciVnBPtx8Wm&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%2F5641419bcde736424c000000%2Fassets%2F5641419dcde736424c000033%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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4730,39 +4732,39 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"5d082ac0fd5d9e9d1d3a93cd9a647020" |
| + | - W/"09ada3e07928d7f36c540c9205026887" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 49d82af7-8250-4102-b682-49f096f6c05f |
| + | - 69ec6545-73f2-42ab-bd86-229c877253ec |
| X-Runtime: | |
| - | - '0.074743' |
| + | - '0.086613' |
| Content-Length: | |
| - '568' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1487f6432346000039","created_at":"2015-10-03T22:52:04Z","updated_at":"2015-10-03T22:52:04Z","_slug":"quixotes-true-blue","content_type_slug":"events","_label":"Quixote''s |
| + | string: '{"_id":"5641419dcde736424c000038","created_at":"2015-11-10T01:00:13Z","updated_at":"2015-11-10T01:00:13Z","_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/56105be287f6432346000001/assets/56105c1487f6432346000034/photo.jpg\" |
| + | ipsum\u003cbr/\u003e\u003cimg src=\"/sites/5641419bcde736424c000000/assets/5641419dcde736424c000033/photo.jpg\" |
| alt=\"\" /\u003e\u003c/p\u003e","tags":null,"price":0.0}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:04 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:13 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=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4779,38 +4781,38 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e72d7502a4dced05878697629103f9b2" |
| + | - W/"e379282e07263682750e60c47eb01657" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 440b6d92-c001-40a9-a7ee-327197a7355c |
| + | - 91a4d2c2-c0c3-487a-a7f0-e72be5cb7a04 |
| X-Runtime: | |
| - | - '0.095200' |
| + | - '0.079623' |
| Content-Length: | |
| - '435' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1487f643234600003c","created_at":"2015-10-03T22:52:04Z","updated_at":"2015-10-03T22:52:04Z","_slug":"kellys-westport-inn","content_type_slug":"events","_label":"Kelly''s |
| + | string: '{"_id":"5641419dcde736424c00003b","created_at":"2015-11-10T01:00:13Z","updated_at":"2015-11-10T01:00:13Z","_slug":"kellys-westport-inn","content_type_slug":"events","_label":"Kelly''s |
| Westport Inn","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Kelly''s | |
| Westport Inn","date":"2012-06-06","city":"Kansas City","state":"Missouri","notes":null,"tags":["awesome","open | |
| bar"],"price":5.5}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:04 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:13 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/brownes-market.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4827,38 +4829,38 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"d9fb76d2ad0c66647059b35521d6b3e3" |
| + | - W/"180f0070b25d72cd63c3e0031cfa471f" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 3770294e-6d0e-4fde-aa70-f14c13090894 |
| + | - f7ece250-d272-47ec-b291-9357b63a16b3 |
| X-Runtime: | |
| - | - '0.072720' |
| + | - '0.087065' |
| Content-Length: | |
| - '421' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1487f643234600003f","created_at":"2015-10-03T22:52:04Z","updated_at":"2015-10-03T22:52:04Z","_slug":"brownes-market","content_type_slug":"events","_label":"Browne''s |
| + | string: '{"_id":"5641419dcde736424c00003e","created_at":"2015-11-10T01:00:13Z","updated_at":"2015-11-10T01:00:13Z","_slug":"brownes-market","content_type_slug":"events","_label":"Browne''s |
| Market","_position":3,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Browne''s | |
| Market","date":"2012-06-06","city":"Kansas City","state":"Missouri","notes":null,"tags":["awesome","open | |
| bar"],"price":15.0}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:04 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:13 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/ballydoyles.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4875,35 +4877,35 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"6a587627774c61067aca587064467058" |
| + | - W/"0d161952e677bc431a63cb2961b9d92c" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 02f04710-ca1a-49dd-8c4c-7ead16e6161b |
| + | - fa0131a7-da83-4949-b8cc-4144f92b9627 |
| X-Runtime: | |
| - | - '0.071281' |
| + | - '0.081877' |
| Content-Length: | |
| - '388' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1587f6432346000042","created_at":"2015-10-03T22:52:05Z","updated_at":"2015-10-03T22:52:05Z","_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":"5641419dcde736424c000041","created_at":"2015-11-10T01:00:13Z","updated_at":"2015-11-10T01:00:13Z","_slug":"ballydoyles","content_type_slug":"events","_label":"Ballydoyle''s","_position":4,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Ballydoyle''s","date":"2012-06-05","city":"Aurora","state":"Illinois","notes":null,"tags":null,"price":0.0}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:05 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:13 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/events/entries/the-belmont.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4920,37 +4922,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"d100f8b4c68b3c1fe3431dfa072e12ab" |
| + | - W/"9638da82fa5d76e43ade4f1d8757c82a" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - fca79d3c-c198-4468-afd3-1701decae4d2 |
| + | - 6a0640e3-1c68-4677-812d-496382f4f66f |
| X-Runtime: | |
| - | - '0.071657' |
| + | - '0.080906' |
| Content-Length: | |
| - '388' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1587f6432346000045","created_at":"2015-10-03T22:52:05Z","updated_at":"2015-10-03T22:52:05Z","_slug":"the-belmont","content_type_slug":"events","_label":"The |
| + | string: '{"_id":"5641419dcde736424c000044","created_at":"2015-11-10T01:00:13Z","updated_at":"2015-11-10T01:00:13Z","_slug":"the-belmont","content_type_slug":"events","_label":"The |
| Belmont","_position":5,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"The | |
| Belmont","date":"2012-06-04","city":"Hamtramk","state":"Michigan","notes":null,"tags":null,"price":0.0}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:05 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:14 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=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -4967,37 +4969,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"8571b137f749061d37dbb28705df4812" |
| + | - W/"826055c4ce64dc8577a2e216b6b87318" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 974ce46a-c174-45af-a59b-93dd43319bbb |
| + | - 6d093ccf-a213-42a2-b3bf-d42fb1364cd7 |
| X-Runtime: | |
| - | - '0.064472' |
| + | - '0.077689' |
| Content-Length: | |
| - '411' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1587f6432346000048","created_at":"2015-10-03T22:52:05Z","updated_at":"2015-10-03T22:52:05Z","_slug":"avogadros-number-1","content_type_slug":"events","_label":"Avogadro''s |
| + | string: '{"_id":"5641419ecde736424c000047","created_at":"2015-11-10T01:00:14Z","updated_at":"2015-11-10T01:00:14Z","_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, 03 Oct 2015 22:52:05 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:14 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=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -5014,37 +5016,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"a887c570512f68d9f2cf9490c08cefde" |
| + | - W/"9cca72d27b702546b173d6d8abe99e9a" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - ce0f9a13-311c-4d38-ba3e-0abdaf245960 |
| + | - 72cf4ed5-a3f2-4419-96ed-965c57f93f0f |
| X-Runtime: | |
| - | - '0.076559' |
| + | - '0.091747' |
| Content-Length: | |
| - '411' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1587f643234600004b","created_at":"2015-10-03T22:52:05Z","updated_at":"2015-10-03T22:52:05Z","_slug":"quixotes-true-blue-1","content_type_slug":"events","_label":"Quixote''s |
| + | string: '{"_id":"5641419ecde736424c00004a","created_at":"2015-11-10T01:00:14Z","updated_at":"2015-11-10T01:00:14Z","_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, 03 Oct 2015 22:52:05 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:14 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=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -5061,37 +5063,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"41dab7d1633a15ac22bd192467d01ca5" |
| + | - W/"8609319f75fdd9fff388a57ce838d7f9" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - d0fb2a59-9fb2-4db1-902b-10fb26314f1b |
| + | - 7b3156e4-5c2e-4228-a422-fcde73c4394b |
| X-Runtime: | |
| - | - '0.071673' |
| + | - '0.089046' |
| Content-Length: | |
| - '419' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1587f643234600004e","created_at":"2015-10-03T22:52:05Z","updated_at":"2015-10-03T22:52:05Z","_slug":"kellys-westport-inn-1","content_type_slug":"events","_label":"Kelly''s |
| + | string: '{"_id":"5641419ecde736424c00004d","created_at":"2015-11-10T01:00:14Z","updated_at":"2015-11-10T01:00:14Z","_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, 03 Oct 2015 22:52:05 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:14 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=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -5108,37 +5110,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"bbfc4e838fa86eeab2bfa2de7a0de029" |
| + | - W/"507048ec18857ae9031771ab0903e14c" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 50009980-67a5-4e77-9192-168c15b20007 |
| + | - 790edff8-0777-471b-bbaa-759da4bc434e |
| X-Runtime: | |
| - | - '0.091759' |
| + | - '0.081629' |
| Content-Length: | |
| - '404' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1587f6432346000051","created_at":"2015-10-03T22:52:05Z","updated_at":"2015-10-03T22:52:05Z","_slug":"brownes-market-1","content_type_slug":"events","_label":"Browne''s |
| + | string: '{"_id":"5641419ecde736424c000050","created_at":"2015-11-10T01:00:14Z","updated_at":"2015-11-10T01:00:14Z","_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, 03 Oct 2015 22:52:05 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:14 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=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -5155,35 +5157,35 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"05c14f4b9af8cc3366da6f07e616553f" |
| + | - W/"b30c048ad4e6aa298bcb71d3b4e9b7f9" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - e502ad7c-36a1-4263-9abb-5d6c524b9e26 |
| + | - d2a7ef1b-2bfa-4dad-973e-c649194e189b |
| X-Runtime: | |
| - | - '0.068320' |
| + | - '0.082743' |
| Content-Length: | |
| - '391' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1587f6432346000054","created_at":"2015-10-03T22:52:05Z","updated_at":"2015-10-03T22:52:05Z","_slug":"ballydoyles-1","content_type_slug":"events","_label":"Ballydoyle''s","_position":10,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"Ballydoyle''s","date":"2011-06-05","city":"Aurora","state":"Illinois","notes":null,"tags":null,"price":0.0}' |
| + | string: '{"_id":"5641419ecde736424c000053","created_at":"2015-11-10T01:00:14Z","updated_at":"2015-11-10T01:00:14Z","_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, 03 Oct 2015 22:52:05 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:14 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=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -5200,22 +5202,22 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"7280349c6f34472d089cd23815a69850" |
| + | - W/"323980bc06997d437ac9089cf6000c3e" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 5c4e5f44-132e-4e20-bca7-e75becde002d |
| + | - bdef9c02-d8a5-4f24-9f70-fb854cb61e79 |
| X-Runtime: | |
| - | - '0.087823' |
| + | - '0.165134' |
| Content-Length: | |
| - '391' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1587f6432346000057","created_at":"2015-10-03T22:52:05Z","updated_at":"2015-10-03T22:52:05Z","_slug":"the-belmont-1","content_type_slug":"events","_label":"The |
| + | string: '{"_id":"5641419ecde736424c000056","created_at":"2015-11-10T01:00:14Z","updated_at":"2015-11-10T01:00:14Z","_slug":"the-belmont-1","content_type_slug":"events","_label":"The |
| Belmont","_position":11,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"place":"The | |
| Belmont","date":"2011-06-04","city":"Hamtramk","state":"Michigan","notes":null,"tags":null,"price":0.0}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:05 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:14 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-1.json | |
| @@ | @@ -5575,7 +5577,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQphMm11SzlUZUJtVnJwQTVYcllRYQ0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpZd2FieHloS0djaVZuQlB0eDhXbQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -5583,9 +5585,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -5604,26 +5606,26 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"3ae52941b4dca8f7d3554cf8cd35c235" |
| + | - W/"96515fea8e047e0c903c477d7a2844cf" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 212a31c0-0b14-44b9-a5b2-d769aa1368b7 |
| + | - 73bd6c58-a8f8-473d-ba0e-db82239508c9 |
| X-Runtime: | |
| - | - '0.096886' |
| + | - '0.097051' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1587f643234600005a","created_at":"2015-10-03T22:52:05Z","updated_at":"2015-10-03T22:52:05Z","_slug":"song-number-1","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"5641419ecde736424c000059","created_at":"2015-11-10T01:00:14Z","updated_at":"2015-11-10T01:00:14Z","_slug":"song-number-1","content_type_slug":"songs","_label":"Song |
| #1","_position":0,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song | |
| - | #1","cover":"/sites/56105be287f6432346000001/content_entry56105c1387f643234600001a/56105c1587f643234600005a/files/cover.jpg","short_description":"Lorem |
| + | #1","cover":"/sites/5641419bcde736424c000000/content_entry5641419ccde736424c000019/5641419ecde736424c000059/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, 03 Oct 2015 22:52:05 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:14 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-2.json | |
| @@ | @@ -5983,7 +5985,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQphMm11SzlUZUJtVnJwQTVYcllRYQ0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpZd2FieHloS0djaVZuQlB0eDhXbQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -5991,9 +5993,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -6012,26 +6014,26 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"f406daeb84172d3c2972d09880b84a9a" |
| + | - W/"d568de3b49b6a6df28f8df4d54800a42" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 2d98f33b-9b89-45d1-9d54-9ac0c9fcfe0d |
| + | - a0a4cce5-561d-4810-a835-b6d7297366c5 |
| X-Runtime: | |
| - | - '0.099347' |
| + | - '0.100160' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1587f643234600005d","created_at":"2015-10-03T22:52:05Z","updated_at":"2015-10-03T22:52:05Z","_slug":"song-number-2","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"5641419ecde736424c00005c","created_at":"2015-11-10T01:00:14Z","updated_at":"2015-11-10T01:00:14Z","_slug":"song-number-2","content_type_slug":"songs","_label":"Song |
| #2","_position":1,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song | |
| - | #2","cover":"/sites/56105be287f6432346000001/content_entry56105c1387f643234600001a/56105c1587f643234600005d/files/cover.jpg","short_description":"Lorem |
| + | #2","cover":"/sites/5641419bcde736424c000000/content_entry5641419ccde736424c000019/5641419ecde736424c00005c/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, 03 Oct 2015 22:52:06 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:14 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-3.json | |
| @@ | @@ -6391,7 +6393,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQphMm11SzlUZUJtVnJwQTVYcllRYQ0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpZd2FieHloS0djaVZuQlB0eDhXbQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -6399,9 +6401,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -6420,26 +6422,26 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"a1d6a6e427dd5ac73abec47e0d71e73c" |
| + | - W/"606dae40851185635bf525f78249b73f" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 617f9121-c23d-45f9-8627-b3bbe7759492 |
| + | - 29413395-526b-4ebb-a7c2-47eb76360e3e |
| X-Runtime: | |
| - | - '0.098755' |
| + | - '0.085750' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f6432346000060","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:06Z","_slug":"song-number-3","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"5641419ecde736424c00005f","created_at":"2015-11-10T01:00:14Z","updated_at":"2015-11-10T01:00:14Z","_slug":"song-number-3","content_type_slug":"songs","_label":"Song |
| #3","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song | |
| - | #3","cover":"/sites/56105be287f6432346000001/content_entry56105c1387f643234600001a/56105c1687f6432346000060/files/cover.jpg","short_description":"Lorem |
| + | #3","cover":"/sites/5641419bcde736424c000000/content_entry5641419ccde736424c000019/5641419ecde736424c00005f/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, 03 Oct 2015 22:52:06 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:15 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-4.json | |
| @@ | @@ -6799,7 +6801,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQphMm11SzlUZUJtVnJwQTVYcllRYQ0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpZd2FieHloS0djaVZuQlB0eDhXbQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -6807,9 +6809,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -6828,26 +6830,26 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"4351c285ad3575aca0477c4335837185" |
| + | - W/"242551d0411e335a334dc6f0e4775237" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 2ccff355-6ca6-4e99-8ef2-daa283291150 |
| + | - eb70ec29-5a8b-4f37-a855-569dd42a5e7d |
| X-Runtime: | |
| - | - '0.103128' |
| + | - '0.081514' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f6432346000063","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:06Z","_slug":"song-number-4","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"5641419fcde736424c000062","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:15Z","_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/56105be287f6432346000001/content_entry56105c1387f643234600001a/56105c1687f6432346000063/files/cover.jpg","short_description":"Lorem |
| + | #4","cover":"/sites/5641419bcde736424c000000/content_entry5641419ccde736424c000019/5641419fcde736424c000062/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, 03 Oct 2015 22:52:06 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:15 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-5.json | |
| @@ | @@ -7207,7 +7209,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQphMm11SzlUZUJtVnJwQTVYcllRYQ0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpZd2FieHloS0djaVZuQlB0eDhXbQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -7215,9 +7217,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -7236,26 +7238,26 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"3966835eacf2f1f1f165b48e27a6b658" |
| + | - W/"6a7081483b4a3821a0afa105ee068f6b" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - ec12720c-c1e2-48ce-aad3-6285286dd891 |
| + | - 3f1da162-206a-4bf5-878b-4ddd8fc9ffe4 |
| X-Runtime: | |
| - | - '0.098626' |
| + | - '0.091303' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f6432346000066","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:06Z","_slug":"song-number-5","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"5641419fcde736424c000065","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:15Z","_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/56105be287f6432346000001/content_entry56105c1387f643234600001a/56105c1687f6432346000066/files/cover.jpg","short_description":"Lorem |
| + | #5","cover":"/sites/5641419bcde736424c000000/content_entry5641419ccde736424c000019/5641419fcde736424c000065/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, 03 Oct 2015 22:52:06 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:15 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-6.json | |
| @@ | @@ -7615,7 +7617,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQphMm11SzlUZUJtVnJwQTVYcllRYQ0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpZd2FieHloS0djaVZuQlB0eDhXbQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -7623,9 +7625,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -7644,26 +7646,26 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"4cb1f5f4c7283667f03b2c5b3e0dce01" |
| + | - W/"4202faa9d217383088440f2731644f5d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - defb4f55-f9c5-47be-b3d0-10916beff283 |
| + | - 87008281-c3aa-4fea-bf38-0eaa99a06bf5 |
| X-Runtime: | |
| - | - '0.084360' |
| + | - '0.141558' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f6432346000069","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:06Z","_slug":"song-number-6","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"5641419fcde736424c000068","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:15Z","_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/56105be287f6432346000001/content_entry56105c1387f643234600001a/56105c1687f6432346000069/files/cover.jpg","short_description":"Lorem |
| + | #6","cover":"/sites/5641419bcde736424c000000/content_entry5641419ccde736424c000019/5641419fcde736424c000068/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, 03 Oct 2015 22:52:06 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:15 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-7.json | |
| @@ | @@ -8023,7 +8025,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQphMm11SzlUZUJtVnJwQTVYcllRYQ0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpZd2FieHloS0djaVZuQlB0eDhXbQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -8031,9 +8033,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8052,26 +8054,26 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"d27266cdce9f73df81d581f1d3971427" |
| + | - W/"f75cfe14cf9c627b2b2d844576819f49" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 0a209484-bb84-4cd8-8399-a8c6f0049b1a |
| + | - fe22067f-cbed-41d2-b650-b322f32ead3b |
| X-Runtime: | |
| - | - '0.089795' |
| + | - '0.099740' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f643234600006c","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:06Z","_slug":"song-number-7","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"5641419fcde736424c00006b","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:15Z","_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/56105be287f6432346000001/content_entry56105c1387f643234600001a/56105c1687f643234600006c/files/cover.jpg","short_description":"Lorem |
| + | #7","cover":"/sites/5641419bcde736424c000000/content_entry5641419ccde736424c000019/5641419fcde736424c00006b/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, 03 Oct 2015 22:52:06 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:15 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/song-number-8.json | |
| @@ | @@ -8431,7 +8433,7 @@ http_interactions: |
| bnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iY29udGVudF9l | |
| bnRyeVtkdXJhdGlvbl0iDQoNCjY6MjgNCi0tLS0tLS0tLS0tLS1SdWJ5TXVs | |
| dGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBu | |
| - | YW1lPSJhdXRoX3Rva2VuIg0KDQphMm11SzlUZUJtVnJwQTVYcllRYQ0KLS0t |
| + | YW1lPSJhdXRoX3Rva2VuIg0KDQpZd2FieHloS0djaVZuQlB0eDhXbQ0KLS0t |
| LS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -8439,9 +8441,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8460,41 +8462,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"5b2217004e9d3af162d99b66ad4b9663" |
| + | - W/"c3e881faeb703f3eb535f538b2c9aac4" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - c58d5748-d19c-448b-ab73-526e0dd6a4d1 |
| + | - 9741d15a-1a41-49d6-8a56-c59942ee087b |
| X-Runtime: | |
| - | - '0.115842' |
| + | - '0.080700' |
| Content-Length: | |
| - '783' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f643234600006f","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:06Z","_slug":"song-number-8","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"5641419fcde736424c00006e","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:15Z","_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/56105be287f6432346000001/content_entry56105c1387f643234600001a/56105c1687f643234600006f/files/cover.jpg","short_description":"Lorem |
| + | #8","cover":"/sites/5641419bcde736424c000000/content_entry5641419ccde736424c000019/5641419fcde736424c00006e/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, 03 Oct 2015 22:52:06 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:15 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=a2muK9TeBmVrpA5XrYQa&content_entry%5B_slug%5D=update-number-1&content_entry%5Bdate%5D=2009-05-12&content_entry%5Btext%5D=added+some+free+stuff&content_entry%5Btitle%5D=Update+%231 |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_entry%5B_slug%5D=update-number-1&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8511,37 +8513,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"0434b406821096f846c456f78508d341" |
| + | - W/"ca10421b273908b3faeada395e827c52" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 014086c8-8713-4363-a2ac-8173b9e40974 |
| + | - bae4028c-c15a-46ea-b776-66624aeb5add |
| X-Runtime: | |
| - | - '0.067562' |
| + | - '0.078588' |
| Content-Length: | |
| - '362' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f6432346000072","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:06Z","_slug":"update-number-1","content_type_slug":"updates","_label":"Update |
| + | string: '{"_id":"5641419fcde736424c000071","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:15Z","_slug":"update-number-1","content_type_slug":"updates","_label":"Update |
| #1","_position":0,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update | |
| #1","text":"added some free stuff","category":null,"date":"2009-05-12"}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:06 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:15 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/update-number-2.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5B_slug%5D=update-number-2&content_entry%5Bdate%5D=2009-05-23&content_entry%5Btext%5D=added+a+chatroom&content_entry%5Btitle%5D=Update+%232 |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_entry%5B_slug%5D=update-number-2&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8558,37 +8560,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"9f736a7ebbafb15710564315e094eb85" |
| + | - W/"e554d9b03b27c47f1d0bcd90d300152a" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 8e5f5ff2-4d8b-4318-9c64-d64d64018853 |
| + | - fc46a2c0-6b60-4f5b-930b-383f24d904da |
| X-Runtime: | |
| - | - '0.069380' |
| + | - '0.086690' |
| Content-Length: | |
| - '357' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f6432346000075","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:06Z","_slug":"update-number-2","content_type_slug":"updates","_label":"Update |
| + | string: '{"_id":"5641419fcde736424c000074","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:15Z","_slug":"update-number-2","content_type_slug":"updates","_label":"Update |
| #2","_position":1,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update | |
| #2","text":"added a chatroom","category":null,"date":"2009-05-23"}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:06 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:15 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/update-number-3.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5B_slug%5D=update-number-3&content_entry%5Bdate%5D=2009-06-29&content_entry%5Btext%5D=site+redesign&content_entry%5Btitle%5D=Update+%233 |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_entry%5B_slug%5D=update-number-3&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8605,37 +8607,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e53e3a268ba665de3a3f74215b893c60" |
| + | - W/"618938025aa090087fbdd7cfe58d17b1" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 92517eee-32e9-4cea-b893-710b4fb98b54 |
| + | - 5bc721f8-fad6-4330-a109-2bbdd9b6ca58 |
| X-Runtime: | |
| - | - '0.065412' |
| + | - '0.089401' |
| Content-Length: | |
| - '354' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f6432346000078","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:06Z","_slug":"update-number-3","content_type_slug":"updates","_label":"Update |
| + | string: '{"_id":"5641419fcde736424c000077","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:15Z","_slug":"update-number-3","content_type_slug":"updates","_label":"Update |
| #3","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update | |
| #3","text":"site redesign","category":null,"date":"2009-06-29"}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:07 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:15 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/update-number-4.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5B_slug%5D=update-number-4&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=YwabxyhKGciVnBPtx8Wm&content_entry%5B_slug%5D=update-number-4&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8652,37 +8654,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"2fce60ae7bbe4b1451812e218ff939f5" |
| + | - W/"87c2ebc942466e20b3a90fc2a0de0dd1" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 0c292f8f-4fdb-408e-936e-ec5104586fe4 |
| + | - dd27eeca-77e9-4064-b9da-676a88f6b2d2 |
| X-Runtime: | |
| - | - '0.084764' |
| + | - '0.083915' |
| Content-Length: | |
| - '361' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1787f643234600007b","created_at":"2015-10-03T22:52:07Z","updated_at":"2015-10-03T22:52:07Z","_slug":"update-number-4","content_type_slug":"updates","_label":"Update |
| + | string: '{"_id":"5641419fcde736424c00007a","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:15Z","_slug":"update-number-4","content_type_slug":"updates","_label":"Update |
| #4","_position":3,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update | |
| #4","text":"NEW ALBUM FINISHED!!","category":null,"date":"2009-10-09"}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:07 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:15 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/update-number-5.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5B_slug%5D=update-number-5&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=YwabxyhKGciVnBPtx8Wm&content_entry%5B_slug%5D=update-number-5&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8699,37 +8701,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"62cd65b681af485dd11e6dd270dd2c48" |
| + | - W/"0b861936aaa381792cebfd3bcce5060e" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - fe29ddb5-650f-4278-b4b7-cbb8267f9cc5 |
| + | - df4ca80e-9c32-4bb8-ac10-9376fa39d3f9 |
| X-Runtime: | |
| - | - '0.082003' |
| + | - '0.088808' |
| Content-Length: | |
| - '364' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1787f643234600007e","created_at":"2015-10-03T22:52:07Z","updated_at":"2015-10-03T22:52:07Z","_slug":"update-number-5","content_type_slug":"updates","_label":"Update |
| + | string: '{"_id":"564141a0cde736424c00007d","created_at":"2015-11-10T01:00:16Z","updated_at":"2015-11-10T01:00:16Z","_slug":"update-number-5","content_type_slug":"updates","_label":"Update |
| #5","_position":4,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update | |
| #5","text":"brian posted a new post","category":null,"date":"2009-11-02"}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:07 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:16 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=a2muK9TeBmVrpA5XrYQa&content_entry%5B_slug%5D=update-number-6&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=YwabxyhKGciVnBPtx8Wm&content_entry%5B_slug%5D=update-number-6&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8746,37 +8748,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"a7d4f5167e1bd1aaf5c2cc49d91e44e4" |
| + | - W/"69f7ba622dce1f3b9c67f112305e7290" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 371a6a6c-bd69-48f0-b3d2-3d7c6ddf7a52 |
| + | - 3f5142ca-2358-4c8b-a823-9859ad5ed5a8 |
| X-Runtime: | |
| - | - '0.076375' |
| + | - '0.085343' |
| Content-Length: | |
| - '363' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1787f6432346000081","created_at":"2015-10-03T22:52:07Z","updated_at":"2015-10-03T22:52:07Z","_slug":"update-number-6","content_type_slug":"updates","_label":"Update |
| + | string: '{"_id":"564141a0cde736424c000080","created_at":"2015-11-10T01:00:16Z","updated_at":"2015-11-10T01:00:16Z","_slug":"update-number-6","content_type_slug":"updates","_label":"Update |
| #6","_position":5,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Update | |
| #6","text":"john posted a new post","category":null,"date":"2009-11-16"}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:07 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:16 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56105c1587f643234600005a.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/5641419ecde736424c000059.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5Bband%5D=pearl-jam |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_entry%5Bband%5D=pearl-jam |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8793,41 +8795,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"6129a3d46f800ee905a4e6430cf7e2d1" |
| + | - W/"68db619f2097cfaecc0a736dcd9ab620" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 043790bc-a1df-4b6d-b71c-e4a43b1f451c |
| + | - ac4ec0dd-067f-4ad2-b74e-8da063d94068 |
| X-Runtime: | |
| - | - '0.080031' |
| + | - '0.064612' |
| Content-Length: | |
| - '790' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1587f643234600005a","created_at":"2015-10-03T22:52:05Z","updated_at":"2015-10-03T22:52:07Z","_slug":"song-number-1","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"5641419ecde736424c000059","created_at":"2015-11-10T01:00:14Z","updated_at":"2015-11-10T01:00:16Z","_slug":"song-number-1","content_type_slug":"songs","_label":"Song |
| #1","_position":0,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song | |
| - | #1","cover":"/sites/56105be287f6432346000001/content_entry56105c1387f643234600001a/56105c1587f643234600005a/files/cover.jpg","short_description":"Lorem |
| + | #1","cover":"/sites/5641419bcde736424c000000/content_entry5641419ccde736424c000019/5641419ecde736424c000059/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, 03 Oct 2015 22:52:07 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:16 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56105c1587f643234600005d.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/5641419ecde736424c00005c.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5Bband%5D=pearl-jam |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_entry%5Bband%5D=pearl-jam |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8844,41 +8846,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"cd59ea0b0453a373e24c371c54411ab0" |
| + | - W/"f3364464a1eb66b49254368d13c69781" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 249b882f-6dfc-46e6-8c10-0d3f7e5a4003 |
| + | - 33aff363-1c18-4963-9e7a-251e174eb588 |
| X-Runtime: | |
| - | - '0.107510' |
| + | - '0.067359' |
| Content-Length: | |
| - '790' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1587f643234600005d","created_at":"2015-10-03T22:52:05Z","updated_at":"2015-10-03T22:52:07Z","_slug":"song-number-2","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"5641419ecde736424c00005c","created_at":"2015-11-10T01:00:14Z","updated_at":"2015-11-10T01:00:16Z","_slug":"song-number-2","content_type_slug":"songs","_label":"Song |
| #2","_position":1,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song | |
| - | #2","cover":"/sites/56105be287f6432346000001/content_entry56105c1387f643234600001a/56105c1587f643234600005d/files/cover.jpg","short_description":"Lorem |
| + | #2","cover":"/sites/5641419bcde736424c000000/content_entry5641419ccde736424c000019/5641419ecde736424c00005c/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, 03 Oct 2015 22:52:07 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:16 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56105c1687f6432346000060.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/5641419ecde736424c00005f.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5Bband%5D=pearl-jam |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_entry%5Bband%5D=pearl-jam |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8895,41 +8897,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"65c854c482b668606b33d19ff84573f6" |
| + | - W/"152e3b8922e9b80fd7b2bbd512bb4096" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 06f4192c-31ab-4267-bf4f-c7db6df73b42 |
| + | - 3654b346-877d-4c83-81b0-8ee2a1e17498 |
| X-Runtime: | |
| - | - '0.090513' |
| + | - '0.159236' |
| Content-Length: | |
| - '790' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f6432346000060","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:07Z","_slug":"song-number-3","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"5641419ecde736424c00005f","created_at":"2015-11-10T01:00:14Z","updated_at":"2015-11-10T01:00:16Z","_slug":"song-number-3","content_type_slug":"songs","_label":"Song |
| #3","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song | |
| - | #3","cover":"/sites/56105be287f6432346000001/content_entry56105c1387f643234600001a/56105c1687f6432346000060/files/cover.jpg","short_description":"Lorem |
| + | #3","cover":"/sites/5641419bcde736424c000000/content_entry5641419ccde736424c000019/5641419ecde736424c00005f/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, 03 Oct 2015 22:52:07 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:16 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56105c1687f6432346000063.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/5641419fcde736424c000062.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5Bband%5D=pearl-jam |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_entry%5Bband%5D=pearl-jam |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8946,41 +8948,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"f332c09e2b0ded1ef350f5183e115fd2" |
| + | - W/"89e08b863d5ac2acf0981f5770dcf717" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 66cc377c-b814-444b-aa99-58a3260aff7c |
| + | - c9f038aa-b52d-4901-b905-d8fa7088ad2f |
| X-Runtime: | |
| - | - '0.085970' |
| + | - '0.084388' |
| Content-Length: | |
| - '790' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f6432346000063","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:07Z","_slug":"song-number-4","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"5641419fcde736424c000062","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:16Z","_slug":"song-number-4","content_type_slug":"songs","_label":"Song |
| #4","_position":3,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song | |
| - | #4","cover":"/sites/56105be287f6432346000001/content_entry56105c1387f643234600001a/56105c1687f6432346000063/files/cover.jpg","short_description":"Lorem |
| + | #4","cover":"/sites/5641419bcde736424c000000/content_entry5641419ccde736424c000019/5641419fcde736424c000062/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, 03 Oct 2015 22:52:07 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:16 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56105c1687f6432346000066.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/5641419fcde736424c000065.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5Bband%5D=the-who |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_entry%5Bband%5D=the-who |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -8997,41 +8999,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"ab88b6cdbb44ec8a6ff1e672610744cd" |
| + | - W/"45239c362934a461f1dc08e29854efa2" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 3d5a9b45-7659-4916-bcc5-faaad4923beb |
| + | - b286b6a5-707c-4fa6-80a8-3c8605ba86a1 |
| X-Runtime: | |
| - | - '0.117917' |
| + | - '0.083827' |
| Content-Length: | |
| - '788' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f6432346000066","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:07Z","_slug":"song-number-5","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"5641419fcde736424c000065","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:16Z","_slug":"song-number-5","content_type_slug":"songs","_label":"Song |
| #5","_position":4,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song | |
| - | #5","cover":"/sites/56105be287f6432346000001/content_entry56105c1387f643234600001a/56105c1687f6432346000066/files/cover.jpg","short_description":"Lorem |
| + | #5","cover":"/sites/5641419bcde736424c000000/content_entry5641419ccde736424c000019/5641419fcde736424c000065/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, 03 Oct 2015 22:52:07 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:16 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/56105c1687f6432346000069.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/songs/entries/5641419fcde736424c000068.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5Bband%5D=the-who |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_entry%5Bband%5D=the-who |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - '' | |
| Content-Type: | |
| @@ | @@ -9048,41 +9050,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"410507daa38cb1ae5ff49406ecf90bf8" |
| + | - W/"487a4a6f7267c7f44609580ee72a78ea" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 0ce3403a-6539-4608-a507-910a42187ce1 |
| + | - ae6bb4de-ab04-4474-81e6-6bdb850944d0 |
| X-Runtime: | |
| - | - '0.096172' |
| + | - '0.089393' |
| Content-Length: | |
| - '788' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f6432346000069","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:08Z","_slug":"song-number-6","content_type_slug":"songs","_label":"Song |
| + | string: '{"_id":"5641419fcde736424c000068","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:16Z","_slug":"song-number-6","content_type_slug":"songs","_label":"Song |
| #6","_position":5,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Song | |
| - | #6","cover":"/sites/56105be287f6432346000001/content_entry56105c1387f643234600001a/56105c1687f6432346000069/files/cover.jpg","short_description":"Lorem |
| + | #6","cover":"/sites/5641419bcde736424c000000/content_entry5641419ccde736424c000019/5641419fcde736424c000068/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, 03 Oct 2015 22:52:08 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:16 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56105c1687f6432346000072.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/5641419fcde736424c000071.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5B_slug%5D=mise-a-jour-number-1&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%231 |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_entry%5B_slug%5D=mise-a-jour-number-1&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%231 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -9099,37 +9101,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"34cc1623714df6d6296529e4014ba97a" |
| + | - W/"7b410c9bd722d44a3035a0a09da2ec11" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - b8d13952-44da-469e-b2cb-9ca4489eddc5 |
| + | - 9c919e6f-d007-492c-a70d-04b813e9c3ae |
| X-Runtime: | |
| - | - '0.091414' |
| + | - '0.069901' |
| Content-Length: | |
| - '365' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f6432346000072","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:08Z","_slug":"mise-a-jour-number-1","content_type_slug":"updates","_label":"Mise |
| + | string: '{"_id":"5641419fcde736424c000071","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:17Z","_slug":"mise-a-jour-number-1","content_type_slug":"updates","_label":"Mise |
| a jour #1","_position":0,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Mise | |
| a jour #1","text":"phrase FR","category":null,"date":"2009-05-12"}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:08 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:17 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56105c1687f6432346000075.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/5641419fcde736424c000074.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5B_slug%5D=mise-a-jour-number-2&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%232 |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_entry%5B_slug%5D=mise-a-jour-number-2&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%232 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -9146,37 +9148,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"082da92502712c2d62fb5c31b43d9b94" |
| + | - W/"738a473f68903cba008b2e42725b89f9" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 1057c8da-85bd-45b7-a0af-620d77b1bf66 |
| + | - 5e066942-4396-4832-a885-c1341d0b7372 |
| X-Runtime: | |
| - | - '0.070664' |
| + | - '0.093433' |
| Content-Length: | |
| - '365' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f6432346000075","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:08Z","_slug":"mise-a-jour-number-2","content_type_slug":"updates","_label":"Mise |
| + | string: '{"_id":"5641419fcde736424c000074","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:17Z","_slug":"mise-a-jour-number-2","content_type_slug":"updates","_label":"Mise |
| a jour #2","_position":1,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Mise | |
| a jour #2","text":"phrase FR","category":null,"date":"2009-05-23"}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:08 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:17 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56105c1687f6432346000078.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/5641419fcde736424c000077.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5B_slug%5D=mise-a-jour-number-3&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%233 |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_entry%5B_slug%5D=mise-a-jour-number-3&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%233 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -9193,37 +9195,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"a89c7cac1b59c537f83d6cb7cc46cfec" |
| + | - W/"36d3465e33e6dea5d4cdf5b55109b947" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 1cf5e80c-48cd-4141-9d02-a7ddcdcbbf8f |
| + | - bf8e4f5a-893c-41af-8f5b-4c070ee15085 |
| X-Runtime: | |
| - | - '0.068304' |
| + | - '0.085693' |
| Content-Length: | |
| - '365' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1687f6432346000078","created_at":"2015-10-03T22:52:06Z","updated_at":"2015-10-03T22:52:08Z","_slug":"mise-a-jour-number-3","content_type_slug":"updates","_label":"Mise |
| + | string: '{"_id":"5641419fcde736424c000077","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:17Z","_slug":"mise-a-jour-number-3","content_type_slug":"updates","_label":"Mise |
| a jour #3","_position":2,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Mise | |
| a jour #3","text":"phrase FR","category":null,"date":"2009-06-29"}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:08 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:17 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56105c1787f643234600007b.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/5641419fcde736424c00007a.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5B_slug%5D=mise-a-jour-number-4&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%234 |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_entry%5B_slug%5D=mise-a-jour-number-4&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%234 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -9240,37 +9242,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"57a47ebdb6a2ba9353dee77ee56081ed" |
| + | - W/"4ba8f963ce3216f0b094cde939b40a31" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - d38d2242-80bb-44c6-8eee-d4a29e289bb1 |
| + | - bc3ab5ba-d145-4a03-a659-6515cc641372 |
| X-Runtime: | |
| - | - '0.080059' |
| + | - '0.091417' |
| Content-Length: | |
| - '365' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1787f643234600007b","created_at":"2015-10-03T22:52:07Z","updated_at":"2015-10-03T22:52:08Z","_slug":"mise-a-jour-number-4","content_type_slug":"updates","_label":"Mise |
| + | string: '{"_id":"5641419fcde736424c00007a","created_at":"2015-11-10T01:00:15Z","updated_at":"2015-11-10T01:00:17Z","_slug":"mise-a-jour-number-4","content_type_slug":"updates","_label":"Mise |
| a jour #4","_position":3,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Mise | |
| a jour #4","text":"phrase FR","category":null,"date":"2009-10-09"}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:08 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:17 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56105c1787f643234600007e.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/564141a0cde736424c00007d.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5B_slug%5D=mise-a-jour-number-5&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%235 |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_entry%5B_slug%5D=mise-a-jour-number-5&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%235 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -9287,37 +9289,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"054e5deaeb78e4e0046bfed3cc70b7d7" |
| + | - W/"5476eedef4a60b1bab26119e8a55d63a" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - d53623eb-2198-404c-9935-54e36c6f747c |
| + | - 5efe2f0a-4bcc-4801-b320-8f403949c7f1 |
| X-Runtime: | |
| - | - '0.066797' |
| + | - '0.085418' |
| Content-Length: | |
| - '365' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1787f643234600007e","created_at":"2015-10-03T22:52:07Z","updated_at":"2015-10-03T22:52:08Z","_slug":"mise-a-jour-number-5","content_type_slug":"updates","_label":"Mise |
| + | string: '{"_id":"564141a0cde736424c00007d","created_at":"2015-11-10T01:00:16Z","updated_at":"2015-11-10T01:00:17Z","_slug":"mise-a-jour-number-5","content_type_slug":"updates","_label":"Mise |
| a jour #5","_position":4,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Mise | |
| a jour #5","text":"phrase FR","category":null,"date":"2009-11-02"}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:08 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:17 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/56105c1787f6432346000081.json |
| + | uri: http://localhost:3000/locomotive/api/v3/content_types/updates/entries/564141a0cde736424c000080.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&content_entry%5B_slug%5D=mise-a-jour-number-6&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%236 |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&content_entry%5B_slug%5D=mise-a-jour-number-6&content_entry%5Btext%5D=phrase+FR&content_entry%5Btitle%5D=Mise+a+jour+%236 |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -9334,25 +9336,25 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"1302fa3c5ecf2b99fa7a123377735328" |
| + | - W/"8ecc117335a94719182efecec14c9232" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - b0e529ee-e248-4403-9116-f85dbf2721f7 |
| + | - 35c79ac3-7ece-4eeb-93ef-63510b7716e7 |
| X-Runtime: | |
| - | - '0.072611' |
| + | - '0.091887' |
| Content-Length: | |
| - '365' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c1787f6432346000081","created_at":"2015-10-03T22:52:07Z","updated_at":"2015-10-03T22:52:08Z","_slug":"mise-a-jour-number-6","content_type_slug":"updates","_label":"Mise |
| + | string: '{"_id":"564141a0cde736424c000080","created_at":"2015-11-10T01:00:16Z","updated_at":"2015-11-10T01:00:17Z","_slug":"mise-a-jour-number-6","content_type_slug":"updates","_label":"Mise |
| a jour #6","_position":5,"_visible":true,"seo_title":null,"meta_keywords":null,"meta_description":null,"title":"Mise | |
| a jour #6","text":"phrase FR","category":null,"date":"2009-11-16"}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:08 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:17 GMT |
| - request: | |
| method: get | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/fullpaths.json?auth_token=a2muK9TeBmVrpA5XrYQa |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/fullpaths.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -9362,9 +9364,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - en | |
| Accept-Encoding: | |
| @@ | @@ -9379,35 +9381,35 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"ac4fb457ebdd6d454528589572116f0d" |
| + | - W/"dcff06eb11f19a5c51bb3b8a57c1c200" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 1a055aa1-936c-4585-a600-aa8761f396e4 |
| + | - a3144737-cf19-471e-be80-f503d205fc25 |
| X-Runtime: | |
| - | - '0.029365' |
| + | - '0.045324' |
| Content-Length: | |
| - '107' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '[{"_id":"56105be287f6432346000003","fullpath":"index"},{"_id":"56105be287f6432346000004","fullpath":"404"}]' |
| + | string: '[{"_id":"5641419bcde736424c000002","fullpath":"index"},{"_id":"5641419bcde736424c000003","fullpath":"404"}]' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:52:08 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:17 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/56105be287f6432346000004.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/5641419bcde736424c000003.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - en | |
| Content-Type: | |
| @@ | @@ -9424,38 +9426,38 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"29001dcae33cc4c4fda7d0cf7a6d799e" |
| + | - W/"fa0433d8749c318960d00edcaacd037f" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 5eedde70-de22-470d-abac-91bf5ea0d0a8 |
| + | - 85f743d8-0faf-4ed0-9aba-e26c80be9b70 |
| X-Runtime: | |
| - | - '0.063520' |
| + | - '0.027819' |
| Content-Length: | |
| - '773' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105be287f6432346000004","created_at":"2015-10-03T22:51:14Z","updated_at":"2015-10-03T22:53:26Z","title":"Page |
| + | string: '{"_id":"5641419bcde736424c000003","created_at":"2015-11-10T01:00:11Z","updated_at":"2015-11-10T01:00:17Z","title":"Page |
| not found","parent_id":null,"position":99,"handle":null,"depth":0,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr","nb"],"cache_enabled":true,"slug":"404","fullpath":"404","localized_fullpaths":{"en":"404","fr":"fr/404","nb":"nb/404"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":false,"template":"{% | |
| extends index %}\n{% block content %}\n\u003cp class=''error''\u003epage not | |
| found\u003c/p\u003e\n{% endblock %}\n","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:26 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:17 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/56105be287f6432346000003.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/5641419bcde736424c000002.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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%2F56105be287f6432346000001%2Fassets%2F56105c1487f6432346000034%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=YwabxyhKGciVnBPtx8Wm&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%2F5641419bcde736424c000000%2Fassets%2F5641419dcde736424c000033%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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - en | |
| Content-Type: | |
| @@ | @@ -9472,18 +9474,18 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"1c34543935a67c6a699b818f47595ec3" |
| + | - W/"95655f048e3a622459e9e4acd862688e" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - a4272c93-abcd-4570-8e77-0913e9191019 |
| + | - 82fed1f0-375f-4240-8ebf-1fe5c5b73a10 |
| X-Runtime: | |
| - | - '0.048755' |
| + | - '0.090450' |
| Content-Length: | |
| - '5289' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105be287f6432346000003","created_at":"2015-10-03T22:51:14Z","updated_at":"2015-10-03T22:53:27Z","title":"Home |
| + | string: '{"_id":"5641419bcde736424c000002","created_at":"2015-11-10T01:00:11Z","updated_at":"2015-11-10T01:00:17Z","title":"Home |
| page","parent_id":null,"position":0,"handle":"home","depth":0,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr","nb"],"cache_enabled":true,"slug":"index","fullpath":"index","localized_fullpaths":{"en":"","fr":"fr","nb":"nb"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"\u003c!DOCTYPE | |
| html\u003e\n\u003chtml lang=''en''\u003e\n \u003chead\u003e\n \u003cmeta | |
| charset=''utf-8''\u003e\n \u003ctitle\u003e{{ site.name }} | {{ page.title | |
| @@ | @@ -9507,7 +9509,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/56105be287f6432346000001/assets/56105c1487f6432346000034/photo.jpg{% |
| + | (602px by 397px)'' %}/sites/5641419bcde736424c000000/assets/5641419dcde736424c000033/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 | |
| @@ | @@ -9537,22 +9539,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, 03 Oct 2015 22:53:27 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:17 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/56105be287f6432346000003.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/5641419bcde736424c000002.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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%2F56105be287f6432346000001%2Fassets%2F56105c1487f6432346000034%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=YwabxyhKGciVnBPtx8Wm&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%2F5641419bcde736424c000000%2Fassets%2F5641419dcde736424c000033%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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -9569,18 +9571,18 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"19a1d74268ff07bb2c4abfe7549e135b" |
| + | - W/"9690621f992c29a7a46fec8ea113d617" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 07dce41f-25a8-466a-a325-827e8f58035a |
| + | - dc37c6fe-f87b-4de4-9a33-568646389679 |
| X-Runtime: | |
| - | - '0.035186' |
| + | - '0.023590' |
| Content-Length: | |
| - '5296' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105be287f6432346000003","created_at":"2015-10-03T22:51:14Z","updated_at":"2015-10-03T22:53:27Z","title":"Page |
| + | string: '{"_id":"5641419bcde736424c000002","created_at":"2015-11-10T01:00:11Z","updated_at":"2015-11-10T01:00:17Z","title":"Page |
| d''accueil","parent_id":null,"position":0,"handle":"home","depth":0,"response_type":"text/html","listed":false,"published":true,"translated_in":["en","fr","nb"],"cache_enabled":true,"slug":"index","fullpath":"index","localized_fullpaths":{"en":"","fr":"fr","nb":"nb"},"redirect":false,"redirect_url":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 | |
| @@ | @@ -9604,7 +9606,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/56105be287f6432346000001/assets/56105c1487f6432346000034/photo.jpg{% |
| + | (602px by 397px)'' %}/sites/5641419bcde736424c000000/assets/5641419dcde736424c000033/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 | |
| @@ | @@ -9634,7 +9636,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, 03 Oct 2015 22:53:27 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:17 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| @@ | @@ -13396,17 +13398,17 @@ http_interactions: |
| dGluY2lkdW50IHB1bHZpbmFyIGFjY3Vtc2FuLgo8L3A+CnslIGVuZGVkaXRh | |
| YmxlX2xvbmdfdGV4dCAlfQp7JSBlbmRibG9jayAlfQoNCi0tLS0tLS0tLS0t | |
| LS1SdWJ5TXVsdGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9y | |
| - | bS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQphMm11SzlUZUJtVnJwQTVY |
| - | cllRYQ0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K |
| + | bS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpZd2FieHloS0djaVZuQlB0 |
| + | eDhXbQ0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -13423,19 +13425,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"873f3d6db2037a0445e1c5cb98017417" |
| + | - W/"9fba141916c2f4c13019c9c467053d87" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 3cd0badf-4c05-4448-8cb6-ea1330015168 |
| + | - 56d0abf3-110b-4834-860e-2905e74e67bf |
| X-Runtime: | |
| - | - '0.114763' |
| + | - '0.050231' |
| Content-Length: | |
| - '2632' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6787f643234600009b","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","title":"About |
| - | Us","parent_id":"56105be287f6432346000003","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":"564141a1cde736424c00009a","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"About |
| + | Us","parent_id":"5641419bcde736424c000002","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, | |
| @@ | @@ -13453,13 +13455,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":"56105c6787f643234600009c","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/56105be287f6432346000001/pages/56105c6787f643234600009b/files/photo_2.jpg","type":"EditableFile"},{"_id":"56105c6787f643234600009d","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":"\u003ch2\u003eAbout |
| + | %}\n{% endblock %}\n","editable_elements":[{"_id":"564141a1cde736424c00009b","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/5641419bcde736424c000000/pages/564141a1cde736424c00009a/files/photo_2.jpg","type":"EditableFile"},{"_id":"564141a1cde736424c00009c","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","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, 03 Oct 2015 22:53:27 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/56105c6787f643234600009b.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/564141a1cde736424c00009a.json |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| @@ | @@ -17165,7 +17167,7 @@ http_interactions: |
| ZHVudCBwdWx2aW5hciBhY2N1bXNhbi4KPC9wPgp7JSBlbmRlZGl0YWJsZV9s | |
| b25nX3RleHQgJX0KeyUgZW5kYmxvY2sgJX0KDQotLS0tLS0tLS0tLS0tUnVi | |
| eU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0 | |
| - | YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KYTJtdUs5VGVCbVZycEE1WHJZUWEN |
| + | YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KWXdhYnh5aEtHY2lWbkJQdHg4V20N |
| Ci0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg== | |
| headers: | |
| Accept: | |
| @@ | @@ -17173,9 +17175,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -17194,19 +17196,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"2dbdab5ce46fdbbecf9423749a771d7a" |
| + | - W/"2dc9df0ca838e6a329e8662b5d0841e6" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - c8aeba40-826e-4025-afc4-95184c9dd021 |
| + | - 33cd5afa-e917-4519-a076-76ee623d377e |
| X-Runtime: | |
| - | - '0.078931' |
| + | - '0.033174' |
| Content-Length: | |
| - '2666' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6787f643234600009b","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","title":"A |
| - | notre sujet","parent_id":"56105be287f6432346000003","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":"564141a1cde736424c00009a","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"A |
| + | notre sujet","parent_id":"5641419bcde736424c000002","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, | |
| @@ | @@ -17224,25 +17226,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":"56105c6787f643234600009c","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/56105be287f6432346000001/pages/56105c6787f643234600009b/files/photo.jpg","type":"EditableFile"},{"_id":"56105c6787f643234600009d","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","slug":"pitch","block":"banner","hint":null,"priority":0,"fixed":false,"content":"\u003ch2\u003eA |
| + | %}\n{% endblock %}\n","editable_elements":[{"_id":"564141a1cde736424c00009b","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":"/sites/5641419bcde736424c000000/pages/564141a1cde736424c00009a/files/photo.jpg","type":"EditableFile"},{"_id":"564141a1cde736424c00009c","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","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, 03 Oct 2015 22:53:27 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/56105c6787f643234600009b.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/564141a1cde736424c00009a.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - nb | |
| Content-Type: | |
| @@ | @@ -17259,19 +17261,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"2aff519d07db9be311fe6434cb2a0f13" |
| + | - W/"3352618bfe59a891f1742d0091d78d3b" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 901ee58c-f7be-434e-a316-20c3efd95493 |
| + | - 96396247-1ae5-4ac8-9302-f233a418b4fd |
| X-Runtime: | |
| - | - '0.048627' |
| + | - '0.028008' |
| Content-Length: | |
| - '2487' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6787f643234600009b","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","title":"Om |
| - | oss","parent_id":"56105be287f6432346000003","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":"564141a1cde736424c00009a","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"Om |
| + | oss","parent_id":"5641419bcde736424c000002","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, | |
| @@ | @@ -17289,24 +17291,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":"56105c6787f643234600009c","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":null,"type":"EditableFile"},{"_id":"56105c6787f643234600009d","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","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":"564141a1cde736424c00009b","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","slug":"page_image","block":"banner","hint":null,"priority":0,"fixed":false,"content":null,"type":"EditableFile"},{"_id":"564141a1cde736424c00009c","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","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, 03 Oct 2015 22:53:27 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17321,18 +17323,18 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"37456153a1fe0f48392a8d5c9aed661d" |
| + | - W/"e00a134494ef326a0291019250aaae39" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 2221797e-72ef-4ba2-a57b-c1a6942d1bc4 |
| + | - 97e6863c-889f-4828-afd4-69e3509e7427 |
| X-Runtime: | |
| - | - '0.064190' |
| + | - '0.024209' |
| Content-Length: | |
| - '2401' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6787f643234600009e","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","title":"Music","parent_id":"56105be287f6432346000003","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":"564141a2cde736424c00009d","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"Music","parent_id":"5641419bcde736424c000002","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, | |
| @@ | @@ -17356,22 +17358,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, 03 Oct 2015 22:53:27 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/56105c6787f643234600009e.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/564141a2cde736424c00009d.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -17388,19 +17390,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"1cf6649f8485989287145993a7d7aaed" |
| + | - W/"44eb0d22ed9a9bd6b22ac021e94e2e78" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 172fb446-a6de-45c6-b258-353840f99989 |
| + | - 4b0f5ce2-0a16-42fc-9d87-e9bce5ad71f7 |
| X-Runtime: | |
| - | - '0.042036' |
| + | - '0.060375' |
| Content-Length: | |
| - '2440' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6787f643234600009e","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","title":"Notre |
| - | musique","parent_id":"56105be287f6432346000003","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":"564141a2cde736424c00009d","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"Notre |
| + | musique","parent_id":"5641419bcde736424c000002","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, | |
| @@ | @@ -17424,22 +17426,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, 03 Oct 2015 22:53:27 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17454,36 +17456,36 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"261d5fc736b2c3b32f6f47ec5494abb1" |
| + | - W/"f568271d6227c5f1cb370238a85a6688" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 1667d5d7-b61e-4f6b-be9a-b183900ac4af |
| + | - c96e3638-5824-40f1-adcb-efd3da20f1fd |
| X-Runtime: | |
| - | - '0.070526' |
| + | - '0.023211' |
| Content-Length: | |
| - '718' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6787f643234600009f","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","title":"Store","parent_id":"56105be287f6432346000003","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":"564141a2cde736424c00009e","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"Store","parent_id":"5641419bcde736424c000002","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, 03 Oct 2015 22:53:27 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/56105c6787f643234600009f.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/564141a2cde736424c00009e.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -17500,35 +17502,35 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"5220eb643b46cf19ad8ed9e6de8948a4" |
| + | - W/"ec4e26c7e9e0eb578799aed4c99cb5ee" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 358f86c9-43f8-4c82-91cb-557e356740b8 |
| + | - 990ec2ef-30dc-4170-b57e-45d8d60d7174 |
| X-Runtime: | |
| - | - '0.042691' |
| + | - '0.063551' |
| Content-Length: | |
| - '711' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6787f643234600009f","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","title":"Magasin","parent_id":"56105be287f6432346000003","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":"564141a2cde736424c00009e","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"Magasin","parent_id":"5641419bcde736424c000002","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, 03 Oct 2015 22:53:27 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17543,19 +17545,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"226daaa9c4f76d14f6af6ab9c4642331" |
| + | - W/"7bea96860425b34a615290e376f40d3c" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 437300ac-b6ec-4f14-92a4-4fcac0b2cfe1 |
| + | - 3c7d55cc-f8a7-494a-a1d6-52c61c7d38d5 |
| X-Runtime: | |
| - | - '0.058088' |
| + | - '0.080219' |
| Content-Length: | |
| - '3494' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6787f64323460000a0","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","title":"Contact |
| - | Us","parent_id":"56105be287f6432346000003","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":"564141a2cde736424c00009f","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"Contact |
| + | Us","parent_id":"5641419bcde736424c000002","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 | |
| @@ | @@ -17590,22 +17592,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, 03 Oct 2015 22:53:27 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17620,22 +17622,22 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"cafeb80b2d28e7d9a800913a5b8da1f6" |
| + | - W/"cd9689ca144aa51a996fdbabceed3243" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 14cfa926-1ecb-49d5-86a3-ee23240d764c |
| + | - 779711c3-1187-4037-893f-30675afcb6b1 |
| X-Runtime: | |
| - | - '0.054121' |
| + | - '0.089828' |
| Content-Length: | |
| - '4459' | |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| - | eyJfaWQiOiI1NjEwNWM2Nzg3ZjY0MzIzNDYwMDAwYTEiLCJjcmVhdGVkX2F0 |
| - | IjoiMjAxNS0xMC0wM1QyMjo1MzoyN1oiLCJ1cGRhdGVkX2F0IjoiMjAxNS0x |
| - | MC0wM1QyMjo1MzoyN1oiLCJ0aXRsZSI6IkV2ZW50cyIsInBhcmVudF9pZCI6 |
| - | IjU2MTA1YmUyODdmNjQzMjM0NjAwMDAwMyIsInBvc2l0aW9uIjo1LCJoYW5k |
| + | eyJfaWQiOiI1NjQxNDFhMmNkZTczNjQyNGMwMDAwYTAiLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNS0xMS0xMFQwMTowMDoxOFoiLCJ1cGRhdGVkX2F0IjoiMjAxNS0x |
| + | MS0xMFQwMTowMDoxOFoiLCJ0aXRsZSI6IkV2ZW50cyIsInBhcmVudF9pZCI6 |
| + | IjU2NDE0MTliY2RlNzM2NDI0YzAwMDAwMiIsInBvc2l0aW9uIjo1LCJoYW5k |
| bGUiOiJldmVudHMiLCJkZXB0aCI6MSwicmVzcG9uc2VfdHlwZSI6InRleHQv | |
| aHRtbCIsImxpc3RlZCI6ZmFsc2UsInB1Ymxpc2hlZCI6dHJ1ZSwidHJhbnNs | |
| YXRlZF9pbiI6WyJlbiJdLCJjYWNoZV9lbmFibGVkIjp0cnVlLCJzbHVnIjoi | |
| @@ | @@ -17733,22 +17735,22 @@ http_interactions: |
| dWxsLCJtZXRhX2tleXdvcmRzIjpudWxsLCJtZXRhX2Rlc2NyaXB0aW9uIjpu | |
| dWxsfQ== | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:27 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17763,41 +17765,41 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"b20e9abfd7a0b08caf6c1ce66d3b364f" |
| + | - W/"ab1053a065ddda79ed05a9be68331524" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - cac362ce-7f3e-400e-9e80-cf238dde3d45 |
| + | - 1f95eaea-3add-46bf-8bcb-53d98922a793 |
| X-Runtime: | |
| - | - '0.049234' |
| + | - '0.022871' |
| Content-Length: | |
| - '1057' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6787f64323460000a2","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","title":"A |
| - | sample contest","parent_id":"56105be287f6432346000003","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":"564141a2cde736424c0000a1","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"A |
| + | sample contest","parent_id":"5641419bcde736424c000002","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, 03 Oct 2015 22:53:27 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17812,36 +17814,36 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"81e820291ebb6424a2da758811be8f0d" |
| + | - W/"ddc0a065b17b240c6dc367f15bb42d28" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - c7df726a-811a-42b8-8108-38687814f80b |
| + | - 97127e3d-f0a7-4cfd-a5d3-f839f831b139 |
| X-Runtime: | |
| - | - '0.062882' |
| + | - '0.074700' |
| Content-Length: | |
| - '709' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6787f64323460000a3","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","title":"Archives","parent_id":"56105be287f6432346000003","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":"564141a2cde736424c0000a2","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"Archives","parent_id":"5641419bcde736424c000002","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, 03 Oct 2015 22:53:27 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17856,19 +17858,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"d36bfb9d61534d21fae596a5bfe67b34" |
| + | - W/"ab15784ba558a42db14cac4638e365ae" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 8619e8c2-48f2-4c37-b48c-6cae10522466 |
| + | - ef29140e-204a-49fb-b1b8-c1e6f9a1b12e |
| X-Runtime: | |
| - | - '0.062102' |
| + | - '0.022860' |
| Content-Length: | |
| - '1364' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6787f64323460000a4","created_at":"2015-10-03T22:53:27Z","updated_at":"2015-10-03T22:53:27Z","title":"Various |
| - | uses of the with_scope tag","parent_id":"56105be287f6432346000003","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":"564141a2cde736424c0000a3","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"Various |
| + | uses of the with_scope tag","parent_id":"5641419bcde736424c000002","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/, | |
| @@ | @@ -17879,22 +17881,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, 03 Oct 2015 22:53:27 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17909,38 +17911,38 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"74fcae686fb8beb99e6c1c17703d8f63" |
| + | - W/"572b29a1349fb2c515d832655d6abad5" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - c2841090-c769-426b-8c19-e743e12dd0ba |
| + | - 64dfd184-60dd-4f5c-a72d-412110a35d75 |
| X-Runtime: | |
| - | - '0.056295' |
| + | - '0.059324' |
| Content-Length: | |
| - '837' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6887f64323460000a5","created_at":"2015-10-03T22:53:28Z","updated_at":"2015-10-03T22:53:28Z","title":"Grunge |
| - | leaders","parent_id":"56105be287f6432346000003","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":"564141a2cde736424c0000a4","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"Grunge |
| + | leaders","parent_id":"5641419bcde736424c000002","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, 03 Oct 2015 22:53:28 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -17955,40 +17957,40 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e3e78c2fc02d185fce2d4702aec2bd17" |
| + | - W/"7d82cbf20c3c54c989355d37928f4a98" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 750dd472-00f7-4201-85d6-d6a7e62718fc |
| + | - 10b2b1b5-0749-4990-9653-fa0e6cab9640 |
| X-Runtime: | |
| - | - '0.052593' |
| + | - '0.024454' |
| Content-Length: | |
| - '953' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6887f64323460000a6","created_at":"2015-10-03T22:53:28Z","updated_at":"2015-10-03T22:53:28Z","title":"All |
| - | the pages","parent_id":"56105be287f6432346000003","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":"564141a2cde736424c0000a5","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"All |
| + | the pages","parent_id":"5641419bcde736424c000002","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, 03 Oct 2015 22:53:28 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18003,36 +18005,36 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"c339e7c941a5556c0b674f05fd0e799f" |
| + | - W/"f87e50eb580bad875223e6026f4bc944" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 43e2390d-9ad8-4a6a-9ea7-333aa53137d7 |
| + | - f2f1a6a1-ea46-45c1-b0e3-717611f2cf2b |
| X-Runtime: | |
| - | - '0.062745' |
| + | - '0.068751' |
| Content-Length: | |
| - '703' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6887f64323460000a7","created_at":"2015-10-03T22:53:28Z","updated_at":"2015-10-03T22:53:28Z","title":"Layouts","parent_id":"56105be287f6432346000003","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":"564141a2cde736424c0000a6","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"Layouts","parent_id":"5641419bcde736424c000002","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, 03 Oct 2015 22:53:28 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18047,36 +18049,36 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"6a9ca430d36d2eb310cda791e3110e94" |
| + | - W/"3682d2a1cd009e29d6a14b91ed428d4e" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 3c16b84c-e37a-4f3e-8601-6a9985cb1548 |
| + | - 0d303d9e-2355-4235-ad93-0cc56861870f |
| X-Runtime: | |
| - | - '0.065737' |
| + | - '0.022538' |
| Content-Length: | |
| - '691' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6887f64323460000a8","created_at":"2015-10-03T22:53:28Z","updated_at":"2015-10-03T22:53:28Z","title":"Songs","parent_id":"56105be287f6432346000003","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":"564141a2cde736424c0000a7","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"Songs","parent_id":"5641419bcde736424c000002","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, 03 Oct 2015 22:53:28 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18091,38 +18093,38 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"2b112916faa2d2d406277cbcb1165a30" |
| + | - W/"3a9e71bba1b2c68115a7281654a84f75" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - dcc13ba7-ab84-4cf7-ae35-67071255df66 |
| + | - 0e4ab7fd-5f8a-4f86-80ad-aa1e5409e3bd |
| X-Runtime: | |
| - | - '0.048064' |
| + | - '0.068505' |
| Content-Length: | |
| - '911' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6887f64323460000a9","created_at":"2015-10-03T22:53:28Z","updated_at":"2015-10-03T22:53:28Z","title":"Unlisted |
| - | pages","parent_id":"56105be287f6432346000003","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":"564141a2cde736424c0000a8","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"Unlisted |
| + | pages","parent_id":"5641419bcde736424c000002","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, 03 Oct 2015 22:53:28 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18137,36 +18139,36 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"ed424ab8c5cb8db280b66eb7a9655d97" |
| + | - W/"8eec0ba841f64acccd368968664b91c0" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - c596253f-6154-4854-8cfe-2b9d97711d15 |
| + | - 2f8ddcd7-dce2-49ff-b5cf-937a4ce9c1a9 |
| X-Runtime: | |
| - | - '0.057422' |
| + | - '0.021278' |
| Content-Length: | |
| - '685' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6887f64323460000aa","created_at":"2015-10-03T22:53:28Z","updated_at":"2015-10-03T22:53:28Z","title":"Tags","parent_id":"56105be287f6432346000003","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":"564141a2cde736424c0000a9","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"Tags","parent_id":"5641419bcde736424c000002","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, 03 Oct 2015 22:53:28 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18181,37 +18183,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"9e4fce13534ddf26d46cc2749d93f54d" |
| + | - W/"8c8ed08077e16bcd4d37d188b4f9914d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - abeda23c-6744-4230-a5d9-698a87326fae |
| + | - 6dd3ed0a-9f19-4d9c-9111-f82a026704f7 |
| X-Runtime: | |
| - | - '0.040193' |
| + | - '0.066432' |
| Content-Length: | |
| - '747' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6887f64323460000ab","created_at":"2015-10-03T22:53:28Z","updated_at":"2015-10-03T22:53:28Z","title":"John |
| - | doe","parent_id":"56105c6787f643234600009b","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":"564141a2cde736424c0000aa","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:18Z","title":"John |
| + | doe","parent_id":"564141a1cde736424c00009a","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, 03 Oct 2015 22:53:28 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:18 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/56105c6887f64323460000ab.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/564141a2cde736424c0000aa.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -18228,37 +18230,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"b770f497b3fce763b9851e83ebb79437" |
| + | - W/"604615fc1d97a40de04be1b5a9550a33" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 3982abeb-a7b3-4880-9a1a-13de07ec5c91 |
| + | - 13714fb3-3444-4a58-968f-fc5105c96baf |
| X-Runtime: | |
| - | - '0.044731' |
| + | - '0.024381' |
| Content-Length: | |
| - '779' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6887f64323460000ab","created_at":"2015-10-03T22:53:28Z","updated_at":"2015-10-03T22:53:28Z","title":"Jean |
| - | Personne","parent_id":"56105c6787f643234600009b","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":"564141a2cde736424c0000aa","created_at":"2015-11-10T01:00:18Z","updated_at":"2015-11-10T01:00:19Z","title":"Jean |
| + | Personne","parent_id":"564141a1cde736424c00009a","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, 03 Oct 2015 22:53:28 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:19 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18273,37 +18275,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"a4d716bce25c170a0843cd0e9156eb57" |
| + | - W/"b401fb2552b552e09bfb32baa688da5e" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - a16d0d25-e6b2-4cbd-ba39-a83213cd16df |
| + | - c1d9841a-cb74-4e25-99bc-02f1634c7d46 |
| X-Runtime: | |
| - | - '0.058172' |
| + | - '0.021997' |
| Content-Length: | |
| - '748' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6887f64323460000ac","created_at":"2015-10-03T22:53:28Z","updated_at":"2015-10-03T22:53:28Z","title":"Jane |
| - | doe","parent_id":"56105c6787f643234600009b","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":"564141a3cde736424c0000ab","created_at":"2015-11-10T01:00:19Z","updated_at":"2015-11-10T01:00:19Z","title":"Jane |
| + | doe","parent_id":"564141a1cde736424c00009a","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, 03 Oct 2015 22:53:28 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:19 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18318,40 +18320,40 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"645c2b490ba051f4423146d432a16e40" |
| + | - W/"116b341a2ea487fe8e38be665632afcd" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 2b62bf06-1963-4a00-b60a-508ebd597a7e |
| + | - cbd27053-80d5-411c-84b9-13cc9c3adaff |
| X-Runtime: | |
| - | - '0.063016' |
| + | - '0.069703' |
| Content-Length: | |
| - '1109' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6887f64323460000ad","created_at":"2015-10-03T22:53:28Z","updated_at":"2015-10-03T22:53:28Z","title":"My |
| - | simple layout","parent_id":"56105c6887f64323460000a7","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":"564141a3cde736424c0000ac","created_at":"2015-11-10T01:00:19Z","updated_at":"2015-11-10T01:00:19Z","title":"My |
| + | simple layout","parent_id":"564141a2cde736424c0000a6","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, 03 Oct 2015 22:53:28 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:19 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18366,37 +18368,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"cd61991fbdae9bf88f33cda6e2d54e7e" |
| + | - W/"6220b2056825b48277dcdf221938b148" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 6986120e-f8de-48de-af64-e59824da2167 |
| + | - 9b62b517-c60b-48f4-bfe1-396f0f48669e |
| X-Runtime: | |
| - | - '0.049830' |
| + | - '0.024261' |
| Content-Length: | |
| - '786' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6887f64323460000ae","created_at":"2015-10-03T22:53:28Z","updated_at":"2015-10-03T22:53:28Z","title":"Page |
| - | to test the nav tag with a high depth","parent_id":"56105c6887f64323460000aa","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":"564141a3cde736424c0000ad","created_at":"2015-11-10T01:00:19Z","updated_at":"2015-11-10T01:00:19Z","title":"Page |
| + | to test the nav tag with a high depth","parent_id":"564141a2cde736424c0000a9","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, 03 Oct 2015 22:53:28 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:19 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18411,37 +18413,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"14203d8ec67ba59a1f206e9427ce5bf2" |
| + | - W/"6e651d31836c345866c2a9a7e73749fb" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - fa7377bd-5323-40f0-b28e-be06cdf0cffe |
| + | - 65755ecc-2a18-47b4-acac-4d18fce48d88 |
| X-Runtime: | |
| - | - '0.062776' |
| + | - '0.080499' |
| Content-Length: | |
| - '716' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6887f64323460000af","created_at":"2015-10-03T22:53:28Z","updated_at":"2015-10-03T22:53:28Z","title":"Page |
| - | to test the nav tag","parent_id":"56105c6887f64323460000aa","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":"564141a3cde736424c0000ae","created_at":"2015-11-10T01:00:19Z","updated_at":"2015-11-10T01:00:19Z","title":"Page |
| + | to test the nav tag","parent_id":"564141a2cde736424c0000a9","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, 03 Oct 2015 22:53:28 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:19 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18456,19 +18458,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"4af24afad50afacb1bd393f43ea1c3e6" |
| + | - W/"16d4e02730147b5851db7767006865bf" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 109523d6-f24b-46f7-a382-be3962f06628 |
| + | - 0a9f9b99-cc4a-43d5-98c4-370d2e8d5287 |
| X-Runtime: | |
| - | - '0.071507' |
| + | - '0.086776' |
| Content-Length: | |
| - '1268' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6887f64323460000b0","created_at":"2015-10-03T22:53:28Z","updated_at":"2015-10-03T22:53:28Z","title":"A |
| - | song template","parent_id":"56105c6887f64323460000a8","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":"564141a3cde736424c0000af","created_at":"2015-11-10T01:00:19Z","updated_at":"2015-11-10T01:00:19Z","title":"A |
| + | song template","parent_id":"564141a2cde736424c0000a7","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=''{{ | |
| @@ | @@ -18476,22 +18478,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, 03 Oct 2015 22:53:28 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:19 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/56105c6887f64323460000b0.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/564141a3cde736424c0000af.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - fr | |
| Content-Type: | |
| @@ | @@ -18508,19 +18510,19 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"7aa6178da054b9bdb90477e88489f03e" |
| + | - W/"a0a39c3de413be229a9c19262553f02b" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 6e5d625e-9c93-46f8-9e0f-f8dfe3263719 |
| + | - 23ed3a2b-3829-4fdc-ba83-a110d4217078 |
| X-Runtime: | |
| - | - '0.057652' |
| + | - '0.038301' |
| Content-Length: | |
| - '1290' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6887f64323460000b0","created_at":"2015-10-03T22:53:28Z","updated_at":"2015-10-03T22:53:28Z","title":"Le |
| - | template d''une chanson","parent_id":"56105c6887f64323460000a8","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":"564141a3cde736424c0000af","created_at":"2015-11-10T01:00:19Z","updated_at":"2015-11-10T01:00:19Z","title":"Le |
| + | template d''une chanson","parent_id":"564141a2cde736424c0000a7","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 | |
| @@ | @@ -18528,22 +18530,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, 03 Oct 2015 22:53:28 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:19 GMT |
| - request: | |
| method: put | |
| - | uri: http://localhost:3000/locomotive/api/v3/pages/56105c6887f64323460000b0.json |
| + | uri: http://localhost:3000/locomotive/api/v3/pages/564141a3cde736424c0000af.json |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| X-Locomotive-Locale: | |
| - nb | |
| Content-Type: | |
| @@ | @@ -18560,35 +18562,35 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e4d3fd4129315c13312dc9f8fbbc648d" |
| + | - W/"9eecad1aa625499a6f105306066ea526" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - d714af3c-86f7-4378-8eab-286c03c96255 |
| + | - aa27d88c-f5ed-46ee-b265-304dcbaa35e8 |
| X-Runtime: | |
| - | - '0.069745' |
| + | - '0.035611' |
| Content-Length: | |
| - '794' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6887f64323460000b0","created_at":"2015-10-03T22:53:28Z","updated_at":"2015-10-03T22:53:28Z","title":null,"parent_id":"56105c6887f64323460000a8","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":"564141a3cde736424c0000af","created_at":"2015-11-10T01:00:19Z","updated_at":"2015-11-10T01:00:19Z","title":null,"parent_id":"564141a2cde736424c0000a7","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, 03 Oct 2015 22:53:28 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:19 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18603,38 +18605,38 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"f3d30169fa5638be813ddae08c3bb03d" |
| + | - W/"89c854497d6d4440e6c04bacedd464b3" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 33ba2f6c-7a03-49ac-9f57-6ad3c468de35 |
| + | - 0218c5ac-6d46-4925-8b21-5107ca58a467 |
| X-Runtime: | |
| - | - '0.064962' |
| + | - '0.022254' |
| Content-Length: | |
| - '827' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6987f64323460000b1","created_at":"2015-10-03T22:53:29Z","updated_at":"2015-10-03T22:53:29Z","title":"News |
| - | archive","parent_id":"56105c6787f64323460000a3","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":"564141a3cde736424c0000b0","created_at":"2015-11-10T01:00:19Z","updated_at":"2015-11-10T01:00:19Z","title":"News |
| + | archive","parent_id":"564141a2cde736424c0000a2","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, 03 Oct 2015 22:53:29 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:19 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/pages.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18649,18 +18651,18 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"7c97fdad68703cc93d02c05019f2cc38" |
| + | - W/"a9f65a649de1122431f6b7048f832715" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 60369fcd-e2b6-4a55-9af2-ff6022446425 |
| + | - 3de11cd0-a6c5-495e-807a-7dfd7c338c32 |
| X-Runtime: | |
| - | - '0.069230' |
| + | - '0.078074' |
| Content-Length: | |
| - '1249' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6987f64323460000b2","created_at":"2015-10-03T22:53:29Z","updated_at":"2015-10-03T22:53:29Z","title":"Band","parent_id":"56105c6887f64323460000b0","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":"564141a3cde736424c0000b1","created_at":"2015-11-10T01:00:19Z","updated_at":"2015-11-10T01:00:19Z","title":"Band","parent_id":"564141a3cde736424c0000af","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=''{{ | |
| @@ | @@ -18668,22 +18670,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, 03 Oct 2015 22:53:29 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:19 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/snippets/song.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18698,21 +18700,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"f2b8abcc032dd0ac52c82349dc92a7c5" |
| + | - W/"900ce57540de9ab5c95ac5a5c4a7ba2d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 79ad1218-cbdb-42db-b0c6-7532a8a876fd |
| + | - bbad8d6c-b1e0-4fd6-ae9a-91e3c0819948 |
| X-Runtime: | |
| - | - '0.059537' |
| + | - '0.079858' |
| Content-Length: | |
| - '744' | |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| - | eyJfaWQiOiI1NjEwNWM2OTg3ZjY0MzIzNDYwMDAwYjMiLCJjcmVhdGVkX2F0 |
| - | IjoiMjAxNS0xMC0wM1QyMjo1MzoyOVoiLCJ1cGRhdGVkX2F0IjoiMjAxNS0x |
| - | MC0wM1QyMjo1MzoyOVoiLCJuYW1lIjoiU29uZyIsInNsdWciOiJzb25nIiwi |
| + | eyJfaWQiOiI1NjQxNDFhM2NkZTczNjQyNGMwMDAwYjIiLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNS0xMS0xMFQwMTowMDoxOVoiLCJ1cGRhdGVkX2F0IjoiMjAxNS0x |
| + | MS0xMFQwMTowMDoxOVoiLCJuYW1lIjoiU29uZyIsInNsdWciOiJzb25nIiwi |
| dGVtcGxhdGUiOiJcdTAwM2NsaVx1MDAzZVxuICBcdTAwM2NoM1x1MDAzZVx1 | |
| MDAzY2EgaHJlZj1cInslIHBhdGhfdG8gc29uZywgd2l0aDogYS1zb25nLXRl | |
| bXBsYXRlICV9XCJcdTAwM2V7eyBzb25nLnRpdGxlIH19XHUwMDNjL2FcdTAw | |
| @@ | @@ -18728,22 +18730,22 @@ http_interactions: |
| IFx1MDAzY2RpdiBjbGFzcz1cImNsZWFyXCJcdTAwM2VcdTAwM2MvZGl2XHUw | |
| MDNlXG5cdTAwM2MvbGlcdTAwM2VcbiJ9 | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:29 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:19 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/snippets/a_complicated-one.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18758,37 +18760,37 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"c1e68bfbf02d662903eb9ae38e05b682" |
| + | - W/"1fcb8a10466b6eefb53cd47974fbb151" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 5aae511e-2df8-4da9-8723-f38e173d2cd2 |
| + | - b59ba1ce-d483-4c00-8755-6b0a0c02dbde |
| X-Runtime: | |
| - | - '0.059999' |
| + | - '0.020912' |
| Content-Length: | |
| - '233' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6987f64323460000b4","created_at":"2015-10-03T22:53:29Z","updated_at":"2015-10-03T22:53:29Z","name":"A |
| + | string: '{"_id":"564141a3cde736424c0000b3","created_at":"2015-11-10T01:00:19Z","updated_at":"2015-11-10T01:00:19Z","name":"A |
| complicated-one","slug":"a_complicated-one","template":"\u003cp\u003eA complicated | |
| one name indeed.\u003c/p\u003e\n"}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:29 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:19 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/snippets/footer.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18803,40 +18805,40 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"f068354cc65c3af554148e6b7ce2f4c3" |
| + | - W/"dc98e7cbb923f69d1688298046f8a4a1" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - c826a34a-ba4e-4d5b-9644-22ae6373e6a0 |
| + | - 601a0dba-31a6-48b8-ba5a-f07421a53af5 |
| X-Runtime: | |
| - | - '0.081006' |
| + | - '0.065188' |
| Content-Length: | |
| - '726' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6987f64323460000b5","created_at":"2015-10-03T22:53:29Z","updated_at":"2015-10-03T22:53:29Z","name":"Footer","slug":"footer","template":"\u003cp\u003e{% |
| + | string: '{"_id":"564141a3cde736424c0000b4","created_at":"2015-11-10T01:00:19Z","updated_at":"2015-11-10T01:00:19Z","name":"Footer","slug":"footer","template":"\u003cp\u003e{% |
| locale_switcher %}\u003c/p\u003e\n\u003cp\u003e\n {{ ''powered_by'' | translate | |
| }} \u003ca href=\"http://www.locomotivecms.com\"\u003eLocomotiveCMS\u003c/a\u003e. | |
| Designed by \u003ca href=\"http://www.sachagreif.com\"\u003eSacha Greif\u003c/a\u003e.\n\u003c/p\u003e\n\u003cp\u003e\n All | |
| photos are licensed under Creative Commons. (see original ones \u003ca href=''http://www.flickr.com/photos/38687875@N00/3391588262/''\u003ehere\u003c/a\u003e | |
| or \u003ca href=''http://www.flickr.com/photos/cool_dry_place/55454498/''\u003ehere\u003c/a\u003e).\n\u003c/p\u003e\n"}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:29 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:19 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/snippets/header.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&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=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -18851,24 +18853,24 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"70380f4a09827cd6a4100f1ed2b835ea" |
| + | - W/"7b71686a1e40a1884ec8240d92f163db" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - c06ac7e5-7b1b-43c6-8f00-44200ff20d5a |
| + | - 58298716-c089-45a5-8769-20f88fcdfd79 |
| X-Runtime: | |
| - | - '0.025620' |
| + | - '0.017375' |
| Content-Length: | |
| - '198' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6987f64323460000b6","created_at":"2015-10-03T22:53:29Z","updated_at":"2015-10-03T22:53:29Z","name":"Header","slug":"header","template":"\u003ch1\u003e{{ |
| + | string: '{"_id":"564141a3cde736424c0000b5","created_at":"2015-11-10T01:00:19Z","updated_at":"2015-11-10T01:00:19Z","name":"Header","slug":"header","template":"\u003ch1\u003e{{ |
| site.name }}\u003c/h1\u003e\n"}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:29 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:19 GMT |
| - request: | |
| method: get | |
| - | uri: http://localhost:3000/locomotive/api/v3/theme_assets.json?auth_token=a2muK9TeBmVrpA5XrYQa |
| + | uri: http://localhost:3000/locomotive/api/v3/theme_assets.json?auth_token=YwabxyhKGciVnBPtx8Wm |
| body: | |
| encoding: US-ASCII | |
| string: '' | |
| @@ | @@ -18878,9 +18880,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -18897,16 +18899,16 @@ http_interactions: |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 4c35708e-edae-49a0-8846-abc790016922 |
| + | - a04d2d47-574d-4556-8147-0a879ad7e12d |
| X-Runtime: | |
| - | - '0.043630' |
| + | - '0.061271' |
| Content-Length: | |
| - '2' | |
| body: | |
| encoding: UTF-8 | |
| string: "[]" | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:29 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:19 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -19779,7 +19781,7 @@ http_interactions: |
| ZW1lX2Fzc2V0W2NoZWNrc3VtXSINCg0KNjA4MDQ0MWZkZTUwYzQ4MzljMjNj | |
| NzliOTM3ZjAxOTQNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdA0K | |
| Q29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdXRoX3Rv | |
| - | a2VuIg0KDQphMm11SzlUZUJtVnJwQTVYcllRYQ0KLS0tLS0tLS0tLS0tLVJ1 |
| + | a2VuIg0KDQpZd2FieHloS0djaVZuQlB0eDhXbQ0KLS0tLS0tLS0tLS0tLVJ1 |
| YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -19787,9 +19789,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -19806,21 +19808,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"bd593dc338a8864a492b008fa53c4adf" |
| + | - W/"8f0473d8a5d52ffbc7852a7f974acd4a" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - b83905a6-5b71-48c7-8fbd-051030427834 |
| + | - 72b8eb18-184f-48ca-b21f-47364dd21aa3 |
| X-Runtime: | |
| - | - '0.203324' |
| + | - '0.167759' |
| Content-Length: | |
| - '377' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6987f64323460000b7","created_at":"2015-10-03T22:53:29Z","updated_at":"2015-10-03T22:53:29Z","content_type":"font","local_path":"fonts/chunkfive-webfont.eot","folder":"fonts","checksum":"6080441fde50c4839c23c79b937f0194","filename":"chunkfive-webfont.eot","url":"/sites/56105be287f6432346000001/theme/fonts/chunkfive-webfont.eot","size":"37.5 |
| + | string: '{"_id":"564141a3cde736424c0000b6","created_at":"2015-11-10T01:00:19Z","updated_at":"2015-11-10T01:00:19Z","content_type":"font","local_path":"fonts/chunkfive-webfont.eot","folder":"fonts","checksum":"6080441fde50c4839c23c79b937f0194","filename":"chunkfive-webfont.eot","url":"/sites/5641419bcde736424c000000/theme/fonts/chunkfive-webfont.eot","size":"37.5 |
| KB","raw_size":38434}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:29 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:20 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -20468,16 +20470,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\na2muK9TeBmVrpA5XrYQa\r\n-------------RubyMultipartPost--\r\n\r\n" |
| + | form-data; name=\"auth_token\"\r\n\r\nYwabxyhKGciVnBPtx8Wm\r\n-------------RubyMultipartPost--\r\n\r\n" |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -20494,21 +20496,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"9b314b760be6d8c2c66a4277162e08db" |
| + | - W/"cbd909b9e93e9a97b3fae5e47ecd54af" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - aa4bd432-882e-4242-b3b1-562a7a5972f9 |
| + | - 828502bf-f074-4e32-b6e4-95a09ec130e2 |
| X-Runtime: | |
| - | - '0.035012' |
| + | - '0.021150' |
| Content-Length: | |
| - '377' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6987f64323460000b8","created_at":"2015-10-03T22:53:29Z","updated_at":"2015-10-03T22:53:29Z","content_type":"font","local_path":"fonts/chunkfive-webfont.svg","folder":"fonts","checksum":"57d0f66913a8c0e172ae3fe78ce36e43","filename":"chunkfive-webfont.svg","url":"/sites/56105be287f6432346000001/theme/fonts/chunkfive-webfont.svg","size":"49.4 |
| + | string: '{"_id":"564141a4cde736424c0000b7","created_at":"2015-11-10T01:00:20Z","updated_at":"2015-11-10T01:00:20Z","content_type":"font","local_path":"fonts/chunkfive-webfont.svg","folder":"fonts","checksum":"57d0f66913a8c0e172ae3fe78ce36e43","filename":"chunkfive-webfont.svg","url":"/sites/5641419bcde736424c000000/theme/fonts/chunkfive-webfont.svg","size":"49.4 |
| KB","raw_size":50602}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:29 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:20 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -21375,7 +21377,7 @@ http_interactions: |
| dFtjaGVja3N1bV0iDQoNCjQzOTYzMzQ0NGY5ZDMyYTMwYTQ0NDlkYTk2Nzg1 | |
| M2QyDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQt | |
| RGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0K | |
| - | YTJtdUs5VGVCbVZycEE1WHJZUWENCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlw |
| + | WXdhYnh5aEtHY2lWbkJQdHg4V20NCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlw |
| YXJ0UG9zdC0tDQoNCg== | |
| headers: | |
| Accept: | |
| @@ | @@ -21383,9 +21385,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -21402,21 +21404,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"911f4c0168debf4fff0aa5817ff73ff5" |
| + | - W/"095ad53b073b6aee89a7009f726f712a" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 40a21b0e-8b13-4f5d-82b2-1fa2525517db |
| + | - 3ed40a79-d436-4393-ab91-ace556a14271 |
| X-Runtime: | |
| - | - '0.049353' |
| + | - '0.062867' |
| Content-Length: | |
| - '377' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6987f64323460000b9","created_at":"2015-10-03T22:53:29Z","updated_at":"2015-10-03T22:53:29Z","content_type":"font","local_path":"fonts/chunkfive-webfont.ttf","folder":"fonts","checksum":"439633444f9d32a30a4449da967853d2","filename":"chunkfive-webfont.ttf","url":"/sites/56105be287f6432346000001/theme/fonts/chunkfive-webfont.ttf","size":"37.3 |
| + | string: '{"_id":"564141a4cde736424c0000b8","created_at":"2015-11-10T01:00:20Z","updated_at":"2015-11-10T01:00:20Z","content_type":"font","local_path":"fonts/chunkfive-webfont.ttf","folder":"fonts","checksum":"439633444f9d32a30a4449da967853d2","filename":"chunkfive-webfont.ttf","url":"/sites/5641419bcde736424c000000/theme/fonts/chunkfive-webfont.ttf","size":"37.3 |
| KB","raw_size":38156}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:29 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:20 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -21932,7 +21934,7 @@ http_interactions: |
| bS1kYXRhOyBuYW1lPSJ0aGVtZV9hc3NldFtjaGVja3N1bV0iDQoNCjgxNzRm | |
| YTY3ODkwYTZhZjljMGIwNTQzMmQyMWFmZGJkDQotLS0tLS0tLS0tLS0tUnVi | |
| eU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0 | |
| - | YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KYTJtdUs5VGVCbVZycEE1WHJZUWEN |
| + | YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KWXdhYnh5aEtHY2lWbkJQdHg4V20N |
| Ci0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoNCg== | |
| headers: | |
| Accept: | |
| @@ | @@ -21940,9 +21942,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -21959,21 +21961,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"fa49a1e27c88572150dc2fb304801859" |
| + | - W/"a8ecc9182de240cf7dfc67473ee20de8" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 06f10691-6be6-453b-81d5-67a4a4519283 |
| + | - b8e3cccd-7057-4de4-8a4f-4255cb11ad3a |
| X-Runtime: | |
| - | - '0.035002' |
| + | - '0.019734' |
| Content-Length: | |
| - '380' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6987f64323460000ba","created_at":"2015-10-03T22:53:29Z","updated_at":"2015-10-03T22:53:29Z","content_type":"font","local_path":"fonts/chunkfive-webfont.woff","folder":"fonts","checksum":"8174fa67890a6af9c0b05432d21afdbd","filename":"chunkfive-webfont.woff","url":"/sites/56105be287f6432346000001/theme/fonts/chunkfive-webfont.woff","size":"21.9 |
| + | string: '{"_id":"564141a4cde736424c0000b9","created_at":"2015-11-10T01:00:20Z","updated_at":"2015-11-10T01:00:20Z","content_type":"font","local_path":"fonts/chunkfive-webfont.woff","folder":"fonts","checksum":"8174fa67890a6af9c0b05432d21afdbd","filename":"chunkfive-webfont.woff","url":"/sites/5641419bcde736424c000000/theme/fonts/chunkfive-webfont.woff","size":"21.9 |
| KB","raw_size":22384}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:29 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:20 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -22273,8 +22275,8 @@ http_interactions: |
| bnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0idGhlbWVfYXNzZXRb | |
| Y2hlY2tzdW1dIg0KDQozZjZhMTVmMmNlODkyMzUwOTJhZTI1YjEyNTA4NGRk | |
| Nw0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURp | |
| - | c3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmEy |
| - | bXVLOVRlQm1WcnBBNVhyWVFhDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFy |
| + | c3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCll3 |
| + | YWJ4eWhLR2NpVm5CUHR4OFdtDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFy |
| dFBvc3QtLQ0KDQo= | |
| headers: | |
| Accept: | |
| @@ | @@ -22282,9 +22284,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -22301,21 +22303,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"be8148ccaac9adcd894972bf449a42c4" |
| + | - W/"b49b54b8fb48521fdbf1dcea35ddaf0f" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - cc26ae88-11f3-4529-bada-7d69f816c42a |
| + | - f7798f3e-38af-435c-b1b8-960239974fdf |
| X-Runtime: | |
| - | - '0.058324' |
| + | - '0.071020' |
| Content-Length: | |
| - '339' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6987f64323460000bb","created_at":"2015-10-03T22:53:29Z","updated_at":"2015-10-03T22:53:29Z","content_type":"image","local_path":"images/top.jpg","folder":"images","checksum":"3f6a15f2ce89235092ae25b125084dd7","filename":"top.jpg","url":"/sites/56105be287f6432346000001/theme/images/top.jpg","size":"12.4 |
| + | string: '{"_id":"564141a4cde736424c0000ba","created_at":"2015-11-10T01:00:20Z","updated_at":"2015-11-10T01:00:20Z","content_type":"image","local_path":"images/top.jpg","folder":"images","checksum":"3f6a15f2ce89235092ae25b125084dd7","filename":"top.jpg","url":"/sites/5641419bcde736424c000000/theme/images/top.jpg","size":"12.4 |
| KB","raw_size":12697}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:29 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:20 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -22576,7 +22578,7 @@ http_interactions: |
| ZGF0YTsgbmFtZT0idGhlbWVfYXNzZXRbY2hlY2tzdW1dIg0KDQo0NzNmNjM0 | |
| MDUzMTcyYTY1NmIzOGY0ZDc5MWQyOTRjOA0KLS0tLS0tLS0tLS0tLVJ1YnlN | |
| dWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7 | |
| - | IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmEybXVLOVRlQm1WcnBBNVhyWVFhDQot |
| + | IG5hbWU9ImF1dGhfdG9rZW4iDQoNCll3YWJ4eWhLR2NpVm5CUHR4OFdtDQot |
| LS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo= | |
| headers: | |
| Accept: | |
| @@ | @@ -22584,9 +22586,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -22603,21 +22605,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"2e4b9bec27452d72d1545fe61415d96b" |
| + | - W/"2b4f7783e0bc7958146a6957983bb748" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - c6b2b385-4fc8-425b-9d48-ffd26df1d340 |
| + | - 649b64d6-96f0-4c3b-8a56-0e4b8a4298a2 |
| X-Runtime: | |
| - | - '0.067838' |
| + | - '0.023747' |
| Content-Length: | |
| - '353' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6987f64323460000bc","created_at":"2015-10-03T22:53:29Z","updated_at":"2015-10-03T22:53:29Z","content_type":"font","local_path":"fonts/chunkfive.otf","folder":"fonts","checksum":"473f634053172a656b38f4d791d294c8","filename":"chunkfive.otf","url":"/sites/56105be287f6432346000001/theme/fonts/chunkfive.otf","size":"10.7 |
| + | string: '{"_id":"564141a4cde736424c0000bb","created_at":"2015-11-10T01:00:20Z","updated_at":"2015-11-10T01:00:20Z","content_type":"font","local_path":"fonts/chunkfive.otf","folder":"fonts","checksum":"473f634053172a656b38f4d791d294c8","filename":"chunkfive.otf","url":"/sites/5641419bcde736424c000000/theme/fonts/chunkfive.otf","size":"10.7 |
| KB","raw_size":10916}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:29 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:20 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -22638,7 +22640,7 @@ http_interactions: |
| IG5hbWU9InRoZW1lX2Fzc2V0W2NoZWNrc3VtXSINCg0KZWRiMjkzMDI4Zjlj | |
| MDdmMmQ2OTJkMDY2Y2Q4YTQ1OGENCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlw | |
| YXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1l | |
| - | PSJhdXRoX3Rva2VuIg0KDQphMm11SzlUZUJtVnJwQTVYcllRYQ0KLS0tLS0t |
| + | PSJhdXRoX3Rva2VuIg0KDQpZd2FieHloS0djaVZuQlB0eDhXbQ0KLS0tLS0t |
| LS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -22646,9 +22648,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -22665,21 +22667,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"be7b76c19f15993056247370236d1fcd" |
| + | - W/"def71f4eabc62697e5d30393139bd44d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - d75e4be5-d139-49a5-b4e9-11f9bf0bd932 |
| + | - bbeed110-5e1b-4329-9538-64725ec4844d |
| X-Runtime: | |
| - | - '0.066220' |
| + | - '0.063141' |
| Content-Length: | |
| - '348' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6a87f64323460000bd","created_at":"2015-10-03T22:53:30Z","updated_at":"2015-10-03T22:53:30Z","content_type":"image","local_path":"images/nav_on.png","folder":"images","checksum":"edb293028f9c07f2d692d066cd8a458a","filename":"nav_on.png","url":"/sites/56105be287f6432346000001/theme/images/nav_on.png","size":"115 |
| + | string: '{"_id":"564141a4cde736424c0000bc","created_at":"2015-11-10T01:00:20Z","updated_at":"2015-11-10T01:00:20Z","content_type":"image","local_path":"images/nav_on.png","folder":"images","checksum":"edb293028f9c07f2d692d066cd8a458a","filename":"nav_on.png","url":"/sites/5641419bcde736424c000000/theme/images/nav_on.png","size":"115 |
| Bytes","raw_size":115}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:30 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:20 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -22870,8 +22872,8 @@ http_interactions: |
| c3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9InRoZW1lX2Fzc2V0W2NoZWNr | |
| c3VtXSINCg0KOTNjMjkxMTI4N2E1NzU0YmVkNjVhMDI4YzZhYTRhN2MNCi0t | |
| LS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3Np | |
| - | dGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQphMm11SzlU |
| - | ZUJtVnJwQTVYcllRYQ0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0 |
| + | dGlvbjogZm9ybS1kYXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpZd2FieHlo |
| + | S0djaVZuQlB0eDhXbQ0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0 |
| LS0NCg0K | |
| headers: | |
| Accept: | |
| @@ | @@ -22879,9 +22881,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -22898,21 +22900,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"f0c43f1492a734f8280eee8f58db74c9" |
| + | - W/"cce70ed7353e85b65e1ec10ea2026f18" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - d094b15d-6380-4700-b84b-96d8131c8860 |
| + | - 6b50ac69-ac9a-4042-bb60-bfe5a5a8bd84 |
| X-Runtime: | |
| - | - '0.060786' |
| + | - '0.096961' |
| Content-Length: | |
| - '361' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6a87f64323460000be","created_at":"2015-10-03T22:53:30Z","updated_at":"2015-10-03T22:53:30Z","content_type":"image","local_path":"images/photo_frame.png","folder":"images","checksum":"93c2911287a5754bed65a028c6aa4a7c","filename":"photo_frame.png","url":"/sites/56105be287f6432346000001/theme/images/photo_frame.png","size":"7.6 |
| + | string: '{"_id":"564141a4cde736424c0000bd","created_at":"2015-11-10T01:00:20Z","updated_at":"2015-11-10T01:00:20Z","content_type":"image","local_path":"images/photo_frame.png","folder":"images","checksum":"93c2911287a5754bed65a028c6aa4a7c","filename":"photo_frame.png","url":"/sites/5641419bcde736424c000000/theme/images/photo_frame.png","size":"7.6 |
| KB","raw_size":7780}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:30 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:20 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -22957,8 +22959,8 @@ http_interactions: |
| dGlvbjogZm9ybS1kYXRhOyBuYW1lPSJ0aGVtZV9hc3NldFtjaGVja3N1bV0i | |
| DQoNCjg5ZTAyNzUxODVlNjYxNjM5ZmIxNDEzMDQxMDg0M2I2DQotLS0tLS0t | |
| LS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRpb246 | |
| - | IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KYTJtdUs5VGVCbVZy |
| - | cEE1WHJZUWENCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoN |
| + | IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiINCg0KWXdhYnh5aEtHY2lW |
| + | bkJQdHg4V20NCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC0tDQoN |
| Cg== | |
| headers: | |
| Accept: | |
| @@ | @@ -22966,9 +22968,9 @@ http_interactions: |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| @@ | @@ -22985,21 +22987,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"f9abb5aaae0f97b6a3bb7e008fce5da7" |
| + | - W/"5c954bbb3a5bfe8dc40c0b8e0ba4e467" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 8cb5c14b-9f03-4b51-8b70-48fc5c55930c |
| + | - 60d641ac-8566-4747-bd7a-2c779f847150 |
| X-Runtime: | |
| - | - '0.058212' |
| + | - '0.090335' |
| Content-Length: | |
| - '338' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6a87f64323460000bf","created_at":"2015-10-03T22:53:30Z","updated_at":"2015-10-03T22:53:30Z","content_type":"image","local_path":"images/sep.png","folder":"images","checksum":"89e0275185e661639fb14130410843b6","filename":"sep.png","url":"/sites/56105be287f6432346000001/theme/images/sep.png","size":"1.18 |
| + | string: '{"_id":"564141a4cde736424c0000be","created_at":"2015-11-10T01:00:20Z","updated_at":"2015-11-10T01:00:20Z","content_type":"image","local_path":"images/sep.png","folder":"images","checksum":"89e0275185e661639fb14130410843b6","filename":"sep.png","url":"/sites/5641419bcde736424c000000/theme/images/sep.png","size":"1.18 |
| KB","raw_size":1213}' | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:30 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:20 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -23008,37 +23010,37 @@ http_interactions: |
| string: !binary |- | |
| LS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bv | |
| c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9InRoZW1lX2Fzc2V0W3NvdXJjZV0i | |
| - | OyBmaWxlbmFtZT0iY2h1bmtmaXZlLmNzcyINCkNvbnRlbnQtTGVuZ3RoOiAy |
| - | NzkNCkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vb2N0ZXQtc3RyZWFtDQpD |
| + | OyBmaWxlbmFtZT0iY2h1bmtmaXZlLmNzcyINCkNvbnRlbnQtTGVuZ3RoOiAz |
| + | MDcNCkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vb2N0ZXQtc3RyZWFtDQpD |
| b250ZW50LVRyYW5zZmVyLUVuY29kaW5nOiBiaW5hcnkNCg0KQGZvbnQtZmFj | |
| - | ZXtmb250LWZhbWlseTonQ2h1bmtGaXZlUm9tYW4nO3NyYzp1cmwoJ2NodW5r |
| - | Zml2ZS13ZWJmb250LmVvdCcpO3NyYzpsb2NhbCgn4pi6JyksdXJsKCdjaHVu |
| - | a2ZpdmUtd2ViZm9udC53b2ZmJykgZm9ybWF0KCd3b2ZmJyksdXJsKCdjaHVu |
| - | a2ZpdmUtd2ViZm9udC50dGYnKSBmb3JtYXQoJ3RydWV0eXBlJyksdXJsKCdj |
| - | aHVua2ZpdmUtd2ViZm9udC5zdmcjd2ViZm9udHdsWjVlYzh2JykgZm9ybWF0 |
| - | KCdzdmcnKTtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zdHlsZTpub3JtYWx9 |
| - | DQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlz |
| - | cG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0idGhlbWVfYXNzZXRbZm9sZGVy |
| - | XSINCg0KZm9udHMNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdA0K |
| - | Q29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJ0aGVtZV9h |
| - | c3NldFtjaGVja3N1bV0iDQoNCmIzYWQzYmZhMmFmZjlkZTkxM2JmNDJmODRh |
| - | ZDFmZWNmDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRl |
| - | bnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYXV0aF90b2tlbiIN |
| - | Cg0KYTJtdUs5VGVCbVZycEE1WHJZUWENCi0tLS0tLS0tLS0tLS1SdWJ5TXVs |
| - | dGlwYXJ0UG9zdC0tDQoNCg== |
| + | ZSB7CiAgZm9udC1mYW1pbHk6ICdDaHVua0ZpdmVSb21hbic7CiAgc3JjOiB1 |
| + | cmwoJ2NodW5rZml2ZS13ZWJmb250LmVvdCcpOwogIHNyYzogbG9jYWwoJ+KY |
| + | uicpLCB1cmwoJ2NodW5rZml2ZS13ZWJmb250LndvZmYnKSBmb3JtYXQoJ3dv |
| + | ZmYnKSwgdXJsKCdjaHVua2ZpdmUtd2ViZm9udC50dGYnKSBmb3JtYXQoJ3Ry |
| + | dWV0eXBlJyksIHVybCgnY2h1bmtmaXZlLXdlYmZvbnQuc3ZnI3dlYmZvbnR3 |
| + | bFo1ZWM4dicpIGZvcm1hdCgnc3ZnJyk7CiAgZm9udC13ZWlnaHQ6IG5vcm1h |
| + | bDsKICBmb250LXN0eWxlOiBub3JtYWw7Cn0KCg0KLS0tLS0tLS0tLS0tLVJ1 |
| + | YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRh |
| + | dGE7IG5hbWU9InRoZW1lX2Fzc2V0W2ZvbGRlcl0iDQoNCmZvbnRzDQotLS0t |
| + | LS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRp |
| + | b246IGZvcm0tZGF0YTsgbmFtZT0idGhlbWVfYXNzZXRbY2hlY2tzdW1dIg0K |
| + | DQplMDNhMWYxNTAwYTViZjA5OTcwNzY0Nzc2YmI0YTUzNA0KLS0tLS0tLS0t |
| + | LS0tLVJ1YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBm |
| + | b3JtLWRhdGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCll3YWJ4eWhLR2NpVm5C |
| + | UHR4OFdtDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo= |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| - | - '871' |
| + | - '899' |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -23051,46 +23053,46 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"e62a1f4d2242b04e8724e06af772c19b" |
| + | - W/"50d7f4bdc609d0093f2e8e3f98377b4d" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 679b4fc5-36ea-4b05-a789-7713f00d905a |
| + | - 2bac083a-f9fe-4341-ae78-3fb4b98b9775 |
| X-Runtime: | |
| - | - '0.032334' |
| + | - '0.065699' |
| Content-Length: | |
| - '359' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6a87f64323460000c0","created_at":"2015-10-03T22:53:30Z","updated_at":"2015-10-03T22:53:30Z","content_type":"stylesheet","local_path":"fonts/chunkfive.css","folder":"fonts","checksum":"b3ad3bfa2aff9de913bf42f84ad1fecf","filename":"chunkfive.css","url":"/sites/56105be287f6432346000001/theme/fonts/chunkfive.css","size":"279 |
| - | Bytes","raw_size":279}' |
| + | string: '{"_id":"564141a4cde736424c0000bf","created_at":"2015-11-10T01:00:20Z","updated_at":"2015-11-10T01:00:20Z","content_type":"stylesheet","local_path":"fonts/chunkfive.css","folder":"fonts","checksum":"e03a1f1500a5bf09970764776bb4a534","filename":"chunkfive.css","url":"/sites/5641419bcde736424c000000/theme/fonts/chunkfive.css","size":"307 |
| + | Bytes","raw_size":307}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:30 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:20 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| body: | |
| encoding: UTF-8 | |
| string: "-------------RubyMultipartPost\r\nContent-Disposition: form-data; name=\"theme_asset[source]\"; | |
| - | filename=\"application.js\"\r\nContent-Length: 84\r\nContent-Type: application/octet-stream\r\nContent-Transfer-Encoding: |
| - | binary\r\n\r\n(function(){$(document).ready(function(){return alert(\"hello |
| - | world\")})}).call(this);\r\n-------------RubyMultipartPost\r\nContent-Disposition: |
| + | filename=\"application.js\"\r\nContent-Length: 102\r\nContent-Type: application/octet-stream\r\nContent-Transfer-Encoding: |
| + | binary\r\n\r\n(function() {\n $(document).ready(function() {\n return |
| + | alert('hello world');\n });\n\n}).call(this);\n\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\na2muK9TeBmVrpA5XrYQa\r\n-------------RubyMultipartPost--\r\n\r\n" |
| + | form-data; name=\"theme_asset[checksum]\"\r\n\r\nc9c70afc24b19736b0969182f2d04dd3\r\n-------------RubyMultipartPost\r\nContent-Disposition: |
| + | form-data; name=\"auth_token\"\r\n\r\nYwabxyhKGciVnBPtx8Wm\r\n-------------RubyMultipartPost--\r\n\r\n" |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| - | - '682' |
| + | - '701' |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -23103,45 +23105,45 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"1e4a6765f453219b793997a1201ff954" |
| + | - W/"7b97a367f9134c99c3a566fb7d7bd021" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 02c5ef84-6579-47cc-bbb7-2fb5ab1a785d |
| + | - 68ec7ee0-3636-4d4e-8d55-e9c8fc5182e7 |
| X-Runtime: | |
| - | - '0.035773' |
| + | - '0.024920' |
| Content-Length: | |
| - | - '378' |
| + | - '380' |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6b87f64323460000c1","created_at":"2015-10-03T22:53:31Z","updated_at":"2015-10-03T22:53:31Z","content_type":"javascript","local_path":"javascripts/application.js","folder":"javascripts","checksum":"dafcc4a2f059c53e47bf8d7ea4dd1e11","filename":"application.js","url":"/sites/56105be287f6432346000001/theme/javascripts/application.js","size":"84 |
| - | Bytes","raw_size":84}' |
| + | string: '{"_id":"564141a4cde736424c0000c0","created_at":"2015-11-10T01:00:20Z","updated_at":"2015-11-10T01:00:20Z","content_type":"javascript","local_path":"javascripts/application.js","folder":"javascripts","checksum":"c9c70afc24b19736b0969182f2d04dd3","filename":"application.js","url":"/sites/5641419bcde736424c000000/theme/javascripts/application.js","size":"102 |
| + | Bytes","raw_size":102}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:31 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:20 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| body: | |
| encoding: UTF-8 | |
| string: "-------------RubyMultipartPost\r\nContent-Disposition: form-data; name=\"theme_asset[source]\"; | |
| - | filename=\"common.js\"\r\nContent-Length: 27\r\nContent-Type: application/octet-stream\r\nContent-Transfer-Encoding: |
| - | binary\r\n\r\nconsole.log(\"hello world\");\r\n-------------RubyMultipartPost\r\nContent-Disposition: |
| + | filename=\"common.js\"\r\nContent-Length: 29\r\nContent-Type: application/octet-stream\r\nContent-Transfer-Encoding: |
| + | binary\r\n\r\nconsole.log('hello world')\n;\n\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\na2muK9TeBmVrpA5XrYQa\r\n-------------RubyMultipartPost--\r\n\r\n" |
| + | form-data; name=\"theme_asset[checksum]\"\r\n\r\nd022b03c74a7b7386072c775861b39e4\r\n-------------RubyMultipartPost\r\nContent-Disposition: |
| + | form-data; name=\"auth_token\"\r\n\r\nYwabxyhKGciVnBPtx8Wm\r\n-------------RubyMultipartPost--\r\n\r\n" |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| - | - '620' |
| + | - '622' |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -23154,66 +23156,81 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"640750c404b4b6326c4ee66a6a60a3a2" |
| + | - W/"246f896a130cb6535427d0d817de4ff9" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 3611b840-a19f-46a7-8458-70126ed37fc3 |
| + | - 829d1e98-3d76-437e-b983-eb4e419ca244 |
| X-Runtime: | |
| - | - '0.041288' |
| + | - '0.022723' |
| Content-Length: | |
| - '363' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6c87f64323460000c2","created_at":"2015-10-03T22:53:32Z","updated_at":"2015-10-03T22:53:32Z","content_type":"javascript","local_path":"javascripts/common.js","folder":"javascripts","checksum":"d05d02ecb331afbe373db79b0a88ef36","filename":"common.js","url":"/sites/56105be287f6432346000001/theme/javascripts/common.js","size":"27 |
| - | Bytes","raw_size":27}' |
| + | string: '{"_id":"564141a4cde736424c0000c1","created_at":"2015-11-10T01:00:20Z","updated_at":"2015-11-10T01:00:20Z","content_type":"javascript","local_path":"javascripts/common.js","folder":"javascripts","checksum":"d022b03c74a7b7386072c775861b39e4","filename":"common.js","url":"/sites/5641419bcde736424c000000/theme/javascripts/common.js","size":"29 |
| + | Bytes","raw_size":29}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:32 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:20 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| body: | |
| encoding: UTF-8 | |
| string: "-------------RubyMultipartPost\r\nContent-Disposition: form-data; name=\"theme_asset[source]\"; | |
| - | filename=\"application.css\"\r\nContent-Length: 2300\r\nContent-Type: application/octet-stream\r\nContent-Transfer-Encoding: |
| - | binary\r\n\r\nbody{background:#f0eee3 url(\"/images/top.jpg\") 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(/images/sep.png) 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(/images/nav_on.png) repeat-x 0 0}#banner{padding-top:20px;background:transparent |
| - | url(/images/sep.png) repeat-x 0 bottom;margin-bottom:30px;padding-bottom:20px}#banner |
| - | .photo{float:left;position:relative;left:-23px;background:transparent url(/images/photo_frame.png) |
| - | 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(/images/sep.png) |
| - | 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 |
| - | 0 0 0}#contactform{margin-top:30px}#contactform p{margin-bottom:10px;clear:both}#contactform |
| - | p label{float:left;width:200px}#contactform p input[type=text],#contactform |
| - | p textarea{font-size:1em;padding:3px 5px}#contactform p input[type=text]{width:200px}#contactform |
| - | 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(/images/sep.png) repeat-x 0 0;margin-top:20px;padding-top:10px}#footer |
| - | p{text-align:center;font-size:12px}\r\n-------------RubyMultipartPost\r\nContent-Disposition: |
| + | filename=\"application.css\"\r\nContent-Length: 2793\r\nContent-Type: application/octet-stream\r\nContent-Transfer-Encoding: |
| + | binary\r\n\r\nbody { background: #f0eee3 url(\"/images/top.jpg\") repeat-x |
| + | center 0; color: #333; font-family: Georgia, helvetica; font-size: 14px; }\n\nh2 |
| + | { font-size: 30px; font-style: italic; font-weight: normal; font-family: ChunkFiveRoman; |
| + | margin-bottom: 6px; }\n\na { color: #2196b2; text-decoration: none; }\na:hover |
| + | { text-decoration: underline; }\n\n.sep { height: 1px; width: 950px; background: |
| + | transparent url(/images/sep.png) repeat-x 0 0; }\n\n.more a { font-style: |
| + | italic; font-weight: bold; }\n\n.container { width: 950px; padding-top: 0px; |
| + | }\n\n.error { text-align: center; font-size: 24px; text-transform: capitalize; |
| + | }\n\n/* ___ menu ___ */\n\n#menu { height: 40px; }\n\n#nav { list-style: none; |
| + | height: 40px; }\n#nav li { float: left; padding: 0px 20px 0 20px; height: |
| + | 40px; }\n#nav li a { position: relative; top: 7px; color: #fff; font-size: |
| + | 18px; text-transform: lowercase; font-family: ChunkFiveRoman; }\n#nav li.on |
| + | { background: transparent url(/images/nav_on.png) repeat-x 0 0; }\n\n/* ___ |
| + | banner ___ */\n\n#banner { padding-top: 20px; background: transparent url(/images/sep.png) |
| + | repeat-x 0 bottom; margin-bottom: 30px; padding-bottom: 20px; }\n\n#banner |
| + | .photo { float: left; position: relative; left: -23px; background: transparent |
| + | url(/images/photo_frame.png) no-repeat 0 0; padding: 24px 0 0px 32px; width: |
| + | 636px; height: 438px; }\n#banner .text { padding-top: 130px; margin-left: |
| + | 686px; }\n#banner .text p { font-size: 18px; }\n#banner .text p a { font-weight: |
| + | bold; font-size: 17px; }\n\n/* ___ list ___ */\n\n.list { list-style: none; |
| + | font-size: 13px; margin-bottom: 10px; }\n.list li { margin-bottom: 5px; }\n.list |
| + | li em { font-weight: bold; }\n\n/* ___ songs ___ */\n\n.songs { list-style: |
| + | none; }\n.songs li { margin: 0 20px 20px 0; padding: 0 0 20px 0px; background: |
| + | transparent url(/images/sep.png) repeat-x 0 bottom; }\n.songs li h3 { font-style: |
| + | italic; margin-bottom: 6px; }\n.songs li .cover { float: left; }\n.songs li |
| + | .cover img { border: 4px solid #fff; }\n.songs li .info { margin-left: 165px; |
| + | }\n.songs li .info .listen { text-align: right; margin: 5px 0 0 0; }\n\n/* |
| + | ___ contact form ___ */\n\n#contactform { margin-top: 30px; }\n#contactform |
| + | p { margin-bottom: 10px; clear: both; }\n#contactform p label { float: left; |
| + | width: 200px; }\n#contactform p input[type=text], #contactform p textarea |
| + | { font-size: 1em; padding: 3px 5px; }\n#contactform p input[type=text] { width: |
| + | 200px; }\n#contactform p textarea { width: 400px; height: 200px; }\n#contactform |
| + | p.action { padding: 0 0px 15px 200px; }\n#contactform p.action input { background: |
| + | #2196b2; color: #fff; padding: 3px 5px; text-transform: uppercase; margin: |
| + | 0 5px; border: none; }\n\n/* ___ footer ___ */\n\n#footer { background: transparent |
| + | url(/images/sep.png) repeat-x 0 0; margin-top: 20px; padding-top: 10px; }\n#footer |
| + | p { text-align: center; font-size: 12px; }\n\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\n3bacf4c2b7877e230e6990d72dae7724\r\n-------------RubyMultipartPost\r\nContent-Disposition: |
| - | form-data; name=\"auth_token\"\r\n\r\na2muK9TeBmVrpA5XrYQa\r\n-------------RubyMultipartPost--\r\n\r\n" |
| + | form-data; name=\"theme_asset[checksum]\"\r\n\r\n5486a2ad9c374f3ec8825b93a8d240cb\r\n-------------RubyMultipartPost\r\nContent-Disposition: |
| + | form-data; name=\"auth_token\"\r\n\r\nYwabxyhKGciVnBPtx8Wm\r\n-------------RubyMultipartPost--\r\n\r\n" |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| - | - '2901' |
| + | - '3394' |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -23226,45 +23243,45 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"9e17674ba4da87f7194162aa7810b49d" |
| + | - W/"cd0d80965c5d935f0657bd4e65d102f3" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - b4f7fc82-3217-4920-8809-aa78ac744380 |
| + | - 011c587b-4a2a-48b3-9387-ae1eb5745c73 |
| X-Runtime: | |
| - | - '0.032075' |
| + | - '0.061682' |
| Content-Length: | |
| - '382' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6c87f64323460000c3","created_at":"2015-10-03T22:53:32Z","updated_at":"2015-10-03T22:53:32Z","content_type":"stylesheet","local_path":"stylesheets/application.css","folder":"stylesheets","checksum":"3bacf4c2b7877e230e6990d72dae7724","filename":"application.css","url":"/sites/56105be287f6432346000001/theme/stylesheets/application.css","size":"2.25 |
| - | KB","raw_size":2300}' |
| + | string: '{"_id":"564141a4cde736424c0000c2","created_at":"2015-11-10T01:00:20Z","updated_at":"2015-11-10T01:00:20Z","content_type":"stylesheet","local_path":"stylesheets/application.css","folder":"stylesheets","checksum":"5486a2ad9c374f3ec8825b93a8d240cb","filename":"application.css","url":"/sites/5641419bcde736424c000000/theme/stylesheets/application.css","size":"2.73 |
| + | KB","raw_size":2793}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:32 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:20 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| body: | |
| encoding: UTF-8 | |
| string: "-------------RubyMultipartPost\r\nContent-Disposition: form-data; name=\"theme_asset[source]\"; | |
| - | filename=\"extra.css\"\r\nContent-Length: 39\r\nContent-Type: application/octet-stream\r\nContent-Transfer-Encoding: |
| - | binary\r\n\r\n#header{color:#4d926f}h2{color:#4d926f}\r\n-------------RubyMultipartPost\r\nContent-Disposition: |
| + | filename=\"extra.css\"\r\nContent-Length: 55\r\nContent-Type: application/octet-stream\r\nContent-Transfer-Encoding: |
| + | binary\r\n\r\n#header {\n color: #4d926f;\n}\nh2 {\n color: #4d926f;\n}\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\n15d3d9555deface69d6ab9e7fd972638\r\n-------------RubyMultipartPost\r\nContent-Disposition: |
| - | form-data; name=\"auth_token\"\r\n\r\na2muK9TeBmVrpA5XrYQa\r\n-------------RubyMultipartPost--\r\n\r\n" |
| + | form-data; name=\"theme_asset[checksum]\"\r\n\r\nb83abab1da45e00a1f78c4262de701ad\r\n-------------RubyMultipartPost\r\nContent-Disposition: |
| + | form-data; name=\"auth_token\"\r\n\r\nYwabxyhKGciVnBPtx8Wm\r\n-------------RubyMultipartPost--\r\n\r\n" |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| - | - '638' |
| + | - '654' |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -23277,62 +23294,74 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"d6549d2881b088b0d19c53d5092ed6d0" |
| + | - W/"12625ffe0c489654606eafbc02713b20" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 0cf08330-0a93-4eaf-b4c7-45143bc21b4f |
| + | - 8a917908-40f7-47b1-b5fd-0db23cd5a0c6 |
| X-Runtime: | |
| - | - '0.033570' |
| + | - '0.019747' |
| Content-Length: | |
| - '381' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6d87f64323460000c4","created_at":"2015-10-03T22:53:33Z","updated_at":"2015-10-03T22:53:33Z","content_type":"stylesheet","local_path":"stylesheets/other/extra.css","folder":"stylesheets/other","checksum":"15d3d9555deface69d6ab9e7fd972638","filename":"extra.css","url":"/sites/56105be287f6432346000001/theme/stylesheets/other/extra.css","size":"39 |
| - | Bytes","raw_size":39}' |
| + | string: '{"_id":"564141a4cde736424c0000c3","created_at":"2015-11-10T01:00:20Z","updated_at":"2015-11-10T01:00:20Z","content_type":"stylesheet","local_path":"stylesheets/other/extra.css","folder":"stylesheets/other","checksum":"b83abab1da45e00a1f78c4262de701ad","filename":"extra.css","url":"/sites/5641419bcde736424c000000/theme/stylesheets/other/extra.css","size":"55 |
| + | Bytes","raw_size":55}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:33 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:20 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| body: | |
| encoding: UTF-8 | |
| string: "-------------RubyMultipartPost\r\nContent-Disposition: form-data; name=\"theme_asset[source]\"; | |
| - | filename=\"style.css\"\r\nContent-Length: 1452\r\nContent-Type: application/octet-stream\r\nContent-Transfer-Encoding: |
| - | binary\r\n\r\nhtml html,html body,html div,html span,html applet,html object,html |
| - | iframe,html h1,html h2,html h3,html h4,html h5,html h6,html p,html blockquote,html |
| - | pre,html a,html abbr,html acronym,html address,html big,html cite,html code,html |
| - | del,html dfn,html em,html img,html ins,html kbd,html q,html s,html samp,html |
| - | small,html strike,html strong,html sub,html sup,html tt,html var,html b,html |
| - | u,html i,html center,html dl,html dt,html dd,html ol,html ul,html li,html |
| - | fieldset,html form,html label,html legend,html table,html caption,html tbody,html |
| - | tfoot,html thead,html tr,html th,html td,html article,html aside,html canvas,html |
| - | details,html embed,html figure,html figcaption,html footer,html header,html |
| - | hgroup,html menu,html nav,html output,html ruby,html section,html summary,html |
| - | time,html mark,html audio,html video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html |
| - | html{line-height:1}html ol,html ul{list-style:none}html table{border-collapse:collapse;border-spacing:0}html |
| - | caption,html th,html td{text-align:left;font-weight:normal;vertical-align:middle}html |
| - | q,html blockquote{quotes:none}html q:before,html q:after,html blockquote:before,html |
| - | blockquote:after{content:\"\";content:none}html a img{border:0}html article,html |
| - | aside,html details,html figcaption,html figure,html footer,html header,html |
| - | hgroup,html main,html menu,html nav,html section,html summary{display:block}body{background:red}body |
| - | h1{color:green}\r\n-------------RubyMultipartPost\r\nContent-Disposition: |
| + | filename=\"style.css\"\r\nContent-Length: 2976\r\nContent-Type: application/octet-stream\r\nContent-Transfer-Encoding: |
| + | binary\r\n\r\n/* line 5, /Users/nboie/.rvm/gems/ruby-2.1.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss |
| + | */\nhtml html, html body, html div, html span, html applet, html object, html |
| + | iframe,\nhtml h1, html h2, html h3, html h4, html h5, html h6, html p, html |
| + | blockquote, html pre,\nhtml a, html abbr, html acronym, html address, html |
| + | big, html cite, html code,\nhtml del, html dfn, html em, html img, html ins, |
| + | html kbd, html q, html s, html samp,\nhtml small, html strike, html strong, |
| + | html sub, html sup, html tt, html var,\nhtml b, html u, html i, html center,\nhtml |
| + | dl, html dt, html dd, html ol, html ul, html li,\nhtml fieldset, html form, |
| + | html label, html legend,\nhtml table, html caption, html tbody, html tfoot, |
| + | html thead, html tr, html th, html td,\nhtml article, html aside, html canvas, |
| + | html details, html embed,\nhtml figure, html figcaption, html footer, html |
| + | header, html hgroup,\nhtml menu, html nav, html output, html ruby, html section, |
| + | html summary,\nhtml time, html mark, html audio, html video {\n margin: 0;\n |
| + | \ padding: 0;\n border: 0;\n font: inherit;\n font-size: 100%;\n vertical-align: |
| + | baseline;\n}\n/* line 22, /Users/nboie/.rvm/gems/ruby-2.1.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss |
| + | */\nhtml html {\n line-height: 1;\n}\n/* line 24, /Users/nboie/.rvm/gems/ruby-2.1.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss |
| + | */\nhtml ol, html ul {\n list-style: none;\n}\n/* line 26, /Users/nboie/.rvm/gems/ruby-2.1.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss |
| + | */\nhtml table {\n border-collapse: collapse;\n border-spacing: 0;\n}\n/* |
| + | line 28, /Users/nboie/.rvm/gems/ruby-2.1.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss |
| + | */\nhtml caption, html th, html td {\n text-align: left;\n font-weight: |
| + | normal;\n vertical-align: middle;\n}\n/* line 30, /Users/nboie/.rvm/gems/ruby-2.1.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss |
| + | */\nhtml q, html blockquote {\n quotes: none;\n}\n/* line 103, /Users/nboie/.rvm/gems/ruby-2.1.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss |
| + | */\nhtml q:before, html q:after, html blockquote:before, html blockquote:after |
| + | {\n content: \"\";\n content: none;\n}\n/* line 32, /Users/nboie/.rvm/gems/ruby-2.1.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss |
| + | */\nhtml a img {\n border: none;\n}\n/* line 116, /Users/nboie/.rvm/gems/ruby-2.1.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss |
| + | */\nhtml article, html aside, html details, html figcaption, html figure, |
| + | html footer, html header, html hgroup, html main, html menu, html nav, html |
| + | section, html summary {\n display: block;\n}\n\n/* line 7, /Users/nboie/development/open_source/locomotive/wagon/spec/fixtures/default/public/stylesheets/other/style.css.scss |
| + | */\nbody {\n background: red;\n}\n/* line 10, /Users/nboie/development/open_source/locomotive/wagon/spec/fixtures/default/public/stylesheets/other/style.css.scss |
| + | */\nbody h1 {\n color: green;\n}\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\nad2e36fdbc6b9ea164f875e19af0c90e\r\n-------------RubyMultipartPost\r\nContent-Disposition: |
| - | form-data; name=\"auth_token\"\r\n\r\na2muK9TeBmVrpA5XrYQa\r\n-------------RubyMultipartPost--\r\n\r\n" |
| + | form-data; name=\"theme_asset[checksum]\"\r\n\r\nb7b63b5c6f69fe131e916a947d2a3dae\r\n-------------RubyMultipartPost\r\nContent-Disposition: |
| + | form-data; name=\"auth_token\"\r\n\r\nYwabxyhKGciVnBPtx8Wm\r\n-------------RubyMultipartPost--\r\n\r\n" |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| - | - '2053' |
| + | - '3577' |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -23345,21 +23374,21 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"cb513902740b99a45dc29554a70aeafa" |
| + | - W/"918db51d9dfebf113daf13b15062a334" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 75cb7aa1-bddd-43a4-af4e-256a34b14428 |
| + | - 54df0b0a-2e32-4fa0-b0d0-85bd6bbd6a46 |
| X-Runtime: | |
| - | - '0.050227' |
| + | - '0.044908' |
| Content-Length: | |
| - '382' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6d87f64323460000c5","created_at":"2015-10-03T22:53:33Z","updated_at":"2015-10-03T22:53:33Z","content_type":"stylesheet","local_path":"stylesheets/other/style.css","folder":"stylesheets/other","checksum":"ad2e36fdbc6b9ea164f875e19af0c90e","filename":"style.css","url":"/sites/56105be287f6432346000001/theme/stylesheets/other/style.css","size":"1.42 |
| - | KB","raw_size":1452}' |
| + | string: '{"_id":"564141a5cde736424c0000c4","created_at":"2015-11-10T01:00:21Z","updated_at":"2015-11-10T01:00:21Z","content_type":"stylesheet","local_path":"stylesheets/other/style.css","folder":"stylesheets/other","checksum":"b7b63b5c6f69fe131e916a947d2a3dae","filename":"style.css","url":"/sites/5641419bcde736424c000000/theme/stylesheets/other/style.css","size":"2.91 |
| + | KB","raw_size":2976}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:33 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:21 GMT |
| - request: | |
| method: post | |
| uri: http://localhost:3000/locomotive/api/v3/theme_assets.json | |
| @@ | @@ -23368,76 +23397,87 @@ http_interactions: |
| string: !binary |- | |
| LS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bv | |
| c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9InRoZW1lX2Fzc2V0W3NvdXJjZV0i | |
| - | OyBmaWxlbmFtZT0icmVib290LmNzcyINCkNvbnRlbnQtTGVuZ3RoOiAyMDQx |
| + | OyBmaWxlbmFtZT0icmVib290LmNzcyINCkNvbnRlbnQtTGVuZ3RoOiAyNTQ4 |
| DQpDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL29jdGV0LXN0cmVhbQ0KQ29u | |
| - | dGVudC1UcmFuc2Zlci1FbmNvZGluZzogYmluYXJ5DQoNCmh0bWwsYm9keSxk |
| - | aXYsc3BhbixvYmplY3QsaWZyYW1lLGgxLGgyLGgzLGg0LGg1LGg2LHAsYmxv |
| - | Y2txdW90ZSxwcmUsYSxhYmJyLGFjcm9ueW0sYWRkcmVzcyxjb2RlLGRlbCxk |
| - | Zm4sZW0saW1nLHEsZGwsZHQsZGQsb2wsdWwsbGksZmllbGRzZXQsZm9ybSxs |
| - | YWJlbCxsZWdlbmQsdGFibGUsY2FwdGlvbix0Ym9keSx0Zm9vdCx0aGVhZCx0 |
| - | cix0aCx0ZHttYXJnaW46MDtwYWRkaW5nOjA7Ym9yZGVyOjA7Zm9udC13ZWln |
| - | aHQ6aW5oZXJpdDtmb250LXN0eWxlOmluaGVyaXQ7Zm9udC1zaXplOjEwMCU7 |
| - | Zm9udC1mYW1pbHk6aW5oZXJpdDt2ZXJ0aWNhbC1hbGlnbjpiYXNlbGluZX0u |
| - | Y29udGFpbmVye21hcmdpbjowIGF1dG87d2lkdGg6OTAwcHg7cGFkZGluZzoy |
| - | MHB4O3RleHQtYWxpZ246bGVmdH0ubGluZSwubGFzdFVuaXR7b3ZlcmZsb3c6 |
| - | aGlkZGVuO19vdmVyZmxvdzp2aXNpYmxlO196b29tOjF9LmxpbmUye196b29t |
| - | OjE7YmFja2dyb3VuZC1jb2xvcjojRkZGfS51bml0e2Zsb2F0OmxlZnQ7X3pv |
| - | b206MX0udW5pdEV4dHtmbG9hdDpyaWdodH0uc2l6ZTFvZjF7ZmxvYXQ6bm9u |
| - | ZX0uc2l6ZTFvZjJ7d2lkdGg6NTAlfS5zaXplMW9mM3t3aWR0aDozMy4zMzMz |
| - | MyV9LnNpemUyb2Yze3dpZHRoOjY2LjY2NjY2JX0uc2l6ZTFvZjR7d2lkdGg6 |
| - | MjUlfS5zaXplM29mNHt3aWR0aDo3NSV9LnNpemUxb2Y1e3dpZHRoOjIwJX0u |
| - | c2l6ZTJvZjV7d2lkdGg6NDAlfS5zaXplM29mNXt3aWR0aDo2MCV9LnNpemU0 |
| - | b2Y1e3dpZHRoOjgwJX0ubGFzdFVuaXR7ZmxvYXQ6bm9uZTtfcG9zaXRpb246 |
| - | cmVsYXRpdmU7X2xlZnQ6LTNweDtfbWFyZ2luLXJpZ2h0Oi0zcHg7d2lkdGg6 |
| - | YXV0b30ucGFkZGluZzEwcHh7cGFkZGluZzoxMHB4fS5wYWRkaW5nMTVweHtw |
| - | YWRkaW5nOjE1cHh9LnBhZGRpbmcyMHB4e3BhZGRpbmc6MjBweH0uY2xlYXJ7 |
| - | Y2xlYXI6Ym90aDtoZWlnaHQ6MXB4O2xpbmUtaGVpZ2h0OjFweH1ib2R5e2Zv |
| - | bnQtc2l6ZTo3NSU7bGluZS1oZWlnaHQ6MS41fWgxLGgyLGgzLGg0LGg1LGg2 |
| - | e2ZvbnQtd2VpZ2h0Om5vcm1hbH1oMXtmb250LXNpemU6My42ZW07bGluZS1o |
| - | ZWlnaHQ6MTttYXJnaW4tYm90dG9tOi41ZW07Y29sb3I6IzQzNDM0Mztmb250 |
| - | LXdlaWdodDpib2xkO2xldHRlci1zcGFjaW5nOi0wLjA1ZW19aDJ7Zm9udC1z |
| - | aXplOjJlbTttYXJnaW4tYm90dG9tOi43NWVtO2NvbG9yOiM0MzQzNDN9aDN7 |
| - | Zm9udC1zaXplOjEuNWVtO2xpbmUtaGVpZ2h0OjE7bWFyZ2luLWJvdHRvbTox |
| - | ZW19aDR7Zm9udC1zaXplOjEuMjVlbTtsaW5lLWhlaWdodDoxLjI1O21hcmdp |
| - | bjouNWVtIDAgLjVlbSAwO2NvbG9yOiM1NjU3NTc7Zm9udC13ZWlnaHQ6Ym9s |
| - | ZH1oNXtmb250LXNpemU6MS4zZW07Zm9udC13ZWlnaHQ6bm9ybWFsO2NvbG9y |
| - | OiM0MTQyNDB9aDZ7Zm9udC1zaXplOjEuM2VtO2ZvbnQtd2VpZ2h0OmJvbGQ7 |
| - | Zm9udC1zdHlsZTppdGFsaWM7Y29sb3I6IzQzNDM0MzttYXJnaW46LTIwcHgg |
| - | MCAyMHB4IDA7bGV0dGVyLXNwYWNpbmc6LTAuMDVlbX1we21hcmdpbjowIDAg |
| - | MS41ZW07Y29sb3I6IzQxNDI0MH0udGNlbnRlcnt0ZXh0LWFsaWduOmNlbnRl |
| - | cn0udHJpZ2h0e3RleHQtYWxpZ246cmlnaHR9LnRsZWZ0e3RleHQtYWxpZ246 |
| - | bGVmdH0udGp1c3RpZnl7dGV4dC1hbGlnbjpqdXN0aWZ5fS5mcmlnaHR7Zmxv |
| - | YXQ6cmlnaHR9Lm5vbWFyZ2lue21hcmdpbjowICFpbXBvcnRhbnR9Lm10MzB7 |
| - | bWFyZ2luLXRvcDozMHB4ICFpbXBvcnRhbnR9Lm10MjB7bWFyZ2luLXRvcDoy |
| - | MHB4ICFpbXBvcnRhbnR9Lm1iMjB7bWFyZ2luLWJvdHRvbToyMHB4ICFpbXBv |
| - | cnRhbnR9Lm0yMHttYXJnaW46MjBweCAhaW1wb3J0YW50fS5tdDEwe21hcmdp |
| - | bi10b3A6MTBweCAhaW1wb3J0YW50fS5tbDEwe21hcmdpbi1sZWZ0OjEwcHgg |
| - | IWltcG9ydGFudH0ubXIxMHttYXJnaW4tcmlnaHQ6MTBweCAhaW1wb3J0YW50 |
| - | fS5tYjEwe21hcmdpbi1ib3R0b206MTBweCAhaW1wb3J0YW50fS5tYjIwe21h |
| - | cmdpbi1ib3R0b206MjBweCAhaW1wb3J0YW50fS5tYjMwe21hcmdpbi1ib3R0 |
| - | b206MzBweCAhaW1wb3J0YW50fS5tMTB7bWFyZ2luOjEwcHggIWltcG9ydGFu |
| - | dH3igIsNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdA0KQ29udGVu |
| - | dC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJ0aGVtZV9hc3NldFtm |
| - | b2xkZXJdIg0KDQpzdHlsZXNoZWV0cw0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0 |
| - | aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5h |
| - | bWU9InRoZW1lX2Fzc2V0W2NoZWNrc3VtXSINCg0KOWM4ZDU5OWMxOWZmZGEz |
| - | YWEyZTE1N2I3YTFkMWViY2UNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0 |
| - | UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJh |
| - | dXRoX3Rva2VuIg0KDQphMm11SzlUZUJtVnJwQTVYcllRYQ0KLS0tLS0tLS0t |
| - | LS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K |
| + | dGVudC1UcmFuc2Zlci1FbmNvZGluZzogYmluYXJ5DQoNCmh0bWwsIGJvZHks |
| + | IGRpdiwgc3Bhbiwgb2JqZWN0LCBpZnJhbWUsIGgxLCBoMiwgaDMsIGg0LCBo |
| + | NSwgaDYsIHAsIGJsb2NrcXVvdGUsIHByZSwgYSwgYWJiciwgYWNyb255bSwg |
| + | YWRkcmVzcywgY29kZSwgZGVsLCBkZm4sIGVtLCBpbWcsIHEsIGRsLCBkdCwg |
| + | ZGQsIG9sLCB1bCwgbGksIGZpZWxkc2V0LCBmb3JtLCBsYWJlbCwgbGVnZW5k |
| + | LCB0YWJsZSwgY2FwdGlvbiwgdGJvZHksIHRmb290LCB0aGVhZCwgdHIsIHRo |
| + | LCB0ZCB7bWFyZ2luOjA7cGFkZGluZzowO2JvcmRlcjowO2ZvbnQtd2VpZ2h0 |
| + | OmluaGVyaXQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtc2l6ZToxMDAlO2Zv |
| + | bnQtZmFtaWx5OmluaGVyaXQ7dmVydGljYWwtYWxpZ246YmFzZWxpbmU7fQoK |
| + | LyogKioqKioqKioqKioqKioqKiBHUklEUyAqKioqKioqKioqKioqKioqKiAq |
| + | LwouY29udGFpbmVyIHsgbWFyZ2luOiAwIGF1dG87IHdpZHRoOiA5MDBweDsg |
| + | cGFkZGluZzogMjBweDsgdGV4dC1hbGlnbjpsZWZ0OyB9Ci5saW5lLCAubGFz |
| + | dFVuaXQge292ZXJmbG93OiBoaWRkZW47X292ZXJmbG93OnZpc2libGU7X3pv |
| + | b206MTt9Ci5saW5lMiB7X3pvb206MTsgYmFja2dyb3VuZC1jb2xvcjojRkZG |
| + | O30KLnVuaXR7ZmxvYXQ6bGVmdDtfem9vbToxO30KLnVuaXRFeHR7ZmxvYXQ6 |
| + | cmlnaHQ7fQouc2l6ZTFvZjF7ZmxvYXQ6bm9uZTt9Ci5zaXplMW9mMnt3aWR0 |
| + | aDo1MCU7fQouc2l6ZTFvZjN7d2lkdGg6MzMuMzMzMzMlO30KLnNpemUyb2Yz |
| + | e3dpZHRoOjY2LjY2NjY2JTt9Ci5zaXplMW9mNHt3aWR0aDoyNSU7fQouc2l6 |
| + | ZTNvZjR7d2lkdGg6NzUlO30KLnNpemUxb2Y1e3dpZHRoOjIwJTt9Ci5zaXpl |
| + | Mm9mNXt3aWR0aDo0MCU7fQouc2l6ZTNvZjV7d2lkdGg6NjAlO30KLnNpemU0 |
| + | b2Y1e3dpZHRoOjgwJTt9Ci5sYXN0VW5pdCB7ZmxvYXQ6bm9uZTtfcG9zaXRp |
| + | b246cmVsYXRpdmU7IF9sZWZ0Oi0zcHg7IF9tYXJnaW4tcmlnaHQ6IC0zcHg7 |
| + | d2lkdGg6YXV0bzt9Ci5wYWRkaW5nMTBweHtwYWRkaW5nOjEwcHg7fQoucGFk |
| + | ZGluZzE1cHh7cGFkZGluZzoxNXB4O30KLnBhZGRpbmcyMHB4e3BhZGRpbmc6 |
| + | MjBweDt9Ci5jbGVhcntjbGVhcjpib3RoO2hlaWdodDoxcHg7bGluZS1oZWln |
| + | aHQ6MXB4O30KCi8qICoqKioqKioqKioqKioqKiogVFlQT0dSQVBIWSAqKioq |
| + | KioqKioqKioqKioqKiAqLwpib2R5IHtmb250LXNpemU6NzUlO2xpbmUtaGVp |
| + | Z2h0OjEuNTt9CmgxLCBoMiwgaDMsIGg0LCBoNSwgaDYge2ZvbnQtd2VpZ2h0 |
| + | Om5vcm1hbDt9CmgxIHsKICBmb250LXNpemU6My42ZW07CiAgbGluZS1oZWln |
| + | aHQ6MTsKICBtYXJnaW4tYm90dG9tOjAuNWVtOwogIGNvbG9yOiM0MzQzNDM7 |
| + | CiAgZm9udC13ZWlnaHQ6Ym9sZDsKICBsZXR0ZXItc3BhY2luZzotMC4wNWVt |
| + | Owp9CmgyIHtmb250LXNpemU6MmVtO21hcmdpbi1ib3R0b206MC43NWVtOyBj |
| + | b2xvcjojNDM0MzQzO30KaDMge2ZvbnQtc2l6ZToxLjVlbTtsaW5lLWhlaWdo |
| + | dDoxO21hcmdpbi1ib3R0b206MWVtO30KaDQge2ZvbnQtc2l6ZToxLjI1ZW07 |
| + | bGluZS1oZWlnaHQ6MS4yNTttYXJnaW46MC41ZW0gMCAwLjVlbSAwO2NvbG9y |
| + | OiM1NjU3NTc7Zm9udC13ZWlnaHQ6Ym9sZDt9Cmg1IHsKICBmb250LXNpemU6 |
| + | MS4zZW07CiAgZm9udC13ZWlnaHQ6bm9ybWFsOwogIGNvbG9yOiM0MTQyNDA7 |
| + | Cn0KCmg2IHsKICBmb250LXNpemU6MS4zZW07CiAgZm9udC13ZWlnaHQ6Ym9s |
| + | ZDsKICBmb250LXN0eWxlOml0YWxpYzsKICBjb2xvcjojNDM0MzQzOwogIG1h |
| + | cmdpbjotMjBweCAwIDIwcHggMDsKICBsZXR0ZXItc3BhY2luZzotMC4wNWVt |
| + | Owp9CnAgewogIG1hcmdpbjowIDAgMS41ZW07CiAgY29sb3I6IzQxNDI0MDsK |
| + | fQoKLyogKioqKioqKioqKioqKioqKiBBTElHTk1FTlRTICoqKioqKioqKioq |
| + | KioqKioqICovCi50Y2VudGVyIHsgdGV4dC1hbGlnbjogY2VudGVyOyB9Ci50 |
| + | cmlnaHQgeyB0ZXh0LWFsaWduOiByaWdodDsgfQoudGxlZnQgeyB0ZXh0LWFs |
| + | aWduOiBsZWZ0OyB9Ci50anVzdGlmeSB7IHRleHQtYWxpZ246IGp1c3RpZnk7 |
| + | IH0KLmZyaWdodCB7IGZsb2F0OiByaWdodDsgfQoKLyogKioqKioqKioqKioq |
| + | KioqKiBNQVJHSU5TICoqKioqKioqKioqKioqKioqICovCi5ub21hcmdpbiB7 |
| + | IG1hcmdpbjogMCAhaW1wb3J0YW50OyB9Ci5tdDMwIHsgbWFyZ2luLXRvcDog |
| + | MzBweCAhaW1wb3J0YW50OyB9Ci5tdDIwIHsgbWFyZ2luLXRvcDogMjBweCAh |
| + | aW1wb3J0YW50OyB9Ci5tYjIwIHsgbWFyZ2luLWJvdHRvbTogMjBweCAhaW1w |
| + | b3J0YW50OyB9Ci5tMjAgeyBtYXJnaW46IDIwcHggIWltcG9ydGFudDsgfQou |
| + | bXQxMCB7IG1hcmdpbi10b3A6IDEwcHggIWltcG9ydGFudDsgfQoubWwxMCB7 |
| + | IG1hcmdpbi1sZWZ0OiAxMHB4ICFpbXBvcnRhbnQ7IH0KLm1yMTAgeyBtYXJn |
| + | aW4tcmlnaHQ6IDEwcHggIWltcG9ydGFudDsgfQoubWIxMCB7IG1hcmdpbi1i |
| + | b3R0b206IDEwcHggIWltcG9ydGFudDsgfQoubWIyMCB7IG1hcmdpbi1ib3R0 |
| + | b206IDIwcHggIWltcG9ydGFudDsgfQoubWIzMCB7IG1hcmdpbi1ib3R0b206 |
| + | IDMwcHggIWltcG9ydGFudDsgfQoubTEwIHsgbWFyZ2luOiAxMHB4ICFpbXBv |
| + | cnRhbnQ7IH0KCgoKCuKAiwoNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0 |
| + | UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJ0 |
| + | aGVtZV9hc3NldFtmb2xkZXJdIg0KDQpzdHlsZXNoZWV0cw0KLS0tLS0tLS0t |
| + | LS0tLVJ1YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBm |
| + | b3JtLWRhdGE7IG5hbWU9InRoZW1lX2Fzc2V0W2NoZWNrc3VtXSINCg0KOWNl |
| + | MTk2MTA4NzEwZWIzNTY3MjlhY2M1YWU5MzNmMWUNCi0tLS0tLS0tLS0tLS1S |
| + | dWJ5TXVsdGlwYXJ0UG9zdA0KQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1k |
| + | YXRhOyBuYW1lPSJhdXRoX3Rva2VuIg0KDQpZd2FieHloS0djaVZuQlB0eDhX |
| + | bQ0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LS0NCg0K |
| headers: | |
| Accept: | |
| - application/json | |
| X-Locomotive-Account-Email: | |
| - admin@locomotivecms.com | |
| X-Locomotive-Account-Token: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - multipart/form-data; boundary=-----------RubyMultipartPost | |
| Content-Length: | |
| - | - '2637' |
| + | - '3144' |
| Accept-Encoding: | |
| - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 | |
| User-Agent: | |
| @@ | @@ -23450,36 +23490,36 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"66d12fabf62ce5fd638d7d485b026ee5" |
| + | - W/"2007a6cd18b978e6e4acbed83f680cc6" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 1507cbe9-6db5-4a0d-9873-3a3e923cb7db |
| + | - 3c2ed78a-1048-4833-a0cc-5a29e27a1141 |
| X-Runtime: | |
| - | - '0.041984' |
| + | - '0.026148' |
| Content-Length: | |
| - '367' | |
| body: | |
| encoding: UTF-8 | |
| - | string: '{"_id":"56105c6e87f64323460000c6","created_at":"2015-10-03T22:53:34Z","updated_at":"2015-10-03T22:53:34Z","content_type":"stylesheet","local_path":"stylesheets/reboot.css","folder":"stylesheets","checksum":"9c8d599c19ffda3aa2e157b7a1d1ebce","filename":"reboot.css","url":"/sites/56105be287f6432346000001/theme/stylesheets/reboot.css","size":"1.99 |
| - | KB","raw_size":2041}' |
| + | string: '{"_id":"564141a5cde736424c0000c5","created_at":"2015-11-10T01:00:21Z","updated_at":"2015-11-10T01:00:21Z","content_type":"stylesheet","local_path":"stylesheets/reboot.css","folder":"stylesheets","checksum":"9ce196108710eb356729acc5ae933f1e","filename":"reboot.css","url":"/sites/5641419bcde736424c000000/theme/stylesheets/reboot.css","size":"2.49 |
| + | KB","raw_size":2548}' |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:34 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:21 GMT |
| - request: | |
| method: put | |
| uri: http://localhost:3000/locomotive/api/v3/translations/powered_by.json | |
| body: | |
| encoding: UTF-8 | |
| - | string: auth_token=a2muK9TeBmVrpA5XrYQa&translation%5Bkey%5D=powered_by&translation%5Bvalues%5D%5Ben%5D=Powered+by&translation%5Bvalues%5D%5Bfr%5D=Propuls%C3%A9+par |
| + | string: auth_token=YwabxyhKGciVnBPtx8Wm&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: | |
| - | - a2muK9TeBmVrpA5XrYQa |
| + | - YwabxyhKGciVnBPtx8Wm |
| X-Locomotive-Site-Handle: | |
| - | - zealous-volcano-9917 |
| + | - pleasant-winds-1002 |
| Content-Type: | |
| - application/x-www-form-urlencoded | |
| Accept-Encoding: | |
| @@ | @@ -23494,1593 +23534,22 @@ http_interactions: |
| Content-Type: | |
| - application/json | |
| Etag: | |
| - | - W/"14f29b68f3c1d362fa844609a1a0a13a" |
| + | - W/"15421fb6ae8d8a71bb2b6144a152cb71" |
| Cache-Control: | |
| - max-age=0, private, must-revalidate | |
| X-Request-Id: | |
| - | - 9fa03ec0-35bb-4c77-b3b0-7cb985de4260 |
| + | - 4da972fd-cdda-46ff-aa0b-25f1950916c0 |
| X-Runtime: | |
| - | - '0.058500' |
| + | - '0.071088' |
| Content-Length: | |
| - '175' | |
| body: | |
| encoding: ASCII-8BIT | |
| string: !binary |- | |
| - | eyJfaWQiOiI1NjEwNWM2ZTg3ZjY0MzIzNDYwMDAwYzciLCJjcmVhdGVkX2F0 |
| - | IjoiMjAxNS0xMC0wM1QyMjo1MzozNFoiLCJ1cGRhdGVkX2F0IjoiMjAxNS0x |
| - | MC0wM1QyMjo1MzozNFoiLCJrZXkiOiJwb3dlcmVkX2J5IiwidmFsdWVzIjp7 |
| + | eyJfaWQiOiI1NjQxNDFhNWNkZTczNjQyNGMwMDAwYzYiLCJjcmVhdGVkX2F0 |
| + | IjoiMjAxNS0xMS0xMFQwMTowMDoyMVoiLCJ1cGRhdGVkX2F0IjoiMjAxNS0x |
| + | MS0xMFQwMTowMDoyMVoiLCJrZXkiOiJwb3dlcmVkX2J5IiwidmFsdWVzIjp7 |
| ImVuIjoiUG93ZXJlZCBieSIsImZyIjoiUHJvcHVsc8OpIHBhciJ9fQ== | |
| http_version: | |
| - | recorded_at: Sat, 03 Oct 2015 22:53:34 GMT |
| - | - request: |
| - | method: post |
| - | uri: http://localhost:3000/locomotive/api/v3/theme_assets.json |
| - | body: |
| - | encoding: ASCII-8BIT |
| - | string: !binary |- |
| - | LS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bv |
| - | c2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9InRoZW1lX2Fzc2V0W3NvdXJjZV0i |
| - | OyBmaWxlbmFtZT0iY2h1bmtmaXZlLmNzcyINCkNvbnRlbnQtTGVuZ3RoOiAz |
| - | MDcNCkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vb2N0ZXQtc3RyZWFtDQpD |
| - | b250ZW50LVRyYW5zZmVyLUVuY29kaW5nOiBiaW5hcnkNCg0KQGZvbnQtZmFj |
| - | ZSB7CiAgZm9udC1mYW1pbHk6ICdDaHVua0ZpdmVSb21hbic7CiAgc3JjOiB1 |
| - | cmwoJ2NodW5rZml2ZS13ZWJmb250LmVvdCcpOwogIHNyYzogbG9jYWwoJ+KY |
| - | uicpLCB1cmwoJ2NodW5rZml2ZS13ZWJmb250LndvZmYnKSBmb3JtYXQoJ3dv |
| - | ZmYnKSwgdXJsKCdjaHVua2ZpdmUtd2ViZm9udC50dGYnKSBmb3JtYXQoJ3Ry |
| - | dWV0eXBlJyksIHVybCgnY2h1bmtmaXZlLXdlYmZvbnQuc3ZnI3dlYmZvbnR3 |
| - | bFo1ZWM4dicpIGZvcm1hdCgnc3ZnJyk7CiAgZm9udC13ZWlnaHQ6IG5vcm1h |
| - | bDsKICBmb250LXN0eWxlOiBub3JtYWw7Cn0KCg0KLS0tLS0tLS0tLS0tLVJ1 |
| - | YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRh |
| - | dGE7IG5hbWU9InRoZW1lX2Fzc2V0W2ZvbGRlcl0iDQoNCmZvbnRzDQotLS0t |
| - | LS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QNCkNvbnRlbnQtRGlzcG9zaXRp |
| - | b246IGZvcm0tZGF0YTsgbmFtZT0idGhlbWVfYXNzZXRbY2hlY2tzdW1dIg0K |
| - | DQplMDNhMWYxNTAwYTViZjA5OTcwNzY0Nzc2YmI0YTUzNA0KLS0tLS0tLS0t |
| - | LS0tLVJ1YnlNdWx0aXBhcnRQb3N0DQpDb250ZW50LURpc3Bvc2l0aW9uOiBm |
| - | b3JtLWRhdGE7IG5hbWU9ImF1dGhfdG9rZW4iDQoNCmEybXVLOVRlQm1WcnBB |
| - | NVhyWVFhDQotLS0tLS0tLS0tLS0tUnVieU11bHRpcGFydFBvc3QtLQ0KDQo= |
| - | headers: |
| - | Accept: |
| - | - application/json |
| - | X-Locomotive-Account-Email: |
| - | - admin@locomotivecms.com |
| - | X-Locomotive-Account-Token: |
| - | - a2muK9TeBmVrpA5XrYQa |
| - | X-Locomotive-Site-Handle: |
| - | - zealous-volcano-9917 |
| - | Content-Type: |
| - | - multipart/form-data; boundary=-----------RubyMultipartPost |
| - | Content-Length: |
| - | - '899' |
| - | Accept-Encoding: |
| - | - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 |
| - | User-Agent: |
| - | - Ruby |
| - | response: |
| - | status: |
| - | code: 404 |
| - | message: Not Found |
| - | headers: |
| - | Content-Type: |
| - | - text/html; charset=utf-8 |
| - | Content-Length: |
| - | - '136496' |
| - | X-Request-Id: |
| - | - 71c5e825-da05-44b4-a56f-b09f6b0258cc |
| - | X-Runtime: |
| - | - '0.235490' |
| - | Set-Cookie: |
| - | - __profilin=p%3Dt; path=/ |
| - | - __profilin=p%3Dt; path=/ |
| - | Connection: |
| - | - keep-alive |
| - | Server: |
| - | - thin |
| - | body: |
| - | encoding: UTF-8 |
| - | string: "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\" |
| - | />\n <title>Action Controller: Exception caught</title>\n <style>\n body |
| - | {\n background-color: #FAFAFA;\n color: #333;\n margin: 0px;\n |
| - | \ }\n\n body, p, ol, ul, td {\n font-family: helvetica, verdana, |
| - | arial, sans-serif;\n font-size: 13px;\n line-height: 18px;\n }\n\n |
| - | \ pre {\n font-size: 11px;\n white-space: pre-wrap;\n }\n\n |
| - | \ pre.box {\n border: 1px solid #EEE;\n padding: 10px;\n margin: |
| - | 0px;\n width: 958px;\n }\n\n header {\n color: #F0F0F0;\n |
| - | \ background: #C52F24;\n padding: 0.5em 1.5em;\n }\n\n h1 {\n |
| - | \ margin: 0.2em 0;\n line-height: 1.1em;\n font-size: 2em;\n |
| - | \ }\n\n h2 {\n color: #C52F24;\n line-height: 25px;\n }\n\n |
| - | \ .details {\n border: 1px solid #D0D0D0;\n border-radius: 4px;\n |
| - | \ margin: 1em 0px;\n display: block;\n width: 978px;\n }\n\n |
| - | \ .summary {\n padding: 8px 15px;\n border-bottom: 1px solid #D0D0D0;\n |
| - | \ display: block;\n }\n\n .details pre {\n margin: 5px;\n border: |
| - | none;\n }\n\n #container {\n box-sizing: border-box;\n width: |
| - | 100%;\n padding: 0 1.5em;\n }\n\n .source * {\n margin: 0px;\n |
| - | \ padding: 0px;\n }\n\n .source {\n border: 1px solid #D9D9D9;\n |
| - | \ background: #ECECEC;\n width: 978px;\n }\n\n .source pre |
| - | {\n padding: 10px 0px;\n border: none;\n }\n\n .source .data |
| - | {\n font-size: 80%;\n overflow: auto;\n background-color: #FFF;\n |
| - | \ }\n\n .info {\n padding: 0.5em;\n }\n\n .source .data .line_numbers |
| - | {\n background-color: #ECECEC;\n color: #AAA;\n padding: 1em |
| - | .5em;\n border-right: 1px solid #DDD;\n text-align: right;\n }\n\n |
| - | \ .line {\n padding-left: 10px;\n }\n\n .line:hover {\n background-color: |
| - | #F6F6F6;\n }\n\n .line.active {\n background-color: #FFCCCC;\n |
| - | \ }\n\n a { color: #980905; }\n a:visited { color: #666; }\n a:hover |
| - | { color: #C52F24; }\n\n #route_table {\n margin: 0 auto 0;\n border-collapse: |
| - | collapse;\n }\n\n #route_table td {\n padding: 0 30px;\n }\n\n #route_table |
| - | tr.bottom th {\n padding-bottom: 10px;\n line-height: 15px;\n }\n\n |
| - | \ #route_table .matched_paths {\n background-color: LightGoldenRodYellow;\n |
| - | \ }\n\n #route_table .matched_paths {\n border-bottom: solid 3px SlateGrey;\n |
| - | \ }\n\n #path_search {\n width: 80%;\n font-size: inherit;\n }\n\n |
| - | \ </style>\n\n <script>\n var toggle = function(id) {\n var s = document.getElementById(id).style;\n |
| - | \ s.display = s.display == 'none' ? 'block' : 'none';\n return false;\n |
| - | \ }\n var show = function(id) {\n document.getElementById(id).style.display |
| - | = 'block';\n }\n var hide = function(id) {\n document.getElementById(id).style.display |
| - | = 'none';\n }\n var toggleTrace = function() {\n return toggle('blame_trace');\n |
| - | \ }\n var toggleSessionDump = function() {\n return toggle('session_dump');\n |
| - | \ }\n var toggleEnvDump = function() {\n return toggle('env_dump');\n |
| - | \ }\n </script>\n</head>\n<body>\n\n<header>\n <h1>Routing Error</h1>\n</header>\n<div |
| - | id=\"container\">\n <h2>No route matches [POST] "/locomotive/api/v3/theme_assets.json"</h2>\n\n |
| - | \ \n<p><code>Rails.root: /Users/nboie/development/bluewater/fusion</code></p>\n\n<div |
| - | id=\"traces\">\n <a href=\"#\" onclick=\"hide('Framework-Trace');hide('Full-Trace');show('Application-Trace');; |
| - | return false;\">Application Trace</a> |\n <a href=\"#\" onclick=\"hide('Application-Trace');hide('Full-Trace');show('Framework-Trace');; |
| - | return false;\">Framework Trace</a> |\n <a href=\"#\" onclick=\"hide('Application-Trace');hide('Framework-Trace');show('Full-Trace');; |
| - | return false;\">Full Trace</a> \n\n <div id=\"Application-Trace\" style=\"display: |
| - | block;\">\n <pre><code></code></pre>\n </div>\n <div id=\"Framework-Trace\" |
| - | style=\"display: none;\">\n <pre><code>actionpack (4.1.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in |
| - | `call'\nactionpack (4.1.9) lib/action_dispatch/middleware/show_exceptions.rb:30:in |
| - | `call'\nrailties (4.1.9) lib/rails/rack/logger.rb:38:in `call_app'\nrailties |
| - | (4.1.9) lib/rails/rack/logger.rb:20:in `block in call'\nactivesupport |
| - | (4.1.9) lib/active_support/tagged_logging.rb:68:in `block in tagged'\nactivesupport |
| - | (4.1.9) lib/active_support/tagged_logging.rb:26:in `tagged'\nactivesupport |
| - | (4.1.9) lib/active_support/tagged_logging.rb:68:in `tagged'\nrailties |
| - | (4.1.9) lib/rails/rack/logger.rb:20:in `call'\nactionpack (4.1.9) lib/action_dispatch/middleware/request_id.rb:21:in |
| - | `call'\nrack (1.5.2) lib/rack/methodoverride.rb:21:in `call'\nrack |
| - | (1.5.2) lib/rack/runtime.rb:17:in `call'\nrack (1.5.2) lib/rack/lock.rb:17:in |
| - | `call'\nactionpack (4.1.9) lib/action_dispatch/middleware/static.rb:84:in |
| - | `call'\nrack (1.5.2) lib/rack/sendfile.rb:112:in `call'\nairbrake |
| - | (4.1.0) lib/airbrake/user_informer.rb:16:in `_call'\nairbrake (4.1.0) |
| - | lib/airbrake/user_informer.rb:12:in `call'\nrack-mini-profiler (0.9.1) |
| - | lib/mini_profiler/profiler.rb:300:in `call'\nrailties (4.1.9) lib/rails/engine.rb:514:in |
| - | `call'\nrailties (4.1.9) lib/rails/application.rb:144:in `call'\nrack |
| - | (1.5.2) lib/rack/content_length.rb:14:in `call'\nthin (1.6.4) lib/thin/connection.rb:86:in |
| - | `block in pre_process'\nthin (1.6.4) lib/thin/connection.rb:84:in `catch'\nthin |
| - | (1.6.4) lib/thin/connection.rb:84:in `pre_process'\nthin (1.6.4) lib/thin/connection.rb:53:in |
| - | `process'\nthin (1.6.4) lib/thin/connection.rb:39:in `receive_data'\neventmachine |
| - | (1.0.8) lib/eventmachine.rb:193:in `run_machine'\neventmachine (1.0.8) |
| - | lib/eventmachine.rb:193:in `run'\nthin (1.6.4) lib/thin/backends/base.rb:73:in |
| - | `start'\nthin (1.6.4) lib/thin/server.rb:162:in `start'\nrack (1.5.2) |
| - | lib/rack/handler/thin.rb:16:in `run'\nrack (1.5.2) lib/rack/server.rb:264:in |
| - | `start'\nrailties (4.1.9) lib/rails/commands/server.rb:69:in `start'\nrailties |
| - | (4.1.9) lib/rails/commands/commands_tasks.rb:81:in `block in server'\nrailties |
| - | (4.1.9) lib/rails/commands/commands_tasks.rb:76:in `tap'\nrailties (4.1.9) |
| - | lib/rails/commands/commands_tasks.rb:76:in `server'\nrailties (4.1.9) |
| - | lib/rails/commands/commands_tasks.rb:40:in `run_command!'\nrailties (4.1.9) |
| - | lib/rails/commands.rb:17:in `<top (required)>'\nscript/rails:7:in |
| - | `require'\nscript/rails:7:in `<main>'</code></pre>\n </div>\n |
| - | \ <div id=\"Full-Trace\" style=\"display: none;\">\n <pre><code>actionpack |
| - | (4.1.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'\nactionpack |
| - | (4.1.9) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'\nrailties |
| - | (4.1.9) lib/rails/rack/logger.rb:38:in `call_app'\nrailties (4.1.9) lib/rails/rack/logger.rb:20:in |
| - | `block in call'\nactivesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in |
| - | `block in tagged'\nactivesupport (4.1.9) lib/active_support/tagged_logging.rb:26:in |
| - | `tagged'\nactivesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in |
| - | `tagged'\nrailties (4.1.9) lib/rails/rack/logger.rb:20:in `call'\nactionpack |
| - | (4.1.9) lib/action_dispatch/middleware/request_id.rb:21:in `call'\nrack |
| - | (1.5.2) lib/rack/methodoverride.rb:21:in `call'\nrack (1.5.2) lib/rack/runtime.rb:17:in |
| - | `call'\nrack (1.5.2) lib/rack/lock.rb:17:in `call'\nactionpack (4.1.9) |
| - | lib/action_dispatch/middleware/static.rb:84:in `call'\nrack (1.5.2) lib/rack/sendfile.rb:112:in |
| - | `call'\nairbrake (4.1.0) lib/airbrake/user_informer.rb:16:in `_call'\nairbrake |
| - | (4.1.0) lib/airbrake/user_informer.rb:12:in `call'\nrack-mini-profiler |
| - | (0.9.1) lib/mini_profiler/profiler.rb:300:in `call'\nrailties (4.1.9) |
| - | lib/rails/engine.rb:514:in `call'\nrailties (4.1.9) lib/rails/application.rb:144:in |
| - | `call'\nrack (1.5.2) lib/rack/content_length.rb:14:in `call'\nthin |
| - | (1.6.4) lib/thin/connection.rb:86:in `block in pre_process'\nthin (1.6.4) |
| - | lib/thin/connection.rb:84:in `catch'\nthin (1.6.4) lib/thin/connection.rb:84:in |
| - | `pre_process'\nthin (1.6.4) lib/thin/connection.rb:53:in `process'\nthin |
| - | (1.6.4) lib/thin/connection.rb:39:in `receive_data'\neventmachine (1.0.8) |
| - | lib/eventmachine.rb:193:in `run_machine'\neventmachine (1.0.8) lib/eventmachine.rb:193:in |
| - | `run'\nthin (1.6.4) lib/thin/backends/base.rb:73:in `start'\nthin |
| - | (1.6.4) lib/thin/server.rb:162:in `start'\nrack (1.5.2) lib/rack/handler/thin.rb:16:in |
| - | `run'\nrack (1.5.2) lib/rack/server.rb:264:in `start'\nrailties (4.1.9) |
| - | lib/rails/commands/server.rb:69:in `start'\nrailties (4.1.9) lib/rails/commands/commands_tasks.rb:81:in |
| - | `block in server'\nrailties (4.1.9) lib/rails/commands/commands_tasks.rb:76:in |
| - | `tap'\nrailties (4.1.9) lib/rails/commands/commands_tasks.rb:76:in `server'\nrailties |
| - | (4.1.9) lib/rails/commands/commands_tasks.rb:40:in `run_command!'\nrailties |
| - | (4.1.9) lib/rails/commands.rb:17:in `<top (required)>'\nscript/rails:7:in |
| - | `require'\nscript/rails:7:in `<main>'</code></pre>\n </div>\n</div>\n\n\n |
| - | \ <h2>\n Routes\n </h2>\n\n <p>\n Routes match in priority |
| - | from top to bottom\n </p>\n\n \n<table id='route_table' class='route_table'>\n |
| - | \ <thead>\n <tr>\n <th>Helper</th>\n <th>HTTP Verb</th>\n <th>Path</th>\n |
| - | \ <th>Controller#Action</th>\n </tr>\n <tr class='bottom'>\n <th>\n |
| - | \ <a data-route-helper=\"_path\" href=\"#\" title=\"Returns a relative |
| - | path (without the http or domain)\">Path</a> /\n <a data-route-helper=\"_url\" |
| - | href=\"#\" title=\"Returns an absolute url (with the http and domain)\">Url</a>\n |
| - | \ </th>\n <th>\n </th>\n <th>\n <input id=\"path_search\" |
| - | name=\"path[]\" placeholder=\"Path Match\" type=\"search\" />\n </th>\n |
| - | \ <th>\n </th>\n </tr>\n </thead>\n <tbody class='matched_paths' |
| - | id='matched_paths'>\n </tbody>\n <tbody>\n <tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb=''>\n \n </td>\n |
| - | \ <td data-route-path='/resque' data-regexp='^\\/resque'>\n /resque\n </td>\n |
| - | \ <td data-route-reqs='#<Resque::Server app_file="/Users/nboie/.rvm/gems/ruby-2.1.5@fusion/gems/resque-1.25.2/lib/resque/server.rb">'>\n |
| - | \ #<Resque::Server app_file="/Users/nboie/.rvm/gems/ruby-2.1.5@fusion/gems/resque-1.25.2/lib/resque/server.rb">\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='fusion_reports_order_counts_by_tactic_report'>\n |
| - | \ fusion_reports_order_counts_by_tactic_report<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/fusion_reports/order_counts_by_tactic_report(.:format)' |
| - | data-regexp='^\\/fusion_reports\\/order_counts_by_tactic_report(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_reports/order_counts_by_tactic_report(.:format)\n </td>\n <td |
| - | data-route-reqs='fusion_reports/order_counts_by_tactic_reports#create'>\n |
| - | \ fusion_reports/order_counts_by_tactic_reports#create\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='new_fusion_reports_order_counts_by_tactic_report'>\n |
| - | \ new_fusion_reports_order_counts_by_tactic_report<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_reports/order_counts_by_tactic_report/new(.:format)' |
| - | data-regexp='^\\/fusion_reports\\/order_counts_by_tactic_report\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_reports/order_counts_by_tactic_report/new(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_reports/order_counts_by_tactic_reports#new'>\n |
| - | \ fusion_reports/order_counts_by_tactic_reports#new\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_reports/order_counts_by_tactic_report(.:format)' |
| - | data-regexp='^\\/fusion_reports\\/order_counts_by_tactic_report(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_reports/order_counts_by_tactic_report(.:format)\n </td>\n <td |
| - | data-route-reqs='fusion_reports/order_counts_by_tactic_reports#show'>\n fusion_reports/order_counts_by_tactic_reports#show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='fusion_reports_subscription_billing_management_index'>\n |
| - | \ fusion_reports_subscription_billing_management_index<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_reports/subscription_billing/management(.:format)' |
| - | data-regexp='^\\/fusion_reports\\/subscription_billing\\/management(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_reports/subscription_billing/management(.:format)\n </td>\n <td |
| - | data-route-reqs='fusion_reports/subscription_billing/management#index'>\n |
| - | \ fusion_reports/subscription_billing/management#index\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='fusion_reports_subscription_billing_workflows'>\n |
| - | \ fusion_reports_subscription_billing_workflows<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/fusion_reports/subscription_billing/workflows(.:format)' |
| - | data-regexp='^\\/fusion_reports\\/subscription_billing\\/workflows(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_reports/subscription_billing/workflows(.:format)\n </td>\n <td |
| - | data-route-reqs='fusion_reports/subscription_billing/workflows#create'>\n |
| - | \ fusion_reports/subscription_billing/workflows#create\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='fusion_workflow_list_stats_report'>\n |
| - | \ fusion_workflow_list_stats_report<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/list_stats_report(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/list_stats_report(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/list_stats_report(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/list_stats_reports#create'>\n fusion_workflows/list_stats_reports#create\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='new_fusion_workflow_list_stats_report'>\n |
| - | \ new_fusion_workflow_list_stats_report<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/list_stats_report/new(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/list_stats_report\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/list_stats_report/new(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/list_stats_reports#new'>\n |
| - | \ fusion_workflows/list_stats_reports#new\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='edit_fusion_workflow_list_stats_report'>\n |
| - | \ edit_fusion_workflow_list_stats_report<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/list_stats_report/edit(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/list_stats_report\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/list_stats_report/edit(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/list_stats_reports#edit'>\n |
| - | \ fusion_workflows/list_stats_reports#edit\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/list_stats_report(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/list_stats_report(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/list_stats_report(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/list_stats_reports#show'>\n fusion_workflows/list_stats_reports#show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PATCH'>\n PATCH\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/list_stats_report(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/list_stats_report(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/list_stats_report(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/list_stats_reports#update'>\n fusion_workflows/list_stats_reports#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/list_stats_report(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/list_stats_report(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/list_stats_report(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/list_stats_reports#update'>\n fusion_workflows/list_stats_reports#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='DELETE'>\n DELETE\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/list_stats_report(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/list_stats_report(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/list_stats_report(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/list_stats_reports#destroy'>\n fusion_workflows/list_stats_reports#destroy\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='fusion_workflow_carrier_routes_for_list'>\n |
| - | \ fusion_workflow_carrier_routes_for_list<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/carrier_routes_for_list(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/carrier_routes_for_list(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/carrier_routes_for_list(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/carrier_routes_for_lists#create'>\n |
| - | \ fusion_workflows/carrier_routes_for_lists#create\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='new_fusion_workflow_carrier_routes_for_list'>\n |
| - | \ new_fusion_workflow_carrier_routes_for_list<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/carrier_routes_for_list/new(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/carrier_routes_for_list\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/carrier_routes_for_list/new(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/carrier_routes_for_lists#new'>\n |
| - | \ fusion_workflows/carrier_routes_for_lists#new\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='edit_fusion_workflow_carrier_routes_for_list'>\n |
| - | \ edit_fusion_workflow_carrier_routes_for_list<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/carrier_routes_for_list/edit(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/carrier_routes_for_list\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/carrier_routes_for_list/edit(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/carrier_routes_for_lists#edit'>\n |
| - | \ fusion_workflows/carrier_routes_for_lists#edit\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/carrier_routes_for_list(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/carrier_routes_for_list(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/carrier_routes_for_list(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/carrier_routes_for_lists#show'>\n |
| - | \ fusion_workflows/carrier_routes_for_lists#show\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='PATCH'>\n |
| - | \ PATCH\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/carrier_routes_for_list(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/carrier_routes_for_list(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/carrier_routes_for_list(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/carrier_routes_for_lists#update'>\n |
| - | \ fusion_workflows/carrier_routes_for_lists#update\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/carrier_routes_for_list(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/carrier_routes_for_list(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/carrier_routes_for_list(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/carrier_routes_for_lists#update'>\n |
| - | \ fusion_workflows/carrier_routes_for_lists#update\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='DELETE'>\n DELETE\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/carrier_routes_for_list(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/carrier_routes_for_list(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/carrier_routes_for_list(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/carrier_routes_for_lists#destroy'>\n |
| - | \ fusion_workflows/carrier_routes_for_lists#destroy\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='fusion_workflow_check_gcdata_status'>\n |
| - | \ fusion_workflow_check_gcdata_status<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/check_gcdata_status(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/check_gcdata_status(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/check_gcdata_status(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/check_gcdata_statuses#create'>\n |
| - | \ fusion_workflows/check_gcdata_statuses#create\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='new_fusion_workflow_check_gcdata_status'>\n |
| - | \ new_fusion_workflow_check_gcdata_status<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/check_gcdata_status/new(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/check_gcdata_status\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/check_gcdata_status/new(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/check_gcdata_statuses#new'>\n |
| - | \ fusion_workflows/check_gcdata_statuses#new\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='edit_fusion_workflow_check_gcdata_status'>\n |
| - | \ edit_fusion_workflow_check_gcdata_status<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/check_gcdata_status/edit(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/check_gcdata_status\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/check_gcdata_status/edit(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/check_gcdata_statuses#edit'>\n |
| - | \ fusion_workflows/check_gcdata_statuses#edit\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/check_gcdata_status(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/check_gcdata_status(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/check_gcdata_status(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/check_gcdata_statuses#show'>\n |
| - | \ fusion_workflows/check_gcdata_statuses#show\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='PATCH'>\n |
| - | \ PATCH\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/check_gcdata_status(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/check_gcdata_status(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/check_gcdata_status(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/check_gcdata_statuses#update'>\n |
| - | \ fusion_workflows/check_gcdata_statuses#update\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='PUT'>\n |
| - | \ PUT\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/check_gcdata_status(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/check_gcdata_status(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/check_gcdata_status(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/check_gcdata_statuses#update'>\n |
| - | \ fusion_workflows/check_gcdata_statuses#update\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='DELETE'>\n |
| - | \ DELETE\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/check_gcdata_status(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/check_gcdata_status(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/check_gcdata_status(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/check_gcdata_statuses#destroy'>\n |
| - | \ fusion_workflows/check_gcdata_statuses#destroy\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='fusion_workflow_review_workflow_result'>\n |
| - | \ fusion_workflow_review_workflow_result<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_workflow_result(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_workflow_result(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_workflow_result(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/review_workflow_results#create'>\n |
| - | \ fusion_workflows/review_workflow_results#create\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='new_fusion_workflow_review_workflow_result'>\n |
| - | \ new_fusion_workflow_review_workflow_result<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_workflow_result/new(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_workflow_result\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_workflow_result/new(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/review_workflow_results#new'>\n |
| - | \ fusion_workflows/review_workflow_results#new\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='edit_fusion_workflow_review_workflow_result'>\n |
| - | \ edit_fusion_workflow_review_workflow_result<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_workflow_result/edit(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_workflow_result\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_workflow_result/edit(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/review_workflow_results#edit'>\n |
| - | \ fusion_workflows/review_workflow_results#edit\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_workflow_result(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_workflow_result(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_workflow_result(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/review_workflow_results#show'>\n |
| - | \ fusion_workflows/review_workflow_results#show\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='PATCH'>\n |
| - | \ PATCH\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_workflow_result(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_workflow_result(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_workflow_result(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/review_workflow_results#update'>\n |
| - | \ fusion_workflows/review_workflow_results#update\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='PUT'>\n |
| - | \ PUT\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_workflow_result(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_workflow_result(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_workflow_result(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/review_workflow_results#update'>\n |
| - | \ fusion_workflows/review_workflow_results#update\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='DELETE'>\n |
| - | \ DELETE\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_workflow_result(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_workflow_result(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_workflow_result(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/review_workflow_results#destroy'>\n |
| - | \ fusion_workflows/review_workflow_results#destroy\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='fusion_workflow_review_orders_stat'>\n |
| - | \ fusion_workflow_review_orders_stat<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_orders_stat(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_orders_stat(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_orders_stat(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/review_orders_stats#create'>\n fusion_workflows/review_orders_stats#create\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='new_fusion_workflow_review_orders_stat'>\n |
| - | \ new_fusion_workflow_review_orders_stat<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_orders_stat/new(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_orders_stat\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_orders_stat/new(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/review_orders_stats#new'>\n |
| - | \ fusion_workflows/review_orders_stats#new\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='edit_fusion_workflow_review_orders_stat'>\n |
| - | \ edit_fusion_workflow_review_orders_stat<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_orders_stat/edit(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_orders_stat\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_orders_stat/edit(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/review_orders_stats#edit'>\n |
| - | \ fusion_workflows/review_orders_stats#edit\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_orders_stat(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_orders_stat(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_orders_stat(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/review_orders_stats#show'>\n fusion_workflows/review_orders_stats#show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PATCH'>\n PATCH\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_orders_stat(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_orders_stat(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_orders_stat(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/review_orders_stats#update'>\n fusion_workflows/review_orders_stats#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_orders_stat(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_orders_stat(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_orders_stat(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/review_orders_stats#update'>\n fusion_workflows/review_orders_stats#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='DELETE'>\n DELETE\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_orders_stat(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_orders_stat(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_orders_stat(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/review_orders_stats#destroy'>\n fusion_workflows/review_orders_stats#destroy\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='fusion_workflow_email_suppression_report'>\n |
| - | \ fusion_workflow_email_suppression_report<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/email_suppression_report(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/email_suppression_report(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/email_suppression_report(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/email_suppression_reports#create'>\n |
| - | \ fusion_workflows/email_suppression_reports#create\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='new_fusion_workflow_email_suppression_report'>\n |
| - | \ new_fusion_workflow_email_suppression_report<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/email_suppression_report/new(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/email_suppression_report\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/email_suppression_report/new(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/email_suppression_reports#new'>\n |
| - | \ fusion_workflows/email_suppression_reports#new\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='edit_fusion_workflow_email_suppression_report'>\n |
| - | \ edit_fusion_workflow_email_suppression_report<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/email_suppression_report/edit(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/email_suppression_report\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/email_suppression_report/edit(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/email_suppression_reports#edit'>\n |
| - | \ fusion_workflows/email_suppression_reports#edit\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/email_suppression_report(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/email_suppression_report(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/email_suppression_report(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/email_suppression_reports#show'>\n |
| - | \ fusion_workflows/email_suppression_reports#show\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='PATCH'>\n |
| - | \ PATCH\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/email_suppression_report(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/email_suppression_report(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/email_suppression_report(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/email_suppression_reports#update'>\n |
| - | \ fusion_workflows/email_suppression_reports#update\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/email_suppression_report(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/email_suppression_report(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/email_suppression_report(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/email_suppression_reports#update'>\n |
| - | \ fusion_workflows/email_suppression_reports#update\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='DELETE'>\n DELETE\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/email_suppression_report(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/email_suppression_report(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/email_suppression_report(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/email_suppression_reports#destroy'>\n |
| - | \ fusion_workflows/email_suppression_reports#destroy\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='fusion_workflow_review_coupon'>\n |
| - | \ fusion_workflow_review_coupon<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_coupon(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_coupon(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_coupon(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/review_coupons#create'>\n fusion_workflows/review_coupons#create\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='new_fusion_workflow_review_coupon'>\n |
| - | \ new_fusion_workflow_review_coupon<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_coupon/new(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_coupon\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_coupon/new(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/review_coupons#new'>\n fusion_workflows/review_coupons#new\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='edit_fusion_workflow_review_coupon'>\n |
| - | \ edit_fusion_workflow_review_coupon<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_coupon/edit(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_coupon\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_coupon/edit(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/review_coupons#edit'>\n fusion_workflows/review_coupons#edit\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_coupon(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_coupon(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_coupon(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/review_coupons#show'>\n fusion_workflows/review_coupons#show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PATCH'>\n PATCH\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_coupon(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_coupon(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_coupon(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/review_coupons#update'>\n fusion_workflows/review_coupons#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_coupon(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_coupon(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_coupon(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/review_coupons#update'>\n fusion_workflows/review_coupons#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='DELETE'>\n DELETE\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/review_coupon(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/review_coupon(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/review_coupon(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/review_coupons#destroy'>\n fusion_workflows/review_coupons#destroy\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='fusion_workflow_campaign_count'>\n |
| - | \ fusion_workflow_campaign_count<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/campaign_count(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/campaign_count(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/campaign_count(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/campaign_counts#create'>\n fusion_workflows/campaign_counts#create\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='new_fusion_workflow_campaign_count'>\n |
| - | \ new_fusion_workflow_campaign_count<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/campaign_count/new(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/campaign_count\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/campaign_count/new(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/campaign_counts#new'>\n fusion_workflows/campaign_counts#new\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='edit_fusion_workflow_campaign_count'>\n |
| - | \ edit_fusion_workflow_campaign_count<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/campaign_count/edit(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/campaign_count\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/campaign_count/edit(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/campaign_counts#edit'>\n |
| - | \ fusion_workflows/campaign_counts#edit\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/campaign_count(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/campaign_count(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/campaign_count(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/campaign_counts#show'>\n fusion_workflows/campaign_counts#show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PATCH'>\n PATCH\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/campaign_count(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/campaign_count(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/campaign_count(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/campaign_counts#update'>\n fusion_workflows/campaign_counts#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/campaign_count(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/campaign_count(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/campaign_count(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/campaign_counts#update'>\n fusion_workflows/campaign_counts#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='DELETE'>\n DELETE\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/campaign_count(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/campaign_count(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/campaign_count(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/campaign_counts#destroy'>\n fusion_workflows/campaign_counts#destroy\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='fusion_workflow_diagram'>\n |
| - | \ fusion_workflow_diagram<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/diagram(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/diagram(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/diagram(.:format)\n </td>\n <td |
| - | data-route-reqs='fusion_workflows/diagram#create'>\n fusion_workflows/diagram#create\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='new_fusion_workflow_diagram'>\n |
| - | \ new_fusion_workflow_diagram<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/diagram/new(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/diagram\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/diagram/new(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/diagram#new'>\n fusion_workflows/diagram#new\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='edit_fusion_workflow_diagram'>\n |
| - | \ edit_fusion_workflow_diagram<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/diagram/edit(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/diagram\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/diagram/edit(.:format)\n </td>\n |
| - | \ <td data-route-reqs='fusion_workflows/diagram#edit'>\n fusion_workflows/diagram#edit\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/diagram(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/diagram(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/diagram(.:format)\n </td>\n <td |
| - | data-route-reqs='fusion_workflows/diagram#show'>\n fusion_workflows/diagram#show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PATCH'>\n PATCH\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/diagram(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/diagram(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/diagram(.:format)\n </td>\n <td |
| - | data-route-reqs='fusion_workflows/diagram#update'>\n fusion_workflows/diagram#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/diagram(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/diagram(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/diagram(.:format)\n </td>\n <td |
| - | data-route-reqs='fusion_workflows/diagram#update'>\n fusion_workflows/diagram#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='DELETE'>\n DELETE\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/diagram(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/diagram(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/diagram(.:format)\n </td>\n <td |
| - | data-route-reqs='fusion_workflows/diagram#destroy'>\n fusion_workflows/diagram#destroy\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='fusion_workflow_fusion_workflow_states'>\n |
| - | \ fusion_workflow_fusion_workflow_states<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/fusion_workflow_states(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/fusion_workflow_states(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/fusion_workflow_states(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/fusion_workflow_states#index'>\n |
| - | \ fusion_workflows/fusion_workflow_states#index\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='POST'>\n |
| - | \ POST\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/fusion_workflow_states(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/fusion_workflow_states(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/fusion_workflow_states(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/fusion_workflow_states#create'>\n |
| - | \ fusion_workflows/fusion_workflow_states#create\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='new_fusion_workflow_fusion_workflow_state'>\n |
| - | \ new_fusion_workflow_fusion_workflow_state<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/fusion_workflow_states/new(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/fusion_workflow_states\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/fusion_workflow_states/new(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/fusion_workflow_states#new'>\n |
| - | \ fusion_workflows/fusion_workflow_states#new\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='edit_fusion_workflow_fusion_workflow_state'>\n |
| - | \ edit_fusion_workflow_fusion_workflow_state<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/fusion_workflow_states/:id/edit(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/fusion_workflow_states\\/([^\\/.?]+)\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/fusion_workflow_states/:id/edit(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/fusion_workflow_states#edit'>\n |
| - | \ fusion_workflows/fusion_workflow_states#edit\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='fusion_workflow_fusion_workflow_state'>\n |
| - | \ fusion_workflow_fusion_workflow_state<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/fusion_workflow_states/:id(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/fusion_workflow_states\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/fusion_workflow_states/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/fusion_workflow_states#show'>\n |
| - | \ fusion_workflows/fusion_workflow_states#show\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='PATCH'>\n |
| - | \ PATCH\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/fusion_workflow_states/:id(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/fusion_workflow_states\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/fusion_workflow_states/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/fusion_workflow_states#update'>\n |
| - | \ fusion_workflows/fusion_workflow_states#update\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='PUT'>\n |
| - | \ PUT\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/fusion_workflow_states/:id(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/fusion_workflow_states\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/fusion_workflow_states/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/fusion_workflow_states#update'>\n |
| - | \ fusion_workflows/fusion_workflow_states#update\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='DELETE'>\n |
| - | \ DELETE\n </td>\n <td data-route-path='/fusion_workflows/:fusion_workflow_id/fusion_workflow_states/:id(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/fusion_workflow_states\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:fusion_workflow_id/fusion_workflow_states/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows/fusion_workflow_states#destroy'>\n |
| - | \ fusion_workflows/fusion_workflow_states#destroy\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='fusion_workflows'>\n fusion_workflows<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/fusion_workflows(.:format)' data-regexp='^\\/fusion_workflows(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows(.:format)\n </td>\n <td data-route-reqs='fusion_workflows#index'>\n |
| - | \ fusion_workflows#index\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='POST'>\n POST\n |
| - | \ </td>\n <td data-route-path='/fusion_workflows(.:format)' data-regexp='^\\/fusion_workflows(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows(.:format)\n </td>\n <td data-route-reqs='fusion_workflows#create'>\n |
| - | \ fusion_workflows#create\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='new_fusion_workflow'>\n new_fusion_workflow<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/fusion_workflows/new(.:format)' data-regexp='^\\/fusion_workflows\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/new(.:format)\n </td>\n <td data-route-reqs='fusion_workflows#new'>\n |
| - | \ fusion_workflows#new\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='edit_fusion_workflow'>\n edit_fusion_workflow<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/fusion_workflows/:id/edit(.:format)' data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /fusion_workflows/:id/edit(.:format)\n </td>\n <td data-route-reqs='fusion_workflows#edit'>\n |
| - | \ fusion_workflows#edit\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='fusion_workflow'>\n fusion_workflow<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/fusion_workflows/:id(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /fusion_workflows/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows#show'>\n fusion_workflows#show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PATCH'>\n PATCH\n </td>\n <td data-route-path='/fusion_workflows/:id(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /fusion_workflows/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows#update'>\n fusion_workflows#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/fusion_workflows/:id(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /fusion_workflows/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows#update'>\n fusion_workflows#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='DELETE'>\n DELETE\n </td>\n <td data-route-path='/fusion_workflows/:id(.:format)' |
| - | data-regexp='^\\/fusion_workflows\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /fusion_workflows/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='fusion_workflows#destroy'>\n fusion_workflows#destroy\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='new_client_reports_brand_affiliate_order_reports'>\n |
| - | \ new_client_reports_brand_affiliate_order_reports<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/client_reports/brand/:brand_id/affiliates/:affiliate_number/order_reports/new(.:format)' |
| - | data-regexp='^\\/client_reports\\/brand\\/([^\\/.?]+)\\/affiliates\\/([^\\/.?]+)\\/order_reports\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /client_reports/brand/:brand_id/affiliates/:affiliate_number/order_reports/new(.:format)\n |
| - | \ </td>\n <td data-route-reqs='client_reports/order_reports#new'>\n client_reports/order_reports#new\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='client_reports_brand_affiliate_order_reports'>\n |
| - | \ client_reports_brand_affiliate_order_reports<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/client_reports/brand/:brand_id/affiliates/:affiliate_number/order_reports(.:format)' |
| - | data-regexp='^\\/client_reports\\/brand\\/([^\\/.?]+)\\/affiliates\\/([^\\/.?]+)\\/order_reports(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /client_reports/brand/:brand_id/affiliates/:affiliate_number/order_reports(.:format)\n |
| - | \ </td>\n <td data-route-reqs='client_reports/order_reports#show'>\n client_reports/order_reports#show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='new_client_reports_brand_affiliate_barcode_reports'>\n |
| - | \ new_client_reports_brand_affiliate_barcode_reports<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/client_reports/brand/:brand_id/affiliates/:affiliate_number/barcode_reports/new(.:format)' |
| - | data-regexp='^\\/client_reports\\/brand\\/([^\\/.?]+)\\/affiliates\\/([^\\/.?]+)\\/barcode_reports\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /client_reports/brand/:brand_id/affiliates/:affiliate_number/barcode_reports/new(.:format)\n |
| - | \ </td>\n <td data-route-reqs='client_reports/barcode_reports#new'>\n client_reports/barcode_reports#new\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='client_reports_brand_affiliate_barcode_reports'>\n |
| - | \ client_reports_brand_affiliate_barcode_reports<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/client_reports/brand/:brand_id/affiliates/:affiliate_number/barcode_reports(.:format)' |
| - | data-regexp='^\\/client_reports\\/brand\\/([^\\/.?]+)\\/affiliates\\/([^\\/.?]+)\\/barcode_reports(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /client_reports/brand/:brand_id/affiliates/:affiliate_number/barcode_reports(.:format)\n |
| - | \ </td>\n <td data-route-reqs='client_reports/barcode_reports#show'>\n client_reports/barcode_reports#show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='client_reports_brand_affiliate'>\n |
| - | \ client_reports_brand_affiliate<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/client_reports/brand/:brand_id/affiliates/:number(.:format)' |
| - | data-regexp='^\\/client_reports\\/brand\\/([^\\/.?]+)\\/affiliates\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /client_reports/brand/:brand_id/affiliates/:number(.:format)\n </td>\n |
| - | \ <td data-route-reqs='client_reports/affiliates#show'>\n client_reports/affiliates#show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='seeds_seeds'>\n |
| - | \ seeds_seeds<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/seeds/seeds(.:format)' data-regexp='^\\/seeds\\/seeds(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /seeds/seeds(.:format)\n </td>\n <td data-route-reqs='seeds/seeds#index'>\n |
| - | \ seeds/seeds#index\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='seeds_seed'>\n seeds_seed<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/seeds/seeds/:id(.:format)' |
| - | data-regexp='^\\/seeds\\/seeds\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /seeds/seeds/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='seeds/seeds#show'>\n seeds/seeds#show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='list_batch'>\n |
| - | \ list_batch<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/list_batches/:id(.:format)' data-regexp='^\\/list_batches\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /list_batches/:id(.:format)\n </td>\n <td data-route-reqs='list_batches#show'>\n |
| - | \ list_batches#show\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='mediums'>\n mediums<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/mediums(.:format)' |
| - | data-regexp='^\\/mediums(?:\\.([^\\/.?]+))?$'>\n /mediums(.:format)\n </td>\n |
| - | \ <td data-route-reqs='mediums#index'>\n mediums#index\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/mediums(.:format)' |
| - | data-regexp='^\\/mediums(?:\\.([^\\/.?]+))?$'>\n /mediums(.:format)\n </td>\n |
| - | \ <td data-route-reqs='mediums#create'>\n mediums#create\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='new_medium'>\n |
| - | \ new_medium<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/mediums/new(.:format)' data-regexp='^\\/mediums\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /mediums/new(.:format)\n </td>\n <td data-route-reqs='mediums#new'>\n |
| - | \ mediums#new\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='edit_medium'>\n edit_medium<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/mediums/:id/edit(.:format)' |
| - | data-regexp='^\\/mediums\\/([^\\/.?]+)\\/edit(?:\\.([^\\/.?]+))?$'>\n /mediums/:id/edit(.:format)\n |
| - | \ </td>\n <td data-route-reqs='mediums#edit'>\n mediums#edit\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='medium'>\n medium<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/mediums/:id(.:format)' data-regexp='^\\/mediums\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /mediums/:id(.:format)\n </td>\n <td data-route-reqs='mediums#show'>\n |
| - | \ mediums#show\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='PATCH'>\n PATCH\n |
| - | \ </td>\n <td data-route-path='/mediums/:id(.:format)' data-regexp='^\\/mediums\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /mediums/:id(.:format)\n </td>\n <td data-route-reqs='mediums#update'>\n |
| - | \ mediums#update\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='PUT'>\n PUT\n |
| - | \ </td>\n <td data-route-path='/mediums/:id(.:format)' data-regexp='^\\/mediums\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /mediums/:id(.:format)\n </td>\n <td data-route-reqs='mediums#update'>\n |
| - | \ mediums#update\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='DELETE'>\n DELETE\n |
| - | \ </td>\n <td data-route-path='/mediums/:id(.:format)' data-regexp='^\\/mediums\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /mediums/:id(.:format)\n </td>\n <td data-route-reqs='mediums#destroy'>\n |
| - | \ mediums#destroy\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='brands'>\n brands<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/brands(.:format)' |
| - | data-regexp='^\\/brands(?:\\.([^\\/.?]+))?$'>\n /brands(.:format)\n </td>\n |
| - | \ <td data-route-reqs='brands#index'>\n brands#index\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/brands(.:format)' |
| - | data-regexp='^\\/brands(?:\\.([^\\/.?]+))?$'>\n /brands(.:format)\n </td>\n |
| - | \ <td data-route-reqs='brands#create'>\n brands#create\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='new_brand'>\n |
| - | \ new_brand<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/brands/new(.:format)' data-regexp='^\\/brands\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /brands/new(.:format)\n </td>\n <td data-route-reqs='brands#new'>\n |
| - | \ brands#new\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='edit_brand'>\n edit_brand<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/brands/:id/edit(.:format)' |
| - | data-regexp='^\\/brands\\/([^\\/.?]+)\\/edit(?:\\.([^\\/.?]+))?$'>\n /brands/:id/edit(.:format)\n |
| - | \ </td>\n <td data-route-reqs='brands#edit'>\n brands#edit\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='brand'>\n brand<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/brands/:id(.:format)' data-regexp='^\\/brands\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /brands/:id(.:format)\n </td>\n <td data-route-reqs='brands#show'>\n |
| - | \ brands#show\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='PATCH'>\n PATCH\n |
| - | \ </td>\n <td data-route-path='/brands/:id(.:format)' data-regexp='^\\/brands\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /brands/:id(.:format)\n </td>\n <td data-route-reqs='brands#update'>\n |
| - | \ brands#update\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='PUT'>\n PUT\n |
| - | \ </td>\n <td data-route-path='/brands/:id(.:format)' data-regexp='^\\/brands\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /brands/:id(.:format)\n </td>\n <td data-route-reqs='brands#update'>\n |
| - | \ brands#update\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='DELETE'>\n DELETE\n |
| - | \ </td>\n <td data-route-path='/brands/:id(.:format)' data-regexp='^\\/brands\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /brands/:id(.:format)\n </td>\n <td data-route-reqs='brands#destroy'>\n |
| - | \ brands#destroy\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='criteria_spec_columns'>\n criteria_spec_columns<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/criteria_spec_columns(.:format)' data-regexp='^\\/criteria_spec_columns(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /criteria_spec_columns(.:format)\n </td>\n <td data-route-reqs='criteria_spec_columns#index'>\n |
| - | \ criteria_spec_columns#index\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='POST'>\n POST\n |
| - | \ </td>\n <td data-route-path='/criteria_spec_columns(.:format)' data-regexp='^\\/criteria_spec_columns(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /criteria_spec_columns(.:format)\n </td>\n <td data-route-reqs='criteria_spec_columns#create'>\n |
| - | \ criteria_spec_columns#create\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='new_criteria_spec_column'>\n new_criteria_spec_column<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/criteria_spec_columns/new(.:format)' data-regexp='^\\/criteria_spec_columns\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /criteria_spec_columns/new(.:format)\n </td>\n <td data-route-reqs='criteria_spec_columns#new'>\n |
| - | \ criteria_spec_columns#new\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='edit_criteria_spec_column'>\n edit_criteria_spec_column<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/criteria_spec_columns/:id/edit(.:format)' |
| - | data-regexp='^\\/criteria_spec_columns\\/([^\\/.?]+)\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /criteria_spec_columns/:id/edit(.:format)\n </td>\n <td data-route-reqs='criteria_spec_columns#edit'>\n |
| - | \ criteria_spec_columns#edit\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='criteria_spec_column'>\n criteria_spec_column<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/criteria_spec_columns/:id(.:format)' data-regexp='^\\/criteria_spec_columns\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /criteria_spec_columns/:id(.:format)\n </td>\n <td data-route-reqs='criteria_spec_columns#show'>\n |
| - | \ criteria_spec_columns#show\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='PATCH'>\n PATCH\n |
| - | \ </td>\n <td data-route-path='/criteria_spec_columns/:id(.:format)' data-regexp='^\\/criteria_spec_columns\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /criteria_spec_columns/:id(.:format)\n </td>\n <td data-route-reqs='criteria_spec_columns#update'>\n |
| - | \ criteria_spec_columns#update\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='PUT'>\n PUT\n |
| - | \ </td>\n <td data-route-path='/criteria_spec_columns/:id(.:format)' data-regexp='^\\/criteria_spec_columns\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /criteria_spec_columns/:id(.:format)\n </td>\n <td data-route-reqs='criteria_spec_columns#update'>\n |
| - | \ criteria_spec_columns#update\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='DELETE'>\n DELETE\n |
| - | \ </td>\n <td data-route-path='/criteria_spec_columns/:id(.:format)' data-regexp='^\\/criteria_spec_columns\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /criteria_spec_columns/:id(.:format)\n </td>\n <td data-route-reqs='criteria_spec_columns#destroy'>\n |
| - | \ criteria_spec_columns#destroy\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='production_package'>\n production_package<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/production_packages/:id(.:format)' data-regexp='^\\/production_packages\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /production_packages/:id(.:format)\n </td>\n <td data-route-reqs='production_packages#show'>\n |
| - | \ production_packages#show\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='clear_settings_criteria_specs'>\n clear_settings_criteria_specs<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/criteria_specs/clear_settings(.:format)' |
| - | data-regexp='^\\/criteria_specs\\/clear_settings(?:\\.([^\\/.?]+))?$'>\n /criteria_specs/clear_settings(.:format)\n |
| - | \ </td>\n <td data-route-reqs='criteria_specs#clear_settings'>\n criteria_specs#clear_settings\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='criteria_specs'>\n |
| - | \ criteria_specs<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/criteria_specs(.:format)' data-regexp='^\\/criteria_specs(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /criteria_specs(.:format)\n </td>\n <td data-route-reqs='criteria_specs#index'>\n |
| - | \ criteria_specs#index\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='POST'>\n POST\n |
| - | \ </td>\n <td data-route-path='/criteria_specs(.:format)' data-regexp='^\\/criteria_specs(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /criteria_specs(.:format)\n </td>\n <td data-route-reqs='criteria_specs#create'>\n |
| - | \ criteria_specs#create\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='new_criteria_spec'>\n new_criteria_spec<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/criteria_specs/new(.:format)' |
| - | data-regexp='^\\/criteria_specs\\/new(?:\\.([^\\/.?]+))?$'>\n /criteria_specs/new(.:format)\n |
| - | \ </td>\n <td data-route-reqs='criteria_specs#new'>\n criteria_specs#new\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='edit_criteria_spec'>\n |
| - | \ edit_criteria_spec<span class='helper'>_path</span>\n </td>\n <td |
| - | data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/criteria_specs/:id/edit(.:format)' |
| - | data-regexp='^\\/criteria_specs\\/([^\\/.?]+)\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /criteria_specs/:id/edit(.:format)\n </td>\n <td data-route-reqs='criteria_specs#edit'>\n |
| - | \ criteria_specs#edit\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='criteria_spec'>\n criteria_spec<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/criteria_specs/:id(.:format)' |
| - | data-regexp='^\\/criteria_specs\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /criteria_specs/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='criteria_specs#show'>\n criteria_specs#show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PATCH'>\n PATCH\n </td>\n <td data-route-path='/criteria_specs/:id(.:format)' |
| - | data-regexp='^\\/criteria_specs\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /criteria_specs/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='criteria_specs#update'>\n criteria_specs#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/criteria_specs/:id(.:format)' |
| - | data-regexp='^\\/criteria_specs\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /criteria_specs/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='criteria_specs#update'>\n criteria_specs#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='DELETE'>\n DELETE\n </td>\n <td data-route-path='/criteria_specs/:id(.:format)' |
| - | data-regexp='^\\/criteria_specs\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /criteria_specs/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='criteria_specs#destroy'>\n criteria_specs#destroy\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='clear_settings_log_entries'>\n |
| - | \ clear_settings_log_entries<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/log_entries/clear_settings(.:format)' |
| - | data-regexp='^\\/log_entries\\/clear_settings(?:\\.([^\\/.?]+))?$'>\n /log_entries/clear_settings(.:format)\n |
| - | \ </td>\n <td data-route-reqs='log_entries#clear_settings'>\n log_entries#clear_settings\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='log_entries'>\n |
| - | \ log_entries<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/log_entries(.:format)' data-regexp='^\\/log_entries(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /log_entries(.:format)\n </td>\n <td data-route-reqs='log_entries#index'>\n |
| - | \ log_entries#index\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='POST'>\n POST\n |
| - | \ </td>\n <td data-route-path='/log_entries(.:format)' data-regexp='^\\/log_entries(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /log_entries(.:format)\n </td>\n <td data-route-reqs='log_entries#create'>\n |
| - | \ log_entries#create\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='new_log_entry'>\n new_log_entry<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/log_entries/new(.:format)' |
| - | data-regexp='^\\/log_entries\\/new(?:\\.([^\\/.?]+))?$'>\n /log_entries/new(.:format)\n |
| - | \ </td>\n <td data-route-reqs='log_entries#new'>\n log_entries#new\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='edit_log_entry'>\n |
| - | \ edit_log_entry<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/log_entries/:id/edit(.:format)' |
| - | data-regexp='^\\/log_entries\\/([^\\/.?]+)\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /log_entries/:id/edit(.:format)\n </td>\n <td data-route-reqs='log_entries#edit'>\n |
| - | \ log_entries#edit\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='log_entry'>\n log_entry<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/log_entries/:id(.:format)' |
| - | data-regexp='^\\/log_entries\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /log_entries/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='log_entries#show'>\n log_entries#show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PATCH'>\n PATCH\n </td>\n <td data-route-path='/log_entries/:id(.:format)' |
| - | data-regexp='^\\/log_entries\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /log_entries/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='log_entries#update'>\n log_entries#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/log_entries/:id(.:format)' |
| - | data-regexp='^\\/log_entries\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /log_entries/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='log_entries#update'>\n log_entries#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='DELETE'>\n DELETE\n </td>\n <td data-route-path='/log_entries/:id(.:format)' |
| - | data-regexp='^\\/log_entries\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /log_entries/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='log_entries#destroy'>\n log_entries#destroy\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='edit_carrier_routes_list'>\n |
| - | \ edit_carrier_routes_list<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/lists/:id/edit_carrier_routes(.:format)' |
| - | data-regexp='^\\/lists\\/([^\\/.?]+)\\/edit_carrier_routes(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /lists/:id/edit_carrier_routes(.:format)\n </td>\n <td data-route-reqs='lists#edit_carrier_routes'>\n |
| - | \ lists#edit_carrier_routes\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='copy_carrier_routes_list'>\n copy_carrier_routes_list<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/lists/:id/copy_carrier_routes(.:format)' |
| - | data-regexp='^\\/lists\\/([^\\/.?]+)\\/copy_carrier_routes(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /lists/:id/copy_carrier_routes(.:format)\n </td>\n <td data-route-reqs='lists#copy_carrier_routes'>\n |
| - | \ lists#copy_carrier_routes\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='select_carrier_routes_list'>\n select_carrier_routes_list<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/lists/:id/select_carrier_routes(.:format)' |
| - | data-regexp='^\\/lists\\/([^\\/.?]+)\\/select_carrier_routes(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /lists/:id/select_carrier_routes(.:format)\n </td>\n <td data-route-reqs='lists#select_carrier_routes'>\n |
| - | \ lists#select_carrier_routes\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='update_carrier_routes_list'>\n update_carrier_routes_list<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='PUT'>\n PUT\n |
| - | \ </td>\n <td data-route-path='/lists/:id/update_carrier_routes(.:format)' |
| - | data-regexp='^\\/lists\\/([^\\/.?]+)\\/update_carrier_routes(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /lists/:id/update_carrier_routes(.:format)\n </td>\n <td data-route-reqs='lists#update_carrier_routes'>\n |
| - | \ lists#update_carrier_routes\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='show_carrier_routes_modal_list'>\n show_carrier_routes_modal_list<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/lists/:id/show_carrier_routes_modal(.:format)' |
| - | data-regexp='^\\/lists\\/([^\\/.?]+)\\/show_carrier_routes_modal(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /lists/:id/show_carrier_routes_modal(.:format)\n </td>\n <td data-route-reqs='lists#show_carrier_routes_modal'>\n |
| - | \ lists#show_carrier_routes_modal\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='lists'>\n lists<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/lists(.:format)' |
| - | data-regexp='^\\/lists(?:\\.([^\\/.?]+))?$'>\n /lists(.:format)\n </td>\n |
| - | \ <td data-route-reqs='lists#index'>\n lists#index\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/lists(.:format)' |
| - | data-regexp='^\\/lists(?:\\.([^\\/.?]+))?$'>\n /lists(.:format)\n </td>\n |
| - | \ <td data-route-reqs='lists#create'>\n lists#create\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='new_list'>\n |
| - | \ new_list<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/lists/new(.:format)' data-regexp='^\\/lists\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /lists/new(.:format)\n </td>\n <td data-route-reqs='lists#new'>\n lists#new\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='edit_list'>\n |
| - | \ edit_list<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/lists/:id/edit(.:format)' data-regexp='^\\/lists\\/([^\\/.?]+)\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /lists/:id/edit(.:format)\n </td>\n <td data-route-reqs='lists#edit'>\n |
| - | \ lists#edit\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='list'>\n list<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/lists/:id(.:format)' |
| - | data-regexp='^\\/lists\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /lists/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='lists#show'>\n lists#show\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='PATCH'>\n PATCH\n </td>\n <td data-route-path='/lists/:id(.:format)' |
| - | data-regexp='^\\/lists\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /lists/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='lists#update'>\n lists#update\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/lists/:id(.:format)' |
| - | data-regexp='^\\/lists\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /lists/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='lists#update'>\n lists#update\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='DELETE'>\n DELETE\n </td>\n <td data-route-path='/lists/:id(.:format)' |
| - | data-regexp='^\\/lists\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /lists/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='lists#destroy'>\n lists#destroy\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='blacklisted_expirations'>\n |
| - | \ blacklisted_expirations<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/blacklisted_expirations(.:format)' |
| - | data-regexp='^\\/blacklisted_expirations(?:\\.([^\\/.?]+))?$'>\n /blacklisted_expirations(.:format)\n |
| - | \ </td>\n <td data-route-reqs='blacklisted_expirations#index'>\n blacklisted_expirations#index\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/blacklisted_expirations(.:format)' |
| - | data-regexp='^\\/blacklisted_expirations(?:\\.([^\\/.?]+))?$'>\n /blacklisted_expirations(.:format)\n |
| - | \ </td>\n <td data-route-reqs='blacklisted_expirations#create'>\n blacklisted_expirations#create\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='new_blacklisted_expiration'>\n |
| - | \ new_blacklisted_expiration<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/blacklisted_expirations/new(.:format)' |
| - | data-regexp='^\\/blacklisted_expirations\\/new(?:\\.([^\\/.?]+))?$'>\n /blacklisted_expirations/new(.:format)\n |
| - | \ </td>\n <td data-route-reqs='blacklisted_expirations#new'>\n blacklisted_expirations#new\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='edit_blacklisted_expiration'>\n |
| - | \ edit_blacklisted_expiration<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/blacklisted_expirations/:id/edit(.:format)' |
| - | data-regexp='^\\/blacklisted_expirations\\/([^\\/.?]+)\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /blacklisted_expirations/:id/edit(.:format)\n </td>\n <td data-route-reqs='blacklisted_expirations#edit'>\n |
| - | \ blacklisted_expirations#edit\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='blacklisted_expiration'>\n blacklisted_expiration<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/blacklisted_expirations/:id(.:format)' data-regexp='^\\/blacklisted_expirations\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /blacklisted_expirations/:id(.:format)\n </td>\n <td data-route-reqs='blacklisted_expirations#show'>\n |
| - | \ blacklisted_expirations#show\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='PATCH'>\n PATCH\n |
| - | \ </td>\n <td data-route-path='/blacklisted_expirations/:id(.:format)' data-regexp='^\\/blacklisted_expirations\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /blacklisted_expirations/:id(.:format)\n </td>\n <td data-route-reqs='blacklisted_expirations#update'>\n |
| - | \ blacklisted_expirations#update\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='PUT'>\n |
| - | \ PUT\n </td>\n <td data-route-path='/blacklisted_expirations/:id(.:format)' |
| - | data-regexp='^\\/blacklisted_expirations\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /blacklisted_expirations/:id(.:format)\n </td>\n <td data-route-reqs='blacklisted_expirations#update'>\n |
| - | \ blacklisted_expirations#update\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='DELETE'>\n |
| - | \ DELETE\n </td>\n <td data-route-path='/blacklisted_expirations/:id(.:format)' |
| - | data-regexp='^\\/blacklisted_expirations\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /blacklisted_expirations/:id(.:format)\n </td>\n <td data-route-reqs='blacklisted_expirations#destroy'>\n |
| - | \ blacklisted_expirations#destroy\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='dmas'>\n dmas<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/dmas(.:format)' |
| - | data-regexp='^\\/dmas(?:\\.([^\\/.?]+))?$'>\n /dmas(.:format)\n </td>\n |
| - | \ <td data-route-reqs='dmas#index'>\n dmas#index\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='POST'>\n |
| - | \ POST\n </td>\n <td data-route-path='/dmas(.:format)' data-regexp='^\\/dmas(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /dmas(.:format)\n </td>\n <td data-route-reqs='dmas#create'>\n dmas#create\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='new_dma'>\n |
| - | \ new_dma<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/dmas/new(.:format)' data-regexp='^\\/dmas\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /dmas/new(.:format)\n </td>\n <td data-route-reqs='dmas#new'>\n dmas#new\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='edit_dma'>\n |
| - | \ edit_dma<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/dmas/:id/edit(.:format)' data-regexp='^\\/dmas\\/([^\\/.?]+)\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /dmas/:id/edit(.:format)\n </td>\n <td data-route-reqs='dmas#edit'>\n |
| - | \ dmas#edit\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='dma'>\n dma<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/dmas/:id(.:format)' |
| - | data-regexp='^\\/dmas\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /dmas/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='dmas#show'>\n dmas#show\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='PATCH'>\n PATCH\n </td>\n <td data-route-path='/dmas/:id(.:format)' |
| - | data-regexp='^\\/dmas\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /dmas/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='dmas#update'>\n dmas#update\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/dmas/:id(.:format)' |
| - | data-regexp='^\\/dmas\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /dmas/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='dmas#update'>\n dmas#update\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='DELETE'>\n DELETE\n </td>\n <td data-route-path='/dmas/:id(.:format)' |
| - | data-regexp='^\\/dmas\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /dmas/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='dmas#destroy'>\n dmas#destroy\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='order_recipients'>\n |
| - | \ order_recipients<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/orders/:order_id/recipients(.:format)' |
| - | data-regexp='^\\/orders\\/([^\\/.?]+)\\/recipients(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /orders/:order_id/recipients(.:format)\n </td>\n <td data-route-reqs='recipients#index'>\n |
| - | \ recipients#index\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='image_order'>\n image_order<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/orders/:id/image(.:format)' |
| - | data-regexp='^\\/orders\\/([^\\/.?]+)\\/image(?:\\.([^\\/.?]+))?$'>\n /orders/:id/image(.:format)\n |
| - | \ </td>\n <td data-route-reqs='orders#image'>\n orders#image\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='cancel_order'>\n |
| - | \ cancel_order<span class='helper'>_path</span>\n </td>\n <td data-route-verb='PUT'>\n |
| - | \ PUT\n </td>\n <td data-route-path='/orders/:id/cancel(.:format)' data-regexp='^\\/orders\\/([^\\/.?]+)\\/cancel(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /orders/:id/cancel(.:format)\n </td>\n <td data-route-reqs='orders#cancel'>\n |
| - | \ orders#cancel\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='clear_settings_orders'>\n clear_settings_orders<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/orders/clear_settings(.:format)' data-regexp='^\\/orders\\/clear_settings(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /orders/clear_settings(.:format)\n </td>\n <td data-route-reqs='orders#clear_settings'>\n |
| - | \ orders#clear_settings\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='orders'>\n orders<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/orders(.:format)' |
| - | data-regexp='^\\/orders(?:\\.([^\\/.?]+))?$'>\n /orders(.:format)\n </td>\n |
| - | \ <td data-route-reqs='orders#index'>\n orders#index\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='order'>\n order<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/orders/:id(.:format)' data-regexp='^\\/orders\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /orders/:id(.:format)\n </td>\n <td data-route-reqs='orders#show'>\n |
| - | \ orders#show\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='run_workflow_definition'>\n run_workflow_definition<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/workflow_definitions/:id/run(.:format)' data-regexp='^\\/workflow_definitions\\/([^\\/.?]+)\\/run(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_definitions/:id/run(.:format)\n </td>\n <td data-route-reqs='workflow_definitions#run'>\n |
| - | \ workflow_definitions#run\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='POST'>\n POST\n |
| - | \ </td>\n <td data-route-path='/workflow_definitions/:id/run(.:format)' data-regexp='^\\/workflow_definitions\\/([^\\/.?]+)\\/run(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_definitions/:id/run(.:format)\n </td>\n <td data-route-reqs='workflow_definitions#run'>\n |
| - | \ workflow_definitions#run\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='archive_workflow_definition'>\n archive_workflow_definition<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='PUT'>\n PUT\n |
| - | \ </td>\n <td data-route-path='/workflow_definitions/:id/archive(.:format)' |
| - | data-regexp='^\\/workflow_definitions\\/([^\\/.?]+)\\/archive(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_definitions/:id/archive(.:format)\n </td>\n <td data-route-reqs='workflow_definitions#archive'>\n |
| - | \ workflow_definitions#archive\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='diagram_workflow_definition'>\n diagram_workflow_definition<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/workflow_definitions/:id/diagram(.:format)' |
| - | data-regexp='^\\/workflow_definitions\\/([^\\/.?]+)\\/diagram(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_definitions/:id/diagram(.:format)\n </td>\n <td data-route-reqs='workflow_definitions#diagram'>\n |
| - | \ workflow_definitions#diagram\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='clear_settings_workflow_definitions'>\n clear_settings_workflow_definitions<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/workflow_definitions/clear_settings(.:format)' |
| - | data-regexp='^\\/workflow_definitions\\/clear_settings(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_definitions/clear_settings(.:format)\n </td>\n <td data-route-reqs='workflow_definitions#clear_settings'>\n |
| - | \ workflow_definitions#clear_settings\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='workflow_definitions'>\n workflow_definitions<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/workflow_definitions(.:format)' data-regexp='^\\/workflow_definitions(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_definitions(.:format)\n </td>\n <td data-route-reqs='workflow_definitions#index'>\n |
| - | \ workflow_definitions#index\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='POST'>\n POST\n |
| - | \ </td>\n <td data-route-path='/workflow_definitions(.:format)' data-regexp='^\\/workflow_definitions(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_definitions(.:format)\n </td>\n <td data-route-reqs='workflow_definitions#create'>\n |
| - | \ workflow_definitions#create\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='new_workflow_definition'>\n new_workflow_definition<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/workflow_definitions/new(.:format)' data-regexp='^\\/workflow_definitions\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_definitions/new(.:format)\n </td>\n <td data-route-reqs='workflow_definitions#new'>\n |
| - | \ workflow_definitions#new\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='edit_workflow_definition'>\n edit_workflow_definition<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/workflow_definitions/:id/edit(.:format)' |
| - | data-regexp='^\\/workflow_definitions\\/([^\\/.?]+)\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_definitions/:id/edit(.:format)\n </td>\n <td data-route-reqs='workflow_definitions#edit'>\n |
| - | \ workflow_definitions#edit\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='workflow_definition'>\n workflow_definition<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/workflow_definitions/:id(.:format)' data-regexp='^\\/workflow_definitions\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_definitions/:id(.:format)\n </td>\n <td data-route-reqs='workflow_definitions#show'>\n |
| - | \ workflow_definitions#show\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='PATCH'>\n PATCH\n |
| - | \ </td>\n <td data-route-path='/workflow_definitions/:id(.:format)' data-regexp='^\\/workflow_definitions\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_definitions/:id(.:format)\n </td>\n <td data-route-reqs='workflow_definitions#update'>\n |
| - | \ workflow_definitions#update\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='PUT'>\n PUT\n |
| - | \ </td>\n <td data-route-path='/workflow_definitions/:id(.:format)' data-regexp='^\\/workflow_definitions\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_definitions/:id(.:format)\n </td>\n <td data-route-reqs='workflow_definitions#update'>\n |
| - | \ workflow_definitions#update\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='DELETE'>\n DELETE\n |
| - | \ </td>\n <td data-route-path='/workflow_definitions/:id(.:format)' data-regexp='^\\/workflow_definitions\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_definitions/:id(.:format)\n </td>\n <td data-route-reqs='workflow_definitions#destroy'>\n |
| - | \ workflow_definitions#destroy\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='pause_workflow_model'>\n pause_workflow_model<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/workflow_models/:id/pause(.:format)' data-regexp='^\\/workflow_models\\/([^\\/.?]+)\\/pause(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_models/:id/pause(.:format)\n </td>\n <td data-route-reqs='workflows#pause'>\n |
| - | \ workflows#pause\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='PUT'>\n PUT\n |
| - | \ </td>\n <td data-route-path='/workflow_models/:id/pause(.:format)' data-regexp='^\\/workflow_models\\/([^\\/.?]+)\\/pause(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_models/:id/pause(.:format)\n </td>\n <td data-route-reqs='workflows#pause'>\n |
| - | \ workflows#pause\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='resume_workflow_model'>\n resume_workflow_model<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/workflow_models/:id/resume(.:format)' data-regexp='^\\/workflow_models\\/([^\\/.?]+)\\/resume(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_models/:id/resume(.:format)\n </td>\n <td data-route-reqs='workflows#resume'>\n |
| - | \ workflows#resume\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='PUT'>\n PUT\n |
| - | \ </td>\n <td data-route-path='/workflow_models/:id/resume(.:format)' data-regexp='^\\/workflow_models\\/([^\\/.?]+)\\/resume(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_models/:id/resume(.:format)\n </td>\n <td data-route-reqs='workflows#resume'>\n |
| - | \ workflows#resume\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='cancel_workflow_model'>\n cancel_workflow_model<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/workflow_models/:id/cancel(.:format)' data-regexp='^\\/workflow_models\\/([^\\/.?]+)\\/cancel(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_models/:id/cancel(.:format)\n </td>\n <td data-route-reqs='workflows#cancel'>\n |
| - | \ workflows#cancel\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='PUT'>\n PUT\n |
| - | \ </td>\n <td data-route-path='/workflow_models/:id/cancel(.:format)' data-regexp='^\\/workflow_models\\/([^\\/.?]+)\\/cancel(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_models/:id/cancel(.:format)\n </td>\n <td data-route-reqs='workflows#cancel'>\n |
| - | \ workflows#cancel\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='diagram_workflow_model'>\n diagram_workflow_model<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/workflow_models/:id/diagram(.:format)' data-regexp='^\\/workflow_models\\/([^\\/.?]+)\\/diagram(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_models/:id/diagram(.:format)\n </td>\n <td data-route-reqs='workflows#diagram'>\n |
| - | \ workflows#diagram\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='clear_settings_workflow_models'>\n clear_settings_workflow_models<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/workflow_models/clear_settings(.:format)' |
| - | data-regexp='^\\/workflow_models\\/clear_settings(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_models/clear_settings(.:format)\n </td>\n <td data-route-reqs='workflows#clear_settings'>\n |
| - | \ workflows#clear_settings\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='workflow_models'>\n workflow_models<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/workflow_models(.:format)' |
| - | data-regexp='^\\/workflow_models(?:\\.([^\\/.?]+))?$'>\n /workflow_models(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflows#index'>\n workflows#index\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/workflow_models(.:format)' |
| - | data-regexp='^\\/workflow_models(?:\\.([^\\/.?]+))?$'>\n /workflow_models(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflows#create'>\n workflows#create\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='new_workflow_model'>\n |
| - | \ new_workflow_model<span class='helper'>_path</span>\n </td>\n <td |
| - | data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/workflow_models/new(.:format)' |
| - | data-regexp='^\\/workflow_models\\/new(?:\\.([^\\/.?]+))?$'>\n /workflow_models/new(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflows#new'>\n workflows#new\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='edit_workflow_model'>\n |
| - | \ edit_workflow_model<span class='helper'>_path</span>\n </td>\n <td |
| - | data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/workflow_models/:id/edit(.:format)' |
| - | data-regexp='^\\/workflow_models\\/([^\\/.?]+)\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /workflow_models/:id/edit(.:format)\n </td>\n <td data-route-reqs='workflows#edit'>\n |
| - | \ workflows#edit\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='workflow_model'>\n workflow_model<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/workflow_models/:id(.:format)' |
| - | data-regexp='^\\/workflow_models\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /workflow_models/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflows#show'>\n workflows#show\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='PATCH'>\n PATCH\n </td>\n <td data-route-path='/workflow_models/:id(.:format)' |
| - | data-regexp='^\\/workflow_models\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /workflow_models/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflows#update'>\n workflows#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/workflow_models/:id(.:format)' |
| - | data-regexp='^\\/workflow_models\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /workflow_models/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflows#update'>\n workflows#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='DELETE'>\n DELETE\n </td>\n <td data-route-path='/workflow_models/:id(.:format)' |
| - | data-regexp='^\\/workflow_models\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /workflow_models/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflows#destroy'>\n workflows#destroy\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='complete_workflow_activity'>\n |
| - | \ complete_workflow_activity<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/activities/:id/complete(.:format)' |
| - | data-regexp='^\\/activities\\/([^\\/.?]+)\\/complete(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /activities/:id/complete(.:format)\n </td>\n <td data-route-reqs='workflow_activities#complete'>\n |
| - | \ workflow_activities#complete\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='approve_workflow_activity'>\n approve_workflow_activity<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='PUT'>\n PUT\n |
| - | \ </td>\n <td data-route-path='/activities/:id/approve(.:format)' data-regexp='^\\/activities\\/([^\\/.?]+)\\/approve(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /activities/:id/approve(.:format)\n </td>\n <td data-route-reqs='workflow_activities#approve'>\n |
| - | \ workflow_activities#approve\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='reject_workflow_activity'>\n reject_workflow_activity<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/activities/:id/reject(.:format)' data-regexp='^\\/activities\\/([^\\/.?]+)\\/reject(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /activities/:id/reject(.:format)\n </td>\n <td data-route-reqs='workflow_activities#reject'>\n |
| - | \ workflow_activities#reject\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='PUT'>\n PUT\n |
| - | \ </td>\n <td data-route-path='/activities/:id/reject(.:format)' data-regexp='^\\/activities\\/([^\\/.?]+)\\/reject(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /activities/:id/reject(.:format)\n </td>\n <td data-route-reqs='workflow_activities#reject'>\n |
| - | \ workflow_activities#reject\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='replay_workflow_activity'>\n replay_workflow_activity<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='PUT'>\n PUT\n |
| - | \ </td>\n <td data-route-path='/activities/:id/replay(.:format)' data-regexp='^\\/activities\\/([^\\/.?]+)\\/replay(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /activities/:id/replay(.:format)\n </td>\n <td data-route-reqs='workflow_activities#replay'>\n |
| - | \ workflow_activities#replay\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='reassign_workflow_activity'>\n reassign_workflow_activity<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='PUT'>\n PUT\n |
| - | \ </td>\n <td data-route-path='/activities/:id/reassign(.:format)' data-regexp='^\\/activities\\/([^\\/.?]+)\\/reassign(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /activities/:id/reassign(.:format)\n </td>\n <td data-route-reqs='workflow_activities#reassign'>\n |
| - | \ workflow_activities#reassign\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='api_complete_workflow_activity'>\n api_complete_workflow_activity<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/activities/:id/api_complete(.:format)' data-regexp='^\\/activities\\/([^\\/.?]+)\\/api_complete(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /activities/:id/api_complete(.:format)\n </td>\n <td data-route-reqs='workflow_activities#api_complete'>\n |
| - | \ workflow_activities#api_complete\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='api_fail_workflow_activity'>\n |
| - | \ api_fail_workflow_activity<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/activities/:id/api_fail(.:format)' |
| - | data-regexp='^\\/activities\\/([^\\/.?]+)\\/api_fail(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /activities/:id/api_fail(.:format)\n </td>\n <td data-route-reqs='workflow_activities#api_fail'>\n |
| - | \ workflow_activities#api_fail\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='clear_settings_workflow_activities'>\n clear_settings_workflow_activities<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/activities/clear_settings(.:format)' data-regexp='^\\/activities\\/clear_settings(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /activities/clear_settings(.:format)\n </td>\n <td data-route-reqs='workflow_activities#clear_settings'>\n |
| - | \ workflow_activities#clear_settings\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='workflow_activities'>\n workflow_activities<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/activities(.:format)' data-regexp='^\\/activities(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /activities(.:format)\n </td>\n <td data-route-reqs='workflow_activities#index'>\n |
| - | \ workflow_activities#index\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='POST'>\n POST\n |
| - | \ </td>\n <td data-route-path='/activities(.:format)' data-regexp='^\\/activities(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /activities(.:format)\n </td>\n <td data-route-reqs='workflow_activities#create'>\n |
| - | \ workflow_activities#create\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='new_workflow_activity'>\n new_workflow_activity<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/activities/new(.:format)' data-regexp='^\\/activities\\/new(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /activities/new(.:format)\n </td>\n <td data-route-reqs='workflow_activities#new'>\n |
| - | \ workflow_activities#new\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='edit_workflow_activity'>\n edit_workflow_activity<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/activities/:id/edit(.:format)' data-regexp='^\\/activities\\/([^\\/.?]+)\\/edit(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /activities/:id/edit(.:format)\n </td>\n <td data-route-reqs='workflow_activities#edit'>\n |
| - | \ workflow_activities#edit\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='workflow_activity'>\n workflow_activity<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/activities/:id(.:format)' |
| - | data-regexp='^\\/activities\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /activities/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflow_activities#show'>\n workflow_activities#show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PATCH'>\n PATCH\n </td>\n <td data-route-path='/activities/:id(.:format)' |
| - | data-regexp='^\\/activities\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /activities/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflow_activities#update'>\n workflow_activities#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/activities/:id(.:format)' |
| - | data-regexp='^\\/activities\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /activities/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflow_activities#update'>\n workflow_activities#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='DELETE'>\n DELETE\n </td>\n <td data-route-path='/activities/:id(.:format)' |
| - | data-regexp='^\\/activities\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /activities/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflow_activities#destroy'>\n workflow_activities#destroy\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/test_resources/:id/:action(.:format)' |
| - | data-regexp='^\\/test_resources\\/([^\\/.?]+)\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /test_resources/:id/:action(.:format)\n </td>\n <td data-route-reqs='test_workflow_activity_resources#:action'>\n |
| - | \ test_workflow_activity_resources#:action\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/great_clips_resources/:id/:action(.:format)' |
| - | data-regexp='^\\/great_clips_resources\\/([^\\/.?]+)\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /great_clips_resources/:id/:action(.:format)\n </td>\n <td data-route-reqs='great_clips_workflow_activity_resources#:action'>\n |
| - | \ great_clips_workflow_activity_resources#:action\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='download_file_workflow_activity_resource'>\n |
| - | \ download_file_workflow_activity_resource<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/resources/:id/download_file(.:format)' |
| - | data-regexp='^\\/resources\\/([^\\/.?]+)\\/download_file(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /resources/:id/download_file(.:format)\n </td>\n <td data-route-reqs='workflow_activity_resources#download_file'>\n |
| - | \ workflow_activity_resources#download_file\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='clear_carrier_routes_settings_workflow_activity_resource'>\n |
| - | \ clear_carrier_routes_settings_workflow_activity_resource<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/resources/:id/clear_carrier_routes_settings(.:format)' |
| - | data-regexp='^\\/resources\\/([^\\/.?]+)\\/clear_carrier_routes_settings(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /resources/:id/clear_carrier_routes_settings(.:format)\n </td>\n <td |
| - | data-route-reqs='workflow_activity_resources#clear_carrier_routes_settings'>\n |
| - | \ workflow_activity_resources#clear_carrier_routes_settings\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='view_carrier_routes_for_list_workflow_activity_resource'>\n |
| - | \ view_carrier_routes_for_list_workflow_activity_resource<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/resources/:id/view_carrier_routes_for_list(.:format)' |
| - | data-regexp='^\\/resources\\/([^\\/.?]+)\\/view_carrier_routes_for_list(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /resources/:id/view_carrier_routes_for_list(.:format)\n </td>\n <td |
| - | data-route-reqs='workflow_activity_resources#view_carrier_routes_for_list'>\n |
| - | \ workflow_activity_resources#view_carrier_routes_for_list\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='campaign_counts_workflow_activity_resource'>\n |
| - | \ campaign_counts_workflow_activity_resource<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/resources/:id/campaign_counts(.:format)' |
| - | data-regexp='^\\/resources\\/([^\\/.?]+)\\/campaign_counts(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /resources/:id/campaign_counts(.:format)\n </td>\n <td data-route-reqs='workflow_activity_resources#campaign_counts'>\n |
| - | \ workflow_activity_resources#campaign_counts\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name=''>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/resources/:id/:action(.:format)' |
| - | data-regexp='^\\/resources\\/([^\\/.?]+)\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /resources/:id/:action(.:format)\n </td>\n <td data-route-reqs='workflow_activity_resources#:action'>\n |
| - | \ workflow_activity_resources#:action\n </td>\n</tr>\n<tr class='route_row' |
| - | data-helper='path'>\n <td data-route-name='workflow_activity_resources'>\n |
| - | \ workflow_activity_resources<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/resources(.:format)' |
| - | data-regexp='^\\/resources(?:\\.([^\\/.?]+))?$'>\n /resources(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflow_activity_resources#index'>\n workflow_activity_resources#index\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/resources(.:format)' |
| - | data-regexp='^\\/resources(?:\\.([^\\/.?]+))?$'>\n /resources(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflow_activity_resources#create'>\n workflow_activity_resources#create\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='new_workflow_activity_resource'>\n |
| - | \ new_workflow_activity_resource<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/resources/new(.:format)' |
| - | data-regexp='^\\/resources\\/new(?:\\.([^\\/.?]+))?$'>\n /resources/new(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflow_activity_resources#new'>\n workflow_activity_resources#new\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='edit_workflow_activity_resource'>\n |
| - | \ edit_workflow_activity_resource<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/resources/:id/edit(.:format)' |
| - | data-regexp='^\\/resources\\/([^\\/.?]+)\\/edit(?:\\.([^\\/.?]+))?$'>\n /resources/:id/edit(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflow_activity_resources#edit'>\n workflow_activity_resources#edit\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='workflow_activity_resource'>\n |
| - | \ workflow_activity_resource<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/resources/:id(.:format)' |
| - | data-regexp='^\\/resources\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /resources/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflow_activity_resources#show'>\n workflow_activity_resources#show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PATCH'>\n PATCH\n </td>\n <td data-route-path='/resources/:id(.:format)' |
| - | data-regexp='^\\/resources\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /resources/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflow_activity_resources#update'>\n workflow_activity_resources#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='PUT'>\n PUT\n </td>\n <td data-route-path='/resources/:id(.:format)' |
| - | data-regexp='^\\/resources\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /resources/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflow_activity_resources#update'>\n workflow_activity_resources#update\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='DELETE'>\n DELETE\n </td>\n <td data-route-path='/resources/:id(.:format)' |
| - | data-regexp='^\\/resources\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n /resources/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflow_activity_resources#destroy'>\n workflow_activity_resources#destroy\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='admin_index'>\n |
| - | \ admin_index<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/admin/index(.:format)' data-regexp='^\\/admin\\/index(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /admin/index(.:format)\n </td>\n <td data-route-reqs='admin#index'>\n |
| - | \ admin#index\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='admin_brands'>\n admin_brands<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/admin/brands(.:format)' |
| - | data-regexp='^\\/admin\\/brands(?:\\.([^\\/.?]+))?$'>\n /admin/brands(.:format)\n |
| - | \ </td>\n <td data-route-reqs='brands#index'>\n brands#index\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='admin_criteria_specs'>\n |
| - | \ admin_criteria_specs<span class='helper'>_path</span>\n </td>\n <td |
| - | data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/admin/criteria_specs(.:format)' |
| - | data-regexp='^\\/admin\\/criteria_specs(?:\\.([^\\/.?]+))?$'>\n /admin/criteria_specs(.:format)\n |
| - | \ </td>\n <td data-route-reqs='criteria_specs#index'>\n criteria_specs#index\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='admin_workflow_definitions'>\n |
| - | \ admin_workflow_definitions<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/admin/workflow_definitions(.:format)' |
| - | data-regexp='^\\/admin\\/workflow_definitions(?:\\.([^\\/.?]+))?$'>\n /admin/workflow_definitions(.:format)\n |
| - | \ </td>\n <td data-route-reqs='workflow_definitions#index'>\n workflow_definitions#index\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='admin'>\n |
| - | \ admin<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/admin(.:format)' data-regexp='^\\/admin(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /admin(.:format)\n </td>\n <td data-route-reqs='admin#index'>\n admin#index\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/audits/:type/:id(.:format)' |
| - | data-regexp='^\\/audits\\/([^\\/.?]+)\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /audits/:type/:id(.:format)\n </td>\n <td data-route-reqs='audits#history'>\n |
| - | \ audits#history\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='docs_icons'>\n docs_icons<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/docs/icons(.:format)' |
| - | data-regexp='^\\/docs\\/icons(?:\\.([^\\/.?]+))?$'>\n /docs/icons(.:format)\n |
| - | \ </td>\n <td data-route-reqs='docs#icons'>\n docs#icons\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='docs_test_ajax'>\n |
| - | \ docs_test_ajax<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/docs/test_ajax(.:format)' data-regexp='^\\/docs\\/test_ajax(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /docs/test_ajax(.:format)\n </td>\n <td data-route-reqs='docs#test_ajax'>\n |
| - | \ docs#test_ajax\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/medium/:medium/brand/:brandkey/criteria(.:format)' |
| - | data-regexp='^\\/medium\\/([^\\/.?]+)\\/brand\\/([^\\/.?]+)\\/criteria(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /medium/:medium/brand/:brandkey/criteria(.:format)\n </td>\n <td data-route-reqs='criteria_specs#api_index'>\n |
| - | \ criteria_specs#api_index\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/medium/:medium/brand/:brandkey/criteria/titles(.:format)' |
| - | data-regexp='^\\/medium\\/([^\\/.?]+)\\/brand\\/([^\\/.?]+)\\/criteria\\/titles(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /medium/:medium/brand/:brandkey/criteria/titles(.:format)\n </td>\n <td |
| - | data-route-reqs='criteria_specs#api_index {:titles_only=>true}'>\n criteria_specs#api_index |
| - | {:titles_only=>true}\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/medium/:medium/brand/:brandkey/criteria/:id(.:format)' |
| - | data-regexp='^\\/medium\\/([^\\/.?]+)\\/brand\\/([^\\/.?]+)\\/criteria\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /medium/:medium/brand/:brandkey/criteria/:id(.:format)\n </td>\n <td |
| - | data-route-reqs='criteria_specs#api_show'>\n criteria_specs#api_show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/medium/:medium/brand/:brandkey/affiliate/:affiliateid/criteria/:id(.:format)' |
| - | data-regexp='^\\/medium\\/([^\\/.?]+)\\/brand\\/([^\\/.?]+)\\/affiliate\\/([^\\/.?]+)\\/criteria\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /medium/:medium/brand/:brandkey/affiliate/:affiliateid/criteria/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='criteria_specs#api_show'>\n criteria_specs#api_show\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/medium/:medium/brand/:brandkey/criteria/:criteriakey/list(.:format)' |
| - | data-regexp='^\\/medium\\/([^\\/.?]+)\\/brand\\/([^\\/.?]+)\\/criteria\\/([^\\/.?]+)\\/list(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /medium/:medium/brand/:brandkey/criteria/:criteriakey/list(.:format)\n |
| - | \ </td>\n <td data-route-reqs='lists#api_create'>\n lists#api_create\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/medium/:medium/brand/:brandkey/criteria/:criteriakey/estimate(.:format)' |
| - | data-regexp='^\\/medium\\/([^\\/.?]+)\\/brand\\/([^\\/.?]+)\\/criteria\\/([^\\/.?]+)\\/estimate(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /medium/:medium/brand/:brandkey/criteria/:criteriakey/estimate(.:format)\n |
| - | \ </td>\n <td data-route-reqs='lists#api_estimate'>\n lists#api_estimate\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/medium/:medium/brand/:brandkey/criteria/:criteriakey/list/:id(.:format)' |
| - | data-regexp='^\\/medium\\/([^\\/.?]+)\\/brand\\/([^\\/.?]+)\\/criteria\\/([^\\/.?]+)\\/list\\/([^\\/.?]+)(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /medium/:medium/brand/:brandkey/criteria/:criteriakey/list/:id(.:format)\n |
| - | \ </td>\n <td data-route-reqs='lists#api_show'>\n lists#api_show\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name=''>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/medium/:medium/brand/:brandkey/criteria/:criteriakey/list/:id/download(.:format)' |
| - | data-regexp='^\\/medium\\/([^\\/.?]+)\\/brand\\/([^\\/.?]+)\\/criteria\\/([^\\/.?]+)\\/list\\/([^\\/.?]+)\\/download(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /medium/:medium/brand/:brandkey/criteria/:criteriakey/list/:id/download(.:format)\n |
| - | \ </td>\n <td data-route-reqs='lists#api_download'>\n lists#api_download\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/medium/:medium/brand/:brandkey/criteria/:criteriakey/list/:id/cancel(.:format)' |
| - | data-regexp='^\\/medium\\/([^\\/.?]+)\\/brand\\/([^\\/.?]+)\\/criteria\\/([^\\/.?]+)\\/list\\/([^\\/.?]+)\\/cancel(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /medium/:medium/brand/:brandkey/criteria/:criteriakey/list/:id/cancel(.:format)\n |
| - | \ </td>\n <td data-route-reqs='lists#api_cancel'>\n lists#api_cancel\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name=''>\n |
| - | \ </td>\n <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/medium/:medium/brand/:brandkey/criteria/:criteriakey/list/:id/result(.:format)' |
| - | data-regexp='^\\/medium\\/([^\\/.?]+)\\/brand\\/([^\\/.?]+)\\/criteria\\/([^\\/.?]+)\\/list\\/([^\\/.?]+)\\/result(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /medium/:medium/brand/:brandkey/criteria/:criteriakey/list/:id/result(.:format)\n |
| - | \ </td>\n <td data-route-reqs='list_results#create'>\n list_results#create\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='utilities_new_peachtree'>\n |
| - | \ utilities_new_peachtree<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/utilities/new_peachtree(.:format)' |
| - | data-regexp='^\\/utilities\\/new_peachtree(?:\\.([^\\/.?]+))?$'>\n /utilities/new_peachtree(.:format)\n |
| - | \ </td>\n <td data-route-reqs='utilities#new_peachtree'>\n utilities#new_peachtree\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='utilities_upload_peachtree'>\n |
| - | \ utilities_upload_peachtree<span class='helper'>_path</span>\n </td>\n |
| - | \ <td data-route-verb='POST'>\n POST\n </td>\n <td data-route-path='/utilities/upload_peachtree(.:format)' |
| - | data-regexp='^\\/utilities\\/upload_peachtree(?:\\.([^\\/.?]+))?$'>\n /utilities/upload_peachtree(.:format)\n |
| - | \ </td>\n <td data-route-reqs='utilities#upload_peachtree'>\n utilities#upload_peachtree\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='utilities'>\n |
| - | \ utilities<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/utilities(.:format)' data-regexp='^\\/utilities(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /utilities(.:format)\n </td>\n <td data-route-reqs='utilities#index'>\n |
| - | \ utilities#index\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='utilities_generate_speedeon'>\n utilities_generate_speedeon<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='POST'>\n POST\n |
| - | \ </td>\n <td data-route-path='/utilities/generate_speedeon(.:format)' data-regexp='^\\/utilities\\/generate_speedeon(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /utilities/generate_speedeon(.:format)\n </td>\n <td data-route-reqs='utilities#generate_speedeon'>\n |
| - | \ utilities#generate_speedeon\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='utilities_generate_accudata'>\n utilities_generate_accudata<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='POST'>\n POST\n |
| - | \ </td>\n <td data-route-path='/utilities/generate_accudata(.:format)' data-regexp='^\\/utilities\\/generate_accudata(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /utilities/generate_accudata(.:format)\n </td>\n <td data-route-reqs='utilities#generate_accudata'>\n |
| - | \ utilities#generate_accudata\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='new_user_session'>\n new_user_session<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/users/sign_in(.:format)' |
| - | data-regexp='^\\/users\\/sign_in(?:\\.([^\\/.?]+))?$'>\n /users/sign_in(.:format)\n |
| - | \ </td>\n <td data-route-reqs='devise/sessions#new'>\n devise/sessions#new\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='user_session'>\n |
| - | \ user_session<span class='helper'>_path</span>\n </td>\n <td data-route-verb='POST'>\n |
| - | \ POST\n </td>\n <td data-route-path='/users/sign_in(.:format)' data-regexp='^\\/users\\/sign_in(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /users/sign_in(.:format)\n </td>\n <td data-route-reqs='devise/sessions#create'>\n |
| - | \ devise/sessions#create\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='destroy_user_session'>\n destroy_user_session<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='DELETE'>\n DELETE\n |
| - | \ </td>\n <td data-route-path='/users/sign_out(.:format)' data-regexp='^\\/users\\/sign_out(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /users/sign_out(.:format)\n </td>\n <td data-route-reqs='devise/sessions#destroy'>\n |
| - | \ devise/sessions#destroy\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='health_check'>\n health_check<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/health_check(.:format)' |
| - | data-regexp='^\\/health_check(?:\\.([^\\/.?]+))?$'>\n /health_check(.:format)\n |
| - | \ </td>\n <td data-route-reqs='application#health_check'>\n application#health_check\n |
| - | \ </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n <td data-route-name='boom'>\n |
| - | \ boom<span class='helper'>_path</span>\n </td>\n <td data-route-verb='GET'>\n |
| - | \ GET\n </td>\n <td data-route-path='/boom(.:format)' data-regexp='^\\/boom(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /boom(.:format)\n </td>\n <td data-route-reqs='application#boom'>\n |
| - | \ application#boom\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='sessions_index'>\n sessions_index<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/sessions/index(.:format)' |
| - | data-regexp='^\\/sessions\\/index(?:\\.([^\\/.?]+))?$'>\n /sessions/index(.:format)\n |
| - | \ </td>\n <td data-route-reqs='sessions#index'>\n sessions#index\n </td>\n</tr>\n<tr |
| - | class='route_row' data-helper='path'>\n <td data-route-name='sessions_sweep'>\n |
| - | \ sessions_sweep<span class='helper'>_path</span>\n </td>\n <td data-route-verb='POST'>\n |
| - | \ POST\n </td>\n <td data-route-path='/sessions/sweep(.:format)' data-regexp='^\\/sessions\\/sweep(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /sessions/sweep(.:format)\n </td>\n <td data-route-reqs='sessions#sweep'>\n |
| - | \ sessions#sweep\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='sessions_expire_sessions'>\n sessions_expire_sessions<span |
| - | class='helper'>_path</span>\n </td>\n <td data-route-verb='POST'>\n POST\n |
| - | \ </td>\n <td data-route-path='/sessions/expire_sessions(.:format)' data-regexp='^\\/sessions\\/expire_sessions(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /sessions/expire_sessions(.:format)\n </td>\n <td data-route-reqs='sessions#expire_sessions'>\n |
| - | \ sessions#expire_sessions\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name='root'>\n root<span class='helper'>_path</span>\n |
| - | \ </td>\n <td data-route-verb='GET'>\n GET\n </td>\n <td data-route-path='/' |
| - | data-regexp='^\\/$'>\n /\n </td>\n <td data-route-reqs='fusion_workflows#index'>\n |
| - | \ fusion_workflows#index\n </td>\n</tr>\n<tr class='route_row' data-helper='path'>\n |
| - | \ <td data-route-name=''>\n </td>\n <td data-route-verb='GET'>\n GET\n |
| - | \ </td>\n <td data-route-path='/*not_found(.:format)' data-regexp='^\\/((.+?))(?:\\.([^\\/.?]+))?$'>\n |
| - | \ /*not_found(.:format)\n </td>\n <td data-route-reqs='errors#not_found'>\n |
| - | \ errors#not_found\n </td>\n</tr>\n\n </tbody>\n</table>\n\n<script type='text/javascript'>\n |
| - | \ function each(elems, func) {\n if (!elems instanceof Array) { elems = |
| - | [elems]; }\n for (var i = 0, len = elems.length; i < len; i++) {\n func(elems[i]);\n |
| - | \ }\n }\n\n function setValOn(elems, val) {\n each(elems, function(elem) |
| - | {\n elem.innerHTML = val;\n });\n }\n\n function onClick(elems, |
| - | func) {\n each(elems, function(elem) {\n elem.onclick = func;\n });\n |
| - | \ }\n\n // Enables functionality to toggle between `_path` and `_url` helper |
| - | suffixes\n function setupRouteToggleHelperLinks() {\n var toggleLinks |
| - | = document.querySelectorAll('#route_table [data-route-helper]');\n onClick(toggleLinks, |
| - | function(){\n var helperTxt = this.getAttribute(\"data-route-helper\"),\n |
| - | \ helperElems = document.querySelectorAll('[data-route-name] span.helper');\n |
| - | \ setValOn(helperElems, helperTxt);\n });\n }\n\n // takes an array |
| - | of elements with a data-regexp attribute and\n // passes their parent <tr> |
| - | into the callback function\n // if the regexp matches a given path\n function |
| - | eachElemsForPath(elems, path, func) {\n each(elems, function(e){\n var |
| - | reg = e.getAttribute(\"data-regexp\");\n if (path.match(RegExp(reg))) |
| - | {\n func(e.parentNode.cloneNode(true));\n }\n })\n }\n\n // |
| - | Ensure path always starts with a slash \"/\" and remove params or fragments\n |
| - | \ function sanitizePath(path) {\n var path = path.charAt(0) == '/' ? path |
| - | : \"/\" + path;\n return path.replace(/\\#.*|\\?.*/, '');\n }\n\n // |
| - | Enables path search functionality\n function setupMatchPaths() {\n var |
| - | regexpElems = document.querySelectorAll('#route_table [data-regexp]'),\n |
| - | \ pathElem = document.querySelector('#path_search'),\n selectedSection |
| - | = document.querySelector('#matched_paths'),\n noMatchText = '<tr><th |
| - | colspan=\"4\">None</th></tr>';\n\n\n // Remove matches if no path is present\n |
| - | \ pathElem.onblur = function(e) {\n if (pathElem.value === \"\") selectedSection.innerHTML |
| - | = \"\";\n }\n\n // On key press perform a search for matching paths\n |
| - | \ pathElem.onkeyup = function(e){\n var path = sanitizePath(pathElem.value),\n |
| - | \ defaultText = '<tr><th colspan=\"4\">Paths Matching (' + escape(path) |
| - | + '):</th></tr>';\n\n // Clear out results section\n selectedSection.innerHTML= |
| - | defaultText;\n\n // Display matches if they exist\n eachElemsForPath(regexpElems, |
| - | path, function(e){\n selectedSection.appendChild(e);\n });\n\n |
| - | \ // If no match present, tell the user\n if (selectedSection.innerHTML |
| - | === defaultText) {\n selectedSection.innerHTML = selectedSection.innerHTML |
| - | + noMatchText;\n }\n }\n }\n\n setupMatchPaths();\n setupRouteToggleHelperLinks();\n</script>\n\n</div>\n\n\n</body>\n</html>\n" |
| - | http_version: |
| - | recorded_at: Mon, 26 Oct 2015 02:11:39 GMT |
| + | recorded_at: Tue, 10 Nov 2015 01:00:21 GMT |
| recorded_with: VCR 2.9.3 | |
spec/integration/commands/delete_command.rb
+0
-34
| @@ | @@ -1,34 +0,0 @@ |
| - | # encoding: utf-8 |
| - | require File.dirname(__FILE__) + '/../integration_helper' |
| - | require 'locomotive/wagon/commands/delete_command' |
| - | require 'thor' |
| - | |
| - | describe Locomotive::Wagon::DeleteCommand do |
| - | |
| - | before { VCR.insert_cassette 'delete', record: :new_episodes, match_requests_on: [:method, :query, :body] } |
| - | after { VCR.eject_cassette } |
| - | |
| - | let(:env) { 'production' } |
| - | let(:path) { default_site_path } |
| - | let(:shell) { Thor::Shell::Color.new } |
| - | let(:options) { { data: true, verbose: true } } |
| - | #let(:command) { described_class.new(env, path, options, shell) } |
| - | let(:api_uri) { 'http://localhost:3000' } |
| - | let(:api_credentials) { { email: TEST_API_EMAIL, api_key: TEST_API_KEY } } |
| - | |
| - | before do |
| - | allow_any_instance_of(described_class).to receive(:read_deploy_settings).and_return({}) |
| - | allow_any_instance_of(described_class).to receive(:api_site_client) |
| - | .and_return(Locomotive::Coal::Client.new(api_uri, api_credentials)) |
| - | allow_any_instance_of(Locomotive::Coal::Resource).to receive(:api_key).and_return('42') |
| - | end |
| - | |
| - | describe '.delete' do |
| - | subject { described_class.delete(env, path, 'theme_asset', '562d977dcde73600f1000000') } |
| - | it { is_expected.to be_a(described_class) } |
| - | end |
| - | |
| - | describe '#delete' do |
| - | |
| - | end |
| - | end |
spec/integration/commands/delete_command_spec.rb
+69
-0
| @@ | @@ -0,0 +1,69 @@ |
| + | # encoding: utf-8 |
| + | require File.dirname(__FILE__) + '/../integration_helper' |
| + | require 'locomotive/wagon/commands/authenticate_command' |
| + | require 'locomotive/wagon/commands/delete_command' |
| + | require 'thor' |
| + | |
| + | describe Locomotive::Wagon::DeleteCommand do |
| + | |
| + | before { VCR.insert_cassette 'delete', record: :new_episodes, match_requests_on: [:method, :uri, :body] } |
| + | after { VCR.eject_cassette } |
| + | |
| + | let(:env) { 'production' } |
| + | let(:path) { default_site_path } |
| + | let(:shell) { Thor::Shell::Color.new } |
| + | let(:options) { { data: true, verbose: true } } |
| + | let(:api_uri) { 'http://www.example.com:3000' } |
| + | let(:api_credentials) { { email: TEST_API_EMAIL, api_key: TEST_API_KEY } } |
| + | |
| + | before do |
| + | allow_any_instance_of(described_class).to receive(:read_deploy_settings).and_return({}) |
| + | allow_any_instance_of(described_class).to receive(:api_site_client) |
| + | .and_return(Locomotive::Coal::Client.new(api_uri, api_credentials, handle: 'pleasant-winds-1002')) |
| + | |
| + | end |
| + | |
| + | context 'resource exists' do |
| + | context 'by id' do |
| + | describe '.delete' do |
| + | [ ['page', '564141a1cde736424c00009a'], |
| + | ['content_type', '5641419ccde736424c00000d'], |
| + | ['snippet', '564141a3cde736424c0000b2'], |
| + | ['theme_asset', '564141a4cde736424c0000bd'], |
| + | ['translation', '564141a5cde736424c0000c6'], |
| + | ['content_asset', '5641419dcde736424c000033'] |
| + | ].each do |resource, id| |
| + | describe resource do |
| + | subject { described_class.delete(env, path, resource, id) } |
| + | it { is_expected.to be_a(Locomotive::Coal::Resource) } |
| + | end |
| + | end |
| + | end |
| + | end |
| + | |
| + | context 'by slug' do |
| + | |
| + | end |
| + | end |
| + | |
| + | context 'resource does not exist' do |
| + | describe '.delete' do |
| + | [ ['page', 'bogus_id'], |
| + | ['content_type', 'bogus_id'], |
| + | ['snippet', 'bogus_id'], |
| + | ['theme_asset', 'bogus_id'], |
| + | ['translation', 'bogus_id'], |
| + | ['content_asset', 'bogus_id'] |
| + | ].each do |resource, id| |
| + | describe resource do |
| + | it 'raises an exception' do |
| + | expect{ described_class.delete(env, path, resource, id) } |
| + | .to raise_error(Locomotive::Coal::UnknownResourceError) |
| + | end |
| + | end |
| + | end |
| + | end |
| + | end |
| + | |
| + | |
| + | end |