Skip to content

Instantly share code, notes, and snippets.

@jmoren
Created June 26, 2012 12:43
Show Gist options
  • Save jmoren/2995602 to your computer and use it in GitHub Desktop.
Save jmoren/2995602 to your computer and use it in GitHub Desktop.
hice click en el checkbox de Arizona....(id: 169) Salio todo esto en el log:
Processing TzQcallListsController#update to fxml (for 10.0.2.2 at 2012-06-26 05:41:17) [PUT]
Parameters: {"id"=>"169", "tz_qcall_list"=>{"qcall_contact_list_id"=>"26", "timezone"=>"Arizona", "active"=>"false", "weight"=>"45"}}
Completed in 10ms (DB: 2) | 200 OK [http://localhost/tz_qcall_lists/169.fxml?_method=put]
Processing TzQcallListsController#update to fxml (for 10.0.2.2 at 2012-06-26 05:41:17) [PUT]
Parameters: {"id"=>"169", "tz_qcall_list"=>{"qcall_contact_list_id"=>"26", "timezone"=>"Arizona", "active"=>"true", "weight"=>"45"}}
Completed in 6ms (DB: 3) | 200 OK [http://localhost/tz_qcall_lists/169.fxml?_method=put]
Processing QcallsController#show to fxml (for 10.0.2.2 at 2012-06-26 05:41:27) [GET]
Parameters: {"id"=>"1"}
Completed in 121ms (DB: 30) | 200 OK [http://localhost/qcalls/1.fxml]
Processing QcallsController#show to fxml (for 10.0.2.2 at 2012-06-26 05:41:27) [GET]
Parameters: {"id"=>"2"}
Completed in 278ms (DB: 5) | 200 OK [http://localhost/qcalls/2.fxml]
Processing TzQcallListsController#update to fxml (for 10.0.2.2 at 2012-06-26 05:41:27) [PUT]
Parameters: {"id"=>"167", "tz_qcall_list"=>{"qcall_contact_list_id"=>"26", "timezone"=>"Central Time (US & Canada)", "active"=>"true", "weight"=>"0"}}
Completed in 9ms (DB: 1) | 200 OK [http://localhost/tz_qcall_lists/167.fxml?_method=put]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment