(1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.4ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150303135922)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar NOT NULL, "password_digest" varchar NOT NULL, "password_salt" varchar NOT NULL, "nickname" varchar, "confirmed_at" datetime, "confirmation_key" varchar, "confirmation_key_expired_at" datetime, "reset_password_key" varchar, "reset_password_key_expired_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150303135922"]]  (0.8ms) commit transaction Migrating to CreateAdmins (20150317141956)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "admins" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar NOT NULL, "password_digest" varchar NOT NULL, "password_salt" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE UNIQUE INDEX "index_admins_on_email" ON "admins" ("email") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150317141956"]]  (0.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_admins_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_admins_on_email' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Dr. Nayeli Borer"], ["password_salt", "69027845e85c4ae8c861bc7b9a63c6c1c7f3a03ca1aa6c99da9e97702c34d07fbda1719c2301584a7f615697ccbd0b1d9f51a0ce784dca228426e1dfcc3dbb613fb895c11397469c89c0be5912d91539388e5026be12345b6e174524ff9719f54889001b6b7c9e801a1237d2a218e6e8f54dc80442ebeb7c02ebab779766c122"], ["password_digest", "bf38ec7454270055927b8a8a765803bcded11430de4a2fe0b737a7ca8ffa0d90"], ["created_at", "2015-10-13 07:17:08.630563"], ["updated_at", "2015-10-13 07:17:08.630563"]]  (1.0ms) commit transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.7ms) DELETE FROM "users";  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Cierra Dicki"], ["password_salt", "3f199e7fc12de4148d496c959e52195373861b0f11c8ec2064d01b22e0358fd623d219151e3db3c4e8c1a7058656891a3aa9dc1aaa606df18bcc0e2c0b2784dcba67ba09a7543aa6b27e6feaa72578ae55264fcaf6d9798ec76cd5b8766c8068f3f355675b712f83753ed4bd1789d2daa7570541e307d4355222037355c0b6be"], ["password_digest", "9c7a92f4e0630be9571dcdf30b350fc922e2bcd631610688e682b1c9148a42d9"], ["created_at", "2015-10-13 07:17:08.661275"], ["updated_at", "2015-10-13 07:17:08.661275"]]  (0.6ms) commit transaction  (0.8ms) DELETE FROM "users";  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user3@example.com"], ["nickname", "Tia Casper DVM"], ["password_salt", "77d8a3efef3a878a835a876d2dc4c20f9b7be6af127edecf0a449f5a00a3cdf64ae4f3f2c70ccb1478321d8dadb2e0e7f78b4cbc32476bc372764ad65ab1e1d0aae1ffb3c103fc8b3ce6f3aa285843dfdb601bfe7dc1af0606ca24c2ab71ea599a1ad65f56a7632096dc6c870f59a056d3a225552ef39df3076948b39d768827"], ["password_digest", "baa90be1bbca518ab19ea418e8603e8c9b2ded348b0af64a838829b4188a3ba2"], ["created_at", "2015-10-13 07:17:08.671121"], ["updated_at", "2015-10-13 07:17:08.671121"]]  (0.7ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]]  (0.7ms) DELETE FROM "users";  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Kamryn Koepp"], ["password_salt", "eac7deb80b7b4db9279ba730122282fd113ee372e47e9d2e02485cdd2153089fde919335dd16b9c5a4c8405bf23e85237cf8f95a7e9a71d9c7348c91eddeb4a062f8e9cc4533692d68353ffe7fd865ebedfe0d6531782216ed8fe73ce86b04129a855360777ef9e1cf62a67fb651cd9f8eda795729036113588e2e15338eca01"], ["password_digest", "11b53aa364c9db95045f61e6ad3910e58fbdc1b7bdd757126c2c64c5d2854093"], ["created_at", "2015-10-13 07:17:08.685462"], ["updated_at", "2015-10-13 07:17:08.685462"]]  (0.6ms) commit transaction Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-10-13 16:17:08 +0900 Processing by Nyauth::ConfirmationRequestsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (12.6ms) Completed 200 OK in 270ms (Views: 266.6ms | ActiveRecord: 0.0ms) Started POST "/confirmation_requests" for 127.0.0.1 at 2015-10-13 16:17:08 +0900 Processing by Nyauth::ConfirmationRequestsController#create as HTML Parameters: {"utf8"=>"✓", "confirmation_request"=>{"email"=>"user1@example.com"}, "commit"=>"Send"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "169fcd8d0cfff43b76832e844aa32f9d444b5d60cd9bc1f37dd89c1fd14f445d"], ["confirmation_key_expired_at", "2015-10-13 08:17:08.989206"], ["updated_at", "2015-10-13 07:17:08.989968"], ["id", 4]]  (0.5ms) commit transaction Redirected to http://www.example.com/ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.html.erb within layouts/nyauth/mailer (0.7ms) Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (0.5ms) Nyauth::RequestMailer#request_confirmation: processed outbound mail in 246.8ms Sent mail to user1@example.com (11.0ms) Date: Tue, 13 Oct 2015 16:17:09 +0900 From: from@example.com To: user1@example.com Message-ID: <561caff53e7b2_b29e3fee4e060208713d6@192.168.102.163.mail> Subject: Request confirmation Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_561caff53c9a0_b29e3fee4e060208712b0"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_561caff53c9a0_b29e3fee4e060208712b0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Plese confirm your email http://www.example.com/confirmations/169fcd8d0cfff43b76832e844aa32f9d444b5d60cd9bc1f37dd89c1fd14f445d ----==_mimepart_561caff53c9a0_b29e3fee4e060208712b0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Plese confirm your email

confirm

----==_mimepart_561caff53c9a0_b29e3fee4e060208712b0-- Completed 302 Found in 275ms (ActiveRecord: 1.3ms) Started GET "/" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/confirmations/169fcd8d0cfff43b76832e844aa32f9d444b5d60cd9bc1f37dd89c1fd14f445d" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::ConfirmationsController#update as HTML Parameters: {"confirmation_key"=>"169fcd8d0cfff43b76832e844aa32f9d444b5d60cd9bc1f37dd89c1fd14f445d"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "169fcd8d0cfff43b76832e844aa32f9d444b5d60cd9bc1f37dd89c1fd14f445d"]]  (0.0ms) begin transaction SQL (0.3ms) UPDATE "users" SET "confirmed_at" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-10-13 07:17:09.286553"], ["confirmation_key", nil], ["updated_at", "2015-10-13 07:17:09.287141"], ["id", 4]]  (0.6ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 9ms (ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]  (0.9ms) DELETE FROM "users";  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Marilyne Murray IV"], ["password_salt", "f3074bd815e15d61735618e8a8790647f761589d30e72fb4cf27e5df6e3f9063bbc2cf137d60a4546a777be4bf59be9b7813cab00d774c32f7c326885a97b9eb511c58a729f07b5a19272b7320f87186145c63906cdbd2c54cc56b4e877a16b6c61f93e52e14442abd5148e9082881f0c9ff9ff3aa14fb0b798f9b44d4816772"], ["password_digest", "8beea501812339d51fd483b5afe480f4c229f57444d34e9dd0f60d9ec4f3d7f0"], ["created_at", "2015-10-13 07:17:09.304158"], ["updated_at", "2015-10-13 07:17:09.304158"]]  (0.7ms) commit transaction Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::ConfirmationRequestsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started POST "/confirmation_requests" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::ConfirmationRequestsController#create as HTML Parameters: {"utf8"=>"✓", "confirmation_request"=>{"email"=>"user2@example.com"}, "commit"=>"Send"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]  (0.0ms) begin transaction SQL (0.2ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "1afd29abb2cc0e6aaea89bdbafb0a729a5e6830cf06d629bfd29e7d9a30fe11b"], ["confirmation_key_expired_at", "2015-10-13 08:17:09.313595"], ["updated_at", "2015-10-13 07:17:09.313986"], ["id", 5]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.html.erb within layouts/nyauth/mailer (0.2ms) Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (0.1ms) Nyauth::RequestMailer#request_confirmation: processed outbound mail in 1.9ms Sent mail to user2@example.com (2.1ms) Date: Tue, 13 Oct 2015 16:17:09 +0900 From: from@example.com To: user2@example.com Message-ID: <561caff54e11a_b29e3fee4e0602087158a@192.168.102.163.mail> Subject: Request confirmation Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_561caff54dbbf_b29e3fee4e060208714d5"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_561caff54dbbf_b29e3fee4e060208714d5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Plese confirm your email http://www.example.com/confirmations/1afd29abb2cc0e6aaea89bdbafb0a729a5e6830cf06d629bfd29e7d9a30fe11b ----==_mimepart_561caff54dbbf_b29e3fee4e060208714d5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Plese confirm your email

confirm

----==_mimepart_561caff54dbbf_b29e3fee4e060208714d5-- Completed 302 Found in 9ms (ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/confirmations/1afd29abb2cc0e6aaea89bdbafb0a729a5e6830cf06d629bfd29e7d9a30fe11b" for 127.0.0.1 at 2015-10-13 19:17:09 +0900 Processing by Nyauth::ConfirmationsController#update as HTML Parameters: {"confirmation_key"=>"1afd29abb2cc0e6aaea89bdbafb0a729a5e6830cf06d629bfd29e7d9a30fe11b"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "1afd29abb2cc0e6aaea89bdbafb0a729a5e6830cf06d629bfd29e7d9a30fe11b"]]  (0.0ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmations/edit.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 5.1ms | ActiveRecord: 0.0ms)  (0.8ms) DELETE FROM "users";  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Mr. Chester Wehner"], ["password_salt", "bb7a15c14943bd7cb4a1884c6439b156461ce901f9d650fad0895d1380dce6984ed5c4678fc18f456aa8801ee60d561e63d20869e35c314f16b87c037776d550f5905a19a035909be0206708d5c483695aa1e3b08770ce449cb5c117ed726572f9c60e9a1d5be5290d62269135120065cc3f64e12074a413dd127bc1aa7eeee8"], ["password_digest", "98d6f22ce43d213321ed70e507e44a373956d2a2616af2da8ae5579b78c84268"], ["created_at", "2015-10-13 07:17:09.343222"], ["updated_at", "2015-10-13 07:17:09.343222"]]  (0.6ms) commit transaction Started GET "/password/edit" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::PasswordsController#edit as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "6"]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "6"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.erb within layouts/application (2.8ms) CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "6"]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "6"]] Completed 200 OK in 11ms (Views: 8.1ms | ActiveRecord: 0.2ms) Started PATCH "/password" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::PasswordsController#update as HTML Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "6"]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "6"]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]]  (0.0ms) begin transaction SQL (0.2ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "6b95e64ff651de1777d276efadce49f732dda9cca499f27198a03eb4167188dc944ba9de90f04899d3102431e9e1ce5c9b68b05a81d38703e9f84156d783c6cf20b4a4a696a6a6db86bdbe85326b5670b5d0442d1389156a9ea75f047f02579c1ae658eb40db38de94097a8bc523e64d65278fa2bdc76b7602d29b97740152ec4"], ["password_digest", "29062d5132c39ed8b750e6da224cd6d6d8753015e38622055e691cf738a38dd9"], ["updated_at", "2015-10-13 07:17:09.370446"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 11ms (ActiveRecord: 1.3ms) Started GET "/" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "6"]] Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.8ms) DELETE FROM "users";  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Micheal Hettinger"], ["password_salt", "681cde66db68b5b979baba2f7eb203991bb350e7c5d7ff376e4df02471de310bd2a4b03b8bf9851966e0c5260876afb805b2af0d090fee426af5c0efdafd9d4be665e2e39e87ec3bc911fcc88f14577b9eafc10c3798eb231fff665c0f4695e914a9d74703ea2c8fec58db4f56c52fa04303ee1388c3121f8a5bf9ec3ca76241"], ["password_digest", "241759b2e6031ccfd139a519d229ce7b9119241453b7a12e9c6f88b8ff240c12"], ["created_at", "2015-10-13 07:17:09.386483"], ["updated_at", "2015-10-13 07:17:09.386483"]]  (0.6ms) commit transaction Started GET "/password/edit" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::PasswordsController#edit as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "7"]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "7"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.erb within layouts/application (0.8ms) CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "7"]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "7"]] Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms) Started PATCH "/password" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::PasswordsController#update as HTML Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "7"]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "7"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.erb within layouts/application (1.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "7"]] Completed 200 OK in 8ms (Views: 2.7ms | ActiveRecord: 0.4ms)  (0.9ms) DELETE FROM "users"; Started GET "/registration/new" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::RegistrationsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (2.1ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started POST "/registration" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "registration"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "user1@example.com"], ["password_salt", "ede79c8dbd5ce5b6d07138da7a4f1630df4c83081e88f615cdb9103340484a50257e14648b994e6ac7e2c7325d1747fe37ad36b4ef02705bd879c97fef008ed9c5a8282caabb4cf166afc06473d856e91c1671a05da10a2b993ae210c9a40be68e48b00b19d86589dfbb0244ff2b9d423d2273783c2bc25f40ea4fcd20a96a18"], ["password_digest", "ba6e6ae73dccd7788edd377d881fa00df23d28c0b0197a06db30e25e1240d35d"], ["created_at", "2015-10-13 07:17:09.430399"], ["updated_at", "2015-10-13 07:17:09.430399"]]  (0.5ms) commit transaction Redirected to http://www.example.com/ Completed 302 Found in 14ms (ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "8"]] Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.7ms) DELETE FROM "users"; Started GET "/registration/new" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::RegistrationsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started POST "/registration" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "registration"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (1.6ms) Completed 200 OK in 16ms (Views: 2.4ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Nikolas Ondricka"], ["password_salt", "d976fc6686409253e8d42a7152d19dab47e62c94d5a4770208bc999fd7766af539a5a5e1b094ff20c04c9fa4718b94028a97184e44747b4e248d5e38889292187e96e00b7118e4ed316bde68c44010717124f6b3e1e1ce1421931cef8fadebcaeedd4649f7be9cea4ee627f84bc0ebd943cde19be8680344982293958087cbe3"], ["password_digest", "ceef5aaac7617f9fbb67a1fd5f06c9554879e97fc533fb763eed36d0fca9e288"], ["created_at", "2015-10-13 07:17:09.478913"], ["updated_at", "2015-10-13 07:17:09.478913"]]  (0.9ms) commit transaction Started GET "/reset_password_requests/new" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::ResetPasswordRequestsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_password_requests/new.html.erb within layouts/application (2.9ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms) Started POST "/reset_password_requests" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::ResetPasswordRequestsController#create as HTML Parameters: {"utf8"=>"✓", "reset_password_request"=>"[FILTERED]", "commit"=>"Send"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]  (0.0ms) begin transaction SQL (0.6ms) UPDATE "users" SET "reset_password_key" = ?, "reset_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_key", "4d9069d760b2bffa154ab70d7562c22c2ed45cdc6954e24fdade46c8cc92c2b0"], ["reset_password_key_expired_at", "2015-10-13 08:17:09.501208"], ["updated_at", "2015-10-13 07:17:09.501662"], ["id", 9]]  (0.7ms) commit transaction Redirected to http://www.example.com/ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.html.erb within layouts/nyauth/mailer (0.8ms) Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.text.erb within layouts/nyauth/mailer (0.4ms) Nyauth::RequestMailer#request_reset_password: processed outbound mail in 21.6ms Sent mail to user1@example.com (3.0ms) Date: Tue, 13 Oct 2015 16:17:09 +0900 From: from@example.com To: user1@example.com Message-ID: <561caff58164d_b29e3fee4e0602087174@192.168.102.163.mail> Subject: Request reset password Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_561caff580e16_b29e3fee4e06020871654"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_561caff580e16_b29e3fee4e06020871654 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Plese set your new password http://www.example.com/reset_passwords/4d9069d760b2bffa154ab70d7562c22c2ed45cdc6954e24fdade46c8cc92c2b0/edit ----==_mimepart_561caff580e16_b29e3fee4e06020871654 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Plese set your new password

set new password

----==_mimepart_561caff580e16_b29e3fee4e06020871654-- Completed 302 Found in 33ms (ActiveRecord: 1.5ms) Started GET "/" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/reset_passwords/4d9069d760b2bffa154ab70d7562c22c2ed45cdc6954e24fdade46c8cc92c2b0/edit" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::ResetPasswordsController#edit as HTML Parameters: {"reset_password_key"=>"[FILTERED]"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_key" = ? LIMIT 1 [["reset_password_key", "4d9069d760b2bffa154ab70d7562c22c2ed45cdc6954e24fdade46c8cc92c2b0"]] Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_passwords/edit.html.erb within layouts/application (1.7ms) Completed 200 OK in 9ms (Views: 6.4ms | ActiveRecord: 0.2ms) Started PATCH "/reset_passwords/4d9069d760b2bffa154ab70d7562c22c2ed45cdc6954e24fdade46c8cc92c2b0" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::ResetPasswordsController#update as HTML Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Set", "reset_password_key"=>"[FILTERED]"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_key" = ? LIMIT 1 [["reset_password_key", "4d9069d760b2bffa154ab70d7562c22c2ed45cdc6954e24fdade46c8cc92c2b0"]]  (0.0ms) begin transaction SQL (0.3ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "reset_password_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "91e596c2688ac90fcab99880842f33e609139525a250e01c5cec59bb5c942226e14d335e522b9eab1f8772cdfc389e932a3ce675ac6f4dfecb0d96772aec003f1ddd3ad1f442de554910cc621dafe441433c0d88d93fcb7551b65860e50ef438ddefd5f7b99be18bda5c0bbb802d7549675103eea55a799647f1e7ef4932c0b35"], ["password_digest", "c1a3ed55283fa9aca46995d2a50be4eea74c046b8b792b6377c853f13d906176"], ["reset_password_key", nil], ["updated_at", "2015-10-13 07:17:09.559729"], ["id", 9]]  (0.6ms) commit transaction Redirected to http://www.example.com/session/new Completed 302 Found in 11ms (ActiveRecord: 1.0ms) Started GET "/session/new" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (2.7ms) Completed 200 OK in 10ms (Views: 7.4ms | ActiveRecord: 0.0ms)  (0.9ms) DELETE FROM "users";  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Augusta Kovacek"], ["password_salt", "c8acc9c0edfab3dddefd260bc0665e33eb2ce50c2f9e5a81aac63bfd38125c8a4a2894d6b9a80261748d33b97cb7903d3ad2ac1b802e71d7954774cd7802f201bf1566a09610eafa2e1401a43471f998f7722594a8570044564b7862932d98c185e87c2ef8783fa06f13e76a4701181ba5804fe053e0ba8b5376fe8942cf3bdc"], ["password_digest", "8d8b8318b89b7ef7458c0c6a6d865a5b1274028f8990c9bb1fdd51036eea4e36"], ["created_at", "2015-10-13 07:17:09.587031"], ["updated_at", "2015-10-13 07:17:09.587031"]]  (0.7ms) commit transaction Started GET "/reset_password_requests/new" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::ResetPasswordRequestsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_password_requests/new.html.erb within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started POST "/reset_password_requests" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::ResetPasswordRequestsController#create as HTML Parameters: {"utf8"=>"✓", "reset_password_request"=>"[FILTERED]", "commit"=>"Send"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]  (0.0ms) begin transaction SQL (0.2ms) UPDATE "users" SET "reset_password_key" = ?, "reset_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_key", "e74bcbeeba0cfded66362b97b7c1ad46be4be15758682b5445ec86f2850251b7"], ["reset_password_key_expired_at", "2015-10-13 08:17:09.597711"], ["updated_at", "2015-10-13 07:17:09.598116"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://www.example.com/ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.html.erb within layouts/nyauth/mailer (0.5ms) Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.text.erb within layouts/nyauth/mailer (0.2ms) Nyauth::RequestMailer#request_reset_password: processed outbound mail in 2.8ms Sent mail to user2@example.com (2.6ms) Date: Tue, 13 Oct 2015 16:17:09 +0900 From: from@example.com To: user2@example.com Message-ID: <561caff593dae_b29e3fee4e060208719bf@192.168.102.163.mail> Subject: Request reset password Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_561caff593698_b29e3fee4e0602087187e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_561caff593698_b29e3fee4e0602087187e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Plese set your new password http://www.example.com/reset_passwords/e74bcbeeba0cfded66362b97b7c1ad46be4be15758682b5445ec86f2850251b7/edit ----==_mimepart_561caff593698_b29e3fee4e0602087187e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Plese set your new password

set new password

----==_mimepart_561caff593698_b29e3fee4e0602087187e-- Completed 302 Found in 11ms (ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/reset_passwords/e74bcbeeba0cfded66362b97b7c1ad46be4be15758682b5445ec86f2850251b7/edit" for 127.0.0.1 at 2015-10-13 19:17:09 +0900 Processing by Nyauth::ResetPasswordsController#edit as HTML Parameters: {"reset_password_key"=>"[FILTERED]"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_key" = ? LIMIT 1 [["reset_password_key", "e74bcbeeba0cfded66362b97b7c1ad46be4be15758682b5445ec86f2850251b7"]] Redirected to http://www.example.com/session/new Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/session/new" for 127.0.0.1 at 2015-10-13 19:17:09 +0900 Processing by Nyauth::SessionsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.8ms) DELETE FROM "users"; Started GET "/session/new" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.0ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Adella Lindgren"], ["password_salt", "9bcd5175d411f2f4189a4ef7028a47f189d790f70a30e672a5efc451abb269f1d3203df2969a5d51c228be4bf069262882fb30e9da66255735235930d1b4a8ce04ac4ef8e38d28523a691e634de32be89f4b67e3ac11f35343df94fbc6a9e23034609017df8d3e96bfc2e50d710905c2a26d844b117ced12e124979aa5b09a5a"], ["password_digest", "6c3954399bb011735c31eac35d331081f02b6a3c617070b3496d46f9a959c478"], ["created_at", "2015-10-13 07:17:09.635824"], ["updated_at", "2015-10-13 07:17:09.635824"]]  (0.6ms) commit transaction Started POST "/session" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "user1@example.com"]] Redirected to http://www.example.com/ Completed 302 Found in 8ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "11"]] Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.9ms) DELETE FROM "users"; Started GET "/session/new" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.2ms) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started POST "/session" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", ""]] Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.0ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.1ms) Started GET "/secret_page" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by SecretPagesController#show as HTML Redirected to http://www.example.com/session/new Filter chain halted as # rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/session/new" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.2ms) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Brady Denesik"], ["password_salt", "1a0034cbc6f680afb0325ebbf8559271d09c59f2abb5fd6fc8b77ea2dd03e6704ce516139b2ed51abf034cfddf34315ba48d176e94f4e6e82912a33934d9a2ebabbbab06918d4c69018a2224c7a656f2e2100aa4afaa944674a9947486dc95020a5511e986f9cd98411d6de9c2f9bd5f4bced479e91b3e0c0ea88f5dee06c78b"], ["password_digest", "e8f1ddb0778a5c152600a027e184ad8f56f2f35dc813d4c006d49531739d43c2"], ["created_at", "2015-10-13 07:17:09.695637"], ["updated_at", "2015-10-13 07:17:09.695637"]]  (0.8ms) commit transaction Started POST "/session" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"user2@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "user2@example.com"]] Redirected to http://www.example.com/secret_page Completed 302 Found in 7ms (ActiveRecord: 0.1ms) Started GET "/secret_page" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by SecretPagesController#show as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "12"]] Rendered secret_pages/show.html.erb within layouts/application (3.1ms) CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "12"]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "12"]] Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)  (0.9ms) DELETE FROM "users";  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user3@example.com"], ["nickname", "Foster Stanton"], ["password_salt", "c3955b082ab4706b0b2c121ea34d5aa06b535f1c92ae1b8d61678da07b819e541c151a9d8d47bdeae332c849090b2053ba9e46db8e414a2a4142dd22a7ceb6f2229d641ed769cfcdd09adbba488c44070902df9946a087ac63cae052cd9811e87857cbc04004e3bd7576953b487a2f7047523198ec79c7db925c982ad2da8cc7"], ["password_digest", "d314ed5d998116e1e37cb971f9e84187bb8b4bae936d77787c205ec5f2996580"], ["created_at", "2015-10-13 07:17:09.728266"], ["updated_at", "2015-10-13 07:17:09.728266"]]  (0.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "13"]] Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms) Started DELETE "/session" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#destroy as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "13"]] Redirected to http://www.example.com/session/new Completed 302 Found in 6ms (ActiveRecord: 0.1ms) Started GET "/session/new" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.4ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (1.1ms) DELETE FROM "users"; Started GET "/admin/session/new" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.8ms) Completed 200 OK in 7ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "admins" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "admin1@example.com"], ["password_salt", "cef87d4e0bb8895b79d519f2e15dd20c1b085399ff9801a942ff43d18f58262ec68ff46265c83ba1eeef1d2696a666345e73ccca0f21483b96fd5db7ea1dbe6bd40e1c04fd5452f5d462a46ee37584b0301c10ac7459381ade1e08fcfc22d471cea895fd7ce660b765cbdc0dff4677434633e2f607756d3657115edf1744184c"], ["password_digest", "042e671c7e826ff0de07066dcc0c3c17bd70aef8f3327e0acb8ccf7dc883f82a"], ["created_at", "2015-10-13 07:17:09.770990"], ["updated_at", "2015-10-13 07:17:09.770990"]]  (0.8ms) commit transaction Started POST "/admin/session" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"admin1@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? ORDER BY "admins"."id" DESC LIMIT 1 [["email", "admin1@example.com"]] Redirected to http://www.example.com/ Completed 302 Found in 9ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.0ms) Admin Load (0.3ms) SELECT "admins".* FROM "admins" WHERE "admins"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "admins".* FROM "admins" WHERE "admins"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.3ms)  (0.7ms) DELETE FROM "admins"; Started GET "/admin/session/new" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.0ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started POST "/admin/session" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? ORDER BY "admins"."id" DESC LIMIT 1 [["email", ""]] Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (0.9ms) Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "admins" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "admin2@example.com"], ["password_salt", "effcc8151a2d965caee8042d899e30f1d152593d9a9eefdb5f26da0f5e825cd048492f717feb67a1d8c6543df889baf18c5d97616d029d0a5b03ca18a7f71d0ca2410ba13e3190a977436b377bdd9e2336ba67fbba8dd50fe5433e0a491638ca424a698e60b68a7bb2e3839e9357a8b320fe6151609155bab3301fc19ef70eb2"], ["password_digest", "a6a51045cf42b15611259fffad05242f22a8003e464e02158e82acc3765e7ce2"], ["created_at", "2015-10-13 07:17:09.810897"], ["updated_at", "2015-10-13 07:17:09.810897"]]  (0.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.0ms) Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "admins".* FROM "admins" WHERE "admins"."id" = ? LIMIT 1 [["id", "2"]] Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms) Started DELETE "/admin/session" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#destroy as HTML Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "admins".* FROM "admins" WHERE "admins"."id" = ? LIMIT 1 [["id", "2"]] Redirected to http://www.example.com/admin/session/new Completed 302 Found in 3ms (ActiveRecord: 0.1ms) Started GET "/admin/session/new" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (1.0ms) DELETE FROM "admins"; Started GET "/session/new" for 127.0.0.1 at 2015-10-13 16:17:09 +0900 Processing by Nyauth::SessionsController#new as HTML Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "confirmation_key", "confirmation_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Therese Dickinson II"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-10-13 08:17:09.895951"], ["password_salt", "b2ce68c786406026ff604457c5eb3f5eb4514e040d10bd5f66c5351c3b92f87685187dfbf9ee482742dd9c411b6e4f8429975881b77c9687e536f62776de3ec1072f8c6a0d3dcd3d9095b940283094c9501907b0555c64a8700a513d3c186441e14365378ffbe875c3d862eb2ae2283a37c738092b56e9d7e619461069407a9a"], ["password_digest", "6e21e55edffd7f705bd5613bf36b6028fa551ea4dbf42e75c309538fca5d4d7f"], ["created_at", "2015-10-13 07:17:09.900709"], ["updated_at", "2015-10-13 07:17:09.900709"]]  (0.6ms) commit transaction Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.html.erb within layouts/nyauth/mailer (0.4ms) Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (0.1ms) Nyauth::RequestMailer#request_confirmation: processed outbound mail in 3.2ms  (0.9ms) DELETE FROM "users";  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "reset_password_key", "reset_password_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Dr. Theodora Kris"], ["reset_password_key", "key"], ["reset_password_key_expired_at", "2015-10-13 08:17:09.909709"], ["password_salt", "81f6482eed8fa4da7da659d2e51d8f2c940de4d239383c9e6f03315f7c01fa0884b4c3688e3af16fcc7f5978aeb9f11e99557f60763171590205ac3af71a0ad95ea4570c22b039bb8c705ea9dc6ec7346f52f856d3c47d69743a986309c214500646425e828bf69939613a21d2fc604591c8c8504a8b5404d61d3a86e12ad99c"], ["password_digest", "9f1007d43b84b5aacdf740df44d5a4044d145c041a3d46372216f31a5e9353c3"], ["created_at", "2015-10-13 07:17:09.913454"], ["updated_at", "2015-10-13 07:17:09.913454"]]  (0.7ms) commit transaction Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.html.erb within layouts/nyauth/mailer (0.3ms) Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.text.erb within layouts/nyauth/mailer (0.2ms) Nyauth::RequestMailer#request_reset_password: processed outbound mail in 2.5ms  (0.7ms) DELETE FROM "users";  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Ms. Emma Torp"], ["password_salt", "8d5fb8a0163e037f444e5f766931ad06c2ff5ec53e6703c3d3bdbad6bc2a24f615e7637d94fc051a75076a4caf2759a10e1efa2fbbbe6a157472019d3ebfd204767f672e3abf0c6fe8355fd88665ca60f9275f94cdbc60edec745496e3b4bbd29340d29e50422da4a20f07aeb3a3eaeb938fede247600eb3fafbd70ea8b1a1c6"], ["password_digest", "5dc65da03a94c7dc2b30796a7ee9a11547a7c899b373f54930d9a2f96de51108"], ["created_at", "2015-10-13 07:17:09.926224"], ["updated_at", "2015-10-13 07:17:09.926224"]]  (0.6ms) commit transaction  (0.7ms) DELETE FROM "users";  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Vincenzo Greenholt Jr."], ["password_salt", "dcdf1bfaafa597e4f96bc6406ce67b5784736bc35808ed5c81c6c4f3aa04a354e3a9b1b56fcb900b6425d3b7d286144258adc965b8344d0af1fd3e976628d7958a8be5bb15249ff1d3d0a5891c0419fe62ba63822c89dfc86f39d48fb1249f23f3034b7889cc7d357da0c4a406162858019a3a0b1d3c586300d98409f79f2852"], ["password_digest", "e6b1c734d91fe79629e07d93f1dabd7d711335b83b2b9c392061f9dd33debcf7"], ["created_at", "2015-10-13 07:17:09.933773"], ["updated_at", "2015-10-13 07:17:09.933773"]]  (0.5ms) commit transaction  (0.8ms) DELETE FROM "users";  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user3@example.com"], ["nickname", "Jewel Keebler III"], ["password_salt", "991ccd06ea0d450a6d021e9b1351a7d53811775280ea4680493420822a3085a9e5ec293a13c5932c78ad2f730ddd39ac31257c7ebec4be027599d4b8dc4b2952ce101d87c0d1cce0d28edd3b69aefabe699b9164c15de83b335bca5b62b7332e01884cdef07fc1bf4091c61aa6c501d3753d9dc8a66219fa71e6cf5f1b2a0f74"], ["password_digest", "acef3cf9be848410a27b7428531f01eb2bfe7c1009dcd19cb03c8204f39d0f4e"], ["created_at", "2015-10-13 07:17:09.946303"], ["updated_at", "2015-10-13 07:17:09.946303"]]  (0.7ms) commit transaction  (0.7ms) DELETE FROM "users";  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Chadrick White"], ["password_salt", "ae9bdd5cc7eb3fbf1b876557654608419423cc9350d2597900da9b72441d581ef4c66f16161220c5f3a461f228f02e34aa7fb362aeef32e95d6eac6e9f4e5e02605ef14e819f9b2000c9c92fe2e4bec4e2c7901806ec880fd7939fecac2b5afe74f944bab0f9077f58c033104c37b3f657ec1fe5329589185d69b6db42278348"], ["password_digest", "34de145573046073310f0dfeb6779aa12919c3e1c1479bceb3b05a34f55fae75"], ["created_at", "2015-10-13 07:17:09.957412"], ["updated_at", "2015-10-13 07:17:09.957412"]]  (0.6ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]  (0.7ms) DELETE FROM "users";  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Jaron Rohan"], ["password_salt", "5d06f2f91617406e9a6fd387ca61ff4560d7b3860612b8e62e087e55a5ced1083e8d6184872431ac0f358a32107f1c985e0200c2b372c790e3a6f62e6c5f706b1af159d6ef39993a843190faf72ac6e88a7d745ee6a58baf9af9255b0088a8f825cade739b38d3cc231e9fa080e1bd4be92aeb680d88fe46c92c1a438622bec5"], ["password_digest", "c2d52a1fb43442093d06ad7178914807cb4921c1b5c94091f276d0e21ebf960f"], ["created_at", "2015-10-13 07:17:09.969887"], ["updated_at", "2015-10-13 07:17:09.969887"]]  (0.6ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]  (0.7ms) DELETE FROM "users";  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Summer Romaguera"], ["password_salt", "c86cee01af24c1c50b29fd82d3add1ec0011681d096ccb58f5545927f8f6537b0a22774e87d2b2a89a6579db21313fe9ec7f30cf5d9162ebc485fee2164407aa20877eaade88bce4b70c876a9aa14e866976a229d025c524751e8323a4cdc5424dfc4e75d101fac7343f788410a1ebcef745b8c6a745f7f667acfe1ac00296d9"], ["password_digest", "84cb7e4fd7ae2085228017f61ee4a4820004ff0003a93c7d5fd01e6250da6197"], ["created_at", "2015-10-13 07:17:09.981129"], ["updated_at", "2015-10-13 07:17:09.981129"]]  (0.8ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]  (0.7ms) DELETE FROM "users";  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Paula DuBuque"], ["password_salt", "acafaf47f210ec7fff4c3a14152513aa55fc55d4a381097834b84d2c16da4ed1e20ece559b3a1616c755b9e90c84d5611af66d3fdb3080ef40ab4525af790ccd8a78017285f401feddd4f5d97cc5b12f60e0699148fe34cd5a7e04626524997f2451a9446c96fd7f637d99d8b15a6350ac8bf8b3c7cb93cb81baf80e06f0c4fa"], ["password_digest", "7231947af127b2a0508807fc4202b1328c15d64c53b3d0a5f88d217382a2730b"], ["created_at", "2015-10-13 07:17:09.990885"], ["updated_at", "2015-10-13 07:17:09.990885"]]  (0.5ms) commit transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]  (0.6ms) DELETE FROM "users";  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "confirmation_key", "confirmation_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user4@example.com"], ["nickname", "Sydnee Hyatt"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-10-13 08:17:09.995967"], ["password_salt", "249d2b56b2b75e606bb6ac12b7c1e2af89898a84e22effa28e651e1bd83e93a3b66f3dde7c5f48439120e17e852cf899f199535a364d7882b491756833f87b0948e0e4138c4c624a23a721206e16c6fcd3ba2b500e3665b46df3837a423f26ef20b4e6bfa64fc94ba334371e9164e10997689c4875d530b9a8a917a781dfc556"], ["password_digest", "89302f31adeb1b28c3348e1127495db36872634b81ee15516fbb54f89b58c89b"], ["created_at", "2015-10-13 07:17:10.002574"], ["updated_at", "2015-10-13 07:17:10.002574"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-10-13 07:17:10.004446"], ["password_salt", "23f735c68719791b7ce86879f3285a52bef95aebf598f80f6f6e209fc6aaaffa85c7e9b038281a06b89649e83eae32ef60cc0631dd53cab54e9fe1d2620bd0887ee880e31ccf557f9d8182be6e535457ef8afad1c311bd4bb3e97e5a61a2c0761fe4c1b4fd466e4e87c95e10991c5e771443d7a137fba944f73cdc6eedaf5d54e8"], ["password_digest", "c65e1dc61c63a80c055adc65ab57e230285010a6d03cd1fa4400d0a4ed2e99bd"], ["confirmation_key", nil], ["updated_at", "2015-10-13 07:17:10.004446"], ["id", 23]]  (0.0ms) commit transaction  (0.7ms) DELETE FROM "users";  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "confirmation_key", "confirmation_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user5@example.com"], ["nickname", "Mrs. Shawn Lebsack"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-10-13 08:17:10.011946"], ["password_salt", "8faed4e1f49f7cc85c2233fa5f6ede7f40a5a1175b88fa4df70e3da356e771d42b0cfc62e466bc30afb91a828b7cab8c636a0b6b35b3191fba5932899a80b996d52ae992661a3d31011909b74ffdc771c71d3fe57d7d5071a9b38bf4b3f7be4819cf49898391019ab21f4c0c73db0273f0dc57d2c90c7cd7d4fd85691faa8347"], ["password_digest", "04d1bc60355eb2935e490c0808301868a5a80b2f3638911a7799272521cd4cf1"], ["created_at", "2015-10-13 07:17:10.016698"], ["updated_at", "2015-10-13 07:17:10.016698"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-10-13 07:17:10.018848"], ["password_salt", "248691419cec1cb206ed796b9c16455c0147ba80bfcef563f0025fa2bac0126272896ab74cc5562f4cd9f9a9b4d685e5ee977bc0d8a508154c2fd478df567f9a5571ddd2b7a8f8dd13a6fbd5a4e139993b0754255bbcb71c2a68e43132fadbe30242d9b6307f13dbdd0b774737751c2780e4bf04b33c53608c8185f30750c4b4cd"], ["password_digest", "59f06e3fc3786dd8bd34e960560303b3ef7094ced2d09786a6addb7930b2bff9"], ["confirmation_key", nil], ["updated_at", "2015-10-13 07:17:10.018848"], ["id", 24]]  (0.0ms) commit transaction  (0.7ms) DELETE FROM "users";  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "confirmation_key", "confirmation_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user6@example.com"], ["nickname", "Marlene Runte"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-10-13 08:17:10.028380"], ["password_salt", "478cd6c636d969a7da7baf5cfb8049e3253f2a999adc60a9e9ae14587610240623af97611839b25bc289c21775c2ce6fae2e8e909ece2ff0b65a946e50bee251a15401e96e6947e9d8dc710ec4b0c5757b30d81a1f0e1eed65f1467b176db1d3872adfe0223ecde3753dca81ee467e7f404c242365b19cb1352568e124f6d203"], ["password_digest", "2820afcf79deb44331d9b421ca19c943b5c0f2df17a7390d7921c896f1924ba9"], ["created_at", "2015-10-13 07:17:10.032269"], ["updated_at", "2015-10-13 07:17:10.032269"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-10-13 07:17:10.034031"], ["password_salt", "25b8335a36809aadf6b0b79aa6fcfdfd3bf96490025c60a82ca190291ed68dfe11d9556d42969a58bada9c9f63a483480235f231d1a9b374d4658bf318e2f4f082f0cd54de76da54ddea03b4ca31e3c7d7a148ebdfdfe43edec8d64e21767fae69c14b98ac2256341857b0ddcfff375ead3c8f601120fcf50e427f1aa6df7f5a68"], ["password_digest", "8e9e879f0c8fddc4d9eb048c225b52fdd060e53571ac52e9582293e69f532adb"], ["confirmation_key", nil], ["updated_at", "2015-10-13 07:17:10.034031"], ["id", 25]]  (0.0ms) commit transaction  (0.6ms) DELETE FROM "users";  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user7@example.com"], ["nickname", "Jalen Keeling"], ["password_salt", "3cdd61ba5473a57f0d198252c56f5adf9363911935e684ccd764e093db7c15baa81ceb5368bbb2eca1795541e7801005a12a4ddd50bee2643528ac4c351f51493086ac843e9c38b0765a1c10cebe3287cf1b7c78d10f093ab490cb574d98acbfcd0e94f2c1449449366c5b235165473684074efa4510cee5cf90ee84b1f04574"], ["password_digest", "9ed0e0b00e6402819c121ebee6ce23a31ebb959272aabb43e99e47d07d38c96b"], ["created_at", "2015-10-13 07:17:10.063392"], ["updated_at", "2015-10-13 07:17:10.063392"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "users" SET "reset_password_key" = ?, "reset_password_key_expired_at" = ?, "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_key", "c933c1774755b619ff4b93c0124fbf4d9838ac9c6f9c5d3a0a108d4ba299271b"], ["reset_password_key_expired_at", "2015-10-13 08:17:10.066177"], ["password_salt", "26536ee85b078c32fc052926574a1e238bb604d0e02cbee80382ef445e3fef3daf60a1474531a6590e07df17eb1e0590a6f55b39a4990305ae27d1762186aaa37cba97f366c2a7e9f7ce5a5556b2fd1f2fad89837cfa5e65f1ce31231659226e6b1475bdb0eb07041a045cf27f31bc049939cb9a967c50e53e430bd9be9529340d"], ["password_digest", "bdd617517d12c30771c33e8a644230bd4d807a9ea425105df34501becc70bae4"], ["updated_at", "2015-10-13 07:17:10.073065"], ["id", 26]]  (0.4ms) commit transaction  (0.5ms) DELETE FROM "users";