Skip to content

Instantly share code, notes, and snippets.

@breim
Created March 29, 2015 05:42
Show Gist options
  • Select an option

  • Save breim/f72dc711dcfdda887391 to your computer and use it in GitHub Desktop.

Select an option

Save breim/f72dc711dcfdda887391 to your computer and use it in GitHub Desktop.
Started POST "/users/password" for 192.168.2.1 at 2015-03-29 02:41:38 -0300
Processing by Devise::PasswordsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"uAmZC6C1mFqombDEK7S1uS8gWZWajtxszjgOr01O+M4=", "user"=>{"email"=>"henrique@breim.com.br"}, "commit"=>"Me envie um e-mail para trocar a senha"}
User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'henrique@breim.com.br' ORDER BY "users"."id" ASC LIMIT 1
User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = '87d0b4cf9a08f9d5450e589849ad20e9dc34ee02a84d037d3efc786d0a36d740' ORDER BY "users"."id" ASC LIMIT 1
(2.1ms) BEGIN
SQL (0.6ms) UPDATE "users" SET "reset_password_sent_at" = $1, "reset_password_token" = $2, "updated_at" = $3 WHERE "users"."id" = 7 [["reset_password_sent_at", "2015-03-29 05:41:38.845826"], ["reset_password_token", "87d0b4cf9a08f9d5450e589849ad20e9dc34ee02a84d037d3efc786d0a36d740"], ["updated_at", "2015-03-29 05:41:38.850709"]]
Search Load (0.5ms) SELECT "searches".* FROM "searches" WHERE "searches"."search_id" = 7 AND "searches"."search_model" = 'User' ORDER BY "searches"."id" ASC LIMIT 1
(13.2ms) COMMIT
Search Store (36.7ms) {"id":7}
Redirected to http://dev:3000/users/sign_in
Completed 302 Found in 276ms (ActiveRecord: 18.1ms)
Started GET "/users/sign_in" for 192.168.2.1 at 2015-03-29 02:41:39 -0300
Processing by Devise::SessionsController#new as HTML
Rendered users/shared/_links.html.erb (0.4ms)
Rendered users/sessions/new.html.erb within layouts/application (25.0ms)
Completed 200 OK in 1410ms (Views: 1407.7ms | ActiveRecord: 0.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment