Skip to content

Instantly share code, notes, and snippets.

@eoinkelly
Last active January 19, 2019 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eoinkelly/85deb5416b2a8481d84c04a94ecfa301 to your computer and use it in GitHub Desktop.
Save eoinkelly/85deb5416b2a8481d84c04a94ecfa301 to your computer and use it in GitHub Desktop.

GET /numbers at log level 'debug' is 462 lines

[c23afe93-b615-4c4d-bf0a-539ea1d6928f] Started GET "/numbers/" for 127.0.0.1 at 2019-01-19 17:25:17 +1300
[c23afe93-b615-4c4d-bf0a-539ea1d6928f] Processing by PagesController#show as HTML
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Parameters: {"slug"=>"numbers"}
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Setting Load (1.4ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."key" = $1 LIMIT $2  [["key", "footer"], ["LIMIT", 1]]
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Page Load (11.2ms)  SELECT  "pages".* FROM "pages" WHERE "pages"."id" = $1 ORDER BY "pages"."order" ASC LIMIT $2  [["id", 11], ["LIMIT", 1]]
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Page Load (3.2ms)  SELECT  "pages".* FROM "pages" WHERE "pages"."slug" = $1 ORDER BY "pages"."order" ASC LIMIT $2  [["slug", "numbers"], ["LIMIT", 1]]
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendering pages/numbers.html.haml within layouts/application
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   PagePart Load (3.1ms)  SELECT "page_parts".* FROM "page_parts" WHERE "page_parts"."page_id" = $1 ORDER BY "page_parts"."order" ASC  [["page_id", 4]]
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered shared/_translation_video.html.haml (11.2ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered pages/_content.html.haml (39.2ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered static_pages/_grid.html.haml (71.6ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered static_pages/_grid.html.haml (1.0ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered static_pages/_grid.html.haml (0.4ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered static_pages/_grid.html.haml (3.3ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered static_pages/_grid.html.haml (0.8ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered static_pages/_grid.html.haml (0.8ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered pages/numbers.html.haml within layouts/application (908.0ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered shared/_google_tag_manager_head.html.erb (0.4ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered shared/_google_tag_manager_body.html.erb (0.3ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Page Load (2.9ms)  SELECT "pages".* FROM "pages" WHERE "pages"."show_in_nav" = $1 AND "pages"."slug" IN ($2, $3, $4, $5) ORDER BY "pages"."order" ASC  [["show_in_nav", true], ["slug", "topics"], ["slug", "alphabet"], ["slug", "numbers"], ["slug", "classifiers"]]
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Setting Load (1.4ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."key" = $1 LIMIT $2  [["key", "help"], ["LIMIT", 1]]
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Page Load (1.5ms)  SELECT  "pages".* FROM "pages" WHERE "pages"."id" = $1 ORDER BY "pages"."order" ASC LIMIT $2  [["id", 10], ["LIMIT", 1]]
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Page Load (2.6ms)  SELECT "pages".* FROM "pages" WHERE "pages"."show_in_nav" = $1 AND ((SELECT COUNT(*) FROM page_parts where page_id = "pages"."id") > 0) ORDER BY "pages"."order" ASC  [["show_in_nav", true]]
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   CACHE Setting Load (0.0ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."key" = $1 LIMIT $2  [["key", "help"], ["LIMIT", 1]]
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   CACHE Page Load (0.0ms)  SELECT  "pages".* FROM "pages" WHERE "pages"."id" = $1 ORDER BY "pages"."order" ASC LIMIT $2  [["id", 10], ["LIMIT", 1]]
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered shared/search/_keywords.html.haml (2.5ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered shared/search/_signs.html.haml (16.8ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered shared/search/_topic.html.haml (3.7ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered shared/search/_usage.html.haml (3.6ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered shared/_search.html.haml (42.4ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered shared/_header.html.erb (61.5ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered shared/_flashes.html.haml (2.4ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered shared/_flashes.html.haml (0.0ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   CACHE Page Load (0.0ms)  SELECT "pages".* FROM "pages" WHERE "pages"."show_in_nav" = $1 AND ((SELECT COUNT(*) FROM page_parts where page_id = "pages"."id") > 0) ORDER BY "pages"."order" ASC  [["show_in_nav", true]]
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   PagePart Load (1.7ms)  SELECT  "page_parts".* FROM "page_parts" WHERE "page_parts"."page_id" = $1 ORDER BY "page_parts"."order" ASC LIMIT $2  [["page_id", 11], ["LIMIT", 1]]
[c23afe93-b615-4c4d-bf0a-539ea1d6928f]   Rendered shared/_footer.html.erb (5.5ms)
[c23afe93-b615-4c4d-bf0a-539ea1d6928f] Completed 200 OK in 1205ms (Views: 999.3ms | ActiveRecord: 71.4ms)
[046a64c8-ef84-4ade-8f91-c6468162b16d] Started GET "/images/signs/400-400/4056/zero-4056-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[6adfb7ef-4849-4bdc-91c2-aa1f24a5d30a] Started GET "/images/signs/400-400/5655/zero-5655-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[046a64c8-ef84-4ade-8f91-c6468162b16d] Processing by SignImageController#show as PNG
[046a64c8-ef84-4ade-8f91-c6468162b16d]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"4056/zero-4056-high_resolution.png"}
[6adfb7ef-4849-4bdc-91c2-aa1f24a5d30a] Processing by SignImageController#show as PNG
[6adfb7ef-4849-4bdc-91c2-aa1f24a5d30a]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5655/zero-5655-high_resolution.png"}
[046a64c8-ef84-4ade-8f91-c6468162b16d] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/4056/400x400-4056-zero-4056-high_resolution.png (0.7ms)
[046a64c8-ef84-4ade-8f91-c6468162b16d] Completed 200 OK in 20ms
[6adfb7ef-4849-4bdc-91c2-aa1f24a5d30a] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5655/400x400-5655-zero-5655-high_resolution.png (0.7ms)
[6adfb7ef-4849-4bdc-91c2-aa1f24a5d30a] Completed 200 OK in 74ms
[c407421f-1b22-4190-ba7c-392df24d40cc] Started GET "/images/signs/400-400/5617/two-5617-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[c407421f-1b22-4190-ba7c-392df24d40cc] Processing by SignImageController#show as PNG
[c407421f-1b22-4190-ba7c-392df24d40cc]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5617/two-5617-high_resolution.png"}
[15ff02b0-a26e-4acf-86d2-7bb29d2d7e0b] Started GET "/images/signs/400-400/5607/one-5607-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[c407421f-1b22-4190-ba7c-392df24d40cc] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5617/400x400-5617-two-5617-high_resolution.png (0.3ms)
[c407421f-1b22-4190-ba7c-392df24d40cc] Completed 200 OK in 13ms (ActiveRecord: 0.0ms)
[15ff02b0-a26e-4acf-86d2-7bb29d2d7e0b] Processing by SignImageController#show as PNG
[15ff02b0-a26e-4acf-86d2-7bb29d2d7e0b]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5607/one-5607-high_resolution.png"}
[da3a59b7-c2a2-42b6-850f-a84acdd842ee] Started GET "/images/signs/400-400/5619/three-5619-default.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[da3a59b7-c2a2-42b6-850f-a84acdd842ee] Processing by SignImageController#show as PNG
[da3a59b7-c2a2-42b6-850f-a84acdd842ee]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5619/three-5619-default.png"}
[da3a59b7-c2a2-42b6-850f-a84acdd842ee] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5619/400x400-5619-three-5619-default.png (0.3ms)
[da3a59b7-c2a2-42b6-850f-a84acdd842ee] Completed 200 OK in 4ms (ActiveRecord: 0.0ms)
[092254fd-8cc9-4d4c-aadc-771b8d9af678] Started GET "/images/signs/400-400/5665/three-5665-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[15ff02b0-a26e-4acf-86d2-7bb29d2d7e0b] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5607/400x400-5607-one-5607-high_resolution.png (0.8ms)
[15ff02b0-a26e-4acf-86d2-7bb29d2d7e0b] Completed 200 OK in 24ms
[092254fd-8cc9-4d4c-aadc-771b8d9af678] Processing by SignImageController#show as PNG
[092254fd-8cc9-4d4c-aadc-771b8d9af678]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5665/three-5665-high_resolution.png"}
[092254fd-8cc9-4d4c-aadc-771b8d9af678] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5665/400x400-5665-three-5665-high_resolution.png (0.2ms)
[092254fd-8cc9-4d4c-aadc-771b8d9af678] Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
[15ad6105-1b0a-4410-80e2-76d21cb715ef] Started GET "/images/signs/400-400/5620/four-5620-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[15ad6105-1b0a-4410-80e2-76d21cb715ef] Processing by SignImageController#show as PNG
[15ad6105-1b0a-4410-80e2-76d21cb715ef]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5620/four-5620-high_resolution.png"}
[8078a292-6db3-457f-b9e7-2ff8782686d3] Started GET "/images/signs/400-400/5621/five-5621-default.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[8078a292-6db3-457f-b9e7-2ff8782686d3] Processing by SignImageController#show as PNG
[8078a292-6db3-457f-b9e7-2ff8782686d3]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5621/five-5621-default.png"}
[15ad6105-1b0a-4410-80e2-76d21cb715ef] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5620/400x400-5620-four-5620-high_resolution.png (0.2ms)
[15ad6105-1b0a-4410-80e2-76d21cb715ef] Completed 200 OK in 7ms
[8078a292-6db3-457f-b9e7-2ff8782686d3] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5621/400x400-5621-five-5621-default.png (0.1ms)
[8078a292-6db3-457f-b9e7-2ff8782686d3] Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
[92f7e5b4-0130-44c4-8a14-448cb9228233] Started GET "/images/signs/400-400/5623/seven-5623-default.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[92f7e5b4-0130-44c4-8a14-448cb9228233] Processing by SignImageController#show as PNG
[92f7e5b4-0130-44c4-8a14-448cb9228233]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5623/seven-5623-default.png"}
[c3b4c510-4d91-4b3b-889e-ae3984e642d4] Started GET "/images/signs/400-400/5622/six-5622-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[c3b4c510-4d91-4b3b-889e-ae3984e642d4] Processing by SignImageController#show as PNG
[c3b4c510-4d91-4b3b-889e-ae3984e642d4]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5622/six-5622-high_resolution.png"}
[92f7e5b4-0130-44c4-8a14-448cb9228233] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5623/400x400-5623-seven-5623-default.png (0.2ms)
[144e83e9-7764-47cc-9517-3056302006a3] Started GET "/images/signs/400-400/5688/three-5688-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[c3b4c510-4d91-4b3b-889e-ae3984e642d4] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5622/400x400-5622-six-5622-high_resolution.png (0.2ms)
[c3b4c510-4d91-4b3b-889e-ae3984e642d4] Completed 200 OK in 6ms (ActiveRecord: 0.0ms)
[92f7e5b4-0130-44c4-8a14-448cb9228233] Completed 200 OK in 9ms
[b8fd3fbf-1ddb-4527-bdd7-35c292104bf1] Started GET "/images/signs/400-400/5691/seven-5691-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[392e3d92-a342-46c5-bb60-49b32db40a28] Started GET "/images/signs/400-400/5624/eight-5624-default.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[b8fd3fbf-1ddb-4527-bdd7-35c292104bf1] Processing by SignImageController#show as PNG
[b8fd3fbf-1ddb-4527-bdd7-35c292104bf1]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5691/seven-5691-high_resolution.png"}
[392e3d92-a342-46c5-bb60-49b32db40a28] Processing by SignImageController#show as PNG
[392e3d92-a342-46c5-bb60-49b32db40a28]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5624/eight-5624-default.png"}
[b8fd3fbf-1ddb-4527-bdd7-35c292104bf1] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5691/400x400-5691-seven-5691-high_resolution.png (0.2ms)
[b8fd3fbf-1ddb-4527-bdd7-35c292104bf1] Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
[72a6003a-4e4e-4c79-83f4-f978b4d2bb16] Started GET "/images/signs/400-400/5692/eight-5692-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[72a6003a-4e4e-4c79-83f4-f978b4d2bb16] Processing by SignImageController#show as PNG
[72a6003a-4e4e-4c79-83f4-f978b4d2bb16]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5692/eight-5692-high_resolution.png"}
[72a6003a-4e4e-4c79-83f4-f978b4d2bb16] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5692/400x400-5692-eight-5692-high_resolution.png (0.1ms)
[72a6003a-4e4e-4c79-83f4-f978b4d2bb16] Completed 200 OK in 2ms (ActiveRecord: 0.0ms)
[392e3d92-a342-46c5-bb60-49b32db40a28] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5624/400x400-5624-eight-5624-default.png (0.2ms)
[392e3d92-a342-46c5-bb60-49b32db40a28] Completed 200 OK in 11ms
[908c5f95-276c-4b92-b78d-e63da6c8dc11] Started GET "/images/signs/400-400/5694/eight-5694-default.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[908c5f95-276c-4b92-b78d-e63da6c8dc11] Processing by SignImageController#show as PNG
[908c5f95-276c-4b92-b78d-e63da6c8dc11]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5694/eight-5694-default.png"}
[4d7368a7-0f13-43da-be2c-b1c55c615358] Started GET "/images/signs/400-400/5693/eight-5693-default.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[d288e7e0-a35a-45eb-b6ac-18fc941c2863] Started GET "/images/signs/400-400/5696/nine-5696-default.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[144e83e9-7764-47cc-9517-3056302006a3] Processing by SignImageController#show as PNG
[144e83e9-7764-47cc-9517-3056302006a3]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5688/three-5688-high_resolution.png"}
[4d7368a7-0f13-43da-be2c-b1c55c615358] Processing by SignImageController#show as PNG
[4d7368a7-0f13-43da-be2c-b1c55c615358]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5693/eight-5693-default.png"}
[d288e7e0-a35a-45eb-b6ac-18fc941c2863] Processing by SignImageController#show as PNG
[d288e7e0-a35a-45eb-b6ac-18fc941c2863]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5696/nine-5696-default.png"}
[4d7368a7-0f13-43da-be2c-b1c55c615358] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5693/400x400-5693-eight-5693-default.png (0.3ms)
[4d7368a7-0f13-43da-be2c-b1c55c615358] Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
[2222697c-ebe9-4a6d-9c58-d781d6c669f9] Started GET "/images/signs/400-400/5697/nine-5697-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[2222697c-ebe9-4a6d-9c58-d781d6c669f9] Processing by SignImageController#show as PNG
[2222697c-ebe9-4a6d-9c58-d781d6c669f9]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5697/nine-5697-high_resolution.png"}
[144e83e9-7764-47cc-9517-3056302006a3] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5688/400x400-5688-three-5688-high_resolution.png (0.3ms)
[144e83e9-7764-47cc-9517-3056302006a3] Completed 200 OK in 7ms
[2222697c-ebe9-4a6d-9c58-d781d6c669f9] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5697/400x400-5697-nine-5697-high_resolution.png (0.1ms)
[2222697c-ebe9-4a6d-9c58-d781d6c669f9] Completed 200 OK in 2ms (ActiveRecord: 0.0ms)
[ecb89d5e-4651-415c-9c23-6263bdcfb1fa] Started GET "/images/signs/400-400/5695/nine-5695-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[3afd4a3e-c93f-4447-bb97-d9fb3c9daa27] Started GET "/images/signs/400-400/4065/ten-4065-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[ecb89d5e-4651-415c-9c23-6263bdcfb1fa] Processing by SignImageController#show as PNG
[ecb89d5e-4651-415c-9c23-6263bdcfb1fa]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5695/nine-5695-high_resolution.png"}
[d288e7e0-a35a-45eb-b6ac-18fc941c2863] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5696/400x400-5696-nine-5696-default.png (0.2ms)
[3afd4a3e-c93f-4447-bb97-d9fb3c9daa27] Processing by SignImageController#show as PNG
[3afd4a3e-c93f-4447-bb97-d9fb3c9daa27]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"4065/ten-4065-high_resolution.png"}
[d288e7e0-a35a-45eb-b6ac-18fc941c2863] Completed 200 OK in 15ms
[ecb89d5e-4651-415c-9c23-6263bdcfb1fa] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5695/400x400-5695-nine-5695-high_resolution.png (0.2ms)
[ecb89d5e-4651-415c-9c23-6263bdcfb1fa] Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
[5623eb79-7e0b-40d7-a5f1-a3111c1d96bd] Started GET "/images/signs/400-400/5653/ten-5653-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[5623eb79-7e0b-40d7-a5f1-a3111c1d96bd] Processing by SignImageController#show as PNG
[5623eb79-7e0b-40d7-a5f1-a3111c1d96bd]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5653/ten-5653-high_resolution.png"}
[b6222a44-a0d4-4126-a335-ca5b41a6ba79] Started GET "/images/signs/400-400/5608/eleven-5608-default.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[5623eb79-7e0b-40d7-a5f1-a3111c1d96bd] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5653/400x400-5653-ten-5653-high_resolution.png (0.4ms)
[5623eb79-7e0b-40d7-a5f1-a3111c1d96bd] Completed 200 OK in 7ms (ActiveRecord: 0.0ms)
[f364830a-8a70-4622-9c4a-c05cf7634298] Started GET "/images/signs/400-400/2335/eleven-2335-default.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[f364830a-8a70-4622-9c4a-c05cf7634298] Processing by SignImageController#show as PNG
[f364830a-8a70-4622-9c4a-c05cf7634298]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"2335/eleven-2335-default.png"}
[b6222a44-a0d4-4126-a335-ca5b41a6ba79] Processing by SignImageController#show as PNG
[b6222a44-a0d4-4126-a335-ca5b41a6ba79]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5608/eleven-5608-default.png"}
[f364830a-8a70-4622-9c4a-c05cf7634298] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/2335/400x400-2335-eleven-2335-default.png (0.2ms)
[f364830a-8a70-4622-9c4a-c05cf7634298] Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
[ffbae909-a131-4e48-b82c-9d612f1f9db6] Started GET "/images/signs/400-400/2741/eleven-2741-default.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[3afd4a3e-c93f-4447-bb97-d9fb3c9daa27] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/4065/400x400-4065-ten-4065-high_resolution.png (3.4ms)
[3afd4a3e-c93f-4447-bb97-d9fb3c9daa27] Completed 200 OK in 104ms
[b6222a44-a0d4-4126-a335-ca5b41a6ba79] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5608/400x400-5608-eleven-5608-default.png (0.2ms)
[b6222a44-a0d4-4126-a335-ca5b41a6ba79] Completed 200 OK in 85ms
[ffbae909-a131-4e48-b82c-9d612f1f9db6] Processing by SignImageController#show as PNG
[ad940b80-59b7-4ab8-9522-aaf651f3ccba] Started GET "/images/signs/400-400/2865/twelve-2865-default.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[ffbae909-a131-4e48-b82c-9d612f1f9db6]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"2741/eleven-2741-default.png"}
[908c5f95-276c-4b92-b78d-e63da6c8dc11] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5694/400x400-5694-eight-5694-default.png (0.2ms)
[908c5f95-276c-4b92-b78d-e63da6c8dc11] Completed 200 OK in 150ms
[67d0a92c-ec43-4309-9e68-f9f25fd7277b] Started GET "/images/signs/400-400/5609/twelve-5609-default.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[ad940b80-59b7-4ab8-9522-aaf651f3ccba] Processing by SignImageController#show as PNG
[ad940b80-59b7-4ab8-9522-aaf651f3ccba]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"2865/twelve-2865-default.png"}
[67d0a92c-ec43-4309-9e68-f9f25fd7277b] Processing by SignImageController#show as PNG
[67d0a92c-ec43-4309-9e68-f9f25fd7277b]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5609/twelve-5609-default.png"}
[ffbae909-a131-4e48-b82c-9d612f1f9db6] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/2741/400x400-2741-eleven-2741-default.png (0.2ms)
[ffbae909-a131-4e48-b82c-9d612f1f9db6] Completed 200 OK in 98ms (ActiveRecord: 0.0ms)
[ad940b80-59b7-4ab8-9522-aaf651f3ccba] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/2865/400x400-2865-twelve-2865-default.png (4.9ms)
[ad940b80-59b7-4ab8-9522-aaf651f3ccba] Completed 200 OK in 97ms
[0ecc92de-04ff-4573-879e-ba070db01e69] Started GET "/images/signs/400-400/5610/thirteen-5610-default.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[c4a307d1-642a-42f0-9cd8-63101e44f24d] Started GET "/images/signs/400-400/5570/thirteen-5570-default.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[c4a307d1-642a-42f0-9cd8-63101e44f24d] Processing by SignImageController#show as PNG
[c4a307d1-642a-42f0-9cd8-63101e44f24d]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5570/thirteen-5570-default.png"}
[67d0a92c-ec43-4309-9e68-f9f25fd7277b] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5609/400x400-5609-twelve-5609-default.png (0.1ms)
[690da36f-2876-46eb-bb9c-7351d98095ec] Started GET "/images/signs/400-400/5652/thirteen-5652-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[0ecc92de-04ff-4573-879e-ba070db01e69] Processing by SignImageController#show as PNG
[0ecc92de-04ff-4573-879e-ba070db01e69]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5610/thirteen-5610-default.png"}
[c4a307d1-642a-42f0-9cd8-63101e44f24d] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5570/400x400-5570-thirteen-5570-default.png (0.1ms)
[c4a307d1-642a-42f0-9cd8-63101e44f24d] Completed 200 OK in 2ms (ActiveRecord: 0.0ms)
[67d0a92c-ec43-4309-9e68-f9f25fd7277b] Completed 200 OK in 12ms
[690da36f-2876-46eb-bb9c-7351d98095ec] Processing by SignImageController#show as PNG
[690da36f-2876-46eb-bb9c-7351d98095ec]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5652/thirteen-5652-high_resolution.png"}
[794463f5-6638-49d4-8ef6-65e6dc68a90e] Started GET "/images/signs/400-400/5612/fifteen-5612-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[e27286c6-dbf2-46d7-bbc3-c3c861762098] Started GET "/images/signs/400-400/5611/fourteen-5611-default.png" for 127.0.0.1 at 2019-01-19 17:25:18 +1300
[0ecc92de-04ff-4573-879e-ba070db01e69] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5610/400x400-5610-thirteen-5610-default.png (0.2ms)
[0ecc92de-04ff-4573-879e-ba070db01e69] Completed 200 OK in 53ms
[e27286c6-dbf2-46d7-bbc3-c3c861762098] Processing by SignImageController#show as PNG
[e27286c6-dbf2-46d7-bbc3-c3c861762098]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5611/fourteen-5611-default.png"}
[794463f5-6638-49d4-8ef6-65e6dc68a90e] Processing by SignImageController#show as PNG
[794463f5-6638-49d4-8ef6-65e6dc68a90e]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5612/fifteen-5612-high_resolution.png"}
[a0303a75-4637-445d-9306-311c719e50f6] Started GET "/images/signs/400-400/5613/sixteen-5613-high_resolution.pn[e27286c6-dbf2-46d7-bbc3-c3c861762098] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5611/400x400-5611-fourteen-5611-default.png (0.2ms)
[e27286c6-dbf2-46d7-bbc3-c3c861762098] Completed 200 OK in 5ms (ActiveRecord: 0.0ms)
g" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[d515e260-3814-4984-8301-b6a6aeee9e0a] Started GET "/images/signs/400-400/5614/seventeen-5614-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[d515e260-3814-4984-8301-b6a6aeee9e0a] Processing by SignImageController#show as PNG
[d515e260-3814-4984-8301-b6a6aeee9e0a]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5614/seventeen-5614-default.png"}
[690da36f-2876-46eb-bb9c-7351d98095ec] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5652/400x400-5652-thirteen-5652-high_resolution.png (0.2ms)
[690da36f-2876-46eb-bb9c-7351d98095ec] Completed 200 OK in 61ms
[a0303a75-4637-445d-9306-311c719e50f6] Processing by SignImageController#show as PNG
[a0303a75-4637-445d-9306-311c719e50f6]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5613/sixteen-5613-high_resolution.png"}
[d515e260-3814-4984-8301-b6a6aeee9e0a] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5614/400x400-5614-seventeen-5614-default.png (0.1ms)
[a0303a75-4637-445d-9306-311c719e50f6] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5613/400x400-5613-sixteen-5613-high_resolution.png (0.2ms)
[794463f5-6638-49d4-8ef6-65e6dc68a90e] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5612/400x400-5612-fifteen-5612-high_resolution.png (0.1ms)
[a0303a75-4637-445d-9306-311c719e50f6] Completed 200 OK in 45ms
[d515e260-3814-4984-8301-b6a6aeee9e0a] Completed 200 OK in 47ms (ActiveRecord: 0.0ms)
[794463f5-6638-49d4-8ef6-65e6dc68a90e] Completed 200 OK in 53ms
[be918cf4-11f6-4d96-8f80-4f5a851e1583] Started GET "/images/signs/400-400/5698/seventeen-5698-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[2ab9de9d-7446-4ca9-a7c4-513f5efd355d] Started GET "/images/signs/400-400/5615/eighteen-5615-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[2ab9de9d-7446-4ca9-a7c4-513f5efd355d] Processing by SignImageController#show as PNG
[2ab9de9d-7446-4ca9-a7c4-513f5efd355d]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5615/eighteen-5615-default.png"}
[15519fe6-4e9b-44c5-a95a-acb51180e760] Started GET "/images/signs/400-400/5699/eighteen-5699-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[2ab9de9d-7446-4ca9-a7c4-513f5efd355d] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5615/400x400-5615-eighteen-5615-default.png (0.7ms)
[2ab9de9d-7446-4ca9-a7c4-513f5efd355d] Completed 200 OK in 9ms (ActiveRecord: 0.0ms)
[15519fe6-4e9b-44c5-a95a-acb51180e760] Processing by SignImageController#show as PNG
[15519fe6-4e9b-44c5-a95a-acb51180e760]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5699/eighteen-5699-high_resolution.png"}
[976e7d73-7377-4453-8ff7-57d519eab401] Started GET "/images/signs/400-400/5700/eighteen-5700-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[15519fe6-4e9b-44c5-a95a-acb51180e760] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5699/400x400-5699-eighteen-5699-high_resolution.png (0.2ms)
[15519fe6-4e9b-44c5-a95a-acb51180e760] Completed 200 OK in 4ms
[976e7d73-7377-4453-8ff7-57d519eab401] Processing by SignImageController#show as PNG
[976e7d73-7377-4453-8ff7-57d519eab401]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5700/eighteen-5700-high_resolution.png"}
[976e7d73-7377-4453-8ff7-57d519eab401] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5700/400x400-5700-eighteen-5700-high_resolution.png (0.4ms)
[976e7d73-7377-4453-8ff7-57d519eab401] Completed 200 OK in 16ms
[dcfc112a-dbeb-41ef-972f-3b3d441d1c6a] Started GET "/images/signs/400-400/5702/nineteen-5702-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[760e7757-0838-4623-b21e-3d08ce918824] Started GET "/images/signs/400-400/5701/nineteen-5701-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[760e7757-0838-4623-b21e-3d08ce918824] Processing by SignImageController#show as PNG
[760e7757-0838-4623-b21e-3d08ce918824]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5701/nineteen-5701-default.png"}
[dcfc112a-dbeb-41ef-972f-3b3d441d1c6a] Processing by SignImageController#show as PNG
[dcfc112a-dbeb-41ef-972f-3b3d441d1c6a]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5702/nineteen-5702-default.png"}
[22e9ecc0-d674-436a-86cb-19e5dc5946c4] Started GET "/images/signs/400-400/5616/nineteen-5616-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[760e7757-0838-4623-b21e-3d08ce918824] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5701/400x400-5701-nineteen-5701-default.png (0.2ms)
[22e9ecc0-d674-436a-86cb-19e5dc5946c4] Processing by SignImageController#show as PNG
[22e9ecc0-d674-436a-86cb-19e5dc5946c4]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5616/nineteen-5616-default.png"}
[760e7757-0838-4623-b21e-3d08ce918824] Completed 200 OK in 18ms
[dcfc112a-dbeb-41ef-972f-3b3d441d1c6a] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5702/400x400-5702-nineteen-5702-default.png (0.2ms)
[dcfc112a-dbeb-41ef-972f-3b3d441d1c6a] Completed 200 OK in 5ms (ActiveRecord: 0.0ms)
[bfbb3f84-6b31-477a-a0bf-76f399b8c486] Started GET "/images/signs/400-400/5618/twenty-5618-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[bfbb3f84-6b31-477a-a0bf-76f399b8c486] Processing by SignImageController#show as PNG
[bfbb3f84-6b31-477a-a0bf-76f399b8c486]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5618/twenty-5618-high_resolution.png"}
[22e9ecc0-d674-436a-86cb-19e5dc5946c4] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5616/400x400-5616-nineteen-5616-default.png (0.4ms)
[22e9ecc0-d674-436a-86cb-19e5dc5946c4] Completed 200 OK in 6ms
[13776bf8-7af4-40f2-abae-130bd528fe17] Started GET "/images/signs/400-400/5703/twenty_one-5703-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[13776bf8-7af4-40f2-abae-130bd528fe17] Processing by SignImageController#show as PNG
[13776bf8-7af4-40f2-abae-130bd528fe17]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5703/twenty_one-5703-default.png"}
[7c42c5fb-fdf8-4bc1-83ca-ca4ecd553944] Started GET "/images/signs/400-400/5704/twenty_two-5704-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[bfbb3f84-6b31-477a-a0bf-76f399b8c486] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5618/400x400-5618-twenty-5618-high_resolution.png (0.2ms)
[13776bf8-7af4-40f2-abae-130bd528fe17] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5703/400x400-5703-twenty_one-5703-default.png (0.1ms)
[bfbb3f84-6b31-477a-a0bf-76f399b8c486] Completed 200 OK in 14ms
[7c42c5fb-fdf8-4bc1-83ca-ca4ecd553944] Processing by SignImageController#show as PNG
[7c42c5fb-fdf8-4bc1-83ca-ca4ecd553944]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5704/twenty_two-5704-default.png"}
[13776bf8-7af4-40f2-abae-130bd528fe17] Completed 200 OK in 12ms (ActiveRecord: 0.0ms)
[e8de6209-cb63-43a0-a553-047212f4747d] Started GET "/images/signs/400-400/5705/twenty_three-5705-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[e8de6209-cb63-43a0-a553-047212f4747d] Processing by SignImageController#show as PNG
[e8de6209-cb63-43a0-a553-047212f4747d]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5705/twenty_three-5705-high_resolution.png"}
[7ef08a67-db9b-4804-94da-511eb5b04556] Started GET "/images/signs/400-400/5715/twenty_four-5715-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[e8de6209-cb63-43a0-a553-047212f4747d] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5705/400x400-5705-twenty_three-5705-high_resolution.png (0.3ms)
[7c42c5fb-fdf8-4bc1-83ca-ca4ecd553944] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5704/400x400-5704-twenty_two-5704-default.png (0.3ms)
[7ef08a67-db9b-4804-94da-511eb5b04556] Processing by SignImageController#show as PNG
[7ef08a67-db9b-4804-94da-511eb5b04556]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5715/twenty_four-5715-high_resolution.png"}
[e8de6209-cb63-43a0-a553-047212f4747d] Completed 200 OK in 23ms (ActiveRecord: 0.0ms)
[7c42c5fb-fdf8-4bc1-83ca-ca4ecd553944] Completed 200 OK in 28ms
[c140c560-9b87-4905-8564-c9906698fbeb] Started GET "/images/signs/400-400/5716/twenty_five-5716-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[c140c560-9b87-4905-8564-c9906698fbeb] Processing by SignImageController#show as PNG
[c140c560-9b87-4905-8564-c9906698fbeb]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5716/twenty_five-5716-default.png"}
[df0009a5-d43b-42b3-b25b-47dbcd6eb6ba] Started GET "/images/signs/400-400/5717/twenty_six-5717-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[df0009a5-d43b-42b3-b25b-47dbcd6eb6ba] Processing by SignImageController#show as PNG
[7ef08a67-db9b-4804-94da-511eb5b04556] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5715/400x400-5715-twenty_four-5715-high_resolution.png (0.2ms)
[df0009a5-d43b-42b3-b25b-47dbcd6eb6ba]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5717/twenty_six-5717-high_resolution.png"}
[7ef08a67-db9b-4804-94da-511eb5b04556] Completed 200 OK in 6ms
[df0009a5-d43b-42b3-b25b-47dbcd6eb6ba] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5717/400x400-5717-twenty_si[c140c560-9b87-4905-8564-c9906698fbeb] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5716/400x400-5716-twenty_five-5716-default.png (0.1ms)
x-5717-high_resolution.png (0.3ms)
[c140c560-9b87-4905-8564-c9906698fbeb] Completed 200 OK in 19ms (ActiveRecord: 0.0ms)
[07b17b29-756e-4a92-88ee-5e3d5a211d22] Started GET "/images/signs/400-400/5718/twenty_seven-5718-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[df0009a5-d43b-42b3-b25b-47dbcd6eb6ba] Completed 200 OK in 18ms
[07b17b29-756e-4a92-88ee-5e3d5a211d22] Processing by SignImageController#show as PNG
[07b17b29-756e-4a92-88ee-5e3d5a211d22]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5718/twenty_seven-5718-default.png"}
[2583d8f5-4b36-4efc-a047-d81bfee59a66] Started GET "/images/signs/400-400/5719/twenty_eight-5719-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[2583d8f5-4b36-4efc-a047-d81bfee59a66] Processing by SignImageController#show as PNG
[2583d8f5-4b36-4efc-a047-d81bfee59a66]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5719/twenty_eight-5719-high_resolution.png"}
[be918cf4-11f6-4d96-8f80-4f5a851e1583] Processing by SignImageController#show as PNG
[be918cf4-11f6-4d96-8f80-4f5a851e1583]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5698/seventeen-5698-default.png"}
[2583d8f5-4b36-4efc-a047-d81bfee59a66] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5719/400x400-5719-twenty_eight-5719-high_resolution.png (0.2ms)
[c6305ab4-70e9-4902-b7fb-a0cf2c1b7ef4] Started GET "/images/signs/400-400/5720/twenty_nine-5720-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[07b17b29-756e-4a92-88ee-5e3d5a211d22] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5718/400x400-5718-twenty_seven-5718-default.png (0.2ms)
[07b17b29-756e-4a92-88ee-5e3d5a211d22] Completed 200 OK in 7ms
[2583d8f5-4b36-4efc-a047-d81bfee59a66] Completed 200 OK in 6ms (ActiveRecord: 0.0ms)
[c6305ab4-70e9-4902-b7fb-a0cf2c1b7ef4] Processing by SignImageController#show as PNG
[c6305ab4-70e9-4902-b7fb-a0cf2c1b7ef4]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5720/twenty_nine-5720-high_resolution.png"}
[be918cf4-11f6-4d96-8f80-4f5a851e1583] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5698/400x400-5698-seventeen-5698-default.png (0.1ms)
[c27d21af-2e59-40e7-982e-3771b8762c41] Started GET "/images/signs/400-400/5706/thirty-5706-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[9ad8935b-48cf-43c1-aa07-16a89f3ada8f] Started GET "/images/signs/400-400/6221/twenty_nine-6221-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[c6305ab4-70e9-4902-b7fb-a0cf2c1b7ef4] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5720/400x400-5720-twenty_nine-5720-high_resolution.png (2.4ms)
[c6305ab4-70e9-4902-b7fb-a0cf2c1b7ef4] Completed 200 OK in 9ms
[be918cf4-11f6-4d96-8f80-4f5a851e1583] Completed 200 OK in 6ms
[c27d21af-2e59-40e7-982e-3771b8762c41] Processing by SignImageController#show as PNG
[c27d21af-2e59-40e7-982e-3771b8762c41]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5706/thirty-5706-default.png"}
[9ad8935b-48cf-43c1-aa07-16a89f3ada8f] Processing by SignImageController#show as PNG
[9ad8935b-48cf-43c1-aa07-16a89f3ada8f]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6221/twenty_nine-6221-default.png"}
[c8b5a43c-f578-41df-a747-bacd2d0f5352] Started GET "/images/signs/400-400/5707/forty-5707-default.png" for 127[c27d21af-2e59-40e7-982e-3771b8762c41] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5706/400x400-5706-thirty-5706-default.png (0.1ms)
.0.0.1 at 2019-01-19 17:25:19 +1300
[9ad8935b-48cf-43c1-aa07-16a89f3ada8f] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6221/400x400-6221-twenty_nine-6221-default.png (0.5ms)
[9ad8935b-48cf-43c1-aa07-16a89f3ada8f] Completed 200 OK in 12ms
[c27d21af-2e59-40e7-982e-3771b8762c41] Completed 200 OK in 12ms (ActiveRecord: 0.0ms)
[c8b5a43c-f578-41df-a747-bacd2d0f5352] Processing by SignImageController#show as PNG
[c8b5a43c-f578-41df-a747-bacd2d0f5352]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5707/forty-5707-default.png"}
[137e10f7-29d8-44a3-90ca-2bfa6073db15] Started GET "/images/signs/400-400/5711/sixty-5711-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[db27ce54-eea6-4a15-adb7-a6ea409f78ca] Started GET "/images/signs/400-400/5712/seventy-5712-high_res[137e10f7-29d8-44a3-90ca-2bfa6073db15] Processing by SignImageController#show as PNG
olution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[137e10f7-29d8-44a3-90ca-2bfa6073db15]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5711/sixty-5711-high_resolution.png"}
[c8b5a43c-f578-41df-a747-bacd2d0f5352] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5707/400x400-5707-forty-5707-default.png (0.3ms)
[c8b5a43c-f578-41df-a747-bacd2d0f5352] Completed 200 OK in 4ms
[db27ce54-eea6-4a15-adb7-a6ea409f78ca] Processing by SignImageController#show as PNG
[db27ce54-eea6-4a15-adb7-a6ea409f78ca]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5712/seventy-5712-high_resolution.png"}
[7364aa65-18a1-4b74-9009-b98470946af7] Started GET "/images/signs/400-400/5708/fifty-5708-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[137e10f7-29d8-44a3-90ca-2bfa6073db15] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5711/400x400-5711-sixty-5711-high_resolution.png (0.1ms)
[43906496-4c1a-476f-a3af-d549fc59387f] Started GET "/images/signs/400-400/5713/eighty-5713-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[137e10f7-29d8-44a3-90ca-2bfa6073db15] Completed 200 OK in 6ms (ActiveRecord: 0.0ms)
[db27ce54-eea6-4a15-adb7-a6ea409f78ca] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5712/400x400-5712-seventy-5712-high_resolution.png (0.2ms)
[7364aa65-18a1-4b74-9009-b98470946af7] Processing by SignImageController#show as PNG
[db27ce54-eea6-4a15-adb7-a6ea409f78ca] Completed 200 OK in 6ms
[7364aa65-18a1-4b74-9009-b98470946af7]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5708/fifty-5708-high_resolution.png"}
[43906496-4c1a-476f-a3af-d549fc59387f] Processing by SignImageController#show as PNG
[43906496-4c1a-476f-a3af-d549fc59387f]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5713/eighty-5713-high_resolution.png"}
[dc13a726-b1c5-41fc-a8f5-aac2b8572eac] Started GET "/images/signs/400-400/5730/ninety-5730-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[dc13a726-b1c5-41fc-a8f5-aac2b8572eac] Processing by SignImageController#show as PNG
[dc13a726-b1c5-41fc-a8f5-aac2b8572eac]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5730/ninety-5730-default.png"}
[43906496-4c1a-476f-a3af-d549fc59387f] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5713/400x400-5713-eighty-5713-high_resolution.png (0.1ms)
[43906496-4c1a-476f-a3af-d549fc59387f] Completed 200 OK in 24ms
[5b4b839e-99d1-4eaf-b85b-77c4b58db0ff] Started GET "/images/signs/400-400/5714/ninety-5714-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[7364aa65-18a1-4b74-9009-b98470946af7] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5708/400x400-5708-fifty-5708-high_resolution.png (0.2ms)
[5b4b839e-99d1-4eaf-b85b-77c4b58db0ff] Processing by SignImageController#show as PNG
[5b4b839e-99d1-4eaf-b85b-77c4b58db0ff]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5714/ninety-5714-default.png"}
[dc13a726-b1c5-41fc-a8f5-aac2b8572eac] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5730/400x400-5730-ninety-5730-default.png (0.2ms)
[dc13a726-b1c5-41fc-a8f5-aac2b8572eac] Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
[da2d8cd6-87a1-4a0b-841f-d82c39fc9bca] Started GET "/images/signs/400-400/386/hundred-386-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[7364aa65-18a1-4b74-9009-b98470946af7] Completed 200 OK in 27ms
[da2d8cd6-87a1-4a0b-841f-d82c39fc9bca] Processing by SignImageController#show as PNG
[da2d8cd6-87a1-4a0b-841f-d82c39fc9bca]   Paramete[347f754d-d50a-4a3b-bce4-52c738732411] Started GET "/images/signs/400-400/5710/one_hundred-5710-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
rs: {"width"=>"400", "height"=>"400", "filename"=>"386/hundred-386-high_resolution.png"}
[5961d11c-13d1-4a91-9177-0887e3649907] Started GET "/images/signs/400-400/5709/one_hundred-5709-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[5b4b839e-99d1-4eaf-b85b-77c4b58db0ff] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5714/400x400-5714-ninety-5714-default.png (0.2ms)
[5b4b839e-99d1-4eaf-b85b-77c4b58db0ff] Completed 200 OK in 7ms
[347f754d-d50a-4a3b-bce4-52c738732411] Processing by SignImageController#show as PNG
[347f754d-d50a-4a3b-bce4-52c738732411]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5710/one_hundred-5710-high_resolution.png"}
[5961d11c-13d1-4a91-9177-0887e3649907] Processing by SignImageController#show as PNG
[5961d11c-13d1-4a91-9177-0887e3649907]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5709/one_hundred-5709-default.png"}
[347f754d-d50a-4a3b-bce4-52c738732411] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5710/400x400-5710-one_hundred-5710-high_resolution.png (1.5ms)
[347f754d-d50a-4a3b-bce4-52c738732411] Completed 200 OK in 4ms
[da2d8cd6-87a1-4a0b-841f-d82c39fc9bca] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/386/400x400-386-hundred-386-high_resolution.png (3.0ms)
[da2d8cd6-87a1-4a0b-841f-d82c39fc9bca] Completed 200 OK in 6ms
[5961d11c-13d1-4a91-9177-0887e3649907] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5709/400x400-5709-one_hundred-5709-default.png (0.2ms)
[5961d11c-13d1-4a91-9177-0887e3649907] Completed 200 OK in 4ms (ActiveRecord: 0.0ms)
[9bff53eb-c26f-4f6a-9a31-7b95937d8861] Started GET "/images/signs/400-400/2290/thousand-2290-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[9bff53eb-c26f-4f6a-9a31-7b95937d8861] Processing by SignImageController#show as PNG
[9bff53eb-c26f-4f6a-9a31-7b95937d8861]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"2290/thousand-2290-default.png"}
[e8cb4fdc-9945-4956-a1cd-6e29cadad4c6] Started GET "/images/signs/400-400/6237/ten_thousand-6237-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[e8cb4fdc-9945-4956-a1cd-6e29cadad4c6] Processing by SignImageController#show as PNG
[e8cb4fdc-9945-4956-a1cd-6e29cadad4c6]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6237/ten_thousand-6237-default.png"}
[9bff53eb-c26f-4f6a-9a31-7b95937d8861] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/2290/400x400-2290-thousand-2290-default.png (0.2ms)
[9bff53eb-c26f-4f6a-9a31-7b95937d8861] Completed 200 OK in 3ms
[e8cb4fdc-9945-4956-a1cd-6e29cadad4c6] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6237/400x400-6237-ten_thousand-6237-default.png (0.1ms)
[e8cb4fdc-9945-4956-a1cd-6e29cadad4c6] Completed 200 OK in 2ms
[b96ecd43-c239-452b-bac4-bfe359fd2954] Started GET "/images/signs/400-400/6238/hundred_thousand-6238-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[b96ecd43-c239-452b-bac4-bfe359fd2954] Processing by SignImageController#show as PNG
[b96ecd43-c239-452b-bac4-bfe359fd2954]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6238/hundred_thousand-6238-high_resolution.png"}
[5598ca4e-d9a3-482a-af0c-0f1c837c0562] Started GET "/images/signs/400-400/6240/hundred_thousand-6240-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[a628e591-ea0e-44e0-90ac-0be26e2ec24b] Started GET "/images/signs/400-400/6239/hundred_thousand-6239-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[5598ca4e-d9a3-482a-af0c-0f1c837c0562] Processing by SignImageController#show as PNG
[5598ca4e-d9a3-482a-af0c-0f1c837c0562]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6240/hundred_thousand-6240-default.png"}
[a628e591-ea0e-44e0-90ac-0be26e2ec24b] Processing by SignImageController#show as PNG
[a628e591-ea0e-44e0-90ac-0be26e2ec24b]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6239/hundred_thousand-6239-high_resolution.png"}
[5598ca4e-d9a3-482a-af0c-0f1c837c0562] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6240/400x400-6240-hundred_thousand-6240-default.png (0.1ms)
[5598ca4e-d9a3-482a-af0c-0f1c837c0562] Completed 200 OK in 2ms
[b96ecd43-c239-452b-bac4-bfe359fd2954] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6238/400x400-6238-hundred_thousand-6238-high_resolution.png (0.2ms)
[b96ecd43-c239-452b-bac4-bfe359fd2954] Completed 200 OK in 5ms (ActiveRecord: 0.0ms)
[a628e591-ea0e-44e0-90ac-0be26e2ec24b] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6239/400x400-6239-hundred_thousand-6239-high_resolution.png (0.3ms)
[a628e591-ea0e-44e0-90ac-0be26e2ec24b] Completed 200 OK in 3ms
[1b486127-f933-4498-9026-93997bac6592] Started GET "/images/signs/400-400/1109/million-1109-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[1b486127-f933-4498-9026-93997bac6592] Processing by SignImageController#show as PNG
[1b486127-f933-4498-9026-93997bac6592]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"1109/million-1109-high_resolution.png"}
[1b486127-f933-4498-9026-93997bac6592] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/1109/400x400-1109-million-1109-high_resolution.png (0.2ms)
[1b486127-f933-4498-9026-93997bac6592] Completed 200 OK in 6ms
[3d9370b4-b4ac-41b5-8201-b272dbbcc66c] Started GET "/images/signs/400-400/4086/billion-4086-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[3d9370b4-b4ac-41b5-8201-b272dbbcc66c] Processing by SignImageController#show as PNG
[3d9370b4-b4ac-41b5-8201-b272dbbcc66c]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"4086/billion-4086-default.png"}
[3d9370b4-b4ac-41b5-8201-b272dbbcc66c] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/4086/400x400-4086-billion-4086-default.png (0.6ms)
[3d9370b4-b4ac-41b5-8201-b272dbbcc66c] Completed 200 OK in 4ms
[66b8ffbc-43df-4a42-826f-a4bebf865b34] Started GET "/images/signs/400-400/5663/first-5663-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[66b8ffbc-43df-4a42-826f-a4bebf865b34] Processing by SignImageController#show as PNG
[66b8ffbc-43df-4a42-826f-a4bebf865b34]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5663/first-5663-default.png"}
[66b8ffbc-43df-4a42-826f-a4bebf865b34] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5663/400x400-5663-first-5663-default.png (0.2ms)
[66b8ffbc-43df-4a42-826f-a4bebf865b34] Completed 200 OK in 2ms
[ed872d00-8997-43df-8e3a-e54523c3c4a7] Started GET "/images/signs/400-400/5438/second-5438-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[ebe0ddc8-1ffb-43ac-a601-b08b66bd3953] Started GET "/images/signs/400-400/2099/one_year_old-2099-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[b4bd49e5-a2a6-484a-9297-b8a95f63ff61] Started GET "/images/signs/400-400/5425/one_hour-5425-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[b4bd49e5-a2a6-484a-9297-b8a95f63ff61] Processing by SignImageController#show as PNG
[b4bd49e5-a2a6-484a-9297-b8a95f63ff61]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5425/one_hour-5425-default.png"}
[ed872d00-8997-43df-8e3a-e54523c3c4a7] Processing by SignImageController#show as PNG
[ed872d00-8997-43df-8e3a-e54523c3c4a7]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5438/second-5438-high_resolution.png"}
[ebe0ddc8-1ffb-43ac-a601-b08b66bd3953] Processing by SignImageController#show as PNG
[ebe0ddc8-1ffb-43ac-a601-b08b66bd3953]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"2099/one_year_old-2099-high_resolution.png"}
[ed872d00-8997-43df-8e3a-e54523c3c4a7] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5438/400x400-5438-second-5438-high_resolution.png (0.2ms)
[ed872d00-8997-43df-8e3a-e54523c3c4a7] Completed 200 OK in 6ms
[1ba66bf5-e8c8-4fc7-be30-bc67345b03b6] Started GET "/images/signs/400-400/5689/third-5689-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[b4bd49e5-a2a6-484a-9297-b8a95f63ff61] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5425/400x400-5425-one_hour-5425-default.png (0.2ms)
[b4bd49e5-a2a6-484a-9297-b8a95f63ff61] Completed 200 OK in 8ms
[1ba66bf5-e8c8-4fc7-be30-bc67345b03b6] Processing by SignImageController#show as PNG
[1ba66bf5-e8c8-4fc7-be30-bc67345b03b6]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5689/third-5689-default.png"}
[1ba66bf5-e8c8-4fc7-be30-bc67345b03b6] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5689/400x400-5689-third-5689-default.png (0.1ms)
[1ba66bf5-e8c8-4fc7-be30-bc67345b03b6] Completed 200 OK in 2ms
[b8aaf1b4-10d1-48bb-86e0-5ce263158e3d] Started GET "/images/signs/400-400/5662/one_o_clock-5662-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[b8aaf1b4-10d1-48bb-86e0-5ce263158e3d] Processing by SignImageController#show as PNG
[b8aaf1b4-10d1-48bb-86e0-5ce263158e3d]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5662/one_o_clock-5662-default.png"}
[ebe0ddc8-1ffb-43ac-a601-b08b66bd3953] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/2099/400x400-2099-one_year_old-2099-high_resolution.png (0.2ms)
[ebe0ddc8-1ffb-43ac-a601-b08b66bd3953] Completed 200 OK in 10ms (ActiveRecord: 0.0ms)
[b8aaf1b4-10d1-48bb-86e0-5ce263158e3d] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5662/400x400-5662-one_o_clock-5662-default.png (0.1ms)
[b8aaf1b4-10d1-48bb-86e0-5ce263158e3d] Completed 200 OK in 3ms
[707b4393-cb12-48ef-b898-831f795deaf3] Started GET "/images/signs/400-400/787/quarter_to_past_hour-787-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[707b4393-cb12-48ef-b898-831f795deaf3] Processing by SignImageController#show as PNG
[707b4393-cb12-48ef-b898-831f795deaf3]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"787/quarter_to_past_hour-787-default.png"}
[707b4393-cb12-48ef-b898-831f795deaf3] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/787/400x400-787-quarter_to_past_hour-787-default.png (0.2ms)
[707b4393-cb12-48ef-b898-831f795deaf3] Completed 200 OK in 13ms
[6182cf18-03e3-434b-9594-5eb4a53d3b67] Started GET "/images/signs/400-400/791/quarter_to-791-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[f317d3c3-c86d-4654-9cf4-8f56228553ed] Started GET "/images/signs/400-400/6230/half_past_time-6230-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[34e54695-5a22-429d-a896-029021a35cee] Started GET "/images/signs/400-400/788/quarter_past-788-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[6182cf18-03e3-434b-9594-5eb4a53d3b67] Processing by SignImageController#show as PNG
[6182cf18-03e3-434b-9594-5eb4a53d3b67]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"791/quarter_to-791-default.png"}
[f317d3c3-c86d-4654-9cf4-8f56228553ed] Processing by SignImageController#show as PNG
[f317d3c3-c86d-4654-9cf4-8f56228553ed]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6230/half_past_time-6230-high_resolution.png"}
[34e54695-5a22-429d-a896-029021a35cee] Processing by SignImageController#show as PNG
[34e54695-5a22-429d-a896-029021a35cee]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"788/quarter_past-788-default.png"}
[3774fc4a-7ef5-4e10-a182-98796597883e] Started GET "/images/signs/400-400/6229/past_the_hour-6229-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[3774fc4a-7ef5-4e10-a182-98796597883e] Processing by SignImageController#show as PNG
[3774fc4a-7ef5-4e10-a182-98796597883e]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6229/past_the_hour-6229-high_resolution.png"}
[6182cf18-03e3-434b-9594-5eb4a53d3b67] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/791/400x400-791-quarter_to-791-default.png (0.1ms)
[f317d3c3-c86d-4654-9cf4-8f56228553ed] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6230/400x400-6230-half_past_time-6230-high_resolution.png (0.1ms)
[6182cf18-03e3-434b-9594-5eb4a53d3b67] Completed 200 OK in 2ms
[f317d3c3-c86d-4654-9cf4-8f56228553ed] Completed 200 OK in 2ms
[34e54695-5a22-429d-a896-029021a35cee] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/788/400x400-788-quarter_past-788-default.png (0.1ms)
[34e54695-5a22-429d-a896-029021a35cee] Completed 200 OK in 2ms (ActiveRecord: 0.0ms)
[3774fc4a-7ef5-4e10-a182-98796597883e] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6229/400x400-6229-past_the_hour-6229-high_resolution.png (0.1ms)
[3774fc4a-7ef5-4e10-a182-98796597883e] Completed 200 OK in 2ms
[26590578-cc71-4426-9d6a-23dfc14d93f7] Started GET "/images/signs/400-400/6233/one_dollar-6233-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[26590578-cc71-4426-9d6a-23dfc14d93f7] Processing by SignImageController#show as PNG
[26590578-cc71-4426-9d6a-23dfc14d93f7]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6233/one_dollar-6233-high_resolution.png"}
[26590578-cc71-4426-9d6a-23dfc14d93f7] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6233/400x400-6233-one_dollar-6233-high_resolution.png (0.2ms)
[26590578-cc71-4426-9d6a-23dfc14d93f7] Completed 200 OK in 2ms
[f9c22f4e-f431-4bc4-ad7c-737e588313a9] Started GET "/images/signs/400-400/6234/one_dollar-6234-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[f9c22f4e-f431-4bc4-ad7c-737e588313a9] Processing by SignImageController#show as PNG
[f9c22f4e-f431-4bc4-ad7c-737e588313a9]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6234/one_dollar-6234-default.png"}
[15d29cea-ae31-4c5b-a1bf-1e13caf3ba05] Started GET "/images/signs/400-400/6235/one_half-6235-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[15d29cea-ae31-4c5b-a1bf-1e13caf3ba05] Processing by SignImageController#show as PNG
[f9c22f4e-f431-4bc4-ad7c-737e588313a9] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6234/400x400-6234-one_dollar-6234-default.png (0.2ms)
[15d29cea-ae31-4c5b-a1bf-1e13caf3ba05]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6235/one_half-6235-high_resolution.png"}
[4bb23a00-cc7b-4b78-940c-e3e09d7dca0e] Started GET "/images/signs/400-400/6232/one_third-6232-default.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[f9c22f4e-f431-4bc4-ad7c-737e588313a9] Completed 200 OK in 4ms (ActiveRecord: 0.0ms)
[4bb23a00-cc7b-4b78-940c-e3e09d7dca0e] Processing by SignImageController#show as PNG
[4bb23a00-cc7b-4b78-940c-e3e09d7dca0e]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6232/one_third-6232-default.png"}
[15d29cea-ae31-4c5b-a1bf-1e13caf3ba05] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6235/400x400-6235-one_half-6235-high_resolution.png (0.4ms)
[15d29cea-ae31-4c5b-a1bf-1e13caf3ba05] Completed 200 OK in 3ms
[4bb23a00-cc7b-4b78-940c-e3e09d7dca0e] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6232/400x400-6232-one_third-6232-default.png (0.2ms)
[4bb23a00-cc7b-4b78-940c-e3e09d7dca0e] Completed 200 OK in 3ms
[523fd40c-7760-4338-a67b-36fe744396dc] Started GET "/images/signs/400-400/6236/one_quarter-6236-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:25:19 +1300
[523fd40c-7760-4338-a67b-36fe744396dc] Processing by SignImageController#show as PNG
[523fd40c-7760-4338-a67b-36fe744396dc]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6236/one_quarter-6236-high_resolution.png"}
[523fd40c-7760-4338-a67b-36fe744396dc] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6236/400x400-6236-one_quarter-6236-high_resolution.png (0.2ms)
[523fd40c-7760-4338-a67b-36fe744396dc] Completed 200 OK in 3ms

GET /numbers at log level of 'info' is 450 lines

[939cd1b7-fa7c-430f-a5f2-66efcdc9a099] Started GET "/numbers/" for 127.0.0.1 at 2019-01-19 17:21:56 +1300
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099] Processing by PagesController#show as HTML
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Parameters: {"slug"=>"numbers"}
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendering pages/numbers.html.haml within layouts/application
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered shared/_translation_video.html.haml (4.9ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered pages/_content.html.haml (29.9ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered static_pages/_grid.html.haml (19.5ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered static_pages/_grid.html.haml (0.8ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered static_pages/_grid.html.haml (0.3ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered static_pages/_grid.html.haml (1.4ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered static_pages/_grid.html.haml (0.5ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered static_pages/_grid.html.haml (0.6ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered pages/numbers.html.haml within layouts/application (583.7ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered shared/_google_tag_manager_head.html.erb (0.4ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered shared/_google_tag_manager_body.html.erb (0.3ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered shared/search/_keywords.html.haml (2.0ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered shared/search/_signs.html.haml (16.7ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered shared/search/_topic.html.haml (3.3ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered shared/search/_usage.html.haml (3.0ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered shared/_search.html.haml (36.4ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered shared/_header.html.erb (52.5ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered shared/_flashes.html.haml (1.8ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered shared/_flashes.html.haml (0.0ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099]   Rendered shared/_footer.html.erb (5.0ms)
[939cd1b7-fa7c-430f-a5f2-66efcdc9a099] Completed 200 OK in 828ms (Views: 655.3ms | ActiveRecord: 54.7ms)
[c1f2057a-41e4-40fc-ab9a-c5c8b962ada3] Started GET "/images/signs/400-400/4056/zero-4056-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:57 +1300
[c1f2057a-41e4-40fc-ab9a-c5c8b962ada3] Processing by SignImageController#show as PNG
[c1f2057a-41e4-40fc-ab9a-c5c8b962ada3]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"4056/zero-4056-high_resolution.png"}
[c1f2057a-41e4-40fc-ab9a-c5c8b962ada3] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/4056/400x400-4056-zero-4056-high_resolution.png (0.6ms)
[c1f2057a-41e4-40fc-ab9a-c5c8b962ada3] Completed 200 OK in 4ms (ActiveRecord: 0.0ms)
[370c94d3-a8dd-4af6-a806-671f870fefc9] Started GET "/images/signs/400-400/5655/zero-5655-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:57 +1300
[370c94d3-a8dd-4af6-a806-671f870fefc9] Processing by SignImageController#show as PNG
[370c94d3-a8dd-4af6-a806-671f870fefc9]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5655/zero-5655-high_resolution.png"}
[49d26d1e-af41-4874-8d12-6fd3dc1b5fff] Started GET "/images/signs/400-400/5607/one-5607-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:57 +1300
[370c94d3-a8dd-4af6-a806-671f870fefc9] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5655/400x400-5655-zero-5655-high_resolution.png (0.7ms)
[49d26d1e-af41-4874-8d12-6fd3dc1b5fff] Processing by SignImageController#show as PNG
[49d26d1e-af41-4874-8d12-6fd3dc1b5fff]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5607/one-5607-high_resolution.png"}
[370c94d3-a8dd-4af6-a806-671f870fefc9] Completed 200 OK in 20ms
[49d26d1e-af41-4874-8d12-6fd3dc1b5fff] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5607/400x400-5607-one-5607-high_resolution.png (1.6ms)
[49d26d1e-af41-4874-8d12-6fd3dc1b5fff] Completed 200 OK in 22ms
[924333f8-cdd3-4ad9-bf87-e018a53e6669] Started GET "/images/signs/400-400/5617/two-5617-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:57 +1300
[2e366b90-6281-46b6-8c4c-b3aeecfae927] Started GET "/images/signs/400-400/5619/three-5619-default.png" for 127.0.0.1 at 2019-01-19 17:21:57 +1300
[2e366b90-6281-46b6-8c4c-b3aeecfae927] Processing by SignImageController#show as PNG
[924333f8-cdd3-4ad9-bf87-e018a53e6669] Processing by SignImageController#show as PNG
[2e366b90-6281-46b6-8c4c-b3aeecfae927]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5619/three-5619-default.png"}
[924333f8-cdd3-4ad9-bf87-e018a53e6669]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5617/two-5617-high_resolution.png"}
[2e366b90-6281-46b6-8c4c-b3aeecfae927] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5619/400x400-5619-three-5619-default.png (0.2ms)
[2e366b90-6281-46b6-8c4c-b3aeecfae927] Completed 200 OK in 2ms (ActiveRecord: 0.0ms)
[96394e48-4730-42a3-[924333f8-cdd3-4ad9-bf87-e018a53e6669] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5617/400x400-5617-two-5617-high_resolution.png (0.2ms)
[924333f8-cdd3-4ad9-bf87-e018a53e6669] Completed 200 OK in 6ms
[6d924d28-219b-4fdb-9721-7c043bcc76fa] Started GET "/images/signs/400-400/5688/three-5688-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:57 +1300
a8a7-388ebc391069] Started GET "/images/signs/400-400/5620/four-5620-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:57 +1300
[6d924d28-219b-4fdb-9721-7c043bcc76fa] Processing by SignImageController#show as PNG
[6d924d28-219b-4fdb-9721-7c043bcc76fa]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5688/three-5688-high_resolution.png"}
[96394e48-4730-42a3-a8a7-388ebc391069] Processing by SignImageController#show as PNG
[96394e48-4730-42a3-a8a7-388ebc391069]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5620/four-5620-high_resolution.png"}
[2ac23e33-1add-4f15-8f39-03399e2ede6b] Started GET "/images/signs/400-400/5621/five-5621-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[87951a61-346b-488f-b0af-21688a0e3f0c] Started GET "/images/signs/400-400/5665/three-5665-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[2ac23e33-1add-4f15-8f39-03399e2ede6b] Processing by SignImageController#show as PNG
[2ac23e33-1add-4f15-8f39-03399e2ede6b]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5621/five-5621-default.png"}
[96394e48-4730-42a3-a8a7-388ebc391069] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5620/400x400-5620-four-5620-high_resolution.png (0.2ms)
[96394e48-4730-42a3-a8a7-388ebc391069] Completed 200 OK in 4ms (ActiveRecord: 0.0ms)
[6d924d28-219b-4fdb-9721-7c043bcc76fa] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5688/400x400-5688-three-5688-high_resolution.png (0.3ms)
[6d924d28-219b-4fdb-9721-7c043bcc76fa] Completed 200 OK in 14ms
[2ac23e33-1add-4f15-8f39-03399e2ede6b] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5621/400x400-5621-five-5621-default.png (0.2ms)
[2ac23e33-1add-4f15-8f39-03399e2ede6b] Completed 200 OK in 11ms
[87951a61-346b-488f-b0af-21688a0e3f0c] Processing by SignImageController#show as PNG
[87951a61-346b-488f-b0af-21688a0e3f0c]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5665/three-5665-high_resolution.png"}
[29a20df4-e41a-4574-87e7-0f4b798018e8] Started GET "/images/signs/400-400/5622/six-5622-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[29a20df4-e41a-4574-87e7-0f4b798018e8] Processing by SignImageController#show as PNG
[29a20df4-e41a-4574-87e7-0f4b798018e8]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5622/six-5622-high_resolution.png"}
[87951a61-346b-488f-b0af-21688a0e3f0c] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5665/400x400-5665-three-5665-high_resolution.png (1.0ms)
[87951a61-346b-488f-b0af-21688a0e3f0c] Completed 200 OK in 27ms
[29a20df4-e41a-4574-87e7-0f4b798018e8] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5622/400x400-5622-six-5622-high_resolution.png (0.3ms)
[29a20df4-e41a-4574-87e7-0f4b798018e8] Completed 200 OK in 16ms
[ecf22e23-dcec-4c2a-bb3b-2a5d104833c5] Started GET "/images/signs/400-400/5623/seven-5623-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[ecf22e23-dcec-4c2a-bb3b-2a5d104833c5] Processing by SignImageController#show as PNG
[ecf22e23-dcec-4c2a-bb3b-2a5d104833c5]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5623/seven-5623-default.png"}
[54fa64ff-000c-4f9b-bfea-a78e272ba20e] Started GET "/images/signs/400-400/5624/eight-5624-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[ebaa3d26-7d76-4c32-8b49-6d876338916c] Started GET "/images/signs/400-400/5691/seven-5691-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[ebaa3d26-7d76-4c32-8b49-6d876338916c] Processing by SignImageController#show as PNG
[ebaa3d26-7d76-4c32-8b49-6d876338916c]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5691/seven-5691-high_resolution.png"}
[ecf22e23-dcec-4c2a-bb3b-2a5d104833c5] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5623/400x400-5623-seven-5623-default.png (0.1ms)
[ecf22e23-dcec-4c2a-bb3b-2a5d104833c5] Completed 200 OK in 7ms (ActiveRecord: 0.0ms)
[54fa64ff-000c-4f9b-bfea-a78e272ba20e] Processing by SignImageController#show as PNG
[54fa64ff-000c-4f9b-bfea-a78e272ba20e]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5624/eight-5624-default.png"}
[16fd343e-3499-4063-b9d2-e2517180e3fc] Started GET "/images/signs/400-400/5692/eight-5692-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[16fd343e-3499-4063-b9d2-e2517180e3fc] Processing by SignImageController#show as PNG
[16fd343e-3499-4063-b9d2-e2517180e3fc]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5692/eight-5692-high_resolution.png"}
[ebaa3d26-7d76-4c32-8b49-6d876338916c] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5691/400x400-5691-seven-5691-high_resolution.png (0.2ms)
[ebaa3d26-7d76-4c32-8b49-6d876338916c] Completed 200 OK in 19ms
[54fa64ff-000c-4f9b-bfea-a78e272ba20e] Sent f[7cec8b9d-af1e-4f11-87bf-9964784e8592] Started GET "/images/signs/400-400/5694/eight-5694-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
ile /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5624/400x400-5624-eight-5624-default.png (0.2ms)
[b9ac5d79-d99c-4262-94d5-9b82dca8a028] Started GET "/images/signs/400-400/5693/eight-5693-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[54fa64ff-000c-4f9b-bfea-a78e272ba20e] Completed 200 OK in 20ms
[b9ac5d79-d99c-4262-94d5-9b82dca8a028] Processing by SignImageController#show as PNG
[b9ac5d79-d99c-4262-94d5-9b82dca8a028]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5693/eight-5693-default.png"}
[7cec8b9d-af1e-4f11-87bf-9964784e8592] Processing by SignImageController#show as PNG
[7cec8b9d-af1e-4f11-87bf-9964784e8592]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5694/eight-5694-default.png"}
[b9ac5d79-d99c-4262-94d5-9b82dca8a028] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5693/400x400-5693-eight-5693-default.png (0.1ms)
[b9ac5d79-d99c-4262-94d5-9b82dca8a028] Completed 200 OK in 7ms (ActiveRecord: 0.0ms)
[7cec8b9d-af1e-4f11-87bf-9964784e8592] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5694/400x400-5694-eight-5694-default.png (0.2ms)
[7cec8b9d-af1e-4f11-87bf-9964784e8592] Completed 200 OK in 13ms
[9d4f8369-8123-4265-9dd0-6ac7e5130d91] Started GET "/images/signs/400-400/5696/nine-5696-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[430ede97-bb40-47f9-a4de-7357963e5f34] Started GET "/images/signs/400-400/5697/nine-5697-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[430ede97-bb40-47f9-a4de-7357963e5f34] Processing by SignImageController#show as PNG
[430ede97-bb40-47f9-a4de-7357963e5f34]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5697/nine-5697-high_resolution.png"}
[9d4f8369-8123-4265-9dd0-6ac7e5130d91] Processing by SignImageController#show as PNG
[9d4f8369-8123-4265-9dd0-6ac7e5130d91]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5696/nine-5696-default.png"}
[16fd343e-3499-4063-b9d2-e2517180e3fc] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5692/400x400-5692-eight-5692-high_resolution.png (0.2ms)
[16fd343e-3499-4063-b9d2-e2517180e3fc] Completed 200 OK in 56ms
[430ede97-bb40-47f9-a4de-7357963e5f34] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5697/400x400-5697-nine-5697-high_resolution.png (0.2ms)
[430ede97-bb40-47f9-a4de-7357963e5f34] Completed 200 OK in 5ms (ActiveRecord: 0.0ms)
[4c151dcc-5205-4e42-88cd-37160afe7010] Started GET "/images/signs/400-400/5695/nine-5695-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[4c151dcc-5205-4e42-88cd-37160afe7010] Processing by SignImageController#show as PNG
[4c151dcc-5205-4e42-88cd-37160afe7010]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5695/nine-5695-high_resolution.png"}
[5245ff53-d106-4c08-ba99-07bc360b8dfe] Started GET "/images/signs/400-400/4065/ten-4065-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[5245ff53-d106-4c08-ba99-07bc360b8dfe] Processing by SignImageController#show as PNG
[5245ff53-d106-4c08-ba99-07bc360b8dfe]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"4065/ten-4065-high_resolution.png"}
[f0c14e86-71ec-4725-9504-355d4771fc93] Started GET "/images/signs/400-400/5653/ten-5653-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[5245ff53-d106-4c08-ba99-07bc360b8dfe] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/4065/400x400-4065-ten-4065-high_resolution.png (0.1ms)
[5245ff53-d106-4c08-ba99-07bc360b8dfe] Completed 200 OK in 2ms
[f0c14e86-71ec-4725-9504-355d4771fc93] Processing by SignImageController#show as PNG
[f0c14e86-71ec-4725-9504-355d4771fc93]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5653/ten-5653-high_resolution.png"}
[f0c14e86-71ec-4725-9504-355d4771fc93] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5653/400x400-5653-ten-5653-high_resolution.png (0.2ms)
[f0c14e86-71ec-4725-9504-355d4771fc93] Completed 200 OK in 6ms (ActiveRecord: 0.0ms)
[4c151dcc-5205-4e42-88cd-37160afe7010] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5695/400x400-5695-nine-5695-high_resolution.png (0.2ms)
[c4935dac-6f0d-4efc-9f5f-fbc8e93feaab] Started GET "/images/signs/400-400/5608/eleven-5608-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[c4935dac-6f0d-4efc-9f5f-fbc8e93feaab] Processing by SignImageController#show as PNG
[c4935dac-6f0d-4efc-9f5f-fbc8e93feaab]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5608/eleven-5608-default.png"}
[43198b1b-8bc0-4a4f-af90-6aee5439979c] Started GET "/images/signs/400-400/2335/eleven-2335-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[4c151dcc-5205-4e42-88cd-37160afe7010] Completed 200 OK in 15ms
[43198b1b-8bc0-4a4f-af90-6aee5439979c] Processing by SignImageController#show as PNG
[43198b1b-8bc0-4a4f-af90-6aee5439979c]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"2335/eleven-2335-default.png"}
[43198b1b-8bc0-4a4f-af90-6aee5439979c] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/2335/400x400-2335-eleven-2335-default.png (0.4ms)
[43198b1b-8bc0-4a4f-af90-6aee5439979c] Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
[c4935dac-6f0d-4efc-9f5f-fbc8e93feaab] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5608/400x400-5608-eleven-5608-default.png (0.1ms)
[c4935dac-6f0d-4efc-9f5f-fbc8e93feaab] Completed 200 OK in 4ms
[0a55e65e-90ea-49f7-85a8-0aafb84bd20b] Started GET "/images/signs/400-400/2741/eleven-2741-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[0a55e65e-90ea-49f7-85a8-0aafb84bd20b] Processing by SignImageController#show as PNG
[0a55e65e-90ea-49f7-85a8-0aafb84bd20b]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"2741/eleven-2741-default.png"}
[0a55e65e-90ea-49f7-85a8-0aafb84bd20b] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/2741/400x400-2741-eleven-2741-default.png (0.2ms)
[0a55e65e-90ea-49f7-85a8-0aafb84bd20b] Completed 200 OK in 2ms (ActiveRecord: 0.0ms)
[09972561-b354-4577-9bdf-2370942bca97] Started GET "/images/signs/400-400/2865/twelve-2865-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[09972561-b354-4577-9bdf-2370942bca97] Processing by SignImageController#show as PNG
[09972561-b354-4577-9bdf-2370942bca97]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"2865/twelve-2865-default.png"}
[09972561-b354-4577-9bdf-2370942bca97] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/2865/400x400-2865-twelve-2865-default.png (0.5ms)
[09972561-b354-4577-9bdf-2370942bca97] Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
[46b4e12a-b22e-4110-9d23-a1f221c6b41b] Started GET "/images/signs/400-400/5609/twelve-5609-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[46b4e12a-b22e-4110-9d23-a1f221c6b41b] Processing by SignImageController#show as PNG
[46b4e12a-b22e-4110-9d23-a1f221c6b41b]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5609/twelve-5609-default.png"}
[0934f8a9-3e4a-4986-abcc-d7ae7c9764a5] Started GET "/images/signs/400-400/5610/thirteen-5610-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[1fa0ca99-32b9-49f2-902b-fe42ec0e6537] Started GET "/images/signs/400-400/5570/thirteen-5570-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[1fa0ca99-32b9-49f2-902b-fe42ec0e6537] Processing by SignImageController#show as PNG
[1fa0ca99-32b9-49f2-902b-fe42ec0e6537]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5570/thirteen-5570-default.png"}
[0934f8a9-3e4a-4986-abcc-d7ae7c9764a5] Processing by SignImageController#show as PNG
[0934f8a9-3e4a-4986-abcc-d7ae7c9764a5]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5610/thirteen-5610-default.png"}
[46b4e12a-b22e-4110-9d23-a1f221c6b41b] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5609/400x400-5609-twelve-5609-default.png (0.2ms)
[46b4e12a-b22e-4110-9d23-a1f221c6b41b] Completed 200 OK in 8ms
[1fa0ca99-32b9-49f2-902b-fe42ec0e6537] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5570/400x400-5570-thirteen-5570-default.png (0.2ms)
[1fa0ca99-32b9-49f2-902b-fe42ec0e6537] Completed 200 OK in 26ms (ActiveRecord: 0.0ms)
[79a524c7-ee7f-41cf-87ee-cbe4323011c2] Started GET "/images/signs/400-400/5652/thirteen-5652-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[79a524c7-ee7f-41cf-87ee-cbe4323011c2] Processing by SignImageController#show as PNG
[79a524c7-ee7f-41cf-87ee-cbe4323011c2]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5652/thirteen-5652-high_resolution.png"}
[0934f8a9-3e4a-4986-abcc-d7ae7c9764a5] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5610/400x400-5610-thirteen-5610-default.png (0.2ms)
[0934f8a9-3e4a-4986-abcc-d7ae7c9764a5] Completed 200 OK in 26ms
[79a524c7-ee7f-41cf-87ee-cbe4323011c2] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5652/400x400-5652-thirteen-5652-high_resolution.png (0.1ms)
[79a524c7-ee7f-41cf-87ee-cbe4323011c2] Completed 200 OK in 2ms (ActiveRecord: 0.0ms)
[64df224a-f91b-4af8-bd05-a5769eef6753] Started GET "/images/signs/400-400/5611/fourteen-5611-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[64df224a-f91b-4af8-bd05-a5769eef6753] Processing by SignImageController#show as PNG
[64df224a-f91b-4af8-bd05-a5769eef6753]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5611/fourteen-5611-default.png"}
[6c525b59-f1fe-4e96-a9a3-319cf19744c5] Started GET "/images/signs/400-400/5612/fifteen-5612-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[6c525b59-f1fe-4e96-a9a3-319cf19744c5] Processing by SignImageController#show as PNG
[6c525b59-f1fe-4e96-a9a3-319cf19744c5]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5612/fifteen-5612-high_resolution.png"}
[6c525b59-f1fe-4e96-a9a3-319cf19744c5] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5612/400x400-5612-fifteen-5612-high_resolution.png (0.3ms)
[6c525b59-f1fe-4e96-a9a3-319cf19744c5] Completed 200 OK in 4ms (ActiveRecord: 0.0ms)
[f4172fb4-5f84-449d-97d5-5def45043e07] Started GET "/images/signs/400-400/5614/seventeen-5614-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[f4172fb4-5f84-449d-97d5-5def45043e07] Processing by SignImageController#show as PNG
[f4172fb4-5f84-449d-97d5-5def45043e07]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5614/seventeen-5614-default.png"}
[f4172fb4-5f84-449d-97d5-5def45043e07] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5614/400x400-5614-seventeen-5614-default.png (0.2ms)
[f4172fb4-5f84-449d-97d5-5def45043e07] Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
[a9964bd9-ec58-4353-80ce-3a1aa1bbd66d] Started GET "/images/signs/400-400/5698/seventeen-5698-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[a9964bd9-ec58-4353-80ce-3a1aa1bbd66d] Processing by SignImageController#show as PNG
[a9964bd9-ec58-4353-80ce-3a1aa1bbd66d]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5698/seventeen-5698-default.png"}
[91f0682f-2a5a-4763-b547-332f20f84c3b] Started GET "/images/signs/400-400/5613/sixteen-5613-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[9d4f8369-8123-4265-9dd0-6ac7e5130d91] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5696/400x400-5696-nine-5696-default.png (0.2ms)
[9d4f8369-8123-4265-9dd0-6ac7e5130d91] Completed 200 OK in 202ms
[91f0682f-2a5a-4763-b547-332f20f84c3b] Processing by SignImageController#show as PNG
[91f0682f-2a5a-4763-b547-332f20f84c3b]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5613/sixteen-5613-high_resolution.png"}
[e9e50e80-0ebf-4f62-84b4-8bad41fa53e8] Started GET "/images/signs/400-400/5615/eighteen-5615-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[a9964bd9-ec58-4353-80ce-3a1aa1bbd66d] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5698/400x400-5698-seventeen-5698-default.png (0.2ms)
[a9964bd9-ec58-4353-80ce-3a1aa1bbd66d] Completed 200 OK in 4ms (ActiveRecord: 0.0ms)
[e9e50e80-0ebf-4f62-84b4-8bad41fa53e8] Processing by SignImageController#show as PNG
[e9e50e80-0ebf-4f62-84b4-8bad41fa53e8]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5615/eighteen-5615-default.png"}
[99629df0-b6a7-490b-938b-7c4f1989c4ab] Started GET "/images/signs/400-400/5699/eighteen-5699-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[99629df0-b6a7-490b-938b-7c4f1989c4ab] Processing by SignImageController#show as PNG
[99629df0-b6a7-490b-938b-7c4f1989c4ab]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5699/eighteen-5699-high_resolution.png"}
[e9e50e80-0ebf-4f62-84b4-8bad41fa53e8] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5615/400x400-5615-eighteen-5615-default.png (0.2ms)
[e9e50e80-0ebf-4f62-84b4-8bad41fa53e8] Completed 200 OK in 3ms
[99629df0-b6a7-490b-938b-7c4f1989c4ab] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5699/400x400-5699-eighteen-5699-high_resolution.png (0.2ms)
[99629df0-b6a7-490b-938b-7c4f1989c4ab] Completed 200 OK in 2ms (ActiveRecord: 0.0ms)
[91f0682f-2a5a-4763-b547-332f20f84c3b] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5613/400x400-5613-sixteen-5613-high_resolution.png (0.2ms)
[91f0682f-2a5a-4763-b547-332f20f84c3b] Completed 200 OK in 7ms
[64df224a-f91b-4af8-bd05-a5769eef6753] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5611/400x400-5611-fourteen-5611-default.png (1.7ms)
[64df224a-f91b-4af8-bd05-a5769eef6753] Completed 200 OK in 84ms
[69e8fc87-8824-4ec3-8440-fb778568476c] Started GET "/images/signs/400-400/5700/eighteen-5700-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[9769c244-1492-4388-b4ed-64ae0d47d6ad] Started GET "/images/signs/400-400/5702/nineteen-5702-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[8f016045-6b8b-4e06-b814-9452b04a2285] Started GET "/images/signs/400-400/5701/nineteen-5701-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[ced55d93-dceb-4512-a91f-bc81f8ac71d6] Started GET "/images/signs/400-400/5616/nineteen-5616-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[69e8fc87-8824-4ec3-8440-fb778568476c] Processing by SignImageController#show as PNG
[69e8fc87-8824-4ec3-8440-fb778568476c]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5700/eighteen-5700-high_resolution.png"}
[8f016045-6b8b-4e06-b814-9452b04a2285] Processing by SignImageController#show as PNG
[8f016045-6b8b-4e06-b814-9452b04a2285]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5701/nineteen-5701-default.png"}
[9769c244-1492-4388-b4ed-64ae0d47d6ad] Processing by SignImageController#show as PNG
[9769c244-1492-4388-b4ed-64ae0d47d6ad]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5702/nineteen-5702-default.png"}
[ced55d93-dceb-4512-a91f-bc81f8ac71d6] Processing by SignImageController#show as PNG
[ced55d93-dceb-4512-a91f-bc81f8ac71d6]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5616/nineteen-5616-default.png"}
[69e8fc87-8824-4ec3-8440-fb778568476c] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5700/400x400-5700-eighteen-5700-high_resolution.png (0.2ms)
[9769c244-1492-4388-b4ed-64ae0d47d6ad] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5702/400x400-5702-nineteen-5702-default.png (0.2ms)
[69e8fc87-8824-4ec3-8440-fb778568476c] Completed 200 OK in 3ms
[9769c244-1492-4388-b4ed-64ae0d47d6ad] Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
[8f016045-6b8b-4e06-b814-9452b04a2285] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5701/400x400-5701-nineteen-5701-default.png (0.1ms)
[8f016045-6b8b-4e06-b814-9452b04a2285] Completed 200 OK in 3ms
[17ccb415-eeab-4706-af6f-eb7c55152fe0] Started GET "/images/signs/400-400/5618/twenty-5618-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[e1dd7eb5-bb12-4b88-b885-78cf086e2173] Started GET "/images/signs/400-400/5703/twenty_one-5703-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[17ccb415-eeab-4706-af6f-eb7c55152fe0] Processing by SignImageController#show as PNG
[17ccb415-eeab-4706-af6f-eb7c55152fe0]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5618/twenty-5618-high_resolution.png"}
[e1dd7eb5-bb12-4b88-b885-78cf086e2173] Processing by SignImageController#show as PNG
[e1dd7eb5-bb12-4b88-b885-78cf086e2173]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5703/twenty_one-5703-default.png"}
[17ccb415-eeab-4706-af6f-eb7c55152fe0] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5618/400x400-5618-twenty-5618-high_resolution.png (0.2ms)
[17ccb415-eeab-4706-af6f-eb7c55152fe0] Completed 200 OK in 3ms
[e1dd7eb5-bb12-4b88-b885-78cf086e2173] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5703/400x400-5703-twenty_one-5703-default.png (0.2ms)
[e1dd7eb5-bb12-4b88-b885-78cf086e2173] Completed 200 OK in 4ms
[6ecd6f1b-a55d-4ce8-8a98-b30c212e79ff] Started GET "/images/signs/400-400/5704/twenty_two-5704-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[6ecd6f1b-a55d-4ce8-8a98-b30c212e79ff] Processing by SignImageController#show as PNG
[6ecd6f1b-a55d-4ce8-8a98-b30c212e79ff]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5704/twenty_two-5704-default.png"}
[ed4a0534-3985-40df-997f-874dd5b0e1d3] Started GET "/images/signs/400-400/5715/twenty_four-5715-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[5f634b8e-9b18-441d-a542-041265624fcf] Started GET "/images/signs/400-400/5705/twenty_three-5705-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[ed4a0534-3985-40df-997f-874dd5b0e1d3] Processing by SignImageController#show as PNG
[ed4a0534-3985-40df-997f-874dd5b0e1d3]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5715/twenty_four-5715-high_resolution.png"}
[5f634b8e-9b18-441d-a542-041265624fcf] Processing by SignImageController#show as PNG
[5f634b8e-9b18-441d-a542-041265624fcf]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5705/twenty_three-5705-high_resolution.png"}
[6ecd6f1b-a55d-4ce8-8a98-b30c212e79ff] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5704/400x400-5704-twenty_two-5704-default.png (0.3ms)
[ed4a0534-3985-40df-997f-874dd5b0e1d3] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5715/400x400-5715-twenty_four-5715-high_resolution.png (0.2ms)
[6ecd6f1b-a55d-4ce8-8a98-b30c212e79ff] Completed 200 OK in 9ms
[ed4a0534-3985-40df-997f-874dd5b0e1d3] Completed 200 OK in 8ms
[dfef4531-0f21-4c65-9919-054472a86e8a] Started GET "/images/signs/400-400/5716/twenty_five-5716-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[0eda21eb-e095-4000-8038-832d34c1f631] Started GET "/images/signs/400-400/5717/twenty_six-5717-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[dfef4531-0f21-4c65-9919-054472a86e8a] Processing by SignImageController#show as PNG
[dfef4531-0f21-4c65-9919-054472a86e8a]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5716/twenty_five-5716-default.png"}
[0eda21eb-e095-4000-8038-832d34c1f631] Processing by SignImageController#show as PNG
[0eda21eb-e095-4000-8038-832d34c1f631]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5717/twenty_six-5717-high_resolution.png"}
[5f634b8e-9b18-441d-a542-041265624fcf] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5705/400x400-5705-twenty_three-5705-high_resolution.png (0.2ms)
[5f634b8e-9b18-441d-a542-041265624fcf] Completed 200 OK in 5ms (ActiveRecord: 0.0ms)
[0eda21eb-e095-4000-8038-832d34c1f631] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5717/400x400-5717-twenty_six-5717-high_resolution.png (0.2ms)
[0eda21eb-e095-4000-8038-832d34c1f631] Completed 200 OK in 72ms
[dfef4531-0f21-4c65-9919-054472a86e8a] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5716/400x400-5716-twenty_five-5716-default.png (0.2ms)
[dfef4531-0f21-4c65-9919-054472a86e8a] Completed 200 OK in 73ms
[ced55d93-dceb-4512-a91f-bc81f8ac71d6] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5616/400x400-5616-nineteen-5616-default.png (1.3ms)
[ced55d93-dceb-4512-a91f-bc81f8ac71d6] Completed 200 OK in 101ms
[ef7150ea-ca07-4334-9d2e-a0e53630e94f] Started GET "/images/signs/400-400/5718/twenty_seven-5718-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[6b354309-208d-4225-9aa8-67b4c13df516] Started GET "/images/signs/400-400/5719/twenty_eight-5719-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[7fe3d0ce-c4cb-4574-87cb-fb25e256e684] Started GET "/images/signs/400-400/5720/twenty_nine-5720-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[6b354309-208d-4225-9aa8-67b4c13df516] Processing by SignImageController#show as PNG
[6b354309-208d-4225-9aa8-67b4c13df516]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5719/twenty_eight-5719-high_resolution.png"}
[ef7150ea-ca07-4334-9d2e-a0e53630e94f] Processing by SignImageController#show as PNG
[ef7150ea-ca07-4334-9d2e-a0e53630e94f]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5718/twenty_seven-5718-default.png"}
[7fe3d0ce-c4cb-4574-87cb-fb25e256e684] Processing by SignImageController#show as PNG
[7fe3d0ce-c4cb-4574-87cb-fb25e256e684]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5720/twenty_nine-5720-high_resolution.png"}
[ef7150ea-ca07-4334-9d2e-a0e53630e94f] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5718/400x400-5718-twenty_seven-5718-default.png (0.2ms)
[ef7150ea-ca07-4334-9d2e-a0e53630e94f] Completed 200 OK in 2ms (ActiveRecord: 0.0ms)
[6b354309-208d-4225-9aa8-67b4c13df516] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5719/400x400-5719-twenty_eight-5719-high_resolution.png (0.1ms)
[7fe3d0ce-c4cb-4574-87cb-fb25e256e684] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5720/400x400-5720-twenty_nine-5720-high_resolution.png (0.1ms)
[7fe3d0ce-c4cb-4574-87cb-fb25e256e684] Completed 200 OK in 2ms
[6b354309-208d-4225-9aa8-67b4c13df516] Completed 200 OK in 3ms
[d407bb10-79b5-49d2-bf59-3275c66c9de1] Started GET "/images/signs/400-400/5707/forty-5707-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[d407bb10-79b5-49d2-bf59-3275c66c9de1] Processing by SignImageController#show as PNG
[d407bb10-79b5-49d2-bf59-3275c66c9de1]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5707/forty-5707-default.png"}
[c3c9be02-30e9-422a-8164-8c8479bf001f] Started GET "/images/signs/400-400/5706/thirty-5706-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[ff68a0c2-df52-4746-b797-9f54790b6b69] Started GET "/images/signs/400-400/5708/fifty-5708-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[ff68a0c2-df52-4746-b797-9f54790b6b69] Processing by SignImageController#show as PNG
[c3c9be02-30e9-422a-8164-8c8479bf001f] Processing by SignImageController#show as PNG
[c3c9be02-30e9-422a-8164-8c8479bf001f]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5706/thirty-5706-default.png"}
[ff68a0c2-df52-4746-b797-9f54790b6b69]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5708/fifty-5708-high_resolution.png"}
[d407bb10-79b5-49d2-bf59-3275c66c9de1] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5707/400x400-5707-forty-5707-default.png (0.2ms)
[d407bb10-79b5-49d2-bf59-3275c66c9de1] Completed 200 OK in 3ms
[f6559f2d-2aa5-48d1-8d83-a5af7f900620] Started GET "/images/signs/400-400/6221/twenty_nine-6221-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[f6559f2d-2aa5-48d1-8d83-a5af7f900620] Processing by SignImageController#show as PNG
[f6559f2d-2aa5-48d1-8d83-a5af7f900620]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6221/twenty_nine-6221-default.png"}
[d1d331d3-57b2-4cb0-a2ee-f2e548223993] Started GET "/images/signs/400-400/5711/sixty-5711-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[ff68a0c2-df52-4746-b797-9f54790b6b69] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5708/400x400-5708-fifty-5708-high_resolution.png (0.2ms)
[ff68a0c2-df52-4746-b797-9f54790b6b69] Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
[d1d331d3-57b2-4cb0-a2ee-f2e548223993] Processing by SignImageController#show as PNG
[d1d331d3-57b2-4cb0-a2ee-f2e548223993]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5711/sixty-5711-high_resolution.png"}
[c3c9be02-30e9-422a-8164-8c8479bf001f] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5706/400x400-5706-thirty-5706-default.png (0.2ms)
[c3c9be02-30e9-422a-8164-8c8479bf001f] Completed 200 OK in 25ms
[df23245f-e483-4c08-8a44-8e06bcb1f1ad] Started GET "/images/signs/400-400/5712/seventy-5712-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[df23245f-e483-4c08-8a44-8e06bcb1f1ad] Processing by SignImageController#show as PNG
[d1d331d3-57b2-4cb0-a2ee-f2e548223993] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5711/400x400-5711-sixty-5711-high_resolution.png (0.2ms)
[d1d331d3-57b2-4cb0-a2ee-f2e548223993] Completed 200 OK in 2ms
[df23245f-e483-4c08-8a44-8e06bcb1f1ad]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5712/seventy-5712-high_resolution.png"}
[f6559f2d-2aa5-48d1-8d83-a5af7f900620] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6221/400x400-6221-twenty_nine-6221-default.png (0.2ms)
[f6559f2d-2aa5-48d1-8d83-a5af7f900620] Completed 200 OK in 25ms
[8c6cdc0c-84ff-424d-b6d2-af0eac97f377] Started GET "/images/signs/400-400/5713/eighty-5713-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[8c6cdc0c-84ff-424d-b6d2-af0eac97f377] Processing by SignImageController#show as PNG
[8c6cdc0c-84ff-424d-b6d2-af0eac97f377]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5713/eighty-5713-high_resolution.png"}
[df23245f-e483-4c08-8a44-8e06bcb1f1ad] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5712/400x400-5712-seventy-5712-high_resolution.png (0.6ms)
[df23245f-e483-4c08-8a44-8e06bcb1f1ad] Completed 200 OK in 3ms
[8c6cdc0c-84ff-424d-b6d2-af0eac97f377] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5713/400x400-5713-eighty-5713-high_resolution.png (0.2ms)
[8c6cdc0c-84ff-424d-b6d2-af0eac97f377] Completed 200 OK in 2ms
[35c12138-6dfe-4c7e-84cf-3ce05a0960a1] Started GET "/images/signs/400-400/5714/ninety-5714-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[35c12138-6dfe-4c7e-84cf-3ce05a0960a1] Processing by SignImageController#show as PNG
[35c12138-6dfe-4c7e-84cf-3ce05a0960a1]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5714/ninety-5714-default.png"}
[03637658-753a-441b-8d22-60fc827cd9ee] Started GET "/images/signs/400-400/386/hundred-386-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[03637658-753a-441b-8d22-60fc827cd9ee] Processing by SignImageController#show as PNG
[03637658-753a-441b-8d22-60fc827cd9ee]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"386/hundred-386-high_resolution.png"}
[35c12138-6dfe-4c7e-84cf-3ce05a0960a1] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5714/400x400-5714-ninety-5714-default.png (0.1ms)
[35c12138-6dfe-4c7e-84cf-3ce05a0960a1] Completed 200 OK in 2ms
[37664cc2-5e33-43dd-88da-1289a40360ec] Started GET "/images/signs/400-400/5730/ninety-5730-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[9fe01323-2590-49ef-96f3-1d8c19c78066] Started GET "/images/signs/400-400/5709/one_hundred-5709-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[37664cc2-5e33-43dd-88da-1289a40360ec] Processing by SignImageController#show as PNG
[37664cc2-5e33-43dd-88da-1289a40360ec]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5730/ninety-5730-default.png"}
[03637658-753a-441b-8d22-60fc827cd9ee] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/386/400x400-386-hundred-386-high_resolution.png (0.2ms)
[03637658-753a-441b-8d22-60fc827cd9ee] Completed 200 OK in 2ms (ActiveRecord: 0.0ms)
[9fe01323-2590-49ef-96f3-1d8c19c78066] Processing by SignImageController#show as PNG
[9fe01323-2590-49ef-96f3-1d8c19c78066]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5709/one_hundred-5709-default.png"}
[ee0d8e6a-2126-438c-9131-0a9a7d11638a] Started GET "/images/signs/400-400/5710/one_hundred-5710-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[c51c52b7-2b98-401c-9dca-ed36c08a39e5] Started GET "/images/signs/400-400/2290/thousand-2290-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[9fe01323-2590-49ef-96f3-1d8c19c78066] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5709/400x400-5709-one_hundred-5709-default.png (0.2ms)
[c51c52b7-2b98-401c-9dca-ed36c08a39e5] Processing by SignImageController#show as PNG
[c51c52b7-2b98-401c-9dca-ed36c08a39e5]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"2290/thousand-2290-default.png"}
[9fe01323-2590-49ef-96f3-1d8c19c78066] Completed 200 OK in 34ms
[ee0d8e6a-2126-438c-9131-0a9a7d11638a] Processing by SignImageController#show as PNG
[ee0d8e6a-2126-438c-9131-0a9a7d11638a]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5710/one_hundred-5710-high_resolution.png"}
[37664cc2-5e33-43dd-88da-1289a40360ec] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5730/400x400-5730-ninety-5730-default.png (0.2ms)
[37664cc2-5e33-43dd-88da-1289a40360ec] Completed 200 OK in 35ms
[66464982-0d22-4d07-a415-43275256947f] Started GET "/images/signs/400-400/6238/hundred_thousand-6238-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[c51c52b7-2b98-401c-9dca-ed36c08a39e5] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/2290/400x400-2290-thousand-2290-default.png (0.2ms)
[c51c52b7-2b98-401c-9dca-ed36c08a39e5] Completed 200 OK in 2ms (ActiveRecord: 0.0ms)
[ee0d8e6a-2126-438c-9131-0a9a7d11638a] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5710/400x400-5710-one_hundred-5710-high_resolution.png (0.1ms)
[ee0d8e6a-2126-438c-9131-0a9a7d11638a] Completed 200 OK in 2ms
[11b5e2ce-7eaa-4968-8efc-8b229dbbaa6c] Started GET "/images/signs/400-400/6237/ten_thousand-6237-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[66464982-0d22-4d07-a415-43275256947f] Processing by SignImageController#show as PNG
[66464982-0d22-4d07-a415-43275256947f]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6238/hundred_thousand-6238-high_resolution.png"}
[11b5e2ce-7eaa-4968-8efc-8b229dbbaa6c] Processing by SignImageController#show as PNG
[11b5e2ce-7eaa-4968-8efc-8b229dbbaa6c]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6237/ten_thousand-6237-default.png"}
[66464982-0d22-4d07-a415-43275256947f] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6238/400x400-6238-hundred_thousand-6238-high_resolution.png (0.2ms)
[66464982-0d22-4d07-a415-43275256947f] Completed 200 OK in 3ms
[11b5e2ce-7eaa-4968-8efc-8b229dbbaa6c] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6237/400x400-6237-ten_thousand-6237-default.png (0.2ms)
[11b5e2ce-7eaa-4968-8efc-8b229dbbaa6c] Completed 200 OK in 3ms
[dc8df433-1654-4588-b391-a8b6b9323be7] Started GET "/images/signs/400-400/6240/hundred_thousand-6240-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[8bee6908-60bd-47c2-be33-98415276c994] Started GET "/images/signs/400-400/6239/hundred_thousand-6239-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[0c417c11-47bf-4673-bfd1-61e159572f13] Started GET "/images/signs/400-400/1109/million-1109-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[8bee6908-60bd-47c2-be33-98415276c994] Processing by SignImageController#show as PNG
[dc8df433-1654-4588-b391-a8b6b9323be7] Processing by SignImageController#show as PNG
[8bee6908-60bd-47c2-be33-98415276c994]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6239/hundred_thousand-6239-high_resolution.png"}
[dc8df433-1654-4588-b391-a8b6b9323be7]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6240/hundred_thousand-6240-default.png"}
[28e0352b-75bd-46fa-be71-f1ffb4d9be31] Started GET "/images/signs/400-400/4086/billion-4086-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[0c417c11-47bf-4673-bfd1-61e159572f13] Processing by SignImageController#show as PNG
[0c417c11-47bf-4673-bfd1-61e159572f13]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"1109/million-1109-high_resolution.png"}
[28e0352b-75bd-46fa-be71-f1ffb4d9be31] Processing by SignImageController#show as PNG
[28e0352b-75bd-46fa-be71-f1ffb4d9be31]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"4086/billion-4086-default.png"}
[8bee6908-60bd-47c2-be33-98415276c994] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6239/400x400-6239-hundred_thousand-6239-high_resolution.png (0.2ms)
[8bee6908-60bd-47c2-be33-98415276c994] Completed 200 OK in 2ms
[dc8df433-1654-4588-b391-a8b6b9323be7] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6240/400x400-6240-hundred_thousand-6240-default.png (0.3ms)
[dc8df433-1654-4588-b391-a8b6b9323be7] Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
[0cc59635-36e9-44b2-a8e3-b799603905d2] Started GET "/images/signs/400-400/5663/first-5663-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[a304ff4b-6fcb-4e12-b580-d60554bdc28f] Started GET "/images/signs/400-400/5438/second-5438-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[0cc59635-36e9-44b2-a8e3-b799603905d2] Processing by SignImageController#show as PNG
[0cc59635-36e9-44b2-a8e3-b799603905d2]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5663/first-5663-default.png"}
[a304ff4b-6fcb-4e12-b580-d60554bdc28f] Processing by SignImageController#show as PNG
[a304ff4b-6fcb-4e12-b580-d60554bdc28f]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5438/second-5438-high_resolution.png"}
[0c417c11-47bf-4673-bfd1-61e159572f13] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/1109/400x400-1109-million-1109-high_resolution.png (0.1ms)
[0cc59635-36e9-44b2-a8e3-b799603905d2] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5663/400x400-5663-first-5663-default.png (0.1ms)
[0c417c11-47bf-4673-bfd1-61e159572f13] Completed 200 OK in 71ms
[0cc59635-36e9-44b2-a8e3-b799603905d2] Completed 200 OK in 68ms
[a304ff4b-6fcb-4e12-b580-d60554bdc28f] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5438/400x400-5438-second-5438-high_resolution.png (0.1ms)
[a304ff4b-6fcb-4e12-b580-d60554bdc28f] Completed 200 OK in 68ms (ActiveRecord: 0.0ms)
[28e0352b-75bd-46fa-be71-f1ffb4d9be31] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/4086/400x400-4086-billion-4086-default.png (0.2ms)
[28e0352b-75bd-46fa-be71-f1ffb4d9be31] Completed 200 OK in 71ms
[18cc2f9f-4072-42e4-9740-bf1d79e28947] Started GET "/images/signs/400-400/5689/third-5689-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[4770a190-3557-4109-908c-b6b903ec2336] Started GET "/images/signs/400-400/2099/one_year_old-2099-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[18cc2f9f-4072-42e4-9740-bf1d79e28947] Processing by SignImageController#show as PNG
[18cc2f9f-4072-42e4-9740-bf1d79e28947]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5689/third-5689-default.png"}
[4770a190-3557-4109-908c-b6b903ec2336] Processing by SignImageController#show as PNG
[4770a190-3557-4109-908c-b6b903ec2336]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"2099/one_year_old-2099-high_resolution.png"}
[18cc2f9f-4072-42e4-9740-bf1d79e28947] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5689/400x400-5689-third-5689-default.png (0.2ms)
[18cc2f9f-4072-42e4-9740-bf1d79e28947] Completed 200 OK in 2ms
[4770a190-3557-4109-908c-b6b903ec2336] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/2099/400x400-2099-one_year_old-2099-high_resolution.png (0.2ms)
[4770a190-3557-4109-908c-b6b903ec2336] Completed 200 OK in 3ms
[e94206cf-abe2-45a9-838d-966af44e7052] Started GET "/images/signs/400-400/787/quarter_to_past_hour-787-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[6845aed9-16f0-4fe2-b025-722090efa066] Started GET "/images/signs/400-400/5662/one_o_clock-5662-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[03c8d4aa-6a9c-46db-b296-9e0609c479e1] Started GET "/images/signs/400-400/5425/one_hour-5425-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[e94206cf-abe2-45a9-838d-966af44e7052] Processing by SignImageController#show as PNG
[e94206cf-abe2-45a9-838d-966af44e7052]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"787/quarter_to_past_hour-787-default.png"}
[6845aed9-16f0-4fe2-b025-722090efa066] Processing by SignImageController#show as PNG
[6845aed9-16f0-4fe2-b025-722090efa066]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5662/one_o_clock-5662-default.png"}
[03c8d4aa-6a9c-46db-b296-9e0609c479e1] Processing by SignImageController#show as PNG
[03c8d4aa-6a9c-46db-b296-9e0609c479e1]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"5425/one_hour-5425-default.png"}
[6845aed9-16f0-4fe2-b025-722090efa066] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5662/400x400-5662-one_o_clock-5662-default.png (0.2ms)
[6845aed9-16f0-4fe2-b025-722090efa066] Completed 200 OK in 2ms
[e94206cf-abe2-45a9-838d-966af44e7052] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/787/400x400-787-quarter_to_past_hour-787-default.png (0.2ms)
[03c8d4aa-6a9c-46db-b296-9e0609c479e1] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/5425/400x400-5425-one_hour-5425-default.png (0.3ms)
[03c8d4aa-6a9c-46db-b296-9e0609c479e1] Completed 200 OK in 2ms
[e94206cf-abe2-45a9-838d-966af44e7052] Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
[a370ee38-ecf1-447b-bce0-ed0fb1cd3369] Started GET "/images/signs/400-400/791/quarter_to-791-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[a370ee38-ecf1-447b-bce0-ed0fb1cd3369] Processing by SignImageController#show as PNG
[a370ee38-ecf1-447b-bce0-ed0fb1cd3369]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"791/quarter_to-791-default.png"}
[4d31e3d7-c69c-48ab-9446-6b32fa6e721b] Started GET "/images/signs/400-400/788/quarter_past-788-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[cf916a1d-e208-4d36-a709-eaf57f4f5f20] Started GET "/images/signs/400-400/6230/half_past_time-6230-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[8d7db17c-6be6-456e-a7b8-fe6f7b584afd] Started GET "/images/signs/400-400/6229/past_the_hour-6229-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[cf916a1d-e208-4d36-a709-eaf57f4f5f20] Processing by SignImageController#show as PNG
[4d31e3d7-c69c-48ab-9446-6b32fa6e721b] Processing by SignImageController#show as PNG
[cf916a1d-e208-4d36-a709-eaf57f4f5f20]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6230/half_past_time-6230-high_resolution.png"}
[4d31e3d7-c69c-48ab-9446-6b32fa6e721b]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"788/quarter_past-788-default.png"}
[8d7db17c-6be6-456e-a7b8-fe6f7b584afd] Processing by SignImageController#show as PNG
[8d7db17c-6be6-456e-a7b8-fe6f7b584afd]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6229/past_the_hour-6229-high_resolution.png"}
[cf916a1d-e208-4d36-a709-eaf57f4f5f20] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6230/400x400-6230-half_past_time-6230-high_resolution.png (0.1ms)
[4d31e3d7-c69c-48ab-9446-6b32fa6e721b] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/788/400x400-788-quarter_past-788-default.png (0.1ms)
[cf916a1d-e208-4d36-a709-eaf57f4f5f20] Completed 200 OK in 43ms
[4d31e3d7-c69c-48ab-9446-6b32fa6e721b] Completed 200 OK in 43ms
[8d7db17c-6be6-456e-a7b8-fe6f7b584afd] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6229/400x400-6229-past_the_hour-6229-high_resolution.png (0.1ms)
[8d7db17c-6be6-456e-a7b8-fe6f7b584afd] Completed 200 OK in 43ms (ActiveRecord: 0.0ms)
[a370ee38-ecf1-447b-bce0-ed0fb1cd3369] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/791/400x400-791-quarter_to-791-default.png (0.2ms)
[a370ee38-ecf1-447b-bce0-ed0fb1cd3369] Completed 200 OK in 46ms
[b483251b-2e52-4fc1-b46e-6f7b329e97df] Started GET "/images/signs/400-400/6233/one_dollar-6233-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[2f1ecc25-8646-44eb-a0cc-0861b1b7864a] Started GET "/images/signs/400-400/6234/one_dollar-6234-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[b483251b-2e52-4fc1-b46e-6f7b329e97df] Processing by SignImageController#show as PNG
[b483251b-2e52-4fc1-b46e-6f7b329e97df]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6233/one_dollar-6233-high_resolution.png"}
[2f1ecc25-8646-44eb-a0cc-0861b1b7864a] Processing by SignImageController#show as PNG
[2f1ecc25-8646-44eb-a0cc-0861b1b7864a]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6234/one_dollar-6234-default.png"}
[b483251b-2e52-4fc1-b46e-6f7b329e97df] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6233/400x400-6233-one_dollar-6233-high_resolution.png (0.4ms)
[b483251b-2e52-4fc1-b46e-6f7b329e97df] Completed 200 OK in 4ms
[2f1ecc25-8646-44eb-a0cc-0861b1b7864a] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6234/400x400-6234-one_dollar-6234-default.png (0.2ms)
[2f1ecc25-8646-44eb-a0cc-0861b1b7864a] Completed 200 OK in 5ms (ActiveRecord: 0.0ms)
[5d91b86a-3633-4197-ae22-acb082935ba9] Started GET "/images/signs/400-400/6235/one_half-6235-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[b0d642c0-3d84-4dae-a41e-fc036b9f01d0] Started GET "/images/signs/400-400/6232/one_third-6232-default.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[5d91b86a-3633-4197-ae22-acb082935ba9] Processing by SignImageController#show as PNG
[5d91b86a-3633-4197-ae22-acb082935ba9]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6235/one_half-6235-high_resolution.png"}
[b0d642c0-3d84-4dae-a41e-fc036b9f01d0] Processing by SignImageController#show as PNG
[b0d642c0-3d84-4dae-a41e-fc036b9f01d0]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6232/one_third-6232-default.png"}
[e445e2ea-e97c-472a-8480-6ad434273efa] Started GET "/images/signs/400-400/6236/one_quarter-6236-high_resolution.png" for 127.0.0.1 at 2019-01-19 17:21:58 +1300
[e445e2ea-e97c-472a-8480-6ad434273efa] Processing by SignImageController#show as PNG
[e445e2ea-e97c-472a-8480-6ad434273efa]   Parameters: {"width"=>"400", "height"=>"400", "filename"=>"6236/one_quarter-6236-high_resolution.png"}
[5d91b86a-3633-4197-ae22-acb082935ba9] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6235/400x400-6235-one_half-6235-high_resolution.png (0.3ms)
[5d91b86a-3633-4197-ae22-acb082935ba9] Completed 200 OK in 7ms (ActiveRecord: 0.0ms)
[b0d642c0-3d84-4dae-a41e-fc036b9f01d0] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6232/400x400-6232-one_third-6232-default.png (0.3ms)
[b0d642c0-3d84-4dae-a41e-fc036b9f01d0] Completed 200 OK in 9ms
[e445e2ea-e97c-472a-8480-6ad434273efa] Sent file /Users/eoinkelly/Code/github.com/ODNZSL/nzsl-online/public/system/images/signs/6236/400x400-6236-one_quarter-6236-high_resolution.png (0.2ms)
[e445e2ea-e97c-472a-8480-6ad434273efa] Completed 200 OK in 3ms

GET /numbers at log level 'info' and lograge enabled is 92 lines of log output

[38cd21d4-d5ac-4717-adb3-a1800bf82543] method=GET path=/numbers format=html controller=PagesController action=show status=200 duration=947.59 view=806.25 db=40.74
[01c1e648-56d9-46b2-b3b8-dbbccb03cb03] method=GET path=/images/signs/400-400/4056/zero-4056-high_resolution.png format=png controller=SignImageController action=show status=200 duration=4.57 view=0.00 db=0.00
[5bef3a93-5e0b-4e00-a463-9501dbcd44d5] method=GET path=/images/signs/400-400/5655/zero-5655-high_resolution.png format=png controller=SignImageController action=show status=200 duration=21.85 view=0.00
[d7af91b1-f4de-4924-8c9f-d5ca0f89e513] method=GET path=/images/signs/400-400/5619/three-5619-default.png format=png controller=SignImageController action=show status=200 duration=2.73 view=0.00 db=0.00
[b03b8d47-450c-411d-b9c0-7b569e823036] method=GET path=/images/signs/400-400/5688/three-5688-high_resolution.png format=png controller=SignImageController action=show status=200 duration=3.17 view=0.00 db=0.00
[a2a333d5-f1e1-438e-b65a-e4f5c6738d7d] method=GET path=/images/signs/400-400/5620/four-5620-high_resolution.png format=png controller=SignImageController action=show status=200 duration=2.61 view=0.00 db=0.00
[01ce48df-9885-48ec-b2e8-9d0c28131eea] method=GET path=/images/signs/400-400/5621/five-5621-default.png format=png controller=SignImageController action=show status=200 duration=3.88 view=0.00 db=0.00
[5965befb-86cf-4c15-bee1-136956ba049e] method=GET path=/images/signs/400-400/5665/three-5665-high_resolution.png format=png controller=SignImageController action=show status=200 duration=21.33 view=0.00
[b7e39957-00f7-409c-894d-89e56af0b5b5] method=GET path=/images/signs/400-400/5607/one-5607-high_resolution.png format=png controller=SignImageController action=show status=200 duration=22.59 view=0.00
[a6c8ff80-dbea-43a0-87e6-8ffbfe89ffb0] method=GET path=/images/signs/400-400/5691/seven-5691-high_resolution.png format=png controller=SignImageController action=show status=200 duration=4.29 view=0.00 db=0.00
[2415810b-30a6-4377-b758-22b235f46499] method=GET path=/images/signs/400-400/5624/eight-5624-default.png format=png controller=SignImageController action=show status=200 duration=3.32 view=0.00 db=0.00
[87fdf449-d100-412c-b926-3db6293142a7] method=GET path=/images/signs/400-400/5692/eight-5692-high_resolution.png format=png controller=SignImageController action=show status=200 duration=4.20 view=0.00 db=0.00
[2ae91270-2a88-4e6b-a97a-c2dbe6eb2fe1] method=GET path=/images/signs/400-400/5623/seven-5623-default.png format=png controller=SignImageController action=show status=200 duration=43.22 view=0.00
[fdcea746-9aa4-4b10-a92f-2f0b6c13f2e3] method=GET path=/images/signs/400-400/5622/six-5622-high_resolution.png format=png controller=SignImageController action=show status=200 duration=43.62 view=0.00
[7f17bbb7-fce5-44ac-a5ba-b3d149df8f0d] method=GET path=/images/signs/400-400/5694/eight-5694-default.png format=png controller=SignImageController action=show status=200 duration=3.65 view=0.00 db=0.00
[7c275297-ccff-4027-bc30-ec79a9b5d6d2] method=GET path=/images/signs/400-400/5693/eight-5693-default.png format=png controller=SignImageController action=show status=200 duration=2.07 view=0.00
[ecf0570a-3c33-40e3-9a2d-eb30a4962661] method=GET path=/images/signs/400-400/5696/nine-5696-default.png format=png controller=SignImageController action=show status=200 duration=2.20 view=0.00
[f35fd400-38b1-44d4-a748-3e71970dcdc6] method=GET path=/images/signs/400-400/5695/nine-5695-high_resolution.png format=png controller=SignImageController action=show status=200 duration=2.70 view=0.00
[1c6ac0bf-067c-40ac-a8d9-5cdb3991b7cc] method=GET path=/images/signs/400-400/5697/nine-5697-high_resolution.png format=png controller=SignImageController action=show status=200 duration=3.54 view=0.00
[e87b268a-6165-4e87-9193-9b6f71d346f6] method=GET path=/images/signs/400-400/4065/ten-4065-high_resolution.png format=png controller=SignImageController action=show status=200 duration=3.80 view=0.00
[f91d7e3a-9f7a-47c4-b1e4-eba2aa6358e7] method=GET path=/images/signs/400-400/2335/eleven-2335-default.png format=png controller=SignImageController action=show status=200 duration=2.67 view=0.00
[d4923b22-de24-43e1-b87b-2f5a59fa5874] method=GET path=/images/signs/400-400/5653/ten-5653-high_resolution.png format=png controller=SignImageController action=show status=200 duration=3.80 view=0.00
[d38c93dc-fc5e-4728-a5c7-165f1c7ccf93] method=GET path=/images/signs/400-400/5608/eleven-5608-default.png format=png controller=SignImageController action=show status=200 duration=4.15 view=0.00 db=0.00
[97ea86ea-012b-4c95-9505-81910cb2ff0d] method=GET path=/images/signs/400-400/2741/eleven-2741-default.png format=png controller=SignImageController action=show status=200 duration=2.21 view=0.00
[c9945cd2-5992-42f7-b2af-d157dc5f84ea] method=GET path=/images/signs/400-400/2865/twelve-2865-default.png format=png controller=SignImageController action=show status=200 duration=3.94 view=0.00
[8ca0da84-9823-4eca-bb71-eb9b3919d246] method=GET path=/images/signs/400-400/5609/twelve-5609-default.png format=png controller=SignImageController action=show status=200 duration=2.71 view=0.00 db=0.00
[ac14ff49-f456-401a-aea3-d0161ec88df8] method=GET path=/images/signs/400-400/5570/thirteen-5570-default.png format=png controller=SignImageController action=show status=200 duration=2.36 view=0.00
[bcd88a2a-45d4-4019-84d7-7dd87e1b3344] method=GET path=/images/signs/400-400/5610/thirteen-5610-default.png format=png controller=SignImageController action=show status=200 duration=3.28 view=0.00
[b97ce3fa-3735-470c-b42e-881229c25af5] method=GET path=/images/signs/400-400/5652/thirteen-5652-high_resolution.png format=png controller=SignImageController action=show status=200 duration=3.88 view=0.00
[a9f01079-7b24-46b4-a973-554d46a7d500] method=GET path=/images/signs/400-400/5611/fourteen-5611-default.png format=png controller=SignImageController action=show status=200 duration=3.83 view=0.00 db=0.00
[a1bcf07b-f279-4f2f-bf16-cd521385ad26] method=GET path=/images/signs/400-400/5613/sixteen-5613-high_resolution.png format=png controller=SignImageController action=show status=200 duration=3.09 view=0.00
[ddcf124d-efd6-4045-b441-b200498330f0] method=GET path=/images/signs/400-400/5612/fifteen-5612-high_resolution.png format=png controller=SignImageController action=show status=200 duration=3.72 view=0.00 db=0.00
[c083bf9c-f1eb-4372-b614-0277349dbef5] method=GET path=/images/signs/400-400/5614/seventeen-5614-default.png format=png controller=SignImageController action=show status=200 duration=2.04 view=0.00
[4ca045fe-9401-40b4-8783-4f49125b6248] method=GET path=/images/signs/400-400/5698/seventeen-5698-default.png format=png controller=SignImageController action=show status=200 duration=2.94 view=0.00
[115752df-b1ff-4df0-9cb4-443e7f6d0f47] method=GET path=/images/signs/400-400/5615/eighteen-5615-default.png format=png controller=SignImageController action=show status=200 duration=2.24 view=0.00
[81d5f869-f026-4438-9d5c-b45ec0adaa02] method=GET path=/images/signs/400-400/5700/eighteen-5700-high_resolution.png format=png controller=SignImageController action=show status=200 duration=3.07 view=0.00
[d615ce2b-e62a-4ada-a1b0-a5c8d7511d5b] method=GET path=/images/signs/400-400/5699/eighteen-5699-high_resolution.png format=png controller=SignImageController action=show status=200 duration=3.30 view=0.00 db=0.00
[5ca10540-bc0b-4eb5-b763-51724f8db992] method=GET path=/images/signs/400-400/5702/nineteen-5702-default.png format=png controller=SignImageController action=show status=200 duration=2.85 view=0.00
[8361f047-9532-4328-9e88-e76d444eb722] method=GET path=/images/signs/400-400/5701/nineteen-5701-default.png format=png controller=SignImageController action=show status=200 duration=2.97 view=0.00
[c954f1c8-445c-48ff-a71f-e85db7fd75e7] method=GET path=/images/signs/400-400/5617/two-5617-high_resolution.png format=png controller=SignImageController action=show status=200 duration=215.66 view=0.00
[73e42c67-0b92-408e-b77a-4589fc299fb8] method=GET path=/images/signs/400-400/5616/nineteen-5616-default.png format=png controller=SignImageController action=show status=200 duration=2.33 view=0.00
[f90319db-31be-40c8-85c9-6efb188fc8c4] method=GET path=/images/signs/400-400/5618/twenty-5618-high_resolution.png format=png controller=SignImageController action=show status=200 duration=2.79 view=0.00
[540496db-a6e8-4d23-9c2f-36095be63374] method=GET path=/images/signs/400-400/5704/twenty_two-5704-default.png format=png controller=SignImageController action=show status=200 duration=5.12 view=0.00
[0ac43e5a-7228-4498-af37-6dc6d225e04a] method=GET path=/images/signs/400-400/5703/twenty_one-5703-default.png format=png controller=SignImageController action=show status=200 duration=6.46 view=0.00 db=0.00
[6e16c550-48f4-45dd-98d2-321da249c9ba] method=GET path=/images/signs/400-400/5705/twenty_three-5705-high_resolution.png format=png controller=SignImageController action=show status=200 duration=5.59 view=0.00
[4622124f-7344-419c-83c7-1c5540d0418b] method=GET path=/images/signs/400-400/5715/twenty_four-5715-high_resolution.png format=png controller=SignImageController action=show status=200 duration=3.27 view=0.00
[5f368c21-b1a9-4bd3-97e1-40e1871dc14c] method=GET path=/images/signs/400-400/5716/twenty_five-5716-default.png format=png controller=SignImageController action=show status=200 duration=2.86 view=0.00
[752d7243-961f-4112-8dda-ca520339c4c8] method=GET path=/images/signs/400-400/5717/twenty_six-5717-high_resolution.png format=png controller=SignImageController action=show status=200 duration=4.31 view=0.00 db=0.00
[a75f6077-1638-47ba-ae47-ee8a8bfdce5d] method=GET path=/images/signs/400-400/5718/twenty_seven-5718-default.png format=png controller=SignImageController action=show status=200 duration=2.58 view=0.00
[878bbb06-48d5-40d2-9485-0b3c13f91b80] method=GET path=/images/signs/400-400/6221/twenty_nine-6221-default.png format=png controller=SignImageController action=show status=200 duration=4.65 view=0.00 db=0.00
[b606fed7-905d-446d-8745-5746e9198c7d] method=GET path=/images/signs/400-400/5719/twenty_eight-5719-high_resolution.png format=png controller=SignImageController action=show status=200 duration=2.67 view=0.00
[47ed345f-757a-43c2-aeb6-bd1c6640b1a1] method=GET path=/images/signs/400-400/5720/twenty_nine-5720-high_resolution.png format=png controller=SignImageController action=show status=200 duration=5.57 view=0.00
[182ebfec-d885-4693-9650-43afd874cfde] method=GET path=/images/signs/400-400/5706/thirty-5706-default.png format=png controller=SignImageController action=show status=200 duration=2.61 view=0.00
[f98a1450-7780-4171-a160-c2598cdfe4ce] method=GET path=/images/signs/400-400/5708/fifty-5708-high_resolution.png format=png controller=SignImageController action=show status=200 duration=2.31 view=0.00
[2eeab2da-76b8-4240-9754-47c8e35b77a4] method=GET path=/images/signs/400-400/5712/seventy-5712-high_resolution.png format=png controller=SignImageController action=show status=200 duration=2.01 view=0.00
[ddb1c114-34ef-46c9-a735-0483576dcd6a] method=GET path=/images/signs/400-400/5707/forty-5707-default.png format=png controller=SignImageController action=show status=200 duration=3.65 view=0.00 db=0.00
[046d1258-097e-4add-bb97-e18eeee231b4] method=GET path=/images/signs/400-400/5711/sixty-5711-high_resolution.png format=png controller=SignImageController action=show status=200 duration=4.98 view=0.00
[bc9d8d41-736a-4f09-8e77-982387bb6390] method=GET path=/images/signs/400-400/5713/eighty-5713-high_resolution.png format=png controller=SignImageController action=show status=200 duration=2.41 view=0.00
[421fbba2-6c2c-4cbc-8921-00ea03fc97ae] method=GET path=/images/signs/400-400/5730/ninety-5730-default.png format=png controller=SignImageController action=show status=200 duration=3.49 view=0.00
[dc754c7d-4161-4d91-80db-096e5457eab9] method=GET path=/images/signs/400-400/5714/ninety-5714-default.png format=png controller=SignImageController action=show status=200 duration=3.65 view=0.00 db=0.00
[52791cba-a778-41db-8566-5ae436c2610f] method=GET path=/images/signs/400-400/386/hundred-386-high_resolution.png format=png controller=SignImageController action=show status=200 duration=2.30 view=0.00
[76e1d038-99f4-4b23-9b87-ee3a2cd8e8b5] method=GET path=/images/signs/400-400/2290/thousand-2290-default.png format=png controller=SignImageController action=show status=200 duration=2.18 view=0.00 db=0.00
[157d0634-1023-4ffa-ae0b-e168f2278877] method=GET path=/images/signs/400-400/5709/one_hundred-5709-default.png format=png controller=SignImageController action=show status=200 duration=3.37 view=0.00
[1fd14491-aafb-4397-b7f3-719b83b0bb15] method=GET path=/images/signs/400-400/5710/one_hundred-5710-high_resolution.png format=png controller=SignImageController action=show status=200 duration=4.75 view=0.00
[a9317d91-9b1e-4d4b-a663-5d349f29cc61] method=GET path=/images/signs/400-400/6237/ten_thousand-6237-default.png format=png controller=SignImageController action=show status=200 duration=4.23 view=0.00
[3a7ed687-de1e-4e67-bee8-0f48441df284] method=GET path=/images/signs/400-400/6238/hundred_thousand-6238-high_resolution.png format=png controller=SignImageController action=show status=200 duration=2.33 view=0.00
[cb2bfb0b-283a-4424-b04c-e8409d5a3d81] method=GET path=/images/signs/400-400/6239/hundred_thousand-6239-high_resolution.png format=png controller=SignImageController action=show status=200 duration=3.62 view=0.00 db=0.00
[c9a5ab93-87bb-4f2e-b090-589bb7982d3c] method=GET path=/images/signs/400-400/1109/million-1109-high_resolution.png format=png controller=SignImageController action=show status=200 duration=3.05 view=0.00
[3b5886ca-5451-4914-ac18-ec3faee15b19] method=GET path=/images/signs/400-400/6240/hundred_thousand-6240-default.png format=png controller=SignImageController action=show status=200 duration=5.14 view=0.00
[a42cf4f4-50e0-489b-b531-f2d73911a062] method=GET path=/images/signs/400-400/4086/billion-4086-default.png format=png controller=SignImageController action=show status=200 duration=2.48 view=0.00
[80fdfc70-a926-4725-8c09-85a86f9fd853] method=GET path=/images/signs/400-400/5663/first-5663-default.png format=png controller=SignImageController action=show status=200 duration=2.34 view=0.00
[ef3aa5a8-156e-43bd-b0e1-10936c2658c4] method=GET path=/images/signs/400-400/5689/third-5689-default.png format=png controller=SignImageController action=show status=200 duration=2.19 view=0.00
[efac06f5-9ee1-46d1-9ad3-af5c5f8d1fc1] method=GET path=/images/signs/400-400/5438/second-5438-high_resolution.png format=png controller=SignImageController action=show status=200 duration=3.21 view=0.00
[96999d76-0153-4105-a643-9c33e3d50f15] method=GET path=/images/signs/400-400/2099/one_year_old-2099-high_resolution.png format=png controller=SignImageController action=show status=200 duration=2.47 view=0.00 db=0.00
[1966927e-1f84-4fa9-b2db-31d98a5c6d29] method=GET path=/images/signs/400-400/5425/one_hour-5425-default.png format=png controller=SignImageController action=show status=200 duration=2.37 view=0.00
[797131f8-9b62-4c50-88dd-8edaa7c2a957] method=GET path=/images/signs/400-400/5662/one_o_clock-5662-default.png format=png controller=SignImageController action=show status=200 duration=3.23 view=0.00
[6e024d61-ac4a-4050-be2a-ec7cd8061034] method=GET path=/images/signs/400-400/787/quarter_to_past_hour-787-default.png format=png controller=SignImageController action=show status=200 duration=5.56 view=0.00
[e4cfe418-501b-469b-9476-966df10bde77] method=GET path=/images/signs/400-400/788/quarter_past-788-default.png format=png controller=SignImageController action=show status=200 duration=2.74 view=0.00
[ce37da48-0235-4ce2-ae22-51a025021b89] method=GET path=/images/signs/400-400/6230/half_past_time-6230-high_resolution.png format=png controller=SignImageController action=show status=200 duration=3.04 view=0.00
[2d4f7b8a-9a9c-4682-ae28-0dbd52d22805] method=GET path=/images/signs/400-400/791/quarter_to-791-default.png format=png controller=SignImageController action=show status=200 duration=3.71 view=0.00
[f371a412-7d2e-4cd4-a745-d9b70fabeb04] method=GET path=/images/signs/400-400/6229/past_the_hour-6229-high_resolution.png format=png controller=SignImageController action=show status=200 duration=2.83 view=0.00 db=0.00
[073fcb91-bf78-4777-9e43-e9b63bf54043] method=GET path=/images/signs/400-400/6233/one_dollar-6233-high_resolution.png format=png controller=SignImageController action=show status=200 duration=2.72 view=0.00
[6d713ffd-ee01-461d-8923-02c3f83198b8] method=GET path=/images/signs/400-400/6234/one_dollar-6234-default.png format=png controller=SignImageController action=show status=200 duration=3.52 view=0.00
[0369ab96-b076-45d9-8ded-0878df71ac09] method=GET path=/images/signs/400-400/6232/one_third-6232-default.png format=png controller=SignImageController action=show status=200 duration=2.40 view=0.00
[686668d1-9aa1-4ccd-b3c9-c264c24e4179] method=GET path=/images/signs/400-400/6235/one_half-6235-high_resolution.png format=png controller=SignImageController action=show status=200 duration=2.89 view=0.00
[cda0a32a-859a-45cf-b5b1-58acb656687a] method=GET path=/images/signs/400-400/6236/one_quarter-6236-high_resolution.png format=png controller=SignImageController action=show status=200 duration=2.81 view=0.00
I, [2019-01-19T17:28:59.746901 #6613]  INFO -- : SIGWINCH ignored because we're not daemonized
bd-b0e1-10936c2658c4] method=GET path=/images/signs/400-400/5689/third-5689-default.png format=png controller=SignImageController action=show status=200 duration=2.19 view=0.00
[efac06f5-9ee1-46d1-9ad3-af5c5f8d1fc1] method=GET path=/images/signs/400-400/5438/second-5438-high_resolution.png format=png controller=SignImageController action=show status=200 duration=3.21 view=0.00
[96999d76-0153-4105-a643-9c33e3d50f15] method=GET path=/images/signs/400-400/2099/one_year_old-2099-high_resolution.png format=png controller=SignImageController action=show status=200 duration=2.47 view=0.00 db=0.00
[1966927e-1f84-4fa9-b2db-31d98a5c6d29] method=GET path=/images/signs/400-400/5425/one_hour-5425-default.png format=png controller=SignImageController action=show status=200 duration=2.37 view=0.00
[797131f8-9b62-4c50-88dd-8edaa7c2a957] method=GET path=/images/signs/400-400/5662/one_o_clock-5662-default.png format=png controller=SignImageController action=show status=200 duration=3.23 view=0.00

GET /numbers at log level 'info' and lograge enabled and SignImageController ignored is 1 line

[5dc27936-a3fe-41b0-8825-e718774ce9ad] method=GET path=/numbers format=html controller=PagesController action=show status=200 duration=1302.21 view=1218.95 db=39.03 params={"slug"=>"numbers"}

Signing in as adming (user password is still filtered from logs)

[bf23014b-f998-4cbd-b18d-b461d6654d72] method=POST path=/users/sign_in format=html controller=Devise::SessionsController action=create status=302 duration=287.64 view=0.00 db=40.55 location=http://localhost:3001/admin params={"utf8"=>"✓", "authenticity_token"=>"b4cdjJE07IrWc+YLZsN7CjVzseE0NkNHeHblQytECvtxTuy5GQy/wPYZb8cLbO7A2aoE4qqxF/1iUHwANSJ+Vw==", "user"=>{"email"=>"eoin@ackama.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
[6f846b0e-c7c5-4e10-bbb5-470fd0774257] method=GET path=/admin/pages format=html controller=Admin::PagesController action=index status=200 duration=233.70 view=69.98 db=48.17 params={}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment