Created
December 16, 2015 12:35
-
-
Save phaidros7/a4bb1e03817c1781e9a4 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
[2015-12-16T13:32:28] INFO PID-22699 TID-69900831085360 Rails: Started POST "/users/sign_in" for 146.0.105.115 at 2015-12-16 13:32:28 +0100 | |
[2015-12-16T13:32:28] INFO PID-22699 TID-69900831085360 ActionController::Base: Processing by SessionsController#create as HTML | |
[2015-12-16T13:32:28] INFO PID-22699 TID-69900831085360 ActionController::Base: Parameters: {"utf8"=>"�", "authenticity_token"=>"On1nXhUXZ/vGp76ck/Twp+qdOcFGun8XfLXNoFRPWU6FgC6FolW349hN22OJh+0nFvgSFRPED5fv4wJadxPQQw==", "user"=>{"username"=>"hfbk", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"} | |
[2015-12-16T13:32:28] WARN PID-22699 TID-69900831085360 SessionsController: Can't verify CSRF token authenticity | |
[2015-12-16T13:32:28] INFO PID-22699 TID-69900831085360 ActionController::Base: Redirected to https://rhizome.hfbk.net/stream | |
[2015-12-16T13:32:28] INFO PID-22699 TID-69900831085360 ActionController::Base: Completed 302 Found in 136ms (ActiveRecord: 7.6ms) | |
[2015-12-16T13:32:28] INFO PID-22699 TID-69900831085360 Rails: Started GET "/stream" for 146.0.105.115 at 2015-12-16 13:32:28 +0100 | |
[2015-12-16T13:32:28] INFO PID-22699 TID-69900831085360 ActionController::Base: Processing by StreamsController#multi as HTML | |
[2015-12-16T13:32:28] INFO PID-22699 TID-69900831085360 ActionController::Base: Completed 401 Unauthorized in 3ms (ActiveRecord: 0.0ms) | |
[2015-12-16T13:32:28] INFO PID-22699 TID-69900831085360 Rails: Started GET "/users/sign_in" for 146.0.105.115 at 2015-12-16 13:32:28 +0100 | |
[2015-12-16T13:32:28] INFO PID-22699 TID-69900831085360 ActionController::Base: Processing by SessionsController#new as HTML | |
Rendered sessions/new.html.haml within layouts/with_header_with_footer (18.0ms) | |
Rendered shared/_links.haml (2.5ms) | |
Rendered layouts/_footer.html.haml (2.8ms) | |
Rendered layouts/_header.html.haml (1.5ms) | |
Rendered layouts/_open_graph.haml (2.0ms) | |
Rendered layouts/application.html.haml (19.4ms) | |
Rendered layouts/with_header.html.haml (21.5ms) | |
[2015-12-16T13:32:28] INFO PID-22699 TID-69900831085360 ActionController::Base: Completed 200 OK in 48ms (Views: 43.8ms | ActiveRecord: 0.0ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment