Last active
December 15, 2015 15:28
-
-
Save sibnerian/5281539 to your computer and use it in GitHub Desktop.
The relevent logs (from heroku)
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
2013-03-31T18:19:38+00:00 heroku[router]: at=info method=POST path=/users/password host=feed-me-maybe.herokuapp.com fwd="74.109.19.90" dyno=web.1 connect=4ms service=426ms status=500 bytes=643 | |
2013-03-31T18:39:25+00:00 app[web.1]: Processing by Devise::PasswordsController#create as HTML | |
2013-03-31T18:39:25+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"YKmbGB92G/JG7RF9FKi8mprGjyLdPojNH4P3mkTRPl0=", "user"=>{"email"=>"[email protected]"}, "commit"=>"Send me reset password instructions"} | |
2013-03-31T18:39:25+00:00 app[web.1]: Rendered devise/mailer/reset_password_instructions.html.erb (0.9ms) | |
2013-03-31T18:39:25+00:00 app[web.1]: | |
2013-03-31T18:39:25+00:00 app[web.1]: Sent mail to [email protected] (445ms) | |
2013-03-31T18:39:25+00:00 app[web.1]: Completed 500 Internal Server Error in 679 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment