social_auth 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/social_auth/acts_as_social_user.rb +1 -1
- data/lib/social_auth/version.rb +1 -1
- data/spec/dummy/rails-4.2.0/log/test.log +644 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16b5a8be9bfd4ba62851151a5e93c1f3360570e7
|
|
4
|
+
data.tar.gz: fc2dbb83297e6af2341c93e3b40d7b3504720a2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25d20bcad82366738c5b1abc87a824fe6b4486ee86dec1db6478e6eff43dcd2b9261ff6834c9246d8679deaa4431376822b97e82ff3a56f56e191c60869a1152
|
|
7
|
+
data.tar.gz: 076360c3156e2cb577a84d8fb2c8afc885813616273cc927c8496af257cc648f494c4b636b627562ba96441ea69470c8785717d45d02edeedd1bf293de5b369e
|
|
@@ -16,7 +16,7 @@ module SocialAuth
|
|
|
16
16
|
|
|
17
17
|
module ClassMethods
|
|
18
18
|
def acts_as_social_user(options = {})
|
|
19
|
-
has_many :services, foreign_key: options[:foreign_key] || :user_id, class_name: SocialAuth::Service
|
|
19
|
+
has_many :services, foreign_key: options[:foreign_key] || :user_id, class_name: SocialAuth::Service, dependent: :destroy
|
|
20
20
|
end
|
|
21
21
|
end
|
|
22
22
|
end
|
data/lib/social_auth/version.rb
CHANGED
|
@@ -2568,3 +2568,647 @@ ETHON: Libcurl initialized
|
|
|
2568
2568
|
[1m[36mSocialAuth::Service Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1[0m
|
|
2569
2569
|
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2570
2570
|
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
2571
|
+
[1m[36m (0.7ms)[0m [1mBEGIN[0m
|
|
2572
|
+
[1m[35m (0.6ms)[0m SAVEPOINT active_record_1
|
|
2573
|
+
[1m[36mSQL (20.9ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.806809"], ["updated_at", "2015-05-05 01:22:18.806809"]]
|
|
2574
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2575
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
2576
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2577
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2578
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2579
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2580
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
2581
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2582
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2583
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.858457"], ["updated_at", "2015-05-05 01:22:18.858457"]]
|
|
2584
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2585
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2586
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2587
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2588
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2589
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2590
|
+
[1m[35m (3.1ms)[0m SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')
|
|
2591
|
+
[1m[36mSocialAuth::FacebookService Load (0.3ms)[0m [1mSELECT "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[0m [["remote_id", "10204796229055532"], ["method", "Authenticated"]]
|
|
2592
|
+
[1m[35m (0.3ms)[0m 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"]]
|
|
2593
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2594
|
+
[1m[35mSocialAuth::Service Exists (0.4ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1
|
|
2595
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-05-05 01:22:18.945928"], ["updated_at", "2015-05-05 01:22:18.945928"]]
|
|
2596
|
+
[1m[35mSQL (2.3ms)[0m 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"]]
|
|
2597
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2598
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')
|
|
2599
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2600
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2601
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2602
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2603
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2604
|
+
[1m[35mSocialAuth::FacebookService Load (0.5ms)[0m 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"]]
|
|
2605
|
+
[1m[36m (0.3ms)[0m [1mSELECT 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[0m [["remote_id", "10204796229055532"], ["method", "Connected"]]
|
|
2606
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2607
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1[0m
|
|
2608
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2609
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2610
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2611
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2612
|
+
[1m[35mSQL (0.2ms)[0m 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"]]
|
|
2613
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2614
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
2615
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2616
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2617
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.992693"], ["updated_at", "2015-05-05 01:22:18.992693"]]
|
|
2618
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2619
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2620
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2621
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2622
|
+
[1m[35mSQL (0.2ms)[0m 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"]]
|
|
2623
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2624
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')
|
|
2625
|
+
[1m[36mSocialAuth::FacebookService Load (1.2ms)[0m [1mSELECT "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[0m [["remote_id", "10204796229055532"], ["method", "Connected"]]
|
|
2626
|
+
[1m[35m (2.1ms)[0m 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"]]
|
|
2627
|
+
[1m[36m (1.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2628
|
+
[1m[35mSocialAuth::Service Exists (0.5ms)[0m 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
|
|
2629
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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"[0m [["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"]]
|
|
2630
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2631
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')[0m
|
|
2632
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
2633
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2634
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2635
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.043972"], ["updated_at", "2015-05-05 01:22:19.043972"]]
|
|
2636
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2637
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2638
|
+
[1m[35mSocialAuth::Service Exists (0.3ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1
|
|
2639
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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"[0m [["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"]]
|
|
2640
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2641
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
2642
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2643
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2644
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2645
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2646
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2647
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1[0m
|
|
2648
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2649
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2650
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
2651
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2652
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2653
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.090414"], ["updated_at", "2015-05-05 01:22:19.090414"]]
|
|
2654
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2655
|
+
[1m[36m (0.8ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2656
|
+
[1m[35mSocialAuth::Service Exists (0.5ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1
|
|
2657
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT 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"[0m [["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"]]
|
|
2658
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2659
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2660
|
+
[1m[35mSocialAuth::Service Exists (0.4ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1
|
|
2661
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
2662
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
2663
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2664
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2665
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.127839"], ["updated_at", "2015-05-05 01:22:19.127839"]]
|
|
2666
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2667
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2668
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2669
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2670
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2671
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2672
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
2673
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
2674
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2675
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.145354"], ["updated_at", "2015-05-05 01:22:19.145354"]]
|
|
2676
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2677
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')[0m
|
|
2678
|
+
ETHON: Libcurl initialized
|
|
2679
|
+
[1m[35mSocialAuth::GooglePlusService Load (0.5ms)[0m 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"]]
|
|
2680
|
+
[1m[36m (0.4ms)[0m [1mSELECT 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[0m [["remote_id", "117652050090394249462"], ["method", "Connected"]]
|
|
2681
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
2682
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1[0m
|
|
2683
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
2684
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT 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"[0m [["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"]]
|
|
2685
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2686
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')[0m
|
|
2687
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
2688
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2689
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2690
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.209734"], ["updated_at", "2015-05-05 01:22:19.209734"]]
|
|
2691
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2692
|
+
[1m[36mSocialAuth::GooglePlusService Load (0.4ms)[0m [1mSELECT "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[0m [["remote_id", "117652050090394249462"], ["method", "Authenticated"]]
|
|
2693
|
+
[1m[35m (0.4ms)[0m 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"]]
|
|
2694
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2695
|
+
[1m[35mSocialAuth::Service Exists (0.6ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1
|
|
2696
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
2697
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
2698
|
+
[1m[36m (1.1ms)[0m [1mBEGIN[0m
|
|
2699
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2700
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.244990"], ["updated_at", "2015-05-05 01:22:19.244990"]]
|
|
2701
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2702
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')[0m
|
|
2703
|
+
[1m[35mSocialAuth::GooglePlusService Load (0.4ms)[0m 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"]]
|
|
2704
|
+
[1m[36m (0.4ms)[0m [1mSELECT 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[0m [["remote_id", "117652050090394249462"], ["method", "Connected"]]
|
|
2705
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2706
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 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[0m
|
|
2707
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
2708
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2709
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')
|
|
2710
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
2711
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2712
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2713
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2714
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2715
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
2716
|
+
[1m[36m (0.7ms)[0m [1mBEGIN[0m
|
|
2717
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
2718
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.305303"], ["updated_at", "2015-05-05 01:22:19.305303"]]
|
|
2719
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2720
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2721
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2722
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2723
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2724
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2725
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
2726
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2727
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2728
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.345669"], ["updated_at", "2015-05-05 01:22:19.345669"]]
|
|
2729
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2730
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2731
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2732
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2733
|
+
[1m[35mSQL (7.1ms)[0m 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"]]
|
|
2734
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2735
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2736
|
+
[1m[36mSocialAuth::Service Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1[0m
|
|
2737
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
2738
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2739
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
2740
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2741
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2742
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.413546"], ["updated_at", "2015-05-05 01:22:19.413546"]]
|
|
2743
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2744
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2745
|
+
[1m[35mSocialAuth::Service Exists (0.5ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1
|
|
2746
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT 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"[0m [["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"]]
|
|
2747
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2748
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2749
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2750
|
+
[1m[36m (0.5ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2751
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2752
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2753
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2754
|
+
[1m[36mSocialAuth::Service Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1[0m
|
|
2755
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
2756
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2757
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2758
|
+
[1m[36mSocialAuth::Service Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1[0m
|
|
2759
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2760
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
2761
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
2762
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2763
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
2764
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2765
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
2766
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-05-05 01:22:19.476941"], ["updated_at", "2015-05-05 01:22:19.476941"]]
|
|
2767
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2768
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2769
|
+
[1m[35mUser Load (0.8ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 342]]
|
|
2770
|
+
[1m[36mSocialAuth::Service Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1[0m
|
|
2771
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
2772
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2773
|
+
[1m[35mSocialAuth::Service Exists (1.7ms)[0m 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
|
|
2774
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2775
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2776
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2777
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2778
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2779
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2780
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-05-05 01:22:19.507370"], ["updated_at", "2015-05-05 01:22:19.507370"]]
|
|
2781
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2782
|
+
[1m[36m (0.9ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2783
|
+
[1m[35mSocialAuth::Service Exists (0.7ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
|
|
2784
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["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"]]
|
|
2785
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2786
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2787
|
+
[1m[35mSQL (0.6ms)[0m 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"]]
|
|
2788
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2789
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2790
|
+
[1m[36mSocialAuth::Service Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1234' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1[0m
|
|
2791
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
2792
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2793
|
+
[1m[35mSocialAuth::Service Load (0.6ms)[0m SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('1234'))
|
|
2794
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
2795
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2796
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2797
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2798
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2799
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2800
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-05-05 01:22:19.550053"], ["updated_at", "2015-05-05 01:22:19.550053"]]
|
|
2801
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2802
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2803
|
+
[1m[35mSocialAuth::Service Exists (0.6ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
|
|
2804
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["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"]]
|
|
2805
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2806
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2807
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
2808
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2809
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2810
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1234' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1[0m
|
|
2811
|
+
[1m[35mSQL (0.7ms)[0m 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"]]
|
|
2812
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2813
|
+
[1m[35mSocialAuth::Service Load (0.5ms)[0m SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('324'))
|
|
2814
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2815
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
2816
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2817
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
2818
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2819
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2820
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-05-05 01:22:19.584400"], ["updated_at", "2015-05-05 01:22:19.584400"]]
|
|
2821
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2822
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2823
|
+
[1m[35mSocialAuth::Service Exists (0.5ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
|
|
2824
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["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"]]
|
|
2825
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2826
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2827
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
2828
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2829
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2830
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2831
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2832
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-05-05 01:22:19.600536"], ["updated_at", "2015-05-05 01:22:19.600536"]]
|
|
2833
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2834
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2835
|
+
[1m[35mSocialAuth::Service Exists (0.6ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
|
|
2836
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["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"]]
|
|
2837
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2838
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2839
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
2840
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2841
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2842
|
+
[1m[36mSocialAuth::Service Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '15' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1[0m
|
|
2843
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
2844
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2845
|
+
[1m[35mSocialAuth::Service Load (0.5ms)[0m SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 LIMIT 1 [["id", 188]]
|
|
2846
|
+
[1m[36mSocialAuth::Service Load (0.5ms)[0m [1mSELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('2'))[0m
|
|
2847
|
+
[1m[35mUser Load (0.5ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 352]]
|
|
2848
|
+
[1m[36mUser Load (0.5ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 353]]
|
|
2849
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
2850
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2851
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2852
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.637828"], ["updated_at", "2015-05-05 01:22:19.637828"]]
|
|
2853
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2854
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2855
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2856
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2857
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2858
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1[0m
|
|
2859
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
2860
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2861
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2862
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-05-05 01:22:19.655337"], ["updated_at", "2015-05-05 01:22:19.655337"]]
|
|
2863
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2864
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2865
|
+
[1m[35mSocialAuth::Service Exists (0.7ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '15' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
|
|
2866
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["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"]]
|
|
2867
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2868
|
+
[1m[36mSocialAuth::Service Load (0.5ms)[0m [1mSELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 LIMIT 1[0m [["id", 190]]
|
|
2869
|
+
[1m[35mSocialAuth::Service Load (0.7ms)[0m SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('2'))
|
|
2870
|
+
[1m[36mUser Load (0.5ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 355]]
|
|
2871
|
+
[1m[35mUser Load (0.5ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 356]]
|
|
2872
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
2873
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2874
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2875
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
2876
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2877
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
2878
|
+
[1m[36mSocialAuth::Service Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1[0m
|
|
2879
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
2880
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2881
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2882
|
+
[1m[36mSocialAuth::Service Exists (0.7ms)[0m [1mSELECT 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[0m
|
|
2883
|
+
[1m[35mSQL (4.6ms)[0m 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]]
|
|
2884
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2885
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "social_auth_services"
|
|
2886
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2887
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 [["id", 191]]
|
|
2888
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2889
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "social_auth_services"
|
|
2890
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2891
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2892
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2893
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2894
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2895
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2896
|
+
[1m[36mSocialAuth::Service Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1[0m
|
|
2897
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2898
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2899
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2900
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 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[0m
|
|
2901
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2902
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
2903
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2904
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2905
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2906
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2907
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2908
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1[0m
|
|
2909
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2910
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2911
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2912
|
+
[1m[36mSocialAuth::Service Exists (0.9ms)[0m [1mSELECT 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[0m
|
|
2913
|
+
[1m[35mSQL (0.5ms)[0m 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]]
|
|
2914
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2915
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2916
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "social_auth_services" WHERE "social_auth_services"."id" = $1[0m [["id", 193]]
|
|
2917
|
+
[1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2918
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
2919
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
2920
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2921
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
2922
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2923
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2924
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1[0m
|
|
2925
|
+
[1m[35mSQL (0.6ms)[0m 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"]]
|
|
2926
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2927
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2928
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 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[0m
|
|
2929
|
+
[1m[35mSQL (0.6ms)[0m 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]]
|
|
2930
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2931
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2932
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "social_auth_services" WHERE "social_auth_services"."id" = $1[0m [["id", 194]]
|
|
2933
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2934
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2935
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2936
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2937
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2938
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2939
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2940
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 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[0m
|
|
2941
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2942
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2943
|
+
[1m[35mSocialAuth::Service Load (0.5ms)[0m SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 361]]
|
|
2944
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2945
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2946
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2947
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2948
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2949
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2950
|
+
[1m[36mSocialAuth::Service Exists (0.7ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1[0m
|
|
2951
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2952
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2953
|
+
[1m[35mSocialAuth::Service Load (0.4ms)[0m SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 362]]
|
|
2954
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2955
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2956
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2957
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2958
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2959
|
+
[1m[35mSocialAuth::Service Load (0.5ms)[0m SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 363]]
|
|
2960
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2961
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2962
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2963
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2964
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2965
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2966
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-05-05 01:22:19.839667"], ["updated_at", "2015-05-05 01:22:19.839667"]]
|
|
2967
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2968
|
+
[1m[36mSocialAuth::Service Exists (0.7ms)[0m [1mSELECT 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[0m
|
|
2969
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
2970
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2971
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2972
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.848213"], ["updated_at", "2015-05-05 01:22:19.848213"]]
|
|
2973
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2974
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2975
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2976
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2977
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2978
|
+
[1m[36mSocialAuth::Service Exists (0.6ms)[0m [1mSELECT 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[0m
|
|
2979
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2980
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2981
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2982
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 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[0m
|
|
2983
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
2984
|
+
[1m[36mSocialAuth::Service Exists (0.6ms)[0m [1mSELECT 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[0m
|
|
2985
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
2986
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
2987
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2988
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.871745"], ["updated_at", "2015-05-05 01:22:19.871745"]]
|
|
2989
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2990
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2991
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
2992
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2993
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2994
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-05-05 01:22:19.879207"], ["updated_at", "2015-05-05 01:22:19.879207"]]
|
|
2995
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2996
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2997
|
+
[1m[35mSocialAuth::Service Exists (0.5ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
|
|
2998
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["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"]]
|
|
2999
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3000
|
+
[1m[36mSocialAuth::Service Exists (0.6ms)[0m [1mSELECT 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[0m
|
|
3001
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
3002
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3003
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3004
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.893150"], ["updated_at", "2015-05-05 01:22:19.893150"]]
|
|
3005
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3006
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3007
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
3008
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3009
|
+
[1m[35mSocialAuth::Service Exists (0.6ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
|
|
3010
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3011
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3012
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3013
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
3014
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3015
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3016
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-05-05 01:22:19.908365"], ["updated_at", "2015-05-05 01:22:19.908365"]]
|
|
3017
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3018
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3019
|
+
[1m[35mSocialAuth::Service Exists (0.4ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
|
|
3020
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["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"]]
|
|
3021
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3022
|
+
[1m[36mSocialAuth::Service Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1[0m
|
|
3023
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
3024
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3025
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3026
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.926145"], ["updated_at", "2015-05-05 01:22:19.926145"]]
|
|
3027
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3028
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3029
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
3030
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3031
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3032
|
+
[1m[36mSocialAuth::Service Exists (0.6ms)[0m [1mSELECT 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[0m
|
|
3033
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
3034
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3035
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3036
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-05-05 01:22:19.940948"], ["updated_at", "2015-05-05 01:22:19.940948"]]
|
|
3037
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3038
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3039
|
+
[1m[35mSocialAuth::Service Exists (0.5ms)[0m 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
|
|
3040
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["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"]]
|
|
3041
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3042
|
+
[1m[36mSocialAuth::Service Exists (0.6ms)[0m [1mSELECT 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[0m
|
|
3043
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
3044
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3045
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3046
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.954243"], ["updated_at", "2015-05-05 01:22:19.954243"]]
|
|
3047
|
+
[1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3048
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services"[0m
|
|
3049
|
+
[1m[35mSocialAuth::Service Load (0.5ms)[0m 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"]]
|
|
3050
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2[0m [["remote_id", "1"], ["method", "Connected"]]
|
|
3051
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3052
|
+
[1m[36mSocialAuth::Service Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1[0m
|
|
3053
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
3054
|
+
[1m[36m (0.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3055
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "social_auth_services"
|
|
3056
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3057
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
3058
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3059
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
3060
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3061
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3062
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-05-05 01:22:19.979467"], ["updated_at", "2015-05-05 01:22:19.979467"]]
|
|
3063
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3064
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3065
|
+
[1m[35mSocialAuth::Service Exists (0.5ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
|
|
3066
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["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"]]
|
|
3067
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3068
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services"[0m
|
|
3069
|
+
[1m[35mSocialAuth::Service Load (0.3ms)[0m 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"]]
|
|
3070
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2[0m [["remote_id", "1"], ["method", "Connected"]]
|
|
3071
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3072
|
+
[1m[36mSocialAuth::Service Exists (0.6ms)[0m [1mSELECT 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[0m
|
|
3073
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
3074
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3075
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "social_auth_services"
|
|
3076
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
3077
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
3078
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3079
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
3080
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3081
|
+
[1m[35mSocialAuth::Service Load (0.3ms)[0m 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"]]
|
|
3082
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2[0m [["remote_id", "1"], ["method", "Connected"]]
|
|
3083
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3084
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1[0m
|
|
3085
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
3086
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3087
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
3088
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3089
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3090
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.021266"], ["updated_at", "2015-05-05 01:22:20.021266"]]
|
|
3091
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3092
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3093
|
+
[1m[35mSocialAuth::Service Exists (0.8ms)[0m 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
|
|
3094
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["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"]]
|
|
3095
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3096
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services"[0m
|
|
3097
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3098
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-05-05 01:22:20.034143"], ["updated_at", "2015-05-05 01:22:20.034143"]]
|
|
3099
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3100
|
+
[1m[36mSocialAuth::Service Load (0.4ms)[0m [1mSELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1[0m [["remote_id", "1"], ["method", "Connected"]]
|
|
3101
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]
|
|
3102
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3103
|
+
[1m[35mSocialAuth::Service Exists (0.5ms)[0m 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
|
|
3104
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["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"]]
|
|
3105
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3106
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services"[0m
|
|
3107
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
3108
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3109
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3110
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.050005"], ["updated_at", "2015-05-05 01:22:20.050005"]]
|
|
3111
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3112
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3113
|
+
[1m[35mSocialAuth::Service Exists (0.5ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
|
|
3114
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["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"]]
|
|
3115
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3116
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services"[0m
|
|
3117
|
+
[1m[35mSocialAuth::Service Load (0.4ms)[0m 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"]]
|
|
3118
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3119
|
+
[1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 384]]
|
|
3120
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 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[0m
|
|
3121
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3122
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services"[0m
|
|
3123
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
3124
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3125
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3126
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.072306"], ["updated_at", "2015-05-05 01:22:20.072306"]]
|
|
3127
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3128
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3129
|
+
[1m[35mSocialAuth::Service Exists (0.5ms)[0m 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
|
|
3130
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["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"]]
|
|
3131
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3132
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services"[0m
|
|
3133
|
+
[1m[35mSocialAuth::Service Load (0.4ms)[0m 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"]]
|
|
3134
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2[0m [["remote_id", "1"], ["method", "Connected"]]
|
|
3135
|
+
[1m[35mSocialAuth::Service Load (0.2ms)[0m 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"]]
|
|
3136
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3137
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 385]]
|
|
3138
|
+
[1m[36mSocialAuth::Service Exists (0.6ms)[0m [1mSELECT 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[0m
|
|
3139
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3140
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services"[0m
|
|
3141
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
3142
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3143
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3144
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.096699"], ["updated_at", "2015-05-05 01:22:20.096699"]]
|
|
3145
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3146
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3147
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
3148
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3149
|
+
[1m[35mSQL (0.5ms)[0m 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"]]
|
|
3150
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3151
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
3152
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3153
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3154
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.113502"], ["updated_at", "2015-05-05 01:22:20.113502"]]
|
|
3155
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3156
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')[0m
|
|
3157
|
+
[1m[35mSocialAuth::TwitterService Load (0.4ms)[0m 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"]]
|
|
3158
|
+
[1m[36m (0.4ms)[0m [1mSELECT 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[0m [["remote_id", "410739240"], ["method", "Connected"]]
|
|
3159
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
|
3160
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1[0m
|
|
3161
|
+
[1m[35mSQL (1.8ms)[0m 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"]]
|
|
3162
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT 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"[0m [["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"]]
|
|
3163
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3164
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')[0m
|
|
3165
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
3166
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3167
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3168
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.226470"], ["updated_at", "2015-05-05 01:22:20.226470"]]
|
|
3169
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3170
|
+
[1m[36mSocialAuth::TwitterService Load (0.4ms)[0m [1mSELECT "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[0m [["remote_id", "410739240"], ["method", "Authenticated"]]
|
|
3171
|
+
[1m[35m (0.4ms)[0m 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"]]
|
|
3172
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3173
|
+
[1m[35mSocialAuth::Service Exists (0.6ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1
|
|
3174
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
3175
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
3176
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3177
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3178
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.310101"], ["updated_at", "2015-05-05 01:22:20.310101"]]
|
|
3179
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3180
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
3181
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
3182
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3183
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
3184
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3185
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')
|
|
3186
|
+
[1m[36mSocialAuth::TwitterService Load (1.2ms)[0m [1mSELECT "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[0m [["remote_id", "410739240"], ["method", "Connected"]]
|
|
3187
|
+
[1m[35m (0.5ms)[0m 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"]]
|
|
3188
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3189
|
+
[1m[35mSocialAuth::Service Exists (0.5ms)[0m 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
|
|
3190
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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"[0m [["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"]]
|
|
3191
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3192
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')[0m
|
|
3193
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
3194
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
3195
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3196
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.391233"], ["updated_at", "2015-05-05 01:22:20.391233"]]
|
|
3197
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3198
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3199
|
+
[1m[35mSocialAuth::Service Exists (0.5ms)[0m SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1
|
|
3200
|
+
[1m[36mSQL (2.3ms)[0m [1mINSERT 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"[0m [["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"]]
|
|
3201
|
+
[1m[35m (0.9ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3202
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3203
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3204
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3205
|
+
[1m[35mSQL (0.4ms)[0m 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"]]
|
|
3206
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3207
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3208
|
+
[1m[36mSocialAuth::Service Exists (0.6ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1[0m
|
|
3209
|
+
[1m[35mSQL (0.3ms)[0m 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"]]
|
|
3210
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3211
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3212
|
+
[1m[36mSocialAuth::Service Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1[0m
|
|
3213
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
3214
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: social_auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- William Porter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-05-
|
|
11
|
+
date: 2015-05-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|