Created
May 18, 2009 20:50
-
-
Save ischroedi/113735 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Processing NewsteamsController#update (for 127.0.0.1 at 2009-05-18 22:24:30) [PUT] | |
Parameters: {"commit"=>"upload", "authenticity_token"=>"UTitUhVK2FqQrqFVP1AlEN7YYgVO2flKBJla6xw/g4I=", "id"=>"5", "newsteam"=>{"photo"=>#<File:/var/folders/ff/ffghENDIFlqHboamhA3hxE+++TI/-Tmp-/RackMultipart.9521.1>, "Beschreibung"=>"dfdfdf", "agb"=>"1", "ort"=>"Freyburg", "nachname"=>"Müller", "vorname"=>"Peter"}} | |
Newsteam Columns (2.5ms) SHOW FIELDS FROM `newsteams` | |
Newsteam Load (0.8ms) SELECT * FROM `newsteams` WHERE (`newsteams`.`id` = 5) | |
[paperclip] Paperclip attachment photo on Newsteam initialized. | |
[paperclip] Assigning #<File:/var/folders/ff/ffghENDIFlqHboamhA3hxE+++TI/-Tmp-/RackMultipart.9521.1> to photo | |
[paperclip] Queueing the existing files for photo for deletion. | |
[paperclip] Writing attributes for photo | |
[paperclip] Post-processing photo | |
[paperclip] Processing thumb #<File:0x422e508> in the thumbnail processor. | |
[paperclip] An error was received while processing: #<Paperclip::NotIdentifiedByImageMagickError: /var/folders/ff/ffghENDIFlqHboamhA3hxE+++TI/-Tmp-/stream.9521.0 is not recognized by the 'identify' command.> | |
[paperclip] Processing small #<File:0x422e508> in the thumbnail processor. | |
[paperclip] An error was received while processing: #<Paperclip::NotIdentifiedByImageMagickError: /var/folders/ff/ffghENDIFlqHboamhA3hxE+++TI/-Tmp-/stream.9521.0 is not recognized by the 'identify' command.> | |
Newsteam Update (1.3ms) UPDATE `newsteams` SET `Beschreibung` = 'dfdfdf', `agb` = 1, `photo_updated_at` = '2009-05-18 20:24:30', `updated_at` = '2009-05-18 20:24:31', `photo_file_size` = 204114, `photo_file_name` = '21042009134.jpg' WHERE `id` = 5 | |
[paperclip] Saving attachments. | |
[paperclip] Saving files for photo | |
[paperclip] Deleting files for photo | |
[paperclip] -> /Users/schroedi/rails/peakbreak_new/public/assets/photos/5/original/00_Startseite_-_H.jpg | |
[paperclip] Writing files for photo | |
[paperclip] -> /Users/schroedi/rails/peakbreak_new/public/assets/photos/5/original/21042009134.jpg | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment