Created
December 12, 2012 18:13
-
-
Save dwaynemac/4270165 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
PadmaContact.search(ids: a,username:'luis.perichon',account_name:'martinez2112052') | |
LogicalModel Log: 200 https://padma-contacts-staging.herokuapp.com/v0/contacts/search in 0.132849s | |
LogicalModel Log RESPONSE: {"collection":[],"total":0} | |
=> [] |
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
2012-12-12T18:12:04+00:00 app[web.1]: | |
2012-12-12T18:12:04+00:00 app[web.1]: | |
2012-12-12T18:12:04+00:00 app[web.1]: Started POST "/v0/contacts/search" for 50.19.188.21 at 2012-12-12 18:12:04 +0000 | |
2012-12-12T18:12:04+00:00 app[web.1]: Processing by V0::ContactsController#search as */* | |
2012-12-12T18:12:04+00:00 app[web.1]: Parameters: {"ids"=>{"0"=>"50c7144af554fc000500013e"}, "username"=>"luis.perichon", "account_name"=>"martinez2112052", "page"=>"1", "per_page"=>"9999", "app_key"=>"844d8c2d20a9cf9e97086df94f01e7bdd3d9afaa716055315706f2e31f40dc097c632af53e74ce3d5a1f23811b4e32e7a1e2b7fa5c128c8b28f1fc6e5a392015"} | |
2012-12-12T18:12:04+00:00 app[web.1]: WARNING: Can't verify CSRF token authenticity | |
2012-12-12T18:12:04+00:00 app[web.1]: LogicalModel Log: 404 https://padma-accounts-staging.herokuapp.com/v0/accounts/martinez2112052?token=[SECRET] in 0.028599s FAILED: error | |
2012-12-12T18:12:04+00:00 app[web.1]: LogicalModel Log RESPONSE: 404 - Not Found | |
2012-12-12T18:12:04+00:00 app[web.1]: LogicalModel Log: 200 https://padma-accounts-staging.herokuapp.com/v0/users/luis.perichon?token=[SECRET] in 0.02672s | |
2012-12-12T18:12:04+00:00 app[web.1]: LogicalModel Log RESPONSE: {"email":"[email protected]","locale":"es","username":"luis.perichon","verbose_help":null,"drc_login":"luis.perichon","current_account_name":null,"accounts":[{"enabled":true,"name":"martinez1212052"}],"roles":[]} | |
2012-12-12T18:12:04+00:00 app[web.1]: Completed 200 OK in 84ms (Views: 0.3ms) | |
2012-12-12T18:12:04+00:00 app[web.1]: cache: [POST /v0/contacts/search] invalidate, pass | |
2012-12-12T18:12:04+00:00 heroku[router]: at=info method=POST path=/v0/contacts/search host=padma-contacts-staging.herokuapp.com fwd=50.19.188.21 dyno=web.1 queue=0 wait=0ms connect=0ms service=105ms status=200 bytes=27 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment