Guest User

Untitled

a guest
Jul 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. Started POST "/my/avatars.xml" for 127.0.0.1 at Fri Mar 30 09:51:54 -0700 2012
  2. Processing by My::AvatarsController#create as XML
  3. Parameters: {"name"=>"", "head_col"=>"0-5e3417-eabe8a", "extra"=>"", "theme"=>"3", "body_col"=>"ffffff-999900-666666-99cc00-cc3300", "image_data"=>"[FILTERED]", "body"=>"1-1-1-1-1", "type_id"=>"2", "head"=>"1-1-1-1-1-1-1"}
  4. User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
  5. SQL (0.1ms) BEGIN
  6. SQL (0.4ms) INSERT INTO "avatars" ("user_id", "body", "updated_at", "theme", "type", "body_col", "image_file_name", "image_content_type", "extra", "head", "name", "head_col", "created_at", "image_updated_at", "image_file_size") VALUES (1, '1-1-1-1-1', '2012-03-30 16:51:54.625019', 3, 'OtherAvatar', 'ffffff-999900-666666-99cc00-cc3300', '1-1333126314-62002.png', 'image/png', '', '1-1-1-1-1-1-1', '', '0-5e3417-eabe8a', '2012-03-30 16:51:54.625019', '2012-03-30 16:51:54.621524', 32125) RETURNING "id"
  7. [paperclip] Saving attachments.
  8. [paperclip] saving /Users/philip/Work/NourishInteractive/web/public/system/assets/avatars/000/000/036/original.png
  9. SQL (0.5ms) COMMIT
  10. Completed 200 OK in 57ms (Views: 41.2ms | ActiveRecord: 1.6ms)
  11.  
  12.  
  13. Started POST "/my/avatars.xml" for 127.0.0.1 at Fri Mar 30 09:51:54 -0700 2012
  14. Processing by My::AvatarsController#create as XML
  15. Parameters: {"name"=>"", "head_col"=>"0-5e3417-eabe8a", "extra"=>"", "theme"=>"3", "body_col"=>"ffffff-999900-666666-99cc00-cc3300", "image_data"=>"[FILTERED]", "body"=>"1-1-1-1-1", "type_id"=>"1", "head"=>"1-1-1-1-1-1-1"}
  16. User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
  17. SQL (0.1ms) BEGIN
  18. SQL (0.4ms) INSERT INTO "avatars" ("name", "user_id", "image_updated_at", "updated_at", "image_file_size", "body", "image_file_name", "body_col", "type", "theme", "created_at", "image_content_type", "head_col", "head", "extra") VALUES ('', 1, '2012-03-30 16:51:54.693073', '2012-03-30 16:51:54.697471', 32125, '1-1-1-1-1', '1-1333126314-6914.png', 'ffffff-999900-666666-99cc00-cc3300', 'MainAvatar', 3, '2012-03-30 16:51:54.697471', 'image/png', '0-5e3417-eabe8a', '1-1-1-1-1-1-1', '') RETURNING "id"
  19. [paperclip] Saving attachments.
  20. [paperclip] saving /Users/philip/Work/NourishInteractive/web/public/system/assets/avatars/000/000/037/original.png
  21. SQL (0.5ms) COMMIT
  22. Completed 200 OK in 67ms (Views: 47.0ms | ActiveRecord: 1.6ms)
Add Comment
Please, Sign In to add comment