Skip to content

Instantly share code, notes, and snippets.

@jywarren
Created August 18, 2020 15:52
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 jywarren/d1ab70c6fc17b7a752810b9a84b97541 to your computer and use it in GitHub Desktop.
Save jywarren/d1ab70c6fc17b7a752810b9a84b97541 to your computer and use it in GitHub Desktop.
Started POST "/images" for 72.92.236.166 at 2020-08-18 15:36:13 +0000
Processing by ImagesController#create as JSON
Parameters: {"authenticity_token"=>"wuflt1Wepizvywwhw+5crTD56SGhl0P4ZAt8IiBfrYv7zfGBMeDgq7xwIMhL9TWt+GW92Asz6rNO+rDuxDXroA==", "uid"=>"1", "image"=>{"photo"=>#<ActionDispatch::Http::UploadedFile:0x00007faa1096a020 @tempfile=#<Tempfile:/tmp/RackMultipart20200818-258-50admo.png>, @original_filename="muk.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"image[photo]\"; filename=\"muk.png\"\r\nContent-Type: image/png\r\n">}}
[paperclip] Trying to link /tmp/RackMultipart20200818-258-50admo.png to /tmp/b60fb7657926287713da4f2861d6db3520200818-258-x45r2h.png
[paperclip] Trying to link /tmp/b60fb7657926287713da4f2861d6db3520200818-258-x45r2h.png to /tmp/b60fb7657926287713da4f2861d6db3520200818-258-1fv4zqi.png
Command :: file -b --mime '/tmp/b60fb7657926287713da4f2861d6db3520200818-258-1fv4zqi.png'
Command :: identify -format '%wx%h,%[exif:orientation]' '/tmp/b60fb7657926287713da4f2861d6db3520200818-258-x45r2h.png[0]' 2>/dev/null
Command :: identify -format %m '/tmp/b60fb7657926287713da4f2861d6db3520200818-258-x45r2h.png[0]'
Command :: convert '/tmp/b60fb7657926287713da4f2861d6db3520200818-258-x45r2h.png[0]' -auto-orient -resize "200x150>" '/tmp/3b7aaf87117d6363719d4fca1d5d201d20200818-258-1v3zug3'
[paperclip] Trying to link /tmp/3b7aaf87117d6363719d4fca1d5d201d20200818-258-1v3zug3 to /tmp/1b3704b23c65a7e8021638de00199fe820200818-258-3hvcnn
Command :: identify -format '%wx%h,%[exif:orientation]' '/tmp/b60fb7657926287713da4f2861d6db3520200818-258-x45r2h.png[0]' 2>/dev/null
Command :: identify -format %m '/tmp/b60fb7657926287713da4f2861d6db3520200818-258-x45r2h.png[0]'
Command :: convert '/tmp/b60fb7657926287713da4f2861d6db3520200818-258-x45r2h.png[0]' -auto-orient -resize "500x375>" '/tmp/3b7aaf87117d6363719d4fca1d5d201d20200818-258-9d3q0m'
[paperclip] Trying to link /tmp/3b7aaf87117d6363719d4fca1d5d201d20200818-258-9d3q0m to /tmp/9724b614e02280066963e268cffbd4f420200818-258-u012ow
Command :: identify -format '%wx%h,%[exif:orientation]' '/tmp/b60fb7657926287713da4f2861d6db3520200818-258-x45r2h.png[0]' 2>/dev/null
Command :: identify -format %m '/tmp/b60fb7657926287713da4f2861d6db3520200818-258-x45r2h.png[0]'
Command :: convert '/tmp/b60fb7657926287713da4f2861d6db3520200818-258-x45r2h.png[0]' -auto-orient -resize "800x600>" '/tmp/3b7aaf87117d6363719d4fca1d5d201d20200818-258-191oqpr'
[paperclip] Trying to link /tmp/3b7aaf87117d6363719d4fca1d5d201d20200818-258-191oqpr to /tmp/fda32be364975af2d687ff89bbf6bf5720200818-258-9tobpg
[paperclip] Trying to link /tmp/b60fb7657926287713da4f2861d6db3520200818-258-x45r2h.png to /tmp/b60fb7657926287713da4f2861d6db3520200818-258-326q4m.png
Command :: file -b --mime '/tmp/b60fb7657926287713da4f2861d6db3520200818-258-326q4m.png'
Completed 200 OK in 1476ms (Views: 0.4ms | ActiveRecord: 397.9ms)
Started GET "/i/40100" for 72.92.236.166 at 2020-08-18 15:36:15 +0000
Processing by ImagesController#shortlink as HTML
Parameters: {"id"=>"40100"}
Redirected to https://stable.publiclab.org/system/images/photos/000/040/100/original/muk.png
Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment