Created
June 7, 2014 02:34
-
-
Save mattdvhope/f566c5385be36370f65f 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
2014-06-07T02:32:45.497253+00:00 heroku[router]: at=info method=GET path=/register host=aqueous-badlands-4150.herokuapp.com request_id=5e6a55f9-2307-4ab4-bd7d-4d3867a1baa7 fwd="58.8.175.52" dyno=web.1 connect=2ms service=17ms status=200 bytes=2663 | |
2014-06-07T02:32:45.477733+00:00 app[web.1]: Processing by UsersController#new as HTML | |
2014-06-07T02:32:45.483591+00:00 app[web.1]: Rendered shared/_header.html.haml (0.2ms) | |
2014-06-07T02:32:45.484056+00:00 app[web.1]: Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) | |
2014-06-07T02:32:45.482735+00:00 app[web.1]: Rendered users/new.html.haml within layouts/application (4.0ms) | |
2014-06-07T02:32:45.475488+00:00 app[web.1]: Started GET "/register" for 58.8.175.52 at 2014-06-07 02:32:45 +0000 | |
2014-06-07T02:32:45.483817+00:00 app[web.1]: Rendered shared/_messages.html.haml (0.1ms) | |
2014-06-07T02:32:45.920306+00:00 heroku[router]: at=info method=GET path=/favicon.ico host=aqueous-badlands-4150.herokuapp.com request_id=08532e3b-26a6-4d7f-8929-8c7818df336b fwd="58.8.175.52" dyno=web.1 connect=1ms service=6ms status=200 bytes=228 | |
2014-06-07T02:33:24.389572+00:00 app[web.1]: Started POST "/users" for 58.8.175.52 at 2014-06-07 02:33:24 +0000 | |
2014-06-07T02:33:24.391822+00:00 app[web.1]: Processing by UsersController#create as HTML | |
2014-06-07T02:33:24.525224+00:00 app[web.1]: Rendered app_mailer/send_welcome_email.html.haml (1.7ms) | |
2014-06-07T02:33:24.391869+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"Q0xbtVSN6C/cnen+qlRAOa96G1AJx1AOS5s9J7nqxIA=", "user"=>{"email"=>"[email protected]", "password"=>"[FILTERED]", "full_name"=>"Tim Jones"}, "commit"=>"Sign Up"} | |
2014-06-07T02:33:24.726224+00:00 heroku[router]: at=info method=POST path=/users host=aqueous-badlands-4150.herokuapp.com request_id=a01df6b4-4bde-4222-8fd7-7736cb86c4ae fwd="58.8.175.52, 58.8.175.52" dyno=web.1 connect=2ms service=326ms status=500 bytes=919 | |
2014-06-07T02:33:24.707517+00:00 app[web.1]: | |
2014-06-07T02:33:24.708986+00:00 app[web.1]: | |
2014-06-07T02:33:24.707523+00:00 app[web.1]: Sent mail to [email protected] (179.8ms) | |
2014-06-07T02:33:24.708989+00:00 app[web.1]: Net::SMTPAuthenticationError (530-5.5.1 Authentication Required. Learn more at | |
2014-06-07T02:33:24.708992+00:00 app[web.1]: app/controllers/users_controller.rb:12:in `create' | |
2014-06-07T02:33:24.708991+00:00 app[web.1]: ): | |
2014-06-07T02:33:24.708994+00:00 app[web.1]: | |
2014-06-07T02:33:24.707688+00:00 app[web.1]: Completed 500 Internal Server Error in 316ms | |
2014-06-07T02:33:24.708996+00:00 app[web.1]: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment