spec/dummy/log/test.log in my_forum-0.0.1.beta1 vs spec/dummy/log/test.log in my_forum-0.0.1.beta2

- old
+ new

@@ -4922,5 +4922,213 @@  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/my_forum/ Completed 302 Found in 13ms (ActiveRecord: 0.7ms) MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."email" = ? LIMIT 1 [["email", "new_user@google.com"]]  (0.5ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + MyForum::User Exists (0.1ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."login" = 'demo' LIMIT 1 + MyForum::User Exists (0.1ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."email" = 'demo@example.com' LIMIT 1 + SQL (0.5ms) INSERT INTO "my_forum_users" ("login", "password", "email", "salt", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["login", "demo"], ["password", "59eed2d294b0268bbc5d59752fde1df0dd39667ff160f315f6160052516eea1d"], ["email", "demo@example.com"], ["salt", "3210fd5e71b5186cdf7422b113b4e7d68adc4be54ebf97876e6b1b5a9f4c0abe"], ["created_at", "2015-03-25 13:11:14.769189"], ["updated_at", "2015-03-25 13:11:14.769189"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Processing by MyForum::UsersController#signin as HTML + Parameters: {"user"=>{"login"=>"demo", "password"=>"[FILTERED]"}} + MyForum::User Load (0.1ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."login" = ? LIMIT 1 [["login", "demo"]] +Redirected to http://test.host/my_forum/ +Completed 302 Found in 5ms (ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +Processing by MyForum::UsersController#signin as HTML + Parameters: {"user"=>{"login"=>"", "password"=>"[FILTERED]"}} + MyForum::User Load (0.1ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."login" = ? LIMIT 1 [["login", ""]] + Rendered /Users/vint/rails/my_forum/app/views/my_forum/users/signin.haml within layouts/my_forum/application (0.2ms) +Completed 200 OK in 15ms (Views: 9.3ms | ActiveRecord: 0.1ms) +Processing by MyForum::UsersController#signin as HTML + Parameters: {"user"=>{"login"=>"wrong", "password"=>"[FILTERED]"}} + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."login" = ? LIMIT 1 [["login", "wrong"]] + Rendered /Users/vint/rails/my_forum/app/views/my_forum/users/signin.haml within layouts/my_forum/application (0.1ms) +Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.2ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + MyForum::User Exists (0.1ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."login" = 'demo' LIMIT 1 + MyForum::User Exists (0.0ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."email" = 'demo@example.com' LIMIT 1 + SQL (0.2ms) INSERT INTO "my_forum_users" ("login", "password", "email", "salt", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["login", "demo"], ["password", "59eed2d294b0268bbc5d59752fde1df0dd39667ff160f315f6160052516eea1d"], ["email", "demo@example.com"], ["salt", "3210fd5e71b5186cdf7422b113b4e7d68adc4be54ebf97876e6b1b5a9f4c0abe"], ["created_at", "2015-03-25 13:11:14.807991"], ["updated_at", "2015-03-25 13:11:14.807991"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Processing by MyForum::UsersController#forgot_password as HTML + Parameters: {"user"=>{"email"=>"demo@example.com"}} + MyForum::User Load (0.1ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroup Load (0.2ms) SELECT "my_forum_user_groups".* FROM "my_forum_user_groups" WHERE "my_forum_user_groups"."name" = ? LIMIT 1 [["name", "Guests"]] + MyForum::UserGroup Load (0.0ms) SELECT "my_forum_user_groups".* FROM "my_forum_user_groups" WHERE "my_forum_user_groups"."name" = ? LIMIT 1 [["name", "Member"]] + MyForum::UserGroupLink Load (0.1ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.1ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "my_forum_users" SET "updated_at" = '2015-03-25 13:11:14.839725' WHERE "my_forum_users"."id" = ? [["id", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + MyForum::User Load (0.1ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."email" = ? LIMIT 1 [["email", "demo@example.com"]] +  (0.1ms) SAVEPOINT active_record_1 + MyForum::User Exists (0.1ms) SELECT 1 AS one FROM "my_forum_users" WHERE ("my_forum_users"."login" = 'demo' AND "my_forum_users"."id" != 2) LIMIT 1 + MyForum::User Exists (0.0ms) SELECT 1 AS one FROM "my_forum_users" WHERE ("my_forum_users"."email" = 'demo@example.com' AND "my_forum_users"."id" != 2) LIMIT 1 + SQL (0.1ms) UPDATE "my_forum_users" SET "password" = ?, "salt" = ?, "updated_at" = ? WHERE "my_forum_users"."id" = ? [["password", "a3d80eb9cab2f98bc2b973a1eb155fab0110e550a4583fa533516a0fd16e1886"], ["salt", "dfab96978915f8323aa5fd1154a7b88adc2fae56f6a4c4a9f492fa08c568eb86"], ["updated_at", "2015-03-25 13:11:14.855065"], ["id", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + Rendered /Users/vint/rails/my_forum/app/views/my_forum/user_mailer/reset_password_email.text.erb within layouts/mailer (1.2ms) + Rendered /Users/vint/rails/my_forum/app/views/my_forum/user_mailer/reset_password_email.haml within layouts/mailer (1.0ms) + +MyForum::UserMailer#reset_password_email: processed outbound mail in 170.7ms + +Sent mail to demo@example.com (7.5ms) +Date: Wed, 25 Mar 2015 15:11:15 +0200 +From: from@example.com +To: demo@example.com +Message-ID: <5512b3f36b23_bfb83feff08601f8653fb@Vitalys-MacBook-Pro.local.mail> +Subject: vaz.od.ua - New password +Mime-Version: 1.0 +Content-Type: multipart/alternative; + boundary="--==_mimepart_5512b3f35743_bfb83feff08601f86528a"; + charset=UTF-8 +Content-Transfer-Encoding: 7bit + + +----==_mimepart_5512b3f35743_bfb83feff08601f86528a +Content-Type: text/plain; + charset=UTF-8 +Content-Transfer-Encoding: 7bit + +Your new password is: TXJihBJPbZ + +----==_mimepart_5512b3f35743_bfb83feff08601f86528a +Content-Type: text/html; + charset=UTF-8 +Content-Transfer-Encoding: 7bit + +<html> + <body> + Your new password is: TXJihBJPbZ + + </body> +</html> + +----==_mimepart_5512b3f35743_bfb83feff08601f86528a-- + +Redirected to http://test.host/my_forum/ +Completed 302 Found in 221ms (ActiveRecord: 1.5ms) + MyForum::User Load (0.1ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? LIMIT 1 [["id", 2]] + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? LIMIT 1 [["id", 2]] +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + MyForum::User Exists (0.1ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."login" = 'demo' LIMIT 1 + MyForum::User Exists (0.0ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."email" = 'demo@example.com' LIMIT 1 + SQL (0.2ms) INSERT INTO "my_forum_users" ("login", "password", "email", "salt", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["login", "demo"], ["password", "f0abae8ead75625e0d6689e95400dec999d1d615a8cb6b177c14ec47ff481bb4"], ["email", "demo@example.com"], ["salt", "03a41672ecd7b4bb0b64a0520762948e16083f3960f9c2f404cbdb60ef7ae67d"], ["created_at", "2015-03-25 13:11:15.037111"], ["updated_at", "2015-03-25 13:11:15.037111"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Processing by MyForum::UsersController#update as HTML + Parameters: {"user"=>{"email"=>"abc@google.com", "password"=>"[FILTERED]"}, "id"=>"2"} + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.1ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.0ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "my_forum_users" SET "updated_at" = '2015-03-25 13:11:15.042760' WHERE "my_forum_users"."id" = ? [["id", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.0ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.0ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) +Unpermitted parameter: password + SQL (0.1ms) UPDATE "my_forum_users" SET "email" = 'abc@google.com' WHERE "my_forum_users"."id" = ? [["id", 2]] + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.0ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) +Redirected to http://test.host/my_forum/users/2/edit +Completed 302 Found in 8ms (ActiveRecord: 0.8ms) + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? LIMIT 1 [["id", 2]] + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? LIMIT 1 [["id", 2]] +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + MyForum::User Exists (0.1ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."login" = 'demo' LIMIT 1 + MyForum::User Exists (0.0ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."email" = 'demo@example.com' LIMIT 1 + SQL (0.1ms) INSERT INTO "my_forum_users" ("login", "password", "email", "salt", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["login", "demo"], ["password", "f0abae8ead75625e0d6689e95400dec999d1d615a8cb6b177c14ec47ff481bb4"], ["email", "demo@example.com"], ["salt", "03a41672ecd7b4bb0b64a0520762948e16083f3960f9c2f404cbdb60ef7ae67d"], ["created_at", "2015-03-25 13:11:15.052551"], ["updated_at", "2015-03-25 13:11:15.052551"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Processing by MyForum::UsersController#update as HTML + Parameters: {"user"=>{"email"=>"abc@google.com", "password"=>"[FILTERED]"}, "id"=>"2"} + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.1ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.0ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "my_forum_users" SET "updated_at" = '2015-03-25 13:11:15.057923' WHERE "my_forum_users"."id" = ? [["id", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.0ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.1ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) +Unpermitted parameter: password + SQL (0.0ms) UPDATE "my_forum_users" SET "email" = 'abc@google.com' WHERE "my_forum_users"."id" = ? [["id", 2]] + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.0ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) +Redirected to http://test.host/my_forum/users/2/edit +Completed 302 Found in 8ms (ActiveRecord: 0.7ms) + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? LIMIT 1 [["id", 2]] +  (0.7ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + MyForum::User Exists (0.1ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."login" = 'demo' LIMIT 1 + MyForum::User Exists (0.1ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."email" = 'demo@example.com' LIMIT 1 + SQL (0.2ms) INSERT INTO "my_forum_users" ("login", "password", "email", "salt", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["login", "demo"], ["password", "f0abae8ead75625e0d6689e95400dec999d1d615a8cb6b177c14ec47ff481bb4"], ["email", "demo@example.com"], ["salt", "03a41672ecd7b4bb0b64a0520762948e16083f3960f9c2f404cbdb60ef7ae67d"], ["created_at", "2015-03-25 13:11:15.067971"], ["updated_at", "2015-03-25 13:11:15.067971"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? LIMIT 1 [["id", 2]] +Processing by MyForum::UsersController#update as HTML + Parameters: {"user"=>{"email"=>"abc@google.com", "password"=>"[FILTERED]", "new_password"=>"[FILTERED]"}, "id"=>"2"} + MyForum::User Load (0.1ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.1ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.1ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) UPDATE "my_forum_users" SET "updated_at" = '2015-03-25 13:11:15.075810' WHERE "my_forum_users"."id" = ? [["id", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.1ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) +Unpermitted parameter: new_password + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.0ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.0ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) +  (0.0ms) SAVEPOINT active_record_1 + MyForum::User Exists (0.1ms) SELECT 1 AS one FROM "my_forum_users" WHERE ("my_forum_users"."login" = 'demo' AND "my_forum_users"."id" != 2) LIMIT 1 + MyForum::User Exists (0.0ms) SELECT 1 AS one FROM "my_forum_users" WHERE ("my_forum_users"."email" = 'demo@example.com' AND "my_forum_users"."id" != 2) LIMIT 1 + SQL (0.0ms) UPDATE "my_forum_users" SET "password" = ?, "salt" = ?, "updated_at" = ? WHERE "my_forum_users"."id" = ? [["password", "2dff05801bb836396cb4645dd7a25d06fa16560a189bff9a945aff9b0cc9987f"], ["salt", "8f0d8702f17e9bcbee5c0e7649f1aebcff4d93f95a7ef5e1bd837fcecac97894"], ["updated_at", "2015-03-25 13:11:15.081280"], ["id", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.0ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) +Unpermitted parameter: password + SQL (0.0ms) UPDATE "my_forum_users" SET "email" = 'abc@google.com' WHERE "my_forum_users"."id" = ? [["id", 2]] + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? ORDER BY "my_forum_users"."id" ASC LIMIT 1 [["id", 2]] + MyForum::UserGroupLink Load (0.0ms) SELECT "my_forum_user_group_links".* FROM "my_forum_user_group_links" WHERE "my_forum_user_group_links"."user_id" IN (2) +Redirected to http://test.host/my_forum/users/2/edit +Completed 302 Found in 13ms (ActiveRecord: 1.2ms) + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? LIMIT 1 [["id", 2]] + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."id" = ? LIMIT 1 [["id", 2]] +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +Processing by MyForum::UsersController#create as HTML + Parameters: {"user"=>{"email"=>"new_user@google.com", "password"=>"[FILTERED]", "login"=>"new_user"}} + MyForum::User Exists (0.1ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."login" = 'new_user' LIMIT 1 + MyForum::User Exists (0.0ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."email" = 'new_user@google.com' LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 + MyForum::User Exists (0.0ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."login" = 'new_user' LIMIT 1 + MyForum::User Exists (0.0ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."email" = 'new_user@google.com' LIMIT 1 + SQL (0.3ms) INSERT INTO "my_forum_users" ("login", "email", "password", "salt", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["login", "new_user"], ["email", "new_user@google.com"], ["password", "f7e8d12ce6cb1252fb028bebd6463e10d4daba18429aa6825890167cd32d65aa"], ["salt", "db7db9805a2248285317476cb3204aef7f2c98b75c9e460df9fb3b15bb7792b5"], ["created_at", "2015-03-25 13:11:15.097563"], ["updated_at", "2015-03-25 13:11:15.097563"]] + SQL (0.1ms) INSERT INTO "my_forum_user_group_links" ("user_group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_group_id", 2], ["user_id", 2], ["created_at", "2015-03-25 13:11:15.098754"], ["updated_at", "2015-03-25 13:11:15.098754"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/my_forum/ +Completed 302 Found in 11ms (ActiveRecord: 0.7ms) + MyForum::User Load (0.0ms) SELECT "my_forum_users".* FROM "my_forum_users" WHERE "my_forum_users"."email" = ? LIMIT 1 [["email", "new_user@google.com"]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + MyForum::User Exists (0.2ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."login" IS NULL LIMIT 1 + MyForum::User Exists (0.1ms) SELECT 1 AS one FROM "my_forum_users" WHERE "my_forum_users"."email" IS NULL LIMIT 1 + SQL (0.2ms) INSERT INTO "my_forum_users" ("password", "salt", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["password", "925006b8a1af39a370200566925a3a2f9d25bd067fa6039f24a3cfab6cc377dc"], ["salt", "786cf2a94204b8f3b9c0218d1427e9937ebb402bb35f07618905dcbca903e84d"], ["created_at", "2015-03-25 13:11:15.106136"], ["updated_at", "2015-03-25 13:11:15.106136"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction