Created
July 25, 2011 12:48
-
-
Save bjhaid/1104047 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 GET "/incomings/new?cid_number=4100&exten_number=4600" for 10.10.5.240 at 2011-07-25 13:16:23 +0100 | |
Processing by IncomingsController#new as HTML | |
Parameters: {"cid_number"=>"4100", "exten_number"=>"4600"} | |
SQL (0.5ms) BEGIN | |
SQL (2.8ms) describe `incomings` | |
AREL (1.7ms) INSERT INTO `incomings` (`cid_number`, `exten_number`, `created_at`, `updated_at`, `exten_id`) VALUES ('4100', '4600', '2011-07-25 12:16:23', '2011-07-25 12:16:23', NULL) | |
SQL (48.8ms) COMMIT | |
Rendered incomings/new.html.erb within layouts/application (91.6ms) | |
Completed 200 OK in 379ms (Views: 127.1ms | ActiveRecord: 53.7ms) | |
Started POST "/incomings" for 127.0.0.1 at 2011-07-25 13:17:06 +0100 | |
Processing by IncomingsController#create as JS | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"jcus7vOLxgkmayYizeBWmanyZz2Esoo08so3ixpmHIA=", "incoming"=>{"exten_number"=>"4100", "cid_number"=>"4100", "exten_id"=>""}, "commit"=>"Send"} | |
Incoming Load (0.5ms) SELECT `incomings`.* FROM `incomings` ORDER BY incomings.id DESC LIMIT 1 | |
CACHE (0.0ms) SELECT `incomings`.* FROM `incomings` ORDER BY incomings.id DESC LIMIT 1 | |
Rendered incomings/create.js.erb (91.2ms) | |
Completed 200 OK in 269ms (Views: 141.2ms | ActiveRecord: 0.5ms) | |
match "/incomings/new" => "incomings#create" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment