Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.97 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Started POST "/presents.json" for 127.0.0.1 at Thu Jul 08 04:00:19 +0400 2010
  2.   Processing by PresentsController#create as JSON
  3.   Parameters: {"session"=>"[FILTERED]", "present"=>{"delivery_price"=>"0", "description"=>"", "recipient_social_type"=>"vk", "item_presents_attributes"=>[{"item_id"=>"1"}], "recipient_uid"=>"4051410"}, "_"=>""}
  4.   UserSession Load (1.3ms)  SELECT `user_sessions`.* FROM `user_sessions` WHERE (`user_sessions`.`token` = 'dd194b26058310c817b7406a65021b8d2268bbc0') LIMIT 1
  5.   SQL (0.2ms)  BEGIN
  6.   SQL (0.4ms)  UPDATE `user_sessions` SET `expired_at` = '2010-07-08 00:10:21', `updated_at` = '2010-07-08 00:00:21' WHERE (`user_sessions`.`id` = 83)
  7.   SQL (42.2ms)  COMMIT
  8.   User Load (0.2ms)  SELECT `users`.* FROM `users` WHERE (`users`.`id` = 2) LIMIT 1
  9.   SQL (0.2ms)  BEGIN
  10.   CACHE (0.0ms)  SELECT `users`.* FROM `users` WHERE (`users`.`id` = 2) LIMIT 1
  11.   SQL (0.2ms)  ROLLBACK
  12. Completed 422 Unprocessable Entity in 281ms (Views: 3.3ms | ActiveRecord: 0.0ms)