Skip to content

Instantly share code, notes, and snippets.

@softa
Created May 14, 2010 22:33
Show Gist options
  • Save softa/401780 to your computer and use it in GitHub Desktop.
Save softa/401780 to your computer and use it in GitHub Desktop.
Processing UsersController#create (for 127.0.0.1 at 2010-05-14 16:59:59) [POST]
Parameters: {"commit"=>"Create", "action"=>"create", "authenticity_token"=>"XFJroHBsMoFLCJRqYC3Z15c7U3hooDDiqZW09pWAH6U=", "controller"=>"users", "user"=>{"password_confirmation"=>"[FILTERED]", "openid_identifier"=>"", "password"=>"[FILTERED]", "email"=>"wittgenstein@tractatus.org"}}
AppConfiguration Load (1.0ms) SELECT * FROM "configurations" WHERE ("configurations"."name" = E'Default configuration') AND ( ("configurations"."type" = 'AppConfiguration' ) ) LIMIT 1
Cache hit: Spree::Config ({})
Cache hit: Spree::Config ({})
SQL (0.3ms) BEGIN
User Load (1.5ms) SELECT "users".id FROM "users" WHERE (LOWER("users"."email") = E'wittgenstein@tractatus.org') LIMIT 1
User Load (1.0ms) SELECT "users".id FROM "users" WHERE (LOWER("users"."login") = E'wittgenstein@tractatus.org') LIMIT 1
User Load (0.3ms) SELECT "users".id FROM "users" WHERE ("users"."persistence_token" = E'8b2211023b79864659e7ac4ebb1f51362a4d35e7ca1bcb741e71d9d0f55d7421ae9478d45da4bc69a561c84ded554b8326098e97b38d73474312837f34a84bf2') LIMIT 1
User Load (0.3ms) SELECT "users".id FROM "users" WHERE ("users"."single_access_token" = E'v0Qa6y_GX2QChPgilq4s') LIMIT 1
Role Load (0.3ms) SELECT * FROM "roles" WHERE ("roles"."name" = E'user') LIMIT 1
SQL (0.6ms) INSERT INTO "users" ("salt", "ship_address_id", "created_at", "single_access_token", "last_request_at", "bill_address_id", "crypted_password", "remember_token_expires_at", "updated_at", "perishable_token", "api_key", "failed_login_count", "current_login_ip", "openid_identifier", "current_login_at", "remember_token", "persistence_token", "login_count", "last_login_ip", "last_login_at", "login", "email") VALUES(E'zGIlvY3r9tI42OcWZ9ZC', NULL, '2010-05-14 20:00:00.115490', E'v0Qa6y_GX2QChPgilq4s', '2010-05-14 20:00:00.114477', NULL, E'f971f283985e15983c89b7d89e52837cdd77dc7f065b72462fed770850eb9aac7f2207597832f36577240e4837899bf95cad2fb265dbbfb050adf6a16cefc50a', NULL, '2010-05-14 20:00:00.115490', E'KxeobwPE_Sk-uczRtvqk', NULL, 0, E'127.0.0.1', NULL, '2010-05-14 19:59:59.922021', NULL, E'8b2211023b79864659e7ac4ebb1f51362a4d35e7ca1bcb741e71d9d0f55d7421ae9478d45da4bc69a561c84ded554b8326098e97b38d73474312837f34a84bf2', 1, NULL, NULL, E'wittgenstein@tractatus.org', E'wittgenstein@tractatus.org') RETURNING "id"
SQL (0.4ms) INSERT INTO "roles_users" ("role_id", "user_id") VALUES (2, 1068482858)
Criando contato no Mailee (542.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment