Created
December 30, 2010 18:56
-
-
Save ch1ago/760131 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
# VALIDAÇÕES | |
Started GET "/s/check_username?user%5Busername%5D=ma" for 189.10.124.90 at 2010-12-30 10:52:58 -0800 | |
Processing by SiteController#check_username as JSON | |
Parameters: {"user"=>{"username"=>"ma"}} | |
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 1.4ms) | |
Started GET "/s/check_username?user%5Busername%5D=mar" for 189.10.124.90 at 2010-12-30 10:52:58 -0800 | |
Processing by SiteController#check_username as JSON | |
Parameters: {"user"=>{"username"=>"mar"}} | |
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 3.1ms) | |
Started GET "/s/check_username?user%5Busername%5D=marcos" for 189.10.124.90 at 2010-12-30 10:52:59 -0800 | |
Processing by SiteController#check_username as JSON | |
Parameters: {"user"=>{"username"=>"marcos"}} | |
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 1.5ms) | |
Started GET "/s/check_email?user%5Bemail%5D=marcos%40executter.com" for 189.10.124.90 at 2010-12-30 10:53:09 -0800 | |
Processing by SiteController#check_email as JSON | |
Parameters: {"user"=>{"email"=>"[email protected]"}} | |
Completed 200 OK in 9ms (Views: 6.4ms | ActiveRecord: 1.9ms) | |
# REGISTRO | |
Started POST "/users" for 189.10.124.90 at 2010-12-30 10:53:20 -0800 | |
Processing by Devise::RegistrationsController#create as HTML | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"7i23945YfeQPkSx+WtnAXLPpcIst3d0+qPOIXPpkR88=", "user"=>{"full_name"=>"marcos", "username"=>"marcos", "email"=>"[email protected]", "password"=>"[FILTERED]"}, "recaptcha_challenge_field"=>"03AHJ_VusUyrIkhAqk0EJJpUkMs93OtA1L0lVG0pVRsUY3lhXwpBJtQlKbJl7UvFvBUm5gTuEBXasYXQHLXrNGPwFgZuH8KTVQXPpA1ko9mNVNz6DiNYX5cDI8MpUfvTu3Z0H_EQE4bkbUfvvEE2HPwI17CE2WplamPg", "recaptcha_response_field"=>"trying Extrem"} | |
[paperclip] Saving attachments. | |
[paperclip] Saving attachments. | |
Redirected to http://qa.executter.com/h/after_sign_up | |
Completed 302 Found in 773ms | |
# POS-REGISTRO(anfitriao) | |
Started GET "/h/after_sign_up" for 189.10.124.90 at 2010-12-30 10:53:21 -0800 | |
Processing by HomeController#after_sign_up as HTML | |
[paperclip] Saving attachments. | |
Redirected to http://qa.executter.com/ | |
Completed 302 Found in 282ms | |
# PAGINA HOME | |
Started GET "/" for 189.10.124.90 at 2010-12-30 10:53:22 -0800 | |
Processing by HomeController#index as HTML | |
Rendered parts/_user_counters.html.erb (0.6ms) | |
Rendered parts/_search_box.html.erb (0.4ms) | |
Rendered home/index.html.erb within layouts/application (14.7ms) | |
Completed 200 OK in 17ms (Views: 14.2ms | ActiveRecord: 381.7ms) | |
# ajaxes da pagina home | |
Started GET "/36/ajax_followings_thumbs" for 189.10.124.90 at 2010-12-30 10:53:22 -0800 | |
Processing by UsersController#ajax_followings_thumbs as HTML | |
Parameters: {"id"=>"36"} | |
Rendered users/ajax_followings_thumbs.html.erb (27.3ms) | |
Completed 200 OK in 34ms (Views: 1.0ms | ActiveRecord: 29.6ms) | |
Started GET "/h/ajax_tab/1" for 189.10.124.90 at 2010-12-30 10:53:22 -0800 | |
Processing by HomeController#ajax_index_tab as HTML | |
Parameters: {"tab_id"=>"1"} | |
Rendered home/ajax_index_tab.html.erb (0.1ms) | |
Completed 200 OK in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms) | |
# ajaxes do click implicito ao botão more | |
Started GET "/h/ajax_tab_data/1" for 189.10.124.90 at 2010-12-30 10:53:23 -0800 | |
Processing by HomeController#ajax_index_tab_data as */* | |
Parameters: {"tab_id"=>"1"} | |
Rendered home/ajax_index_tab_data.html.erb (1.3ms) | |
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 3.4ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment