(5.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150504044519)  (0.4ms) BEGIN  (9.5ms) CREATE TABLE "users" ("id" serial primary key, "email" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150504044519"]]  (0.5ms) COMMIT Migrating to CreateSocialAuthServices (20150504044515878)  (0.4ms) BEGIN  (14.9ms) CREATE TABLE "social_auth_services" ("id" serial primary key, "type" character varying DEFAULT 'SocialAuth::Service', "access_token" json, "remote_id" character varying, "user_id" integer, "method" character varying, "created_at" timestamp, "updated_at" timestamp)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150504044515878"]]  (4.7ms) COMMIT ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (7.1ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'social_auth_services' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (6.4ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'users' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  (125.2ms) DROP DATABASE IF EXISTS "rails-4_2_0_test"  (412.1ms) CREATE DATABASE "rails-4_2_0_test" ENCODING = 'unicode' SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (11.2ms) CREATE TABLE "social_auth_services" ("id" serial primary key, "type" character varying DEFAULT 'SocialAuth::Service', "access_token" json, "remote_id" character varying, "user_id" integer, "method" character varying, "created_at" timestamp, "updated_at" timestamp)  (8.5ms) CREATE TABLE "users" ("id" serial primary key, "email" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (2.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.5ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150504044515878')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150504044519')  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:33.644381"], ["updated_at", "2015-05-04 04:45:33.644381"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:33.671572"], ["updated_at", "2015-05-04 04:45:33.671572"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:33.679575"], ["updated_at", "2015-05-04 04:45:33.679575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:33.702848"], ["updated_at", "2015-05-04 04:45:33.702848"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (4.0ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:33.733901"], ["updated_at", "2015-05-04 04:45:33.733901"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:33.748474"], ["updated_at", "2015-05-04 04:45:33.748474"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:33.760463"], ["updated_at", "2015-05-04 04:45:33.760463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:33.774295"], ["updated_at", "2015-05-04 04:45:33.774295"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:33.786782"], ["updated_at", "2015-05-04 04:45:33.786782"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (2.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.8ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.6ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 9], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-04 04:45:33.834025"], ["updated_at", "2015-05-04 04:45:33.834025"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:33.851957"], ["updated_at", "2015-05-04 04:45:33.851957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 10], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-04 04:45:33.859248"], ["updated_at", "2015-05-04 04:45:33.859248"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:33.884394"], ["updated_at", "2015-05-04 04:45:33.884394"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 11], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-04 04:45:33.893457"], ["updated_at", "2015-05-04 04:45:33.893457"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:33.918275"], ["updated_at", "2015-05-04 04:45:33.918275"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:33.925349"], ["updated_at", "2015-05-04 04:45:33.925349"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (2.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:33.932011"], ["updated_at", "2015-05-04 04:45:33.932011"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') ETHON: Libcurl initialized SocialAuth::GooglePlusService Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:33.992244"], ["updated_at", "2015-05-04 04:45:33.992244"]] SQL (0.2ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "117652050090394249462"], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/YIe5kRpXUZCbfvhh3AHD2S0GalGEQA-2K2KPe4XBZXA\"}"], ["user_id", 15], ["created_at", "2015-05-04 04:45:33.994158"], ["updated_at", "2015-05-04 04:45:33.994158"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.000809"], ["updated_at", "2015-05-04 04:45:34.000809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::GooglePlusService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.031040"], ["updated_at", "2015-05-04 04:45:34.031040"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') SocialAuth::GooglePlusService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.9ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService' AND "social_auth_services"."user_id" = 17) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "117652050090394249462"], ["user_id", 17], ["method", "Connected"], ["access_token", "{\"refresh_token\":\"1/YIe5kRpXUZCbfvhh3AHD2S0GalGEQA-2K2KPe4XBZXA\"}"], ["created_at", "2015-05-04 04:45:34.057621"], ["updated_at", "2015-05-04 04:45:34.057621"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.064298"], ["updated_at", "2015-05-04 04:45:34.064298"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.083086"], ["updated_at", "2015-05-04 04:45:34.083086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.106376"], ["updated_at", "2015-05-04 04:45:34.106376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.131660"], ["updated_at", "2015-05-04 04:45:34.131660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.137865"], ["updated_at", "2015-05-04 04:45:34.137865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 22], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-04 04:45:34.145492"], ["updated_at", "2015-05-04 04:45:34.145492"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.178171"], ["updated_at", "2015-05-04 04:45:34.178171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 23], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-04 04:45:34.186273"], ["updated_at", "2015-05-04 04:45:34.186273"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.194074"], ["updated_at", "2015-05-04 04:45:34.194074"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 24], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-04 04:45:34.201390"], ["updated_at", "2015-05-04 04:45:34.201390"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.226510"], ["updated_at", "2015-05-04 04:45:34.226510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.229395"], ["updated_at", "2015-05-04 04:45:34.229395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 26]] SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 26], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 04:45:34.238001"], ["updated_at", "2015-05-04 04:45:34.238001"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (1.2ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."id" != 9 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.249215"], ["updated_at", "2015-05-04 04:45:34.249215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.252053"], ["updated_at", "2015-05-04 04:45:34.252053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 28], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:45:34.256081"], ["updated_at", "2015-05-04 04:45:34.256081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.260646"], ["updated_at", "2015-05-04 04:45:34.260646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1234' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1234"], ["user_id", 29], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:45:34.264827"], ["updated_at", "2015-05-04 04:45:34.264827"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.6ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('1234'))  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.284498"], ["updated_at", "2015-05-04 04:45:34.284498"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.289290"], ["updated_at", "2015-05-04 04:45:34.289290"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 31], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:45:34.293851"], ["updated_at", "2015-05-04 04:45:34.293851"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.298025"], ["updated_at", "2015-05-04 04:45:34.298025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1234' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1234"], ["user_id", 32], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:45:34.302905"], ["updated_at", "2015-05-04 04:45:34.302905"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('324'))  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.311494"], ["updated_at", "2015-05-04 04:45:34.311494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.314944"], ["updated_at", "2015-05-04 04:45:34.314944"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.6ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 34], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:45:34.319826"], ["updated_at", "2015-05-04 04:45:34.319826"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.327116"], ["updated_at", "2015-05-04 04:45:34.327116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.330430"], ["updated_at", "2015-05-04 04:45:34.330430"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 36], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:45:34.335023"], ["updated_at", "2015-05-04 04:45:34.335023"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.340688"], ["updated_at", "2015-05-04 04:45:34.340688"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '15' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "15"], ["user_id", 37], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:45:34.345670"], ["updated_at", "2015-05-04 04:45:34.345670"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 LIMIT 1 [["id", 16]] SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('2')) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 36]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 37]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.358114"], ["updated_at", "2015-05-04 04:45:34.358114"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.362346"], ["updated_at", "2015-05-04 04:45:34.362346"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 39], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:45:34.367100"], ["updated_at", "2015-05-04 04:45:34.367100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.373153"], ["updated_at", "2015-05-04 04:45:34.373153"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '15' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "15"], ["user_id", 40], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:45:34.377629"], ["updated_at", "2015-05-04 04:45:34.377629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 LIMIT 1 [["id", 18]] SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('2')) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 39]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 40]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.388846"], ["updated_at", "2015-05-04 04:45:34.388846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 41], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 04:45:34.394210"], ["updated_at", "2015-05-04 04:45:34.394210"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 19 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 41) LIMIT 1 SQL (0.4ms) UPDATE "social_auth_services" SET "method" = $1, "updated_at" = $2 WHERE "social_auth_services"."id" = $3 [["method", "Connected"], ["updated_at", "2015-05-04 04:45:34.400555"], ["id", 19]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 [["id", 19]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.411003"], ["updated_at", "2015-05-04 04:45:34.411003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 42], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 04:45:34.416375"], ["updated_at", "2015-05-04 04:45:34.416375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 20 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.427639"], ["updated_at", "2015-05-04 04:45:34.427639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 43], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 04:45:34.433038"], ["updated_at", "2015-05-04 04:45:34.433038"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.443371"], ["updated_at", "2015-05-04 04:45:34.443371"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 44], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 04:45:34.450206"], ["updated_at", "2015-05-04 04:45:34.450206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.457057"], ["updated_at", "2015-05-04 04:45:34.457057"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 45) LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 45], ["method", "Connected"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 04:45:34.463196"], ["updated_at", "2015-05-04 04:45:34.463196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 45]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.473089"], ["updated_at", "2015-05-04 04:45:34.473089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 46], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 04:45:34.479044"], ["updated_at", "2015-05-04 04:45:34.479044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 46]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.486390"], ["updated_at", "2015-05-04 04:45:34.486390"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 47]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.492800"], ["updated_at", "2015-05-04 04:45:34.492800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.495803"], ["updated_at", "2015-05-04 04:45:34.495803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 49) LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.502659"], ["updated_at", "2015-05-04 04:45:34.502659"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.515544"], ["updated_at", "2015-05-04 04:45:34.515544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 51) LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 51], ["method", "Connected"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 04:45:34.520388"], ["updated_at", "2015-05-04 04:45:34.520388"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 51) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 51) LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.532594"], ["updated_at", "2015-05-04 04:45:34.532594"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.537586"], ["updated_at", "2015-05-04 04:45:34.537586"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.540377"], ["updated_at", "2015-05-04 04:45:34.540377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 54], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:45:34.544897"], ["updated_at", "2015-05-04 04:45:34.544897"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 53) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.555103"], ["updated_at", "2015-05-04 04:45:34.555103"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.558957"], ["updated_at", "2015-05-04 04:45:34.558957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.564892"], ["updated_at", "2015-05-04 04:45:34.564892"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.567818"], ["updated_at", "2015-05-04 04:45:34.567818"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 58], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-04 04:45:34.573560"], ["updated_at", "2015-05-04 04:45:34.573560"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.582970"], ["updated_at", "2015-05-04 04:45:34.582970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.586441"], ["updated_at", "2015-05-04 04:45:34.586441"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 60) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 60], ["method", "Connected"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-04 04:45:34.591887"], ["updated_at", "2015-05-04 04:45:34.591887"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.594918"], ["updated_at", "2015-05-04 04:45:34.594918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 61) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 61], ["method", "Connected"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-04 04:45:34.599324"], ["updated_at", "2015-05-04 04:45:34.599324"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."id" != 29 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 61) LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.606849"], ["updated_at", "2015-05-04 04:45:34.606849"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.2ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 62], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:45:34.617381"], ["updated_at", "2015-05-04 04:45:34.617381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.624026"], ["updated_at", "2015-05-04 04:45:34.624026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.627324"], ["updated_at", "2015-05-04 04:45:34.627324"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 64], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:45:34.631633"], ["updated_at", "2015-05-04 04:45:34.631633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.6ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 63) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 63], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:45:34.640834"], ["updated_at", "2015-05-04 04:45:34.640834"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.646786"], ["updated_at", "2015-05-04 04:45:34.646786"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 65], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:45:34.654250"], ["updated_at", "2015-05-04 04:45:34.654250"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.660216"], ["updated_at", "2015-05-04 04:45:34.660216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 66) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 66], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:45:34.665727"], ["updated_at", "2015-05-04 04:45:34.665727"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.669621"], ["updated_at", "2015-05-04 04:45:34.669621"]]  (0.9ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 67) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 67], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:45:34.677996"], ["updated_at", "2015-05-04 04:45:34.677996"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services"  (0.6ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.691982"], ["updated_at", "2015-05-04 04:45:34.691982"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 68], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:45:34.700040"], ["updated_at", "2015-05-04 04:45:34.700040"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.1ms) SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 68]] SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."id" != 36 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.7ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.717052"], ["updated_at", "2015-05-04 04:45:34.717052"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 69) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 69], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:45:34.726293"], ["updated_at", "2015-05-04 04:45:34.726293"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]] SocialAuth::Service Load (0.2ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]  (0.1ms) SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 69]] SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."id" != 37 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 69) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.742028"], ["updated_at", "2015-05-04 04:45:34.742028"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.750888"], ["updated_at", "2015-05-04 04:45:34.750888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.757619"], ["updated_at", "2015-05-04 04:45:34.757619"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') SocialAuth::TwitterService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1 SQL (0.8ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:45:34.849153"], ["updated_at", "2015-05-04 04:45:34.849153"]] SQL (0.5ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["user_id", 73], ["created_at", "2015-05-04 04:45:34.852943"], ["updated_at", "2015-05-04 04:45:34.852943"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.865303"], ["updated_at", "2015-05-04 04:45:34.865303"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::TwitterService Load (0.6ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Authenticated"]]  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]  (0.4ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.947799"], ["updated_at", "2015-05-04 04:45:34.947799"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:34.955799"], ["updated_at", "2015-05-04 04:45:34.955799"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') SocialAuth::TwitterService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Connected"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService' AND "social_auth_services"."user_id" = 76) LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 76], ["method", "Connected"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-04 04:45:35.006405"], ["updated_at", "2015-05-04 04:45:35.006405"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:35.017333"], ["updated_at", "2015-05-04 04:45:35.017333"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 77], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-04 04:45:35.027164"], ["updated_at", "2015-05-04 04:45:35.027164"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:45:35.114218"], ["updated_at", "2015-05-04 04:45:35.114218"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (1.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 78], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-04 04:45:35.130518"], ["updated_at", "2015-05-04 04:45:35.130518"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.8ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.017852"], ["updated_at", "2015-05-04 04:47:57.017852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.049180"], ["updated_at", "2015-05-04 04:47:57.049180"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.057650"], ["updated_at", "2015-05-04 04:47:57.057650"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.085533"], ["updated_at", "2015-05-04 04:47:57.085533"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') SocialAuth::FacebookService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "10204796229055532"], ["method", "Authenticated"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:57.167492"], ["updated_at", "2015-05-04 04:47:57.167492"]] SQL (0.6ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["user_id", 83], ["created_at", "2015-05-04 04:47:57.170049"], ["updated_at", "2015-05-04 04:47:57.170049"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')  (0.6ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.178530"], ["updated_at", "2015-05-04 04:47:57.178530"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::FacebookService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "10204796229055532"], ["method", "Authenticated"]]  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.209021"], ["updated_at", "2015-05-04 04:47:57.209021"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.222807"], ["updated_at", "2015-05-04 04:47:57.222807"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.238141"], ["updated_at", "2015-05-04 04:47:57.238141"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') SocialAuth::FacebookService Load (1.0ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (0.6ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.8ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService' AND "social_auth_services"."user_id" = 87) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 87], ["method", "Connected"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-04 04:47:57.260159"], ["updated_at", "2015-05-04 04:47:57.260159"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.285885"], ["updated_at", "2015-05-04 04:47:57.285885"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 88], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-04 04:47:57.295169"], ["updated_at", "2015-05-04 04:47:57.295169"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.316408"], ["updated_at", "2015-05-04 04:47:57.316408"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 89], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-04 04:47:57.327391"], ["updated_at", "2015-05-04 04:47:57.327391"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.9ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.348209"], ["updated_at", "2015-05-04 04:47:57.348209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 90], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-04 04:47:57.357134"], ["updated_at", "2015-05-04 04:47:57.357134"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.377719"], ["updated_at", "2015-05-04 04:47:57.377719"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.386383"], ["updated_at", "2015-05-04 04:47:57.386383"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.395910"], ["updated_at", "2015-05-04 04:47:57.395910"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') ETHON: Libcurl initialized SocialAuth::GooglePlusService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:57.451390"], ["updated_at", "2015-05-04 04:47:57.451390"]] SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "117652050090394249462"], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/YIe5kRpXUZCbfvhh3AHD2S0GalGEQA-2K2KPe4XBZXA\"}"], ["user_id", 94], ["created_at", "2015-05-04 04:47:57.453297"], ["updated_at", "2015-05-04 04:47:57.453297"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.461675"], ["updated_at", "2015-05-04 04:47:57.461675"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::GooglePlusService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.493476"], ["updated_at", "2015-05-04 04:47:57.493476"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') SocialAuth::GooglePlusService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService' AND "social_auth_services"."user_id" = 96) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "117652050090394249462"], ["user_id", 96], ["method", "Connected"], ["access_token", "{\"refresh_token\":\"1/YIe5kRpXUZCbfvhh3AHD2S0GalGEQA-2K2KPe4XBZXA\"}"], ["created_at", "2015-05-04 04:47:57.516911"], ["updated_at", "2015-05-04 04:47:57.516911"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.523815"], ["updated_at", "2015-05-04 04:47:57.523815"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.560813"], ["updated_at", "2015-05-04 04:47:57.560813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.582103"], ["updated_at", "2015-05-04 04:47:57.582103"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.7ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.605768"], ["updated_at", "2015-05-04 04:47:57.605768"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.613241"], ["updated_at", "2015-05-04 04:47:57.613241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 101], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-04 04:47:57.620123"], ["updated_at", "2015-05-04 04:47:57.620123"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.651445"], ["updated_at", "2015-05-04 04:47:57.651445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 102], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-04 04:47:57.660767"], ["updated_at", "2015-05-04 04:47:57.660767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.668064"], ["updated_at", "2015-05-04 04:47:57.668064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 103], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-04 04:47:57.676967"], ["updated_at", "2015-05-04 04:47:57.676967"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.702660"], ["updated_at", "2015-05-04 04:47:57.702660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:57.705767"], ["updated_at", "2015-05-04 04:47:57.705767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 105]] SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 105], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 04:47:57.715459"], ["updated_at", "2015-05-04 04:47:57.715459"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."id" != 52 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.724772"], ["updated_at", "2015-05-04 04:47:57.724772"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:57.730075"], ["updated_at", "2015-05-04 04:47:57.730075"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 107], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:47:57.734708"], ["updated_at", "2015-05-04 04:47:57.734708"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:57.738992"], ["updated_at", "2015-05-04 04:47:57.738992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1234' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1234"], ["user_id", 108], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:47:57.743682"], ["updated_at", "2015-05-04 04:47:57.743682"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('1234'))  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.754341"], ["updated_at", "2015-05-04 04:47:57.754341"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:57.758099"], ["updated_at", "2015-05-04 04:47:57.758099"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 110], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:47:57.763799"], ["updated_at", "2015-05-04 04:47:57.763799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:57.767688"], ["updated_at", "2015-05-04 04:47:57.767688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1234' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1234"], ["user_id", 111], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:47:57.771677"], ["updated_at", "2015-05-04 04:47:57.771677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('324'))  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.781035"], ["updated_at", "2015-05-04 04:47:57.781035"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:57.784815"], ["updated_at", "2015-05-04 04:47:57.784815"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 113], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:47:57.789338"], ["updated_at", "2015-05-04 04:47:57.789338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.794709"], ["updated_at", "2015-05-04 04:47:57.794709"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:57.797856"], ["updated_at", "2015-05-04 04:47:57.797856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 115], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:47:57.802359"], ["updated_at", "2015-05-04 04:47:57.802359"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:57.809891"], ["updated_at", "2015-05-04 04:47:57.809891"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '15' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.6ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "15"], ["user_id", 116], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:47:57.815571"], ["updated_at", "2015-05-04 04:47:57.815571"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 LIMIT 1 [["id", 59]] SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('2')) User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 115]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 116]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.831504"], ["updated_at", "2015-05-04 04:47:57.831504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:57.835371"], ["updated_at", "2015-05-04 04:47:57.835371"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 118], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:47:57.839747"], ["updated_at", "2015-05-04 04:47:57.839747"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:57.844840"], ["updated_at", "2015-05-04 04:47:57.844840"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '15' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "15"], ["user_id", 119], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 04:47:57.849074"], ["updated_at", "2015-05-04 04:47:57.849074"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 LIMIT 1 [["id", 61]] SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('2')) User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 118]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 119]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.862774"], ["updated_at", "2015-05-04 04:47:57.862774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 120], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 04:47:57.870512"], ["updated_at", "2015-05-04 04:47:57.870512"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 62 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 120) LIMIT 1 SQL (0.4ms) UPDATE "social_auth_services" SET "method" = $1, "updated_at" = $2 WHERE "social_auth_services"."id" = $3 [["method", "Connected"], ["updated_at", "2015-05-04 04:47:57.879571"], ["id", 62]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 [["id", 62]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "social_auth_services"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.890312"], ["updated_at", "2015-05-04 04:47:57.890312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 121], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 04:47:57.896221"], ["updated_at", "2015-05-04 04:47:57.896221"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 63 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.907037"], ["updated_at", "2015-05-04 04:47:57.907037"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 122], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 04:47:57.912761"], ["updated_at", "2015-05-04 04:47:57.912761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.919173"], ["updated_at", "2015-05-04 04:47:57.919173"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 123], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 04:47:57.935672"], ["updated_at", "2015-05-04 04:47:57.935672"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.942602"], ["updated_at", "2015-05-04 04:47:57.942602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 124) LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 124], ["method", "Connected"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 04:47:57.950140"], ["updated_at", "2015-05-04 04:47:57.950140"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 124]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.958156"], ["updated_at", "2015-05-04 04:47:57.958156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 125], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 04:47:57.964898"], ["updated_at", "2015-05-04 04:47:57.964898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 125]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.971249"], ["updated_at", "2015-05-04 04:47:57.971249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 126]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.978364"], ["updated_at", "2015-05-04 04:47:57.978364"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:57.981411"], ["updated_at", "2015-05-04 04:47:57.981411"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 128) LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:57.988190"], ["updated_at", "2015-05-04 04:47:57.988190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:57.992471"], ["updated_at", "2015-05-04 04:47:57.992471"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 130) LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 130], ["method", "Connected"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 04:47:57.999564"], ["updated_at", "2015-05-04 04:47:57.999564"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 130) LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 130) LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.010868"], ["updated_at", "2015-05-04 04:47:58.010868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:58.014235"], ["updated_at", "2015-05-04 04:47:58.014235"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:58.016437"], ["updated_at", "2015-05-04 04:47:58.016437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 133], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:47:58.021076"], ["updated_at", "2015-05-04 04:47:58.021076"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 132) LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.028474"], ["updated_at", "2015-05-04 04:47:58.028474"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:58.032173"], ["updated_at", "2015-05-04 04:47:58.032173"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.038903"], ["updated_at", "2015-05-04 04:47:58.038903"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:58.043546"], ["updated_at", "2015-05-04 04:47:58.043546"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 137], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-04 04:47:58.048611"], ["updated_at", "2015-05-04 04:47:58.048611"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.056750"], ["updated_at", "2015-05-04 04:47:58.056750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:58.060451"], ["updated_at", "2015-05-04 04:47:58.060451"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 139) LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 139], ["method", "Connected"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-04 04:47:58.065280"], ["updated_at", "2015-05-04 04:47:58.065280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:58.068376"], ["updated_at", "2015-05-04 04:47:58.068376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 140) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 140], ["method", "Connected"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-04 04:47:58.072392"], ["updated_at", "2015-05-04 04:47:58.072392"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."id" != 72 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 140) LIMIT 1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.080295"], ["updated_at", "2015-05-04 04:47:58.080295"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 141], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:47:58.090540"], ["updated_at", "2015-05-04 04:47:58.090540"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.100866"], ["updated_at", "2015-05-04 04:47:58.100866"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:58.105675"], ["updated_at", "2015-05-04 04:47:58.105675"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 143], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:47:58.110432"], ["updated_at", "2015-05-04 04:47:58.110432"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 142) LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 142], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:47:58.118593"], ["updated_at", "2015-05-04 04:47:58.118593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.125271"], ["updated_at", "2015-05-04 04:47:58.125271"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 144], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:47:58.133719"], ["updated_at", "2015-05-04 04:47:58.133719"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.138560"], ["updated_at", "2015-05-04 04:47:58.138560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 145) LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 145], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:47:58.144980"], ["updated_at", "2015-05-04 04:47:58.144980"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:58.149681"], ["updated_at", "2015-05-04 04:47:58.149681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 146) LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 146], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:47:58.155658"], ["updated_at", "2015-05-04 04:47:58.155658"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.161618"], ["updated_at", "2015-05-04 04:47:58.161618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 147], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:47:58.169555"], ["updated_at", "2015-05-04 04:47:58.169555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.2ms) SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 147]] SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."id" != 79 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.182684"], ["updated_at", "2015-05-04 04:47:58.182684"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 148) LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 148], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 04:47:58.188703"], ["updated_at", "2015-05-04 04:47:58.188703"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]] SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 148]] SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."id" != 80 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 148) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.204921"], ["updated_at", "2015-05-04 04:47:58.204921"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.211356"], ["updated_at", "2015-05-04 04:47:58.211356"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.218313"], ["updated_at", "2015-05-04 04:47:58.218313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') SocialAuth::TwitterService Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 04:47:58.312318"], ["updated_at", "2015-05-04 04:47:58.312318"]] SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["user_id", 152], ["created_at", "2015-05-04 04:47:58.314169"], ["updated_at", "2015-05-04 04:47:58.314169"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.321024"], ["updated_at", "2015-05-04 04:47:58.321024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::TwitterService Load (0.7ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Authenticated"]]  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.397038"], ["updated_at", "2015-05-04 04:47:58.397038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.403492"], ["updated_at", "2015-05-04 04:47:58.403492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') SocialAuth::TwitterService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Connected"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService' AND "social_auth_services"."user_id" = 155) LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 155], ["method", "Connected"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-04 04:47:58.445678"], ["updated_at", "2015-05-04 04:47:58.445678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.453182"], ["updated_at", "2015-05-04 04:47:58.453182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 156], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-04 04:47:58.460351"], ["updated_at", "2015-05-04 04:47:58.460351"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 04:47:58.524872"], ["updated_at", "2015-05-04 04:47:58.524872"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 157], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-04 04:47:58.532878"], ["updated_at", "2015-05-04 04:47:58.532878"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:12.828196"], ["updated_at", "2015-05-04 05:00:12.828196"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:12.859469"], ["updated_at", "2015-05-04 05:00:12.859469"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:12.866617"], ["updated_at", "2015-05-04 05:00:12.866617"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:12.890029"], ["updated_at", "2015-05-04 05:00:12.890029"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (1.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') SocialAuth::FacebookService Load (0.7ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "10204796229055532"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:12.967621"], ["updated_at", "2015-05-04 05:00:12.967621"]] SQL (0.8ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["user_id", 162], ["created_at", "2015-05-04 05:00:12.970318"], ["updated_at", "2015-05-04 05:00:12.970318"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:12.982005"], ["updated_at", "2015-05-04 05:00:12.982005"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::FacebookService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "10204796229055532"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.014945"], ["updated_at", "2015-05-04 05:00:13.014945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.029170"], ["updated_at", "2015-05-04 05:00:13.029170"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.043681"], ["updated_at", "2015-05-04 05:00:13.043681"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') SocialAuth::FacebookService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService' AND "social_auth_services"."user_id" = 166) LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 166], ["method", "Connected"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-04 05:00:13.062937"], ["updated_at", "2015-05-04 05:00:13.062937"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.093959"], ["updated_at", "2015-05-04 05:00:13.093959"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 167], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-04 05:00:13.105870"], ["updated_at", "2015-05-04 05:00:13.105870"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.126946"], ["updated_at", "2015-05-04 05:00:13.126946"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.6ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 168], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-04 05:00:13.136438"], ["updated_at", "2015-05-04 05:00:13.136438"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.155283"], ["updated_at", "2015-05-04 05:00:13.155283"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 169], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-04 05:00:13.165635"], ["updated_at", "2015-05-04 05:00:13.165635"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.187267"], ["updated_at", "2015-05-04 05:00:13.187267"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.195733"], ["updated_at", "2015-05-04 05:00:13.195733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.203137"], ["updated_at", "2015-05-04 05:00:13.203137"]]  (1.0ms) RELEASE SAVEPOINT active_record_1  (1.8ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') ETHON: Libcurl initialized SocialAuth::GooglePlusService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Authenticated"]]  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.262848"], ["updated_at", "2015-05-04 05:00:13.262848"]] SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "117652050090394249462"], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/YIe5kRpXUZCbfvhh3AHD2S0GalGEQA-2K2KPe4XBZXA\"}"], ["user_id", 173], ["created_at", "2015-05-04 05:00:13.265127"], ["updated_at", "2015-05-04 05:00:13.265127"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.274092"], ["updated_at", "2015-05-04 05:00:13.274092"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::GooglePlusService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Authenticated"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.306666"], ["updated_at", "2015-05-04 05:00:13.306666"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') SocialAuth::GooglePlusService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService' AND "social_auth_services"."user_id" = 175) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "117652050090394249462"], ["user_id", 175], ["method", "Connected"], ["access_token", "{\"refresh_token\":\"1/YIe5kRpXUZCbfvhh3AHD2S0GalGEQA-2K2KPe4XBZXA\"}"], ["created_at", "2015-05-04 05:00:13.331792"], ["updated_at", "2015-05-04 05:00:13.331792"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.340224"], ["updated_at", "2015-05-04 05:00:13.340224"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.368052"], ["updated_at", "2015-05-04 05:00:13.368052"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.390726"], ["updated_at", "2015-05-04 05:00:13.390726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.411187"], ["updated_at", "2015-05-04 05:00:13.411187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.426664"], ["updated_at", "2015-05-04 05:00:13.426664"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.7ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 180], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-04 05:00:13.433764"], ["updated_at", "2015-05-04 05:00:13.433764"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.465274"], ["updated_at", "2015-05-04 05:00:13.465274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 181], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-04 05:00:13.473283"], ["updated_at", "2015-05-04 05:00:13.473283"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.480054"], ["updated_at", "2015-05-04 05:00:13.480054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.8ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 182], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-04 05:00:13.488805"], ["updated_at", "2015-05-04 05:00:13.488805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.8ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.514421"], ["updated_at", "2015-05-04 05:00:13.514421"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.517613"], ["updated_at", "2015-05-04 05:00:13.517613"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 184]] SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 184], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 05:00:13.527081"], ["updated_at", "2015-05-04 05:00:13.527081"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."id" != 95 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.4ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.539567"], ["updated_at", "2015-05-04 05:00:13.539567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.543245"], ["updated_at", "2015-05-04 05:00:13.543245"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 186], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:13.548720"], ["updated_at", "2015-05-04 05:00:13.548720"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.553896"], ["updated_at", "2015-05-04 05:00:13.553896"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1234' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1234"], ["user_id", 187], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:13.560133"], ["updated_at", "2015-05-04 05:00:13.560133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('1234'))  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.571186"], ["updated_at", "2015-05-04 05:00:13.571186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.574783"], ["updated_at", "2015-05-04 05:00:13.574783"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 189], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:13.579474"], ["updated_at", "2015-05-04 05:00:13.579474"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.583517"], ["updated_at", "2015-05-04 05:00:13.583517"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1234' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1234"], ["user_id", 190], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:13.589665"], ["updated_at", "2015-05-04 05:00:13.589665"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('324'))  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.596785"], ["updated_at", "2015-05-04 05:00:13.596785"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.600455"], ["updated_at", "2015-05-04 05:00:13.600455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 192], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:13.605746"], ["updated_at", "2015-05-04 05:00:13.605746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.611379"], ["updated_at", "2015-05-04 05:00:13.611379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.614317"], ["updated_at", "2015-05-04 05:00:13.614317"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 194], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:13.619133"], ["updated_at", "2015-05-04 05:00:13.619133"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.626821"], ["updated_at", "2015-05-04 05:00:13.626821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '15' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "15"], ["user_id", 195], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:13.631284"], ["updated_at", "2015-05-04 05:00:13.631284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 LIMIT 1 [["id", 102]] SocialAuth::Service Load (0.6ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('2')) User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 194]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 195]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.647169"], ["updated_at", "2015-05-04 05:00:13.647169"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.653510"], ["updated_at", "2015-05-04 05:00:13.653510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 197], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:13.658327"], ["updated_at", "2015-05-04 05:00:13.658327"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.662443"], ["updated_at", "2015-05-04 05:00:13.662443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '15' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "15"], ["user_id", 198], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:13.666539"], ["updated_at", "2015-05-04 05:00:13.666539"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 LIMIT 1 [["id", 104]] SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('2')) User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 197]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 198]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.680244"], ["updated_at", "2015-05-04 05:00:13.680244"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 199], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 05:00:13.686782"], ["updated_at", "2015-05-04 05:00:13.686782"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 105 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 199) LIMIT 1 SQL (0.4ms) UPDATE "social_auth_services" SET "method" = $1, "updated_at" = $2 WHERE "social_auth_services"."id" = $3 [["method", "Connected"], ["updated_at", "2015-05-04 05:00:13.694586"], ["id", 105]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.701120"], ["updated_at", "2015-05-04 05:00:13.701120"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 200], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 05:00:13.709653"], ["updated_at", "2015-05-04 05:00:13.709653"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 106 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.721947"], ["updated_at", "2015-05-04 05:00:13.721947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 201], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 05:00:13.728197"], ["updated_at", "2015-05-04 05:00:13.728197"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 107 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 201) LIMIT 1 SQL (0.5ms) UPDATE "social_auth_services" SET "method" = $1, "updated_at" = $2 WHERE "social_auth_services"."id" = $3 [["method", "Connected"], ["updated_at", "2015-05-04 05:00:13.734214"], ["id", 107]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.749300"], ["updated_at", "2015-05-04 05:00:13.749300"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 202], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 05:00:13.756227"], ["updated_at", "2015-05-04 05:00:13.756227"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 108 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 202) LIMIT 1 SQL (0.5ms) UPDATE "social_auth_services" SET "method" = $1, "updated_at" = $2 WHERE "social_auth_services"."id" = $3 [["method", "Connected"], ["updated_at", "2015-05-04 05:00:13.762696"], ["id", 108]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.768984"], ["updated_at", "2015-05-04 05:00:13.768984"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 203) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 203], ["method", "Connected"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 05:00:13.776602"], ["updated_at", "2015-05-04 05:00:13.776602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 203]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.784325"], ["updated_at", "2015-05-04 05:00:13.784325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 204], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 05:00:13.790327"], ["updated_at", "2015-05-04 05:00:13.790327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 204]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.796100"], ["updated_at", "2015-05-04 05:00:13.796100"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 205]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.801730"], ["updated_at", "2015-05-04 05:00:13.801730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.805143"], ["updated_at", "2015-05-04 05:00:13.805143"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 207) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.812650"], ["updated_at", "2015-05-04 05:00:13.812650"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.815791"], ["updated_at", "2015-05-04 05:00:13.815791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.8ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 209) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 209], ["method", "Connected"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 05:00:13.822039"], ["updated_at", "2015-05-04 05:00:13.822039"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 209) LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 209) LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.834864"], ["updated_at", "2015-05-04 05:00:13.834864"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.839699"], ["updated_at", "2015-05-04 05:00:13.839699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.841930"], ["updated_at", "2015-05-04 05:00:13.841930"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 212], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:13.846126"], ["updated_at", "2015-05-04 05:00:13.846126"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 211) LIMIT 1  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.858509"], ["updated_at", "2015-05-04 05:00:13.858509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.863660"], ["updated_at", "2015-05-04 05:00:13.863660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.869815"], ["updated_at", "2015-05-04 05:00:13.869815"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.875783"], ["updated_at", "2015-05-04 05:00:13.875783"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 216], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-04 05:00:13.882313"], ["updated_at", "2015-05-04 05:00:13.882313"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.890605"], ["updated_at", "2015-05-04 05:00:13.890605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.893886"], ["updated_at", "2015-05-04 05:00:13.893886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 218) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 218], ["method", "Connected"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-04 05:00:13.898674"], ["updated_at", "2015-05-04 05:00:13.898674"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.902728"], ["updated_at", "2015-05-04 05:00:13.902728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 219) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 219], ["method", "Connected"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-04 05:00:13.907652"], ["updated_at", "2015-05-04 05:00:13.907652"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."id" != 115 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 219) LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.914979"], ["updated_at", "2015-05-04 05:00:13.914979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 220], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:13.930837"], ["updated_at", "2015-05-04 05:00:13.930837"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.936865"], ["updated_at", "2015-05-04 05:00:13.936865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.940478"], ["updated_at", "2015-05-04 05:00:13.940478"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 222], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:13.944844"], ["updated_at", "2015-05-04 05:00:13.944844"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 221) LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 221], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:13.953211"], ["updated_at", "2015-05-04 05:00:13.953211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.959636"], ["updated_at", "2015-05-04 05:00:13.959636"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.3ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 223], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:13.967582"], ["updated_at", "2015-05-04 05:00:13.967582"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.973982"], ["updated_at", "2015-05-04 05:00:13.973982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 224) LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 224], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:13.979419"], ["updated_at", "2015-05-04 05:00:13.979419"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services"  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:13.983409"], ["updated_at", "2015-05-04 05:00:13.983409"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 225) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 225], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:13.990471"], ["updated_at", "2015-05-04 05:00:13.990471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:13.996651"], ["updated_at", "2015-05-04 05:00:13.996651"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 226], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:14.003112"], ["updated_at", "2015-05-04 05:00:14.003112"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.2ms) SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 226]] SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."id" != 122 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:14.015273"], ["updated_at", "2015-05-04 05:00:14.015273"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 227) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 227], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:14.021825"], ["updated_at", "2015-05-04 05:00:14.021825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]] SocialAuth::Service Load (0.2ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]  (0.1ms) SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 227]] SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."id" != 123 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 227) LIMIT 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:14.035262"], ["updated_at", "2015-05-04 05:00:14.035262"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:14.042094"], ["updated_at", "2015-05-04 05:00:14.042094"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:14.050371"], ["updated_at", "2015-05-04 05:00:14.050371"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') SocialAuth::TwitterService Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Authenticated"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:14.142087"], ["updated_at", "2015-05-04 05:00:14.142087"]] SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["user_id", 231], ["created_at", "2015-05-04 05:00:14.144002"], ["updated_at", "2015-05-04 05:00:14.144002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:14.151383"], ["updated_at", "2015-05-04 05:00:14.151383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::TwitterService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Authenticated"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:14.231454"], ["updated_at", "2015-05-04 05:00:14.231454"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:14.238661"], ["updated_at", "2015-05-04 05:00:14.238661"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') SocialAuth::TwitterService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Connected"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService' AND "social_auth_services"."user_id" = 234) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 234], ["method", "Connected"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-04 05:00:14.281358"], ["updated_at", "2015-05-04 05:00:14.281358"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:14.288512"], ["updated_at", "2015-05-04 05:00:14.288512"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 235], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-04 05:00:14.295571"], ["updated_at", "2015-05-04 05:00:14.295571"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:14.369633"], ["updated_at", "2015-05-04 05:00:14.369633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 236], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-04 05:00:14.378268"], ["updated_at", "2015-05-04 05:00:14.378268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (1.5ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:49.930896"], ["updated_at", "2015-05-04 05:00:49.930896"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:49.963172"], ["updated_at", "2015-05-04 05:00:49.963172"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:49.973328"], ["updated_at", "2015-05-04 05:00:49.973328"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:49.999949"], ["updated_at", "2015-05-04 05:00:49.999949"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.7ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') SocialAuth::FacebookService Load (0.6ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "10204796229055532"], ["method", "Authenticated"]]  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:50.087971"], ["updated_at", "2015-05-04 05:00:50.087971"]] SQL (0.6ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["user_id", 241], ["created_at", "2015-05-04 05:00:50.091381"], ["updated_at", "2015-05-04 05:00:50.091381"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.102015"], ["updated_at", "2015-05-04 05:00:50.102015"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 SocialAuth::FacebookService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "10204796229055532"], ["method", "Authenticated"]]  (0.7ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.139154"], ["updated_at", "2015-05-04 05:00:50.139154"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.172511"], ["updated_at", "2015-05-04 05:00:50.172511"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.187551"], ["updated_at", "2015-05-04 05:00:50.187551"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') SocialAuth::FacebookService Load (0.8ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService' AND "social_auth_services"."user_id" = 245) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 245], ["method", "Connected"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-04 05:00:50.210860"], ["updated_at", "2015-05-04 05:00:50.210860"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.220486"], ["updated_at", "2015-05-04 05:00:50.220486"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 246], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-04 05:00:50.230278"], ["updated_at", "2015-05-04 05:00:50.230278"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.253701"], ["updated_at", "2015-05-04 05:00:50.253701"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 247], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-04 05:00:50.263297"], ["updated_at", "2015-05-04 05:00:50.263297"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.281189"], ["updated_at", "2015-05-04 05:00:50.281189"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.6ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 248], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-04 05:00:50.290402"], ["updated_at", "2015-05-04 05:00:50.290402"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (1.8ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.313239"], ["updated_at", "2015-05-04 05:00:50.313239"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.326393"], ["updated_at", "2015-05-04 05:00:50.326393"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.335060"], ["updated_at", "2015-05-04 05:00:50.335060"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') ETHON: Libcurl initialized SocialAuth::GooglePlusService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.5ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:50.390685"], ["updated_at", "2015-05-04 05:00:50.390685"]] SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "117652050090394249462"], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/YIe5kRpXUZCbfvhh3AHD2S0GalGEQA-2K2KPe4XBZXA\"}"], ["user_id", 252], ["created_at", "2015-05-04 05:00:50.393191"], ["updated_at", "2015-05-04 05:00:50.393191"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')  (0.4ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.402285"], ["updated_at", "2015-05-04 05:00:50.402285"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::GooglePlusService Load (0.8ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.8ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.440974"], ["updated_at", "2015-05-04 05:00:50.440974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') SocialAuth::GooglePlusService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService' AND "social_auth_services"."user_id" = 254) LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "117652050090394249462"], ["user_id", 254], ["method", "Connected"], ["access_token", "{\"refresh_token\":\"1/YIe5kRpXUZCbfvhh3AHD2S0GalGEQA-2K2KPe4XBZXA\"}"], ["created_at", "2015-05-04 05:00:50.471563"], ["updated_at", "2015-05-04 05:00:50.471563"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.480149"], ["updated_at", "2015-05-04 05:00:50.480149"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.513676"], ["updated_at", "2015-05-04 05:00:50.513676"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.538724"], ["updated_at", "2015-05-04 05:00:50.538724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.561704"], ["updated_at", "2015-05-04 05:00:50.561704"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.569849"], ["updated_at", "2015-05-04 05:00:50.569849"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 259], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-04 05:00:50.580267"], ["updated_at", "2015-05-04 05:00:50.580267"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.619462"], ["updated_at", "2015-05-04 05:00:50.619462"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 260], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-04 05:00:50.632659"], ["updated_at", "2015-05-04 05:00:50.632659"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.643124"], ["updated_at", "2015-05-04 05:00:50.643124"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 261], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-04 05:00:50.652057"], ["updated_at", "2015-05-04 05:00:50.652057"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.686095"], ["updated_at", "2015-05-04 05:00:50.686095"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:50.691355"], ["updated_at", "2015-05-04 05:00:50.691355"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 263]] SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 263], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 05:00:50.704170"], ["updated_at", "2015-05-04 05:00:50.704170"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."id" != 138 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) ROLLBACK  (0.3ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.717967"], ["updated_at", "2015-05-04 05:00:50.717967"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:50.723212"], ["updated_at", "2015-05-04 05:00:50.723212"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 265], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:50.729728"], ["updated_at", "2015-05-04 05:00:50.729728"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:50.735051"], ["updated_at", "2015-05-04 05:00:50.735051"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1234' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1234"], ["user_id", 266], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:50.742332"], ["updated_at", "2015-05-04 05:00:50.742332"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.6ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('1234'))  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.757494"], ["updated_at", "2015-05-04 05:00:50.757494"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:50.762018"], ["updated_at", "2015-05-04 05:00:50.762018"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 268], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:50.767655"], ["updated_at", "2015-05-04 05:00:50.767655"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:50.772879"], ["updated_at", "2015-05-04 05:00:50.772879"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1234' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1234"], ["user_id", 269], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:50.778903"], ["updated_at", "2015-05-04 05:00:50.778903"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('324'))  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.788405"], ["updated_at", "2015-05-04 05:00:50.788405"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:50.792996"], ["updated_at", "2015-05-04 05:00:50.792996"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 271], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:50.799051"], ["updated_at", "2015-05-04 05:00:50.799051"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.4ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.807284"], ["updated_at", "2015-05-04 05:00:50.807284"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:50.811795"], ["updated_at", "2015-05-04 05:00:50.811795"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 273], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:50.817718"], ["updated_at", "2015-05-04 05:00:50.817718"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:50.824464"], ["updated_at", "2015-05-04 05:00:50.824464"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '15' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "15"], ["user_id", 274], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:50.831140"], ["updated_at", "2015-05-04 05:00:50.831140"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.6ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 LIMIT 1 [["id", 145]] SocialAuth::Service Load (0.6ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('2')) User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 273]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 274]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.848562"], ["updated_at", "2015-05-04 05:00:50.848562"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:50.854025"], ["updated_at", "2015-05-04 05:00:50.854025"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 276], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:50.861272"], ["updated_at", "2015-05-04 05:00:50.861272"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:50.866202"], ["updated_at", "2015-05-04 05:00:50.866202"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '15' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "15"], ["user_id", 277], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-04 05:00:50.872736"], ["updated_at", "2015-05-04 05:00:50.872736"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 LIMIT 1 [["id", 147]] SocialAuth::Service Load (0.6ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('2')) User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 276]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 277]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.899561"], ["updated_at", "2015-05-04 05:00:50.899561"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.9ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 278], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 05:00:50.908873"], ["updated_at", "2015-05-04 05:00:50.908873"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 148 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 278) LIMIT 1 SQL (0.5ms) UPDATE "social_auth_services" SET "method" = $1, "updated_at" = $2 WHERE "social_auth_services"."id" = $3 [["method", "Connected"], ["updated_at", "2015-05-04 05:00:50.916727"], ["id", 148]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 [["id", 148]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.929144"], ["updated_at", "2015-05-04 05:00:50.929144"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 279], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 05:00:50.936703"], ["updated_at", "2015-05-04 05:00:50.936703"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 149 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.947536"], ["updated_at", "2015-05-04 05:00:50.947536"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 280], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 05:00:50.956741"], ["updated_at", "2015-05-04 05:00:50.956741"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 150 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 280) LIMIT 1 SQL (0.8ms) UPDATE "social_auth_services" SET "method" = $1, "updated_at" = $2 WHERE "social_auth_services"."id" = $3 [["method", "Connected"], ["updated_at", "2015-05-04 05:00:50.966122"], ["id", 150]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 [["id", 150]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:50.976181"], ["updated_at", "2015-05-04 05:00:50.976181"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 281], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-04 05:00:50.983855"], ["updated_at", "2015-05-04 05:00:50.983855"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 151 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 281) LIMIT 1 SQL (0.5ms) UPDATE "social_auth_services" SET "method" = $1, "updated_at" = $2 WHERE "social_auth_services"."id" = $3 [["method", "Connected"], ["updated_at", "2015-05-04 05:00:50.992338"], ["id", 151]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 [["id", 151]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.001418"], ["updated_at", "2015-05-04 05:00:51.001418"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.8ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 282) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 282], ["method", "Connected"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 05:00:51.011284"], ["updated_at", "2015-05-04 05:00:51.011284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 282]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.021152"], ["updated_at", "2015-05-04 05:00:51.021152"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 283], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 05:00:51.028868"], ["updated_at", "2015-05-04 05:00:51.028868"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 283]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.036704"], ["updated_at", "2015-05-04 05:00:51.036704"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 284]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.045476"], ["updated_at", "2015-05-04 05:00:51.045476"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:51.048848"], ["updated_at", "2015-05-04 05:00:51.048848"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 286) LIMIT 1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.058606"], ["updated_at", "2015-05-04 05:00:51.058606"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:51.063481"], ["updated_at", "2015-05-04 05:00:51.063481"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 288) LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 288], ["method", "Connected"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-04 05:00:51.069209"], ["updated_at", "2015-05-04 05:00:51.069209"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 288) LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 288) LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.083819"], ["updated_at", "2015-05-04 05:00:51.083819"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:51.088198"], ["updated_at", "2015-05-04 05:00:51.088198"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:51.091179"], ["updated_at", "2015-05-04 05:00:51.091179"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 291], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:51.097307"], ["updated_at", "2015-05-04 05:00:51.097307"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 290) LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.107784"], ["updated_at", "2015-05-04 05:00:51.107784"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:51.112012"], ["updated_at", "2015-05-04 05:00:51.112012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.8ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.120548"], ["updated_at", "2015-05-04 05:00:51.120548"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:51.124629"], ["updated_at", "2015-05-04 05:00:51.124629"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (1.0ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 295], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-04 05:00:51.131824"], ["updated_at", "2015-05-04 05:00:51.131824"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.142262"], ["updated_at", "2015-05-04 05:00:51.142262"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:51.146437"], ["updated_at", "2015-05-04 05:00:51.146437"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.9ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 297) LIMIT 1 SQL (0.7ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 297], ["method", "Connected"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-04 05:00:51.154343"], ["updated_at", "2015-05-04 05:00:51.154343"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:51.160121"], ["updated_at", "2015-05-04 05:00:51.160121"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 298) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 298], ["method", "Connected"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-04 05:00:51.166091"], ["updated_at", "2015-05-04 05:00:51.166091"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."id" != 158 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 298) LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.175566"], ["updated_at", "2015-05-04 05:00:51.175566"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.7ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 299], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:51.187119"], ["updated_at", "2015-05-04 05:00:51.187119"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.196371"], ["updated_at", "2015-05-04 05:00:51.196371"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:51.200753"], ["updated_at", "2015-05-04 05:00:51.200753"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 301], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:51.206986"], ["updated_at", "2015-05-04 05:00:51.206986"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 300) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 300], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:51.217366"], ["updated_at", "2015-05-04 05:00:51.217366"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.225525"], ["updated_at", "2015-05-04 05:00:51.225525"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 302], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:51.235640"], ["updated_at", "2015-05-04 05:00:51.235640"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.242475"], ["updated_at", "2015-05-04 05:00:51.242475"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 303) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 303], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:51.249720"], ["updated_at", "2015-05-04 05:00:51.249720"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:51.255059"], ["updated_at", "2015-05-04 05:00:51.255059"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (1.0ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 304) LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 304], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:51.264133"], ["updated_at", "2015-05-04 05:00:51.264133"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.4ms) ROLLBACK  (0.3ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.274864"], ["updated_at", "2015-05-04 05:00:51.274864"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 305], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:51.282495"], ["updated_at", "2015-05-04 05:00:51.282495"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.1ms) SAVEPOINT active_record_1 User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 305]] SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."id" != 165 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.298281"], ["updated_at", "2015-05-04 05:00:51.298281"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.8ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 306) LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 306], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-04 05:00:51.306853"], ["updated_at", "2015-05-04 05:00:51.306853"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]] SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 306]] SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."id" != 166 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 306) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.326446"], ["updated_at", "2015-05-04 05:00:51.326446"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.334086"], ["updated_at", "2015-05-04 05:00:51.334086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.342643"], ["updated_at", "2015-05-04 05:00:51.342643"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') SocialAuth::TwitterService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Authenticated"]]  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-04 05:00:51.445301"], ["updated_at", "2015-05-04 05:00:51.445301"]] SQL (0.5ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["user_id", 310], ["created_at", "2015-05-04 05:00:51.448015"], ["updated_at", "2015-05-04 05:00:51.448015"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.9ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.457764"], ["updated_at", "2015-05-04 05:00:51.457764"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::TwitterService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Authenticated"]]  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.8ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.543518"], ["updated_at", "2015-05-04 05:00:51.543518"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.552171"], ["updated_at", "2015-05-04 05:00:51.552171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') SocialAuth::TwitterService Load (0.6ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Connected"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService' AND "social_auth_services"."user_id" = 313) LIMIT 1 SQL (0.2ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 313], ["method", "Connected"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-04 05:00:51.606327"], ["updated_at", "2015-05-04 05:00:51.606327"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.615933"], ["updated_at", "2015-05-04 05:00:51.615933"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 314], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-04 05:00:51.625852"], ["updated_at", "2015-05-04 05:00:51.625852"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-04 05:00:51.709081"], ["updated_at", "2015-05-04 05:00:51.709081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 315], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-04 05:00:51.717816"], ["updated_at", "2015-05-04 05:00:51.717816"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) ROLLBACK  (0.7ms) BEGIN  (0.6ms) SAVEPOINT active_record_1 SQL (20.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.806809"], ["updated_at", "2015-05-05 01:22:18.806809"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.851440"], ["updated_at", "2015-05-05 01:22:18.851440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.858457"], ["updated_at", "2015-05-05 01:22:18.858457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.880456"], ["updated_at", "2015-05-05 01:22:18.880456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (3.1ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') SocialAuth::FacebookService Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "10204796229055532"], ["method", "Authenticated"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:18.945928"], ["updated_at", "2015-05-05 01:22:18.945928"]] SQL (2.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["user_id", 320], ["created_at", "2015-05-05 01:22:18.947928"], ["updated_at", "2015-05-05 01:22:18.947928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.956803"], ["updated_at", "2015-05-05 01:22:18.956803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::FacebookService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "10204796229055532"], ["method", "Authenticated"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.981895"], ["updated_at", "2015-05-05 01:22:18.981895"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.992693"], ["updated_at", "2015-05-05 01:22:18.992693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.003597"], ["updated_at", "2015-05-05 01:22:19.003597"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') SocialAuth::FacebookService Load (1.2ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (2.1ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "10204796229055532"], ["method", "Connected"]]  (1.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService' AND "social_auth_services"."user_id" = 324) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 324], ["method", "Connected"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-05 01:22:19.024270"], ["updated_at", "2015-05-05 01:22:19.024270"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.043972"], ["updated_at", "2015-05-05 01:22:19.043972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.3ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 325], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-05 01:22:19.050439"], ["updated_at", "2015-05-05 01:22:19.050439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.069654"], ["updated_at", "2015-05-05 01:22:19.069654"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 326], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-05 01:22:19.077721"], ["updated_at", "2015-05-05 01:22:19.077721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.090414"], ["updated_at", "2015-05-05 01:22:19.090414"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 327], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-05 01:22:19.107295"], ["updated_at", "2015-05-05 01:22:19.107295"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.127839"], ["updated_at", "2015-05-05 01:22:19.127839"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.135215"], ["updated_at", "2015-05-05 01:22:19.135215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.145354"], ["updated_at", "2015-05-05 01:22:19.145354"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') ETHON: Libcurl initialized SocialAuth::GooglePlusService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.198705"], ["updated_at", "2015-05-05 01:22:19.198705"]] SQL (0.5ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "117652050090394249462"], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/YIe5kRpXUZCbfvhh3AHD2S0GalGEQA-2K2KPe4XBZXA\"}"], ["user_id", 331], ["created_at", "2015-05-05 01:22:19.200915"], ["updated_at", "2015-05-05 01:22:19.200915"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.209734"], ["updated_at", "2015-05-05 01:22:19.209734"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::GooglePlusService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (1.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.244990"], ["updated_at", "2015-05-05 01:22:19.244990"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') SocialAuth::GooglePlusService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService' AND "social_auth_services"."user_id" = 333) LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "117652050090394249462"], ["user_id", 333], ["method", "Connected"], ["access_token", "{\"refresh_token\":\"1/YIe5kRpXUZCbfvhh3AHD2S0GalGEQA-2K2KPe4XBZXA\"}"], ["created_at", "2015-05-05 01:22:19.269835"], ["updated_at", "2015-05-05 01:22:19.269835"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.279045"], ["updated_at", "2015-05-05 01:22:19.279045"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.7ms) BEGIN  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.305303"], ["updated_at", "2015-05-05 01:22:19.305303"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.326701"], ["updated_at", "2015-05-05 01:22:19.326701"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.345669"], ["updated_at", "2015-05-05 01:22:19.345669"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (7.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.354024"], ["updated_at", "2015-05-05 01:22:19.354024"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 338], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-05 01:22:19.373005"], ["updated_at", "2015-05-05 01:22:19.373005"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.413546"], ["updated_at", "2015-05-05 01:22:19.413546"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 339], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-05 01:22:19.422610"], ["updated_at", "2015-05-05 01:22:19.422610"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.5ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.432214"], ["updated_at", "2015-05-05 01:22:19.432214"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 340], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-05 01:22:19.441237"], ["updated_at", "2015-05-05 01:22:19.441237"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.471649"], ["updated_at", "2015-05-05 01:22:19.471649"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.476941"], ["updated_at", "2015-05-05 01:22:19.476941"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 342]] SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 342], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-05 01:22:19.490975"], ["updated_at", "2015-05-05 01:22:19.490975"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (1.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."id" != 181 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.503060"], ["updated_at", "2015-05-05 01:22:19.503060"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.507370"], ["updated_at", "2015-05-05 01:22:19.507370"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.9ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 344], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.513893"], ["updated_at", "2015-05-05 01:22:19.513893"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.521346"], ["updated_at", "2015-05-05 01:22:19.521346"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1234' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1234"], ["user_id", 345], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.528826"], ["updated_at", "2015-05-05 01:22:19.528826"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.6ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('1234'))  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.544956"], ["updated_at", "2015-05-05 01:22:19.544956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.550053"], ["updated_at", "2015-05-05 01:22:19.550053"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 347], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.556924"], ["updated_at", "2015-05-05 01:22:19.556924"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.563068"], ["updated_at", "2015-05-05 01:22:19.563068"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1234' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.7ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1234"], ["user_id", 348], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.569662"], ["updated_at", "2015-05-05 01:22:19.569662"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('324'))  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.579431"], ["updated_at", "2015-05-05 01:22:19.579431"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.584400"], ["updated_at", "2015-05-05 01:22:19.584400"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 350], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.590271"], ["updated_at", "2015-05-05 01:22:19.590271"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.596679"], ["updated_at", "2015-05-05 01:22:19.596679"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.600536"], ["updated_at", "2015-05-05 01:22:19.600536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 352], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.606422"], ["updated_at", "2015-05-05 01:22:19.606422"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.614454"], ["updated_at", "2015-05-05 01:22:19.614454"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '15' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "15"], ["user_id", 353], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.621448"], ["updated_at", "2015-05-05 01:22:19.621448"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 LIMIT 1 [["id", 188]] SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('2')) User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 352]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 353]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.637828"], ["updated_at", "2015-05-05 01:22:19.637828"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.643658"], ["updated_at", "2015-05-05 01:22:19.643658"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 355], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.649122"], ["updated_at", "2015-05-05 01:22:19.649122"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.655337"], ["updated_at", "2015-05-05 01:22:19.655337"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '15' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "15"], ["user_id", 356], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.661686"], ["updated_at", "2015-05-05 01:22:19.661686"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 LIMIT 1 [["id", 190]] SocialAuth::Service Load (0.7ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('2')) User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 355]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 356]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.681304"], ["updated_at", "2015-05-05 01:22:19.681304"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.5ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 357], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-05 01:22:19.691520"], ["updated_at", "2015-05-05 01:22:19.691520"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 191 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 357) LIMIT 1 SQL (4.6ms) UPDATE "social_auth_services" SET "method" = $1, "updated_at" = $2 WHERE "social_auth_services"."id" = $3 [["method", "Connected"], ["updated_at", "2015-05-05 01:22:19.700357"], ["id", 191]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services"  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 [["id", 191]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.716890"], ["updated_at", "2015-05-05 01:22:19.716890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 358], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-05 01:22:19.724139"], ["updated_at", "2015-05-05 01:22:19.724139"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 192 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.735684"], ["updated_at", "2015-05-05 01:22:19.735684"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 359], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-05 01:22:19.743136"], ["updated_at", "2015-05-05 01:22:19.743136"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.9ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 193 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 359) LIMIT 1 SQL (0.5ms) UPDATE "social_auth_services" SET "method" = $1, "updated_at" = $2 WHERE "social_auth_services"."id" = $3 [["method", "Connected"], ["updated_at", "2015-05-05 01:22:19.751406"], ["id", 193]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 [["id", 193]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.772723"], ["updated_at", "2015-05-05 01:22:19.772723"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.6ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 360], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-05 01:22:19.779617"], ["updated_at", "2015-05-05 01:22:19.779617"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 194 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 360) LIMIT 1 SQL (0.6ms) UPDATE "social_auth_services" SET "method" = $1, "updated_at" = $2 WHERE "social_auth_services"."id" = $3 [["method", "Connected"], ["updated_at", "2015-05-05 01:22:19.786935"], ["id", 194]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 [["id", 194]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.795368"], ["updated_at", "2015-05-05 01:22:19.795368"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 361) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 361], ["method", "Connected"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-05 01:22:19.802882"], ["updated_at", "2015-05-05 01:22:19.802882"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 361]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.813554"], ["updated_at", "2015-05-05 01:22:19.813554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 362], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-05 01:22:19.820988"], ["updated_at", "2015-05-05 01:22:19.820988"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 362]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.828256"], ["updated_at", "2015-05-05 01:22:19.828256"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 363]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.836121"], ["updated_at", "2015-05-05 01:22:19.836121"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.839667"], ["updated_at", "2015-05-05 01:22:19.839667"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 365) LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.848213"], ["updated_at", "2015-05-05 01:22:19.848213"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.851908"], ["updated_at", "2015-05-05 01:22:19.851908"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 367) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 367], ["method", "Connected"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-05 01:22:19.857986"], ["updated_at", "2015-05-05 01:22:19.857986"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 367) LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 367) LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.871745"], ["updated_at", "2015-05-05 01:22:19.871745"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.876225"], ["updated_at", "2015-05-05 01:22:19.876225"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.879207"], ["updated_at", "2015-05-05 01:22:19.879207"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 370], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:19.884659"], ["updated_at", "2015-05-05 01:22:19.884659"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 369) LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.893150"], ["updated_at", "2015-05-05 01:22:19.893150"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.896863"], ["updated_at", "2015-05-05 01:22:19.896863"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.903878"], ["updated_at", "2015-05-05 01:22:19.903878"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.908365"], ["updated_at", "2015-05-05 01:22:19.908365"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 374], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-05 01:22:19.914789"], ["updated_at", "2015-05-05 01:22:19.914789"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.926145"], ["updated_at", "2015-05-05 01:22:19.926145"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.930786"], ["updated_at", "2015-05-05 01:22:19.930786"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 376) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 376], ["method", "Connected"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-05 01:22:19.936570"], ["updated_at", "2015-05-05 01:22:19.936570"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.940948"], ["updated_at", "2015-05-05 01:22:19.940948"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 377) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 377], ["method", "Connected"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-05 01:22:19.946086"], ["updated_at", "2015-05-05 01:22:19.946086"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."id" != 201 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 377) LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.954243"], ["updated_at", "2015-05-05 01:22:19.954243"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 378], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:19.967022"], ["updated_at", "2015-05-05 01:22:19.967022"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.975102"], ["updated_at", "2015-05-05 01:22:19.975102"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.979467"], ["updated_at", "2015-05-05 01:22:19.979467"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 380], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:19.986167"], ["updated_at", "2015-05-05 01:22:19.986167"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 379) LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 379], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:19.997130"], ["updated_at", "2015-05-05 01:22:19.997130"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.005400"], ["updated_at", "2015-05-05 01:22:20.005400"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 381], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:20.014488"], ["updated_at", "2015-05-05 01:22:20.014488"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.021266"], ["updated_at", "2015-05-05 01:22:20.021266"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.8ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 382) LIMIT 1 SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 382], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:20.028946"], ["updated_at", "2015-05-05 01:22:20.028946"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:20.034143"], ["updated_at", "2015-05-05 01:22:20.034143"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 383) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 383], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:20.042304"], ["updated_at", "2015-05-05 01:22:20.042304"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.050005"], ["updated_at", "2015-05-05 01:22:20.050005"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 384], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:20.057758"], ["updated_at", "2015-05-05 01:22:20.057758"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.1ms) SAVEPOINT active_record_1 User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 384]] SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."id" != 208 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.072306"], ["updated_at", "2015-05-05 01:22:20.072306"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 385) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 385], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:20.079432"], ["updated_at", "2015-05-05 01:22:20.079432"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]] SocialAuth::Service Load (0.2ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 385]] SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."id" != 209 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 385) LIMIT 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.096699"], ["updated_at", "2015-05-05 01:22:20.096699"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.104971"], ["updated_at", "2015-05-05 01:22:20.104971"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.113502"], ["updated_at", "2015-05-05 01:22:20.113502"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') SocialAuth::TwitterService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]  (0.4ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1 SQL (1.8ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:20.212667"], ["updated_at", "2015-05-05 01:22:20.212667"]] SQL (0.7ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["user_id", 389], ["created_at", "2015-05-05 01:22:20.216853"], ["updated_at", "2015-05-05 01:22:20.216853"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.226470"], ["updated_at", "2015-05-05 01:22:20.226470"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SocialAuth::TwitterService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Authenticated"]]  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.310101"], ["updated_at", "2015-05-05 01:22:20.310101"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.319230"], ["updated_at", "2015-05-05 01:22:20.319230"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') SocialAuth::TwitterService Load (1.2ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Connected"]]  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService' AND "social_auth_services"."user_id" = 392) LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 392], ["method", "Connected"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-05 01:22:20.382149"], ["updated_at", "2015-05-05 01:22:20.382149"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')  (0.2ms) ROLLBACK  (0.2ms) BEGIN  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.391233"], ["updated_at", "2015-05-05 01:22:20.391233"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1 SQL (2.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 393], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-05 01:22:20.402169"], ["updated_at", "2015-05-05 01:22:20.402169"]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.504349"], ["updated_at", "2015-05-05 01:22:20.504349"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1 SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 394], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-05 01:22:20.513152"], ["updated_at", "2015-05-05 01:22:20.513152"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) ROLLBACK