social_auth 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b73fa75b8a6c8200dfa7dd06516c356ed7bc6fa
4
- data.tar.gz: 3df34c0d057b106e60658529905ad5b5d6a3258f
3
+ metadata.gz: 16b5a8be9bfd4ba62851151a5e93c1f3360570e7
4
+ data.tar.gz: fc2dbb83297e6af2341c93e3b40d7b3504720a2b
5
5
  SHA512:
6
- metadata.gz: 1806f1a18ece05d1522f280a6746b675384708be1933bc87ac940c20f2eefb129af1ae11bb4c8f98272cfb5afbd02cb3fe8bbe4ea20aa4b39fe4e1fc024cd765
7
- data.tar.gz: 6348918e0a59e0aced64adbb948fc72ca3d86f8658e38a5fa28aa932aee3a1eedd3a1dda83b621c34958e9ef67bb77c2ee000ef21eff00ebc57b4c4572d756b9
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
@@ -1,3 +1,3 @@
1
1
  module SocialAuth
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
@@ -2568,3 +2568,647 @@ ETHON: Libcurl initialized
2568
2568
  SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1
2569
2569
   (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
2570
2570
   (0.4ms) ROLLBACK
2571
+  (0.7ms) BEGIN
2572
+  (0.6ms) SAVEPOINT active_record_1
2573
+ SQL (20.9ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.806809"], ["updated_at", "2015-05-05 01:22:18.806809"]]
2574
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2575
+  (0.3ms) ROLLBACK
2576
+  (0.1ms) BEGIN
2577
+  (0.1ms) SAVEPOINT active_record_1
2578
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.851440"], ["updated_at", "2015-05-05 01:22:18.851440"]]
2579
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2580
+  (0.2ms) ROLLBACK
2581
+  (0.1ms) BEGIN
2582
+  (0.1ms) SAVEPOINT active_record_1
2583
+ SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.858457"], ["updated_at", "2015-05-05 01:22:18.858457"]]
2584
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2585
+  (0.2ms) ROLLBACK
2586
+  (0.1ms) BEGIN
2587
+  (0.1ms) SAVEPOINT active_record_1
2588
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.880456"], ["updated_at", "2015-05-05 01:22:18.880456"]]
2589
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2590
+  (3.1ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')
2591
+ SocialAuth::FacebookService Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "10204796229055532"], ["method", "Authenticated"]]
2592
+  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "10204796229055532"], ["method", "Connected"]]
2593
+  (0.2ms) SAVEPOINT active_record_1
2594
+ SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1
2595
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:18.945928"], ["updated_at", "2015-05-05 01:22:18.945928"]]
2596
+ SQL (2.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["user_id", 320], ["created_at", "2015-05-05 01:22:18.947928"], ["updated_at", "2015-05-05 01:22:18.947928"]]
2597
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2598
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')
2599
+  (0.1ms) ROLLBACK
2600
+  (0.1ms) BEGIN
2601
+  (0.1ms) SAVEPOINT active_record_1
2602
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.956803"], ["updated_at", "2015-05-05 01:22:18.956803"]]
2603
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2604
+ SocialAuth::FacebookService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "10204796229055532"], ["method", "Authenticated"]]
2605
+  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "10204796229055532"], ["method", "Connected"]]
2606
+  (0.2ms) SAVEPOINT active_record_1
2607
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1
2608
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
2609
+  (0.2ms) ROLLBACK
2610
+  (0.1ms) BEGIN
2611
+  (0.1ms) SAVEPOINT active_record_1
2612
+ SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.981895"], ["updated_at", "2015-05-05 01:22:18.981895"]]
2613
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2614
+  (0.2ms) ROLLBACK
2615
+  (0.1ms) BEGIN
2616
+  (0.1ms) SAVEPOINT active_record_1
2617
+ SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:18.992693"], ["updated_at", "2015-05-05 01:22:18.992693"]]
2618
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2619
+  (0.2ms) ROLLBACK
2620
+  (0.1ms) BEGIN
2621
+  (0.1ms) SAVEPOINT active_record_1
2622
+ SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.003597"], ["updated_at", "2015-05-05 01:22:19.003597"]]
2623
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2624
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')
2625
+ SocialAuth::FacebookService Load (1.2ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "10204796229055532"], ["method", "Connected"]]
2626
+  (2.1ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "10204796229055532"], ["method", "Connected"]]
2627
+  (1.1ms) SAVEPOINT active_record_1
2628
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService' AND "social_auth_services"."user_id" = 324) LIMIT 1
2629
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 324], ["method", "Connected"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-05 01:22:19.024270"], ["updated_at", "2015-05-05 01:22:19.024270"]]
2630
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2631
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::FacebookService')
2632
+  (0.1ms) ROLLBACK
2633
+  (0.1ms) BEGIN
2634
+  (0.1ms) SAVEPOINT active_record_1
2635
+ SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.043972"], ["updated_at", "2015-05-05 01:22:19.043972"]]
2636
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2637
+  (0.1ms) SAVEPOINT active_record_1
2638
+ SocialAuth::Service Exists (0.3ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1
2639
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 325], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-05 01:22:19.050439"], ["updated_at", "2015-05-05 01:22:19.050439"]]
2640
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2641
+  (0.3ms) ROLLBACK
2642
+  (0.1ms) BEGIN
2643
+  (0.1ms) SAVEPOINT active_record_1
2644
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.069654"], ["updated_at", "2015-05-05 01:22:19.069654"]]
2645
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2646
+  (0.2ms) SAVEPOINT active_record_1
2647
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1
2648
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 326], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-05 01:22:19.077721"], ["updated_at", "2015-05-05 01:22:19.077721"]]
2649
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2650
+  (0.2ms) ROLLBACK
2651
+  (0.1ms) BEGIN
2652
+  (0.1ms) SAVEPOINT active_record_1
2653
+ SQL (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.090414"], ["updated_at", "2015-05-05 01:22:19.090414"]]
2654
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2655
+  (0.8ms) SAVEPOINT active_record_1
2656
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1
2657
+ SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::FacebookService"], ["remote_id", "10204796229055532"], ["user_id", 327], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"CAAVcHuFT94wBABZCLk1HBB9OY6jdgwIwuOGcfBoY0srXB9Fh535odH9Y2SwHfZC7H8lHovvy8Wt9NZBx8IsieNiCZAZB5uptn9q2MxytBD93IDo3Kf0ZCmaiIAZAvCBfG9h18jKfp091uE5c6aXZB4sLyOkCWvO4O5CYgItX4G3eWoAqmnUinoZCQfzT629GQNU0ZBAUQ0AckiXh09xY0fnkhw\"}"], ["created_at", "2015-05-05 01:22:19.107295"], ["updated_at", "2015-05-05 01:22:19.107295"]]
2658
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2659
+  (0.1ms) SAVEPOINT active_record_1
2660
+ SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::FacebookService') LIMIT 1
2661
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2662
+  (0.2ms) ROLLBACK
2663
+  (0.1ms) BEGIN
2664
+  (0.1ms) SAVEPOINT active_record_1
2665
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.127839"], ["updated_at", "2015-05-05 01:22:19.127839"]]
2666
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2667
+  (0.2ms) ROLLBACK
2668
+  (0.1ms) BEGIN
2669
+  (0.1ms) SAVEPOINT active_record_1
2670
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.135215"], ["updated_at", "2015-05-05 01:22:19.135215"]]
2671
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2672
+  (0.3ms) ROLLBACK
2673
+  (0.2ms) BEGIN
2674
+  (0.1ms) SAVEPOINT active_record_1
2675
+ SQL (0.2ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.145354"], ["updated_at", "2015-05-05 01:22:19.145354"]]
2676
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2677
+  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')
2678
+ ETHON: Libcurl initialized
2679
+ SocialAuth::GooglePlusService Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Authenticated"]]
2680
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]
2681
+  (0.3ms) SAVEPOINT active_record_1
2682
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1
2683
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.198705"], ["updated_at", "2015-05-05 01:22:19.198705"]]
2684
+ SQL (0.5ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "117652050090394249462"], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/YIe5kRpXUZCbfvhh3AHD2S0GalGEQA-2K2KPe4XBZXA\"}"], ["user_id", 331], ["created_at", "2015-05-05 01:22:19.200915"], ["updated_at", "2015-05-05 01:22:19.200915"]]
2685
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2686
+  (0.8ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')
2687
+  (0.3ms) ROLLBACK
2688
+  (0.1ms) BEGIN
2689
+  (0.2ms) SAVEPOINT active_record_1
2690
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.209734"], ["updated_at", "2015-05-05 01:22:19.209734"]]
2691
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2692
+ SocialAuth::GooglePlusService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Authenticated"]]
2693
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]
2694
+  (0.2ms) SAVEPOINT active_record_1
2695
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1
2696
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
2697
+  (0.3ms) ROLLBACK
2698
+  (1.1ms) BEGIN
2699
+  (0.2ms) SAVEPOINT active_record_1
2700
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.244990"], ["updated_at", "2015-05-05 01:22:19.244990"]]
2701
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2702
+  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')
2703
+ SocialAuth::GooglePlusService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "117652050090394249462"], ["method", "Connected"]]
2704
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "117652050090394249462"], ["method", "Connected"]]
2705
+  (0.2ms) SAVEPOINT active_record_1
2706
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '117652050090394249462' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService' AND "social_auth_services"."user_id" = 333) LIMIT 1
2707
+ SQL (0.5ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "117652050090394249462"], ["user_id", 333], ["method", "Connected"], ["access_token", "{\"refresh_token\":\"1/YIe5kRpXUZCbfvhh3AHD2S0GalGEQA-2K2KPe4XBZXA\"}"], ["created_at", "2015-05-05 01:22:19.269835"], ["updated_at", "2015-05-05 01:22:19.269835"]]
2708
+  (0.3ms) RELEASE SAVEPOINT active_record_1
2709
+  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::GooglePlusService')
2710
+  (0.3ms) ROLLBACK
2711
+  (0.1ms) BEGIN
2712
+  (0.1ms) SAVEPOINT active_record_1
2713
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.279045"], ["updated_at", "2015-05-05 01:22:19.279045"]]
2714
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2715
+  (0.2ms) ROLLBACK
2716
+  (0.7ms) BEGIN
2717
+  (0.3ms) SAVEPOINT active_record_1
2718
+ SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.305303"], ["updated_at", "2015-05-05 01:22:19.305303"]]
2719
+  (0.3ms) RELEASE SAVEPOINT active_record_1
2720
+  (0.2ms) ROLLBACK
2721
+  (0.1ms) BEGIN
2722
+  (0.1ms) SAVEPOINT active_record_1
2723
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.326701"], ["updated_at", "2015-05-05 01:22:19.326701"]]
2724
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2725
+  (0.2ms) ROLLBACK
2726
+  (0.1ms) BEGIN
2727
+  (0.1ms) SAVEPOINT active_record_1
2728
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.345669"], ["updated_at", "2015-05-05 01:22:19.345669"]]
2729
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2730
+  (0.2ms) ROLLBACK
2731
+  (0.1ms) BEGIN
2732
+  (0.1ms) SAVEPOINT active_record_1
2733
+ SQL (7.1ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.354024"], ["updated_at", "2015-05-05 01:22:19.354024"]]
2734
+  (0.3ms) RELEASE SAVEPOINT active_record_1
2735
+  (0.2ms) SAVEPOINT active_record_1
2736
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1
2737
+ SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 338], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-05 01:22:19.373005"], ["updated_at", "2015-05-05 01:22:19.373005"]]
2738
+  (0.3ms) RELEASE SAVEPOINT active_record_1
2739
+  (0.2ms) ROLLBACK
2740
+  (0.1ms) BEGIN
2741
+  (0.1ms) SAVEPOINT active_record_1
2742
+ SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.413546"], ["updated_at", "2015-05-05 01:22:19.413546"]]
2743
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2744
+  (0.2ms) SAVEPOINT active_record_1
2745
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1
2746
+ SQL (0.5ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 339], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-05 01:22:19.422610"], ["updated_at", "2015-05-05 01:22:19.422610"]]
2747
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2748
+  (0.2ms) ROLLBACK
2749
+  (0.1ms) BEGIN
2750
+  (0.5ms) SAVEPOINT active_record_1
2751
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.432214"], ["updated_at", "2015-05-05 01:22:19.432214"]]
2752
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2753
+  (0.2ms) SAVEPOINT active_record_1
2754
+ SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1
2755
+ SQL (0.4ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::GooglePlusService"], ["remote_id", "410739240"], ["user_id", 340], ["method", "Authenticated"], ["access_token", "{\"refresh_token\":\"1/b-cUt2E2hoExpHcu2MaglfxeG6aLzYH7ViSjWFhRGcR90RDknAdJa_sgfheVM0XT\"}"], ["created_at", "2015-05-05 01:22:19.441237"], ["updated_at", "2015-05-05 01:22:19.441237"]]
2756
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2757
+  (0.2ms) SAVEPOINT active_record_1
2758
+ SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::GooglePlusService') LIMIT 1
2759
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
2760
+  (0.3ms) ROLLBACK
2761
+  (0.2ms) BEGIN
2762
+  (0.2ms) SAVEPOINT active_record_1
2763
+ SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.471649"], ["updated_at", "2015-05-05 01:22:19.471649"]]
2764
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2765
+  (0.3ms) SAVEPOINT active_record_1
2766
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.476941"], ["updated_at", "2015-05-05 01:22:19.476941"]]
2767
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2768
+  (0.2ms) SAVEPOINT active_record_1
2769
+ User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 342]]
2770
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2771
+ SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 342], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-05 01:22:19.490975"], ["updated_at", "2015-05-05 01:22:19.490975"]]
2772
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2773
+ SocialAuth::Service Exists (1.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."id" != 181 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2774
+  (0.2ms) ROLLBACK
2775
+  (0.1ms) BEGIN
2776
+  (0.1ms) SAVEPOINT active_record_1
2777
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.503060"], ["updated_at", "2015-05-05 01:22:19.503060"]]
2778
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2779
+  (0.2ms) SAVEPOINT active_record_1
2780
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.507370"], ["updated_at", "2015-05-05 01:22:19.507370"]]
2781
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2782
+  (0.9ms) SAVEPOINT active_record_1
2783
+ SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2784
+ SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 344], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.513893"], ["updated_at", "2015-05-05 01:22:19.513893"]]
2785
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2786
+  (0.2ms) SAVEPOINT active_record_1
2787
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.521346"], ["updated_at", "2015-05-05 01:22:19.521346"]]
2788
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2789
+  (0.2ms) SAVEPOINT active_record_1
2790
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1234' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2791
+ SQL (0.5ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1234"], ["user_id", 345], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.528826"], ["updated_at", "2015-05-05 01:22:19.528826"]]
2792
+  (0.4ms) RELEASE SAVEPOINT active_record_1
2793
+ SocialAuth::Service Load (0.6ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('1234'))
2794
+  (0.3ms) ROLLBACK
2795
+  (0.1ms) BEGIN
2796
+  (0.1ms) SAVEPOINT active_record_1
2797
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.544956"], ["updated_at", "2015-05-05 01:22:19.544956"]]
2798
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2799
+  (0.2ms) SAVEPOINT active_record_1
2800
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.550053"], ["updated_at", "2015-05-05 01:22:19.550053"]]
2801
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2802
+  (0.2ms) SAVEPOINT active_record_1
2803
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2804
+ SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 347], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.556924"], ["updated_at", "2015-05-05 01:22:19.556924"]]
2805
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2806
+  (0.2ms) SAVEPOINT active_record_1
2807
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.563068"], ["updated_at", "2015-05-05 01:22:19.563068"]]
2808
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2809
+  (0.2ms) SAVEPOINT active_record_1
2810
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1234' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2811
+ SQL (0.7ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1234"], ["user_id", 348], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.569662"], ["updated_at", "2015-05-05 01:22:19.569662"]]
2812
+  (0.3ms) RELEASE SAVEPOINT active_record_1
2813
+ SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('324'))
2814
+  (0.2ms) ROLLBACK
2815
+  (0.2ms) BEGIN
2816
+  (0.1ms) SAVEPOINT active_record_1
2817
+ SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.579431"], ["updated_at", "2015-05-05 01:22:19.579431"]]
2818
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2819
+  (0.2ms) SAVEPOINT active_record_1
2820
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.584400"], ["updated_at", "2015-05-05 01:22:19.584400"]]
2821
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2822
+  (0.2ms) SAVEPOINT active_record_1
2823
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2824
+ SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 350], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.590271"], ["updated_at", "2015-05-05 01:22:19.590271"]]
2825
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2826
+  (0.1ms) ROLLBACK
2827
+  (0.2ms) BEGIN
2828
+  (0.1ms) SAVEPOINT active_record_1
2829
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.596679"], ["updated_at", "2015-05-05 01:22:19.596679"]]
2830
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2831
+  (0.2ms) SAVEPOINT active_record_1
2832
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.600536"], ["updated_at", "2015-05-05 01:22:19.600536"]]
2833
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2834
+  (0.2ms) SAVEPOINT active_record_1
2835
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2836
+ SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 352], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.606422"], ["updated_at", "2015-05-05 01:22:19.606422"]]
2837
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2838
+  (0.3ms) SAVEPOINT active_record_1
2839
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.614454"], ["updated_at", "2015-05-05 01:22:19.614454"]]
2840
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2841
+  (0.2ms) SAVEPOINT active_record_1
2842
+ SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '15' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2843
+ SQL (0.5ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "15"], ["user_id", 353], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.621448"], ["updated_at", "2015-05-05 01:22:19.621448"]]
2844
+  (0.3ms) RELEASE SAVEPOINT active_record_1
2845
+ SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 LIMIT 1 [["id", 188]]
2846
+ SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('2'))
2847
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 352]]
2848
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 353]]
2849
+  (0.2ms) ROLLBACK
2850
+  (0.1ms) BEGIN
2851
+  (0.1ms) SAVEPOINT active_record_1
2852
+ SQL (0.6ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.637828"], ["updated_at", "2015-05-05 01:22:19.637828"]]
2853
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2854
+  (0.2ms) SAVEPOINT active_record_1
2855
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.643658"], ["updated_at", "2015-05-05 01:22:19.643658"]]
2856
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2857
+  (0.1ms) SAVEPOINT active_record_1
2858
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '2' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2859
+ SQL (0.5ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "2"], ["user_id", 355], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.649122"], ["updated_at", "2015-05-05 01:22:19.649122"]]
2860
+  (0.3ms) RELEASE SAVEPOINT active_record_1
2861
+  (0.2ms) SAVEPOINT active_record_1
2862
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.655337"], ["updated_at", "2015-05-05 01:22:19.655337"]]
2863
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2864
+  (0.2ms) SAVEPOINT active_record_1
2865
+ SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '15' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2866
+ SQL (0.5ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "15"], ["user_id", 356], ["method", "Authenticated"], ["access_token", "{\"fake\":\"fake\"}"], ["created_at", "2015-05-05 01:22:19.661686"], ["updated_at", "2015-05-05 01:22:19.661686"]]
2867
+  (0.3ms) RELEASE SAVEPOINT active_record_1
2868
+ SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 LIMIT 1 [["id", 190]]
2869
+ SocialAuth::Service Load (0.7ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE (remote_id IN ('2'))
2870
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 355]]
2871
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 356]]
2872
+  (0.3ms) ROLLBACK
2873
+  (0.1ms) BEGIN
2874
+  (0.2ms) SAVEPOINT active_record_1
2875
+ SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.681304"], ["updated_at", "2015-05-05 01:22:19.681304"]]
2876
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2877
+  (0.3ms) SAVEPOINT active_record_1
2878
+ SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2879
+ SQL (0.5ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 357], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-05 01:22:19.691520"], ["updated_at", "2015-05-05 01:22:19.691520"]]
2880
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2881
+  (0.2ms) SAVEPOINT active_record_1
2882
+ SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 191 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 357) LIMIT 1
2883
+ SQL (4.6ms) UPDATE "social_auth_services" SET "method" = $1, "updated_at" = $2 WHERE "social_auth_services"."id" = $3 [["method", "Connected"], ["updated_at", "2015-05-05 01:22:19.700357"], ["id", 191]]
2884
+  (0.3ms) RELEASE SAVEPOINT active_record_1
2885
+  (0.6ms) SELECT COUNT(*) FROM "social_auth_services"
2886
+  (0.1ms) SAVEPOINT active_record_1
2887
+ SQL (0.3ms) DELETE FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 [["id", 191]]
2888
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2889
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"
2890
+  (0.2ms) ROLLBACK
2891
+  (0.1ms) BEGIN
2892
+  (0.1ms) SAVEPOINT active_record_1
2893
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.716890"], ["updated_at", "2015-05-05 01:22:19.716890"]]
2894
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2895
+  (0.2ms) SAVEPOINT active_record_1
2896
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2897
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 358], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-05 01:22:19.724139"], ["updated_at", "2015-05-05 01:22:19.724139"]]
2898
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2899
+  (0.2ms) SAVEPOINT active_record_1
2900
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 192 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2901
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2902
+  (0.3ms) ROLLBACK
2903
+  (0.1ms) BEGIN
2904
+  (0.1ms) SAVEPOINT active_record_1
2905
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.735684"], ["updated_at", "2015-05-05 01:22:19.735684"]]
2906
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2907
+  (0.2ms) SAVEPOINT active_record_1
2908
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2909
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 359], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-05 01:22:19.743136"], ["updated_at", "2015-05-05 01:22:19.743136"]]
2910
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2911
+  (0.2ms) SAVEPOINT active_record_1
2912
+ SocialAuth::Service Exists (0.9ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 193 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 359) LIMIT 1
2913
+ SQL (0.5ms) UPDATE "social_auth_services" SET "method" = $1, "updated_at" = $2 WHERE "social_auth_services"."id" = $3 [["method", "Connected"], ["updated_at", "2015-05-05 01:22:19.751406"], ["id", 193]]
2914
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2915
+  (0.1ms) SAVEPOINT active_record_1
2916
+ SQL (0.3ms) DELETE FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 [["id", 193]]
2917
+  (0.4ms) RELEASE SAVEPOINT active_record_1
2918
+  (0.3ms) ROLLBACK
2919
+  (0.2ms) BEGIN
2920
+  (0.1ms) SAVEPOINT active_record_1
2921
+ SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.772723"], ["updated_at", "2015-05-05 01:22:19.772723"]]
2922
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2923
+  (0.2ms) SAVEPOINT active_record_1
2924
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2925
+ SQL (0.6ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "10204796229055532"], ["user_id", 360], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"test\"}"], ["created_at", "2015-05-05 01:22:19.779617"], ["updated_at", "2015-05-05 01:22:19.779617"]]
2926
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2927
+  (0.2ms) SAVEPOINT active_record_1
2928
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '10204796229055532' AND "social_auth_services"."id" != 194 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 360) LIMIT 1
2929
+ SQL (0.6ms) UPDATE "social_auth_services" SET "method" = $1, "updated_at" = $2 WHERE "social_auth_services"."id" = $3 [["method", "Connected"], ["updated_at", "2015-05-05 01:22:19.786935"], ["id", 194]]
2930
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2931
+  (0.2ms) SAVEPOINT active_record_1
2932
+ SQL (0.4ms) DELETE FROM "social_auth_services" WHERE "social_auth_services"."id" = $1 [["id", 194]]
2933
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2934
+  (0.1ms) ROLLBACK
2935
+  (0.1ms) BEGIN
2936
+  (0.1ms) SAVEPOINT active_record_1
2937
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.795368"], ["updated_at", "2015-05-05 01:22:19.795368"]]
2938
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2939
+  (0.2ms) SAVEPOINT active_record_1
2940
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 361) LIMIT 1
2941
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 361], ["method", "Connected"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-05 01:22:19.802882"], ["updated_at", "2015-05-05 01:22:19.802882"]]
2942
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2943
+ SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 361]]
2944
+  (0.2ms) ROLLBACK
2945
+  (0.1ms) BEGIN
2946
+  (0.1ms) SAVEPOINT active_record_1
2947
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.813554"], ["updated_at", "2015-05-05 01:22:19.813554"]]
2948
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2949
+  (0.2ms) SAVEPOINT active_record_1
2950
+ SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2951
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 362], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-05 01:22:19.820988"], ["updated_at", "2015-05-05 01:22:19.820988"]]
2952
+  (0.3ms) RELEASE SAVEPOINT active_record_1
2953
+ SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 362]]
2954
+  (0.2ms) ROLLBACK
2955
+  (0.1ms) BEGIN
2956
+  (0.1ms) SAVEPOINT active_record_1
2957
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.828256"], ["updated_at", "2015-05-05 01:22:19.828256"]]
2958
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2959
+ SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."user_id" = $1 LIMIT 1 [["user_id", 363]]
2960
+  (0.2ms) ROLLBACK
2961
+  (0.1ms) BEGIN
2962
+  (0.1ms) SAVEPOINT active_record_1
2963
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.836121"], ["updated_at", "2015-05-05 01:22:19.836121"]]
2964
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2965
+  (0.1ms) SAVEPOINT active_record_1
2966
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.839667"], ["updated_at", "2015-05-05 01:22:19.839667"]]
2967
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2968
+ SocialAuth::Service Exists (0.7ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 365) LIMIT 1
2969
+  (0.2ms) ROLLBACK
2970
+  (0.1ms) BEGIN
2971
+  (0.2ms) SAVEPOINT active_record_1
2972
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.848213"], ["updated_at", "2015-05-05 01:22:19.848213"]]
2973
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2974
+  (0.1ms) SAVEPOINT active_record_1
2975
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.851908"], ["updated_at", "2015-05-05 01:22:19.851908"]]
2976
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2977
+  (0.2ms) SAVEPOINT active_record_1
2978
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 367) LIMIT 1
2979
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 367], ["method", "Connected"], ["access_token", "{\"access_token\":\"34223\"}"], ["created_at", "2015-05-05 01:22:19.857986"], ["updated_at", "2015-05-05 01:22:19.857986"]]
2980
+  (0.3ms) RELEASE SAVEPOINT active_record_1
2981
+  (0.2ms) SAVEPOINT active_record_1
2982
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 367) LIMIT 1
2983
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
2984
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 367) LIMIT 1
2985
+  (0.2ms) ROLLBACK
2986
+  (0.2ms) BEGIN
2987
+  (0.1ms) SAVEPOINT active_record_1
2988
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.871745"], ["updated_at", "2015-05-05 01:22:19.871745"]]
2989
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2990
+  (0.4ms) SAVEPOINT active_record_1
2991
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.876225"], ["updated_at", "2015-05-05 01:22:19.876225"]]
2992
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2993
+  (0.1ms) SAVEPOINT active_record_1
2994
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.879207"], ["updated_at", "2015-05-05 01:22:19.879207"]]
2995
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2996
+  (0.2ms) SAVEPOINT active_record_1
2997
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
2998
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 370], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:19.884659"], ["updated_at", "2015-05-05 01:22:19.884659"]]
2999
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3000
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 369) LIMIT 1
3001
+  (0.2ms) ROLLBACK
3002
+  (0.1ms) BEGIN
3003
+  (0.1ms) SAVEPOINT active_record_1
3004
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.893150"], ["updated_at", "2015-05-05 01:22:19.893150"]]
3005
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3006
+  (0.1ms) SAVEPOINT active_record_1
3007
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.896863"], ["updated_at", "2015-05-05 01:22:19.896863"]]
3008
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3009
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
3010
+  (0.2ms) ROLLBACK
3011
+  (0.1ms) BEGIN
3012
+  (0.1ms) SAVEPOINT active_record_1
3013
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.903878"], ["updated_at", "2015-05-05 01:22:19.903878"]]
3014
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3015
+  (0.2ms) SAVEPOINT active_record_1
3016
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.908365"], ["updated_at", "2015-05-05 01:22:19.908365"]]
3017
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3018
+  (0.2ms) SAVEPOINT active_record_1
3019
+ SocialAuth::Service Exists (0.4ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
3020
+ SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 374], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-05 01:22:19.914789"], ["updated_at", "2015-05-05 01:22:19.914789"]]
3021
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3022
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
3023
+  (0.3ms) ROLLBACK
3024
+  (0.1ms) BEGIN
3025
+  (0.2ms) SAVEPOINT active_record_1
3026
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.926145"], ["updated_at", "2015-05-05 01:22:19.926145"]]
3027
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3028
+  (0.3ms) SAVEPOINT active_record_1
3029
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.930786"], ["updated_at", "2015-05-05 01:22:19.930786"]]
3030
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3031
+  (0.2ms) SAVEPOINT active_record_1
3032
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 376) LIMIT 1
3033
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 376], ["method", "Connected"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-05 01:22:19.936570"], ["updated_at", "2015-05-05 01:22:19.936570"]]
3034
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3035
+  (0.1ms) SAVEPOINT active_record_1
3036
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.940948"], ["updated_at", "2015-05-05 01:22:19.940948"]]
3037
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3038
+  (0.1ms) SAVEPOINT active_record_1
3039
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 377) LIMIT 1
3040
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "34343"], ["user_id", 377], ["method", "Connected"], ["access_token", "{\"access_token\":\"fdf\"}"], ["created_at", "2015-05-05 01:22:19.946086"], ["updated_at", "2015-05-05 01:22:19.946086"]]
3041
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3042
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '34343' AND "social_auth_services"."id" != 201 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 377) LIMIT 1
3043
+  (0.2ms) ROLLBACK
3044
+  (0.1ms) BEGIN
3045
+  (0.2ms) SAVEPOINT active_record_1
3046
+ SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.954243"], ["updated_at", "2015-05-05 01:22:19.954243"]]
3047
+  (0.4ms) RELEASE SAVEPOINT active_record_1
3048
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"
3049
+ SocialAuth::Service Load (0.5ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]
3050
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]
3051
+  (0.2ms) SAVEPOINT active_record_1
3052
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
3053
+ SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 378], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:19.967022"], ["updated_at", "2015-05-05 01:22:19.967022"]]
3054
+  (0.5ms) RELEASE SAVEPOINT active_record_1
3055
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"
3056
+  (0.2ms) ROLLBACK
3057
+  (0.2ms) BEGIN
3058
+  (0.2ms) SAVEPOINT active_record_1
3059
+ SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:19.975102"], ["updated_at", "2015-05-05 01:22:19.975102"]]
3060
+  (0.3ms) RELEASE SAVEPOINT active_record_1
3061
+  (0.2ms) SAVEPOINT active_record_1
3062
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:19.979467"], ["updated_at", "2015-05-05 01:22:19.979467"]]
3063
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3064
+  (0.4ms) SAVEPOINT active_record_1
3065
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
3066
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 380], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:19.986167"], ["updated_at", "2015-05-05 01:22:19.986167"]]
3067
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3068
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"
3069
+ SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]
3070
+  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]
3071
+  (0.2ms) SAVEPOINT active_record_1
3072
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 379) LIMIT 1
3073
+ SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 379], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:19.997130"], ["updated_at", "2015-05-05 01:22:19.997130"]]
3074
+  (0.3ms) RELEASE SAVEPOINT active_record_1
3075
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"
3076
+  (0.3ms) ROLLBACK
3077
+  (0.2ms) BEGIN
3078
+  (0.1ms) SAVEPOINT active_record_1
3079
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.005400"], ["updated_at", "2015-05-05 01:22:20.005400"]]
3080
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3081
+ SocialAuth::Service Load (0.3ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]
3082
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]
3083
+  (0.2ms) SAVEPOINT active_record_1
3084
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
3085
+ SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 381], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:20.014488"], ["updated_at", "2015-05-05 01:22:20.014488"]]
3086
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3087
+  (0.2ms) ROLLBACK
3088
+  (0.1ms) BEGIN
3089
+  (0.2ms) SAVEPOINT active_record_1
3090
+ SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.021266"], ["updated_at", "2015-05-05 01:22:20.021266"]]
3091
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3092
+  (0.2ms) SAVEPOINT active_record_1
3093
+ SocialAuth::Service Exists (0.8ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 382) LIMIT 1
3094
+ SQL (0.4ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 382], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:20.028946"], ["updated_at", "2015-05-05 01:22:20.028946"]]
3095
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3096
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"
3097
+  (0.2ms) SAVEPOINT active_record_1
3098
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:20.034143"], ["updated_at", "2015-05-05 01:22:20.034143"]]
3099
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3100
+ SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]
3101
+  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]
3102
+  (0.2ms) SAVEPOINT active_record_1
3103
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 383) LIMIT 1
3104
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 383], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:20.042304"], ["updated_at", "2015-05-05 01:22:20.042304"]]
3105
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3106
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"
3107
+  (0.2ms) ROLLBACK
3108
+  (0.1ms) BEGIN
3109
+  (0.1ms) SAVEPOINT active_record_1
3110
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.050005"], ["updated_at", "2015-05-05 01:22:20.050005"]]
3111
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3112
+  (0.4ms) SAVEPOINT active_record_1
3113
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
3114
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 384], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:20.057758"], ["updated_at", "2015-05-05 01:22:20.057758"]]
3115
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3116
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"
3117
+ SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]
3118
+  (0.1ms) SAVEPOINT active_record_1
3119
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 384]]
3120
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."id" != 208 AND "social_auth_services"."type" = 'SocialAuth::Service') LIMIT 1
3121
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3122
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"
3123
+  (0.2ms) ROLLBACK
3124
+  (0.1ms) BEGIN
3125
+  (0.1ms) SAVEPOINT active_record_1
3126
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.072306"], ["updated_at", "2015-05-05 01:22:20.072306"]]
3127
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3128
+  (0.1ms) SAVEPOINT active_record_1
3129
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 385) LIMIT 1
3130
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["remote_id", "1"], ["user_id", 385], ["method", "Connected"], ["access_token", "{\"access_token\":\"access_token\"}"], ["created_at", "2015-05-05 01:22:20.079432"], ["updated_at", "2015-05-05 01:22:20.079432"]]
3131
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3132
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"
3133
+ SocialAuth::Service Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Authenticated"]]
3134
+  (0.3ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "1"], ["method", "Connected"]]
3135
+ SocialAuth::Service Load (0.2ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "1"], ["method", "Connected"]]
3136
+  (0.2ms) SAVEPOINT active_record_1
3137
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 385]]
3138
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '1' AND "social_auth_services"."id" != 209 AND "social_auth_services"."type" = 'SocialAuth::Service' AND "social_auth_services"."user_id" = 385) LIMIT 1
3139
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3140
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services"
3141
+  (0.2ms) ROLLBACK
3142
+  (0.1ms) BEGIN
3143
+  (0.1ms) SAVEPOINT active_record_1
3144
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.096699"], ["updated_at", "2015-05-05 01:22:20.096699"]]
3145
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3146
+  (0.2ms) ROLLBACK
3147
+  (0.2ms) BEGIN
3148
+  (0.2ms) SAVEPOINT active_record_1
3149
+ SQL (0.5ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.104971"], ["updated_at", "2015-05-05 01:22:20.104971"]]
3150
+  (0.3ms) RELEASE SAVEPOINT active_record_1
3151
+  (0.2ms) ROLLBACK
3152
+  (0.1ms) BEGIN
3153
+  (0.1ms) SAVEPOINT active_record_1
3154
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.113502"], ["updated_at", "2015-05-05 01:22:20.113502"]]
3155
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3156
+  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')
3157
+ SocialAuth::TwitterService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Authenticated"]]
3158
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]
3159
+  (0.4ms) SAVEPOINT active_record_1
3160
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1
3161
+ SQL (1.8ms) INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-05-05 01:22:20.212667"], ["updated_at", "2015-05-05 01:22:20.212667"]]
3162
+ SQL (0.7ms) INSERT INTO "social_auth_services" ("type", "remote_id", "method", "access_token", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["user_id", 389], ["created_at", "2015-05-05 01:22:20.216853"], ["updated_at", "2015-05-05 01:22:20.216853"]]
3163
+  (0.3ms) RELEASE SAVEPOINT active_record_1
3164
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')
3165
+  (0.3ms) ROLLBACK
3166
+  (0.1ms) BEGIN
3167
+  (0.1ms) SAVEPOINT active_record_1
3168
+ SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.226470"], ["updated_at", "2015-05-05 01:22:20.226470"]]
3169
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3170
+ SocialAuth::TwitterService Load (0.4ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Authenticated"]]
3171
+  (0.4ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]
3172
+  (0.2ms) SAVEPOINT active_record_1
3173
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1
3174
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
3175
+  (0.3ms) ROLLBACK
3176
+  (0.1ms) BEGIN
3177
+  (0.2ms) SAVEPOINT active_record_1
3178
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.310101"], ["updated_at", "2015-05-05 01:22:20.310101"]]
3179
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3180
+  (0.3ms) ROLLBACK
3181
+  (0.2ms) BEGIN
3182
+  (0.2ms) SAVEPOINT active_record_1
3183
+ SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.319230"], ["updated_at", "2015-05-05 01:22:20.319230"]]
3184
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3185
+  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')
3186
+ SocialAuth::TwitterService Load (1.2ms) SELECT "social_auth_services".* FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 LIMIT 1 [["remote_id", "410739240"], ["method", "Connected"]]
3187
+  (0.5ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService') AND "social_auth_services"."remote_id" = $1 AND "social_auth_services"."method" = $2 [["remote_id", "410739240"], ["method", "Connected"]]
3188
+  (0.2ms) SAVEPOINT active_record_1
3189
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService' AND "social_auth_services"."user_id" = 392) LIMIT 1
3190
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 392], ["method", "Connected"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-05 01:22:20.382149"], ["updated_at", "2015-05-05 01:22:20.382149"]]
3191
+  (0.3ms) RELEASE SAVEPOINT active_record_1
3192
+  (0.6ms) SELECT COUNT(*) FROM "social_auth_services" WHERE "social_auth_services"."type" IN ('SocialAuth::TwitterService')
3193
+  (0.2ms) ROLLBACK
3194
+  (0.2ms) BEGIN
3195
+  (0.1ms) SAVEPOINT active_record_1
3196
+ SQL (0.3ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.391233"], ["updated_at", "2015-05-05 01:22:20.391233"]]
3197
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3198
+  (0.2ms) SAVEPOINT active_record_1
3199
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1
3200
+ SQL (2.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 393], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-05 01:22:20.402169"], ["updated_at", "2015-05-05 01:22:20.402169"]]
3201
+  (0.9ms) RELEASE SAVEPOINT active_record_1
3202
+  (0.2ms) ROLLBACK
3203
+  (0.1ms) BEGIN
3204
+  (0.2ms) SAVEPOINT active_record_1
3205
+ SQL (0.4ms) INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "email@address.com"], ["created_at", "2015-05-05 01:22:20.504349"], ["updated_at", "2015-05-05 01:22:20.504349"]]
3206
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3207
+  (0.2ms) SAVEPOINT active_record_1
3208
+ SocialAuth::Service Exists (0.6ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1
3209
+ SQL (0.3ms) INSERT INTO "social_auth_services" ("type", "remote_id", "user_id", "method", "access_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["type", "SocialAuth::TwitterService"], ["remote_id", "410739240"], ["user_id", 394], ["method", "Authenticated"], ["access_token", "{\"access_token\":\"410739240-pHPJnKJsQufXJXrH2j2gmhWx923Y4O3b1ziOZ3gi\",\"access_token_secret\":\"B1e0enBgDm1YwQUml58WCupYHlQRjXMjtvKYjdYyT78iT\"}"], ["created_at", "2015-05-05 01:22:20.513152"], ["updated_at", "2015-05-05 01:22:20.513152"]]
3210
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3211
+  (0.2ms) SAVEPOINT active_record_1
3212
+ SocialAuth::Service Exists (0.5ms) SELECT 1 AS one FROM "social_auth_services" WHERE ("social_auth_services"."remote_id" = '410739240' AND "social_auth_services"."type" = 'SocialAuth::TwitterService') LIMIT 1
3213
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
3214
+  (0.3ms) ROLLBACK
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.9
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-04 00:00:00.000000000 Z
11
+ date: 2015-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails