Created
November 6, 2010 00:11
-
-
Save poga/665061 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
Started POST "/messages" for 221.120.70.217 at 2010-11-06 00:10:21 +0000 | |
Processing by MessagesController#create as HTML | |
Parameters: {"message"=>{"medium_id"=>"194"}, "receiver"=>"0952635533"} | |
User Load (1.8ms) SELECT `users`.* FROM `users` WHERE (`users`.`UUID` = 'f13f47d4-d830-11df-9231-12313909e161') LIMIT 1 | |
User Load (2.0ms) SELECT `users`.* FROM `users` WHERE (`users`.`number` = '886952635533') LIMIT 1 | |
SQL (1.7ms) BEGIN | |
SQL (1.8ms) INSERT INTO `messages` (`created_at`, `mask_id`, `medium_id`, `receiver_id`, `sender_id`, `updated_at`) VALUES ('2010-11-06 00:10:21', NULL, 194, 38, 11, '2010-11-06 00:10:21') | |
SQL (68.9ms) COMMIT | |
Completed 200 OK in 309ms (Views: 1.4ms | ActiveRecord: 76.4ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment