has_many_prevent_dups 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a93790f019469e96f586c2f1e5005bbe84e2494d
4
- data.tar.gz: c49f62c8611a7fa0ba5d25b3e818c788606a2376
3
+ metadata.gz: 1fc30876943457829744c2d4e3749f148f92a42c
4
+ data.tar.gz: ecf4641f75410bf1491d874795580182710ea2a5
5
5
  SHA512:
6
- metadata.gz: a2110dbf00820265dff5f7215468cc1ed21d1416d7d3a36819319fa1f46e12b83ebdf08d40b7a40fa7ba2c9de4016a2182d37674f6fd4ae73fe6df7f7816d58f
7
- data.tar.gz: 41ba5f68ad2c2a1586a0ae3b4b99ae719416b52da8592049573c73bca429dfaf37660f6962eac66f7da2344da8cd1edc28634564ab26ab8ddb9c61e6058fa5f5
6
+ metadata.gz: 1fdd6d9dd2eacf98c36dc4736557c0f0e8be5dd63a42326a3676ad2c2691fd66c46d27f75df4815250601228e2ae1e99ce21df8df60187fdd7a9673e196def53
7
+ data.tar.gz: e2613cfeb88101cc7a0c58a6972a4f95a5c2a0f4e20797d35ada3db97abe99bce0058add05c4d3b987fdfd28c4754888a9b552ae4adbb3eca3ccdb88551b15ec
@@ -1,3 +1,3 @@
1
1
  module HasManyPreventDups
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
Binary file
@@ -8734,3 +8734,1613 @@ ParamsRemainIntactTest: test_existing_extension_option
8734
8734
  ------------------------------------------------------
8735
8735
  Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8736
8736
   (0.1ms) rollback transaction
8737
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
8738
+  (0.1ms) begin transaction
8739
+ Fixture Delete (14.6ms) DELETE FROM "bean_bags"
8740
+ Fixture Insert (0.5ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:08:58', '2015-12-07 21:08:58', 980190962)
8741
+ Fixture Insert (0.1ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:08:58', '2015-12-07 21:08:58', 298486374)
8742
+ Fixture Delete (0.1ms) DELETE FROM "husbands"
8743
+ Fixture Insert (0.1ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:08:58', '2015-12-07 21:08:58', 980190962)
8744
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:08:58', '2015-12-07 21:08:58', 298486374)
8745
+ Fixture Delete (0.1ms) DELETE FROM "lonely_models"
8746
+ Fixture Insert (0.1ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 21:08:58', '2015-12-07 21:08:58', 980190962)
8747
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 21:08:58', '2015-12-07 21:08:58', 298486374)
8748
+ Fixture Delete (0.1ms) DELETE FROM "marriages"
8749
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 21:08:58', '2015-12-07 21:08:58', 980190962)
8750
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 21:08:58', '2015-12-07 21:08:58', 298486374)
8751
+ Fixture Delete (0.0ms) DELETE FROM "wives"
8752
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:08:58', '2015-12-07 21:08:58', 980190962)
8753
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:08:58', '2015-12-07 21:08:58', 298486374)
8754
+  (1.8ms) commit transaction
8755
+  (0.1ms) begin transaction
8756
+ ------------------------------------
8757
+ HasManyThroughTest: test_collection=
8758
+ ------------------------------------
8759
+ Husband Load (0.2ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
8760
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8761
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
8762
+  (0.1ms) SAVEPOINT active_record_1
8763
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
8764
+ SQL (0.3ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:08:58.465484"], ["updated_at", "2015-12-07 21:08:58.465484"]]
8765
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8766
+  (0.5ms) rollback transaction
8767
+  (0.0ms) begin transaction
8768
+ ------------------------------------------
8769
+ HasManyThroughTest: test_collection_concat
8770
+ ------------------------------------------
8771
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
8772
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8773
+ Wife Exists (0.1ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8774
+  (0.0ms) SAVEPOINT active_record_1
8775
+ Marriage Exists (0.0ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
8776
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:08:58.471799"], ["updated_at", "2015-12-07 21:08:58.471799"]]
8777
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8778
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8779
+  (0.0ms) SAVEPOINT active_record_1
8780
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8781
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8782
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8783
+  (0.0ms) SAVEPOINT active_record_1
8784
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8785
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
8786
+  (0.5ms) rollback transaction
8787
+  (0.1ms) begin transaction
8788
+ ------------------------------------------
8789
+ HasManyThroughTest: test_collection_shovel
8790
+ ------------------------------------------
8791
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
8792
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8793
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8794
+  (0.0ms) SAVEPOINT active_record_1
8795
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
8796
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:08:58.478949"], ["updated_at", "2015-12-07 21:08:58.478949"]]
8797
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8798
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8799
+  (0.0ms) SAVEPOINT active_record_1
8800
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8801
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8802
+ Wife Exists (0.1ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8803
+  (0.0ms) SAVEPOINT active_record_1
8804
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8805
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
8806
+  (0.5ms) rollback transaction
8807
+  (0.1ms) begin transaction
8808
+ ----------------------------------------
8809
+ HasManyThroughTest: test_collection_push
8810
+ ----------------------------------------
8811
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
8812
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8813
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8814
+  (0.1ms) SAVEPOINT active_record_1
8815
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
8816
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:08:58.485708"], ["updated_at", "2015-12-07 21:08:58.485708"]]
8817
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8818
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8819
+  (0.0ms) SAVEPOINT active_record_1
8820
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8821
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8822
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8823
+  (0.0ms) SAVEPOINT active_record_1
8824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8825
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
8826
+  (0.8ms) rollback transaction
8827
+  (0.1ms) begin transaction
8828
+ -------------------------------------------------
8829
+ HasManyThroughTest: test_collection_singular_ids=
8830
+ -------------------------------------------------
8831
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
8832
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8833
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8834
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
8835
+  (0.0ms) SAVEPOINT active_record_1
8836
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
8837
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:08:58.493235"], ["updated_at", "2015-12-07 21:08:58.493235"]]
8838
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8839
+  (0.4ms) rollback transaction
8840
+  (0.0ms) begin transaction
8841
+ -----------------------------------------------------
8842
+ ParamsRemainIntactTest: test_existing_extension_block
8843
+ -----------------------------------------------------
8844
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
8845
+  (0.0ms) rollback transaction
8846
+  (0.0ms) begin transaction
8847
+ ------------------------------------------------------
8848
+ ParamsRemainIntactTest: test_existing_extension_option
8849
+ ------------------------------------------------------
8850
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8851
+  (0.0ms) rollback transaction
8852
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
8853
+  (0.1ms) begin transaction
8854
+ Fixture Delete (0.3ms) DELETE FROM "bean_bags"
8855
+ Fixture Insert (0.1ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:09:24', '2015-12-07 21:09:24', 980190962)
8856
+ Fixture Insert (0.0ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:09:24', '2015-12-07 21:09:24', 298486374)
8857
+ Fixture Delete (0.0ms) DELETE FROM "husbands"
8858
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:09:24', '2015-12-07 21:09:24', 980190962)
8859
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:09:24', '2015-12-07 21:09:24', 298486374)
8860
+ Fixture Delete (0.0ms) DELETE FROM "lonely_models"
8861
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 21:09:24', '2015-12-07 21:09:24', 980190962)
8862
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 21:09:24', '2015-12-07 21:09:24', 298486374)
8863
+ Fixture Delete (0.1ms) DELETE FROM "marriages"
8864
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 21:09:24', '2015-12-07 21:09:24', 980190962)
8865
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 21:09:24', '2015-12-07 21:09:24', 298486374)
8866
+ Fixture Delete (0.0ms) DELETE FROM "wives"
8867
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:09:24', '2015-12-07 21:09:24', 980190962)
8868
+ Fixture Insert (0.1ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:09:24', '2015-12-07 21:09:24', 298486374)
8869
+  (1.4ms) commit transaction
8870
+  (0.0ms) begin transaction
8871
+ ------------------------------------------------------
8872
+ ParamsRemainIntactTest: test_existing_extension_option
8873
+ ------------------------------------------------------
8874
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8875
+  (0.1ms) rollback transaction
8876
+  (0.0ms) begin transaction
8877
+ -----------------------------------------------------
8878
+ ParamsRemainIntactTest: test_existing_extension_block
8879
+ -----------------------------------------------------
8880
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
8881
+  (0.0ms) rollback transaction
8882
+  (0.0ms) begin transaction
8883
+ ------------------------------------
8884
+ HasManyThroughTest: test_collection=
8885
+ ------------------------------------
8886
+ Husband Load (0.0ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
8887
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8888
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
8889
+  (0.0ms) SAVEPOINT active_record_1
8890
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
8891
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:09:24.244786"], ["updated_at", "2015-12-07 21:09:24.244786"]]
8892
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8893
+  (0.5ms) rollback transaction
8894
+  (0.0ms) begin transaction
8895
+ ------------------------------------------
8896
+ HasManyThroughTest: test_collection_concat
8897
+ ------------------------------------------
8898
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
8899
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8900
+ Wife Exists (0.1ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8901
+  (0.0ms) SAVEPOINT active_record_1
8902
+ Marriage Exists (0.0ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
8903
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:09:24.251722"], ["updated_at", "2015-12-07 21:09:24.251722"]]
8904
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8905
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8906
+  (0.0ms) SAVEPOINT active_record_1
8907
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8908
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8909
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8910
+  (0.0ms) SAVEPOINT active_record_1
8911
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8912
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
8913
+  (0.5ms) rollback transaction
8914
+  (0.0ms) begin transaction
8915
+ ------------------------------------------
8916
+ HasManyThroughTest: test_collection_shovel
8917
+ ------------------------------------------
8918
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
8919
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8920
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8921
+  (0.0ms) SAVEPOINT active_record_1
8922
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
8923
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:09:24.259023"], ["updated_at", "2015-12-07 21:09:24.259023"]]
8924
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8925
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8926
+  (0.0ms) SAVEPOINT active_record_1
8927
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8928
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8929
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8930
+  (0.0ms) SAVEPOINT active_record_1
8931
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8932
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
8933
+  (0.4ms) rollback transaction
8934
+  (0.0ms) begin transaction
8935
+ ----------------------------------------
8936
+ HasManyThroughTest: test_collection_push
8937
+ ----------------------------------------
8938
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
8939
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8940
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8941
+  (0.0ms) SAVEPOINT active_record_1
8942
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
8943
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:09:24.266358"], ["updated_at", "2015-12-07 21:09:24.266358"]]
8944
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8945
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8946
+  (0.0ms) SAVEPOINT active_record_1
8947
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8948
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8949
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
8950
+  (0.0ms) SAVEPOINT active_record_1
8951
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8952
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
8953
+  (0.4ms) rollback transaction
8954
+  (0.1ms) begin transaction
8955
+ -------------------------------------------------
8956
+ HasManyThroughTest: test_collection_singular_ids=
8957
+ -------------------------------------------------
8958
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
8959
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8960
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8961
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
8962
+  (0.0ms) SAVEPOINT active_record_1
8963
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
8964
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:09:24.273103"], ["updated_at", "2015-12-07 21:09:24.273103"]]
8965
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8966
+  (0.3ms) rollback transaction
8967
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
8968
+  (0.1ms) begin transaction
8969
+ Fixture Delete (0.3ms) DELETE FROM "bean_bags"
8970
+ Fixture Insert (0.2ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:20:15', '2015-12-07 21:20:15', 980190962)
8971
+ Fixture Insert (0.1ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:20:15', '2015-12-07 21:20:15', 298486374)
8972
+ Fixture Delete (0.1ms) DELETE FROM "husbands"
8973
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:20:15', '2015-12-07 21:20:15', 980190962)
8974
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:20:15', '2015-12-07 21:20:15', 298486374)
8975
+ Fixture Delete (0.0ms) DELETE FROM "lonely_models"
8976
+ Fixture Insert (0.1ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 21:20:15', '2015-12-07 21:20:15', 980190962)
8977
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 21:20:15', '2015-12-07 21:20:15', 298486374)
8978
+ Fixture Delete (0.1ms) DELETE FROM "marriages"
8979
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 21:20:15', '2015-12-07 21:20:15', 980190962)
8980
+ Fixture Insert (0.1ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 21:20:15', '2015-12-07 21:20:15', 298486374)
8981
+ Fixture Delete (0.0ms) DELETE FROM "wives"
8982
+ Fixture Insert (0.1ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:20:15', '2015-12-07 21:20:15', 980190962)
8983
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:20:15', '2015-12-07 21:20:15', 298486374)
8984
+  (1.0ms) commit transaction
8985
+  (0.1ms) begin transaction
8986
+ -----------------------------------------------------
8987
+ ParamsRemainIntactTest: test_existing_extension_block
8988
+ -----------------------------------------------------
8989
+ Husband Load (0.2ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
8990
+  (0.1ms) rollback transaction
8991
+  (0.0ms) begin transaction
8992
+ ------------------------------------------------------
8993
+ ParamsRemainIntactTest: test_existing_extension_option
8994
+ ------------------------------------------------------
8995
+ Wife Load (0.2ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
8996
+  (0.1ms) rollback transaction
8997
+  (0.0ms) begin transaction
8998
+ ------------------------------------
8999
+ HasManyThroughTest: test_collection=
9000
+ ------------------------------------
9001
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9002
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9003
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9004
+  (0.0ms) SAVEPOINT active_record_1
9005
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9006
+ SQL (0.3ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:20:15.570078"], ["updated_at", "2015-12-07 21:20:15.570078"]]
9007
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9008
+  (0.5ms) rollback transaction
9009
+  (0.0ms) begin transaction
9010
+ ------------------------------------------
9011
+ HasManyThroughTest: test_collection_concat
9012
+ ------------------------------------------
9013
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9014
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9015
+ Wife Exists (0.1ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9016
+  (0.0ms) SAVEPOINT active_record_1
9017
+ Marriage Exists (0.0ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9018
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:20:15.576294"], ["updated_at", "2015-12-07 21:20:15.576294"]]
9019
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9020
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9021
+  (0.0ms) SAVEPOINT active_record_1
9022
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9023
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9024
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9025
+  (0.0ms) SAVEPOINT active_record_1
9026
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9027
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9028
+  (0.4ms) rollback transaction
9029
+  (0.0ms) begin transaction
9030
+ ------------------------------------------
9031
+ HasManyThroughTest: test_collection_shovel
9032
+ ------------------------------------------
9033
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9034
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9035
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9036
+  (0.0ms) SAVEPOINT active_record_1
9037
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9038
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:20:15.584220"], ["updated_at", "2015-12-07 21:20:15.584220"]]
9039
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9040
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9041
+  (0.0ms) SAVEPOINT active_record_1
9042
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9043
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9044
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9045
+  (0.0ms) SAVEPOINT active_record_1
9046
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9047
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9048
+  (0.5ms) rollback transaction
9049
+  (0.1ms) begin transaction
9050
+ ----------------------------------------
9051
+ HasManyThroughTest: test_collection_push
9052
+ ----------------------------------------
9053
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9054
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9055
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9056
+  (0.0ms) SAVEPOINT active_record_1
9057
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9058
+ SQL (0.1ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:20:15.591150"], ["updated_at", "2015-12-07 21:20:15.591150"]]
9059
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9060
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9061
+  (0.0ms) SAVEPOINT active_record_1
9062
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9063
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9064
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9065
+  (0.0ms) SAVEPOINT active_record_1
9066
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9067
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9068
+  (0.3ms) rollback transaction
9069
+  (0.0ms) begin transaction
9070
+ -------------------------------------------------
9071
+ HasManyThroughTest: test_collection_singular_ids=
9072
+ -------------------------------------------------
9073
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9074
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9075
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9076
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9077
+  (0.0ms) SAVEPOINT active_record_1
9078
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9079
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:20:15.597588"], ["updated_at", "2015-12-07 21:20:15.597588"]]
9080
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9081
+  (0.4ms) rollback transaction
9082
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9083
+  (0.1ms) begin transaction
9084
+ Fixture Delete (0.3ms) DELETE FROM "bean_bags"
9085
+ Fixture Insert (0.1ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:02', '2015-12-07 21:28:02', 980190962)
9086
+ Fixture Insert (0.0ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:02', '2015-12-07 21:28:02', 298486374)
9087
+ Fixture Delete (0.0ms) DELETE FROM "husbands"
9088
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:02', '2015-12-07 21:28:02', 980190962)
9089
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:02', '2015-12-07 21:28:02', 298486374)
9090
+ Fixture Delete (0.0ms) DELETE FROM "lonely_models"
9091
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 21:28:02', '2015-12-07 21:28:02', 980190962)
9092
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 21:28:02', '2015-12-07 21:28:02', 298486374)
9093
+ Fixture Delete (0.3ms) DELETE FROM "marriages"
9094
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 21:28:02', '2015-12-07 21:28:02', 980190962)
9095
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 21:28:02', '2015-12-07 21:28:02', 298486374)
9096
+ Fixture Delete (0.1ms) DELETE FROM "wives"
9097
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:02', '2015-12-07 21:28:02', 980190962)
9098
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:02', '2015-12-07 21:28:02', 298486374)
9099
+  (1.8ms) commit transaction
9100
+  (0.1ms) begin transaction
9101
+ ------------------------------------
9102
+ HasManyThroughTest: test_collection=
9103
+ ------------------------------------
9104
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9105
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9106
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9107
+  (0.0ms) SAVEPOINT active_record_1
9108
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9109
+ SQL (0.3ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:28:02.555448"], ["updated_at", "2015-12-07 21:28:02.555448"]]
9110
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9111
+  (0.5ms) rollback transaction
9112
+  (0.0ms) begin transaction
9113
+ ------------------------------------------
9114
+ HasManyThroughTest: test_collection_shovel
9115
+ ------------------------------------------
9116
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9117
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9118
+ Wife Exists (0.1ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9119
+  (0.0ms) SAVEPOINT active_record_1
9120
+ Marriage Exists (0.0ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9121
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:28:02.562000"], ["updated_at", "2015-12-07 21:28:02.562000"]]
9122
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9123
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9124
+  (0.0ms) SAVEPOINT active_record_1
9125
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9126
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9127
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9128
+  (0.0ms) SAVEPOINT active_record_1
9129
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9130
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9131
+  (0.4ms) rollback transaction
9132
+  (0.0ms) begin transaction
9133
+ ------------------------------------------
9134
+ HasManyThroughTest: test_collection_concat
9135
+ ------------------------------------------
9136
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9137
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9138
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9139
+  (0.1ms) SAVEPOINT active_record_1
9140
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9141
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:28:02.568911"], ["updated_at", "2015-12-07 21:28:02.568911"]]
9142
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9143
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9144
+  (0.0ms) SAVEPOINT active_record_1
9145
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9146
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9147
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9148
+  (0.0ms) SAVEPOINT active_record_1
9149
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9150
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9151
+  (0.5ms) rollback transaction
9152
+  (0.1ms) begin transaction
9153
+ ----------------------------------------
9154
+ HasManyThroughTest: test_collection_push
9155
+ ----------------------------------------
9156
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9157
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9158
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9159
+  (0.0ms) SAVEPOINT active_record_1
9160
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9161
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:28:02.576192"], ["updated_at", "2015-12-07 21:28:02.576192"]]
9162
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9163
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9164
+  (0.0ms) SAVEPOINT active_record_1
9165
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9166
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9167
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9168
+  (0.0ms) SAVEPOINT active_record_1
9169
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9170
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9171
+  (0.5ms) rollback transaction
9172
+  (0.1ms) begin transaction
9173
+ -------------------------------------------------
9174
+ HasManyThroughTest: test_collection_singular_ids=
9175
+ -------------------------------------------------
9176
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9177
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9178
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9179
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9180
+  (0.0ms) SAVEPOINT active_record_1
9181
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9182
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:28:02.583134"], ["updated_at", "2015-12-07 21:28:02.583134"]]
9183
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9184
+  (0.4ms) rollback transaction
9185
+  (0.0ms) begin transaction
9186
+ -----------------------------------------------------
9187
+ ParamsRemainIntactTest: test_existing_extension_block
9188
+ -----------------------------------------------------
9189
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9190
+  (0.0ms) rollback transaction
9191
+  (0.0ms) begin transaction
9192
+ ------------------------------------------------------
9193
+ ParamsRemainIntactTest: test_existing_extension_option
9194
+ ------------------------------------------------------
9195
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9196
+  (0.0ms) rollback transaction
9197
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9198
+  (0.1ms) begin transaction
9199
+ Fixture Delete (0.2ms) DELETE FROM "bean_bags"
9200
+ Fixture Insert (0.1ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:24', '2015-12-07 21:28:24', 980190962)
9201
+ Fixture Insert (0.0ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:24', '2015-12-07 21:28:24', 298486374)
9202
+ Fixture Delete (0.0ms) DELETE FROM "husbands"
9203
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:24', '2015-12-07 21:28:24', 980190962)
9204
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:24', '2015-12-07 21:28:24', 298486374)
9205
+ Fixture Delete (0.0ms) DELETE FROM "lonely_models"
9206
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 21:28:24', '2015-12-07 21:28:24', 980190962)
9207
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 21:28:24', '2015-12-07 21:28:24', 298486374)
9208
+ Fixture Delete (0.1ms) DELETE FROM "marriages"
9209
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 21:28:24', '2015-12-07 21:28:24', 980190962)
9210
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 21:28:24', '2015-12-07 21:28:24', 298486374)
9211
+ Fixture Delete (0.0ms) DELETE FROM "wives"
9212
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:24', '2015-12-07 21:28:24', 980190962)
9213
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:24', '2015-12-07 21:28:24', 298486374)
9214
+  (1.6ms) commit transaction
9215
+  (0.0ms) begin transaction
9216
+ ------------------------------------
9217
+ HasManyThroughTest: test_collection=
9218
+ ------------------------------------
9219
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9220
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9221
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9222
+  (0.0ms) SAVEPOINT active_record_1
9223
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9224
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:28:24.112441"], ["updated_at", "2015-12-07 21:28:24.112441"]]
9225
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9226
+  (0.5ms) rollback transaction
9227
+  (0.1ms) begin transaction
9228
+ ------------------------------------------
9229
+ HasManyThroughTest: test_collection_shovel
9230
+ ------------------------------------------
9231
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9232
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9233
+ Wife Exists (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9234
+  (0.0ms) SAVEPOINT active_record_1
9235
+ Marriage Exists (0.0ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9236
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:28:24.118399"], ["updated_at", "2015-12-07 21:28:24.118399"]]
9237
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9238
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9239
+  (0.0ms) SAVEPOINT active_record_1
9240
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9241
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9242
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9243
+  (0.0ms) SAVEPOINT active_record_1
9244
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9245
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9246
+  (0.5ms) rollback transaction
9247
+  (0.1ms) begin transaction
9248
+ -------------------------------------------------
9249
+ HasManyThroughTest: test_collection_singular_ids=
9250
+ -------------------------------------------------
9251
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9252
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9253
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9254
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9255
+  (0.1ms) SAVEPOINT active_record_1
9256
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9257
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:28:24.125452"], ["updated_at", "2015-12-07 21:28:24.125452"]]
9258
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9259
+  (0.5ms) rollback transaction
9260
+  (0.0ms) begin transaction
9261
+ ------------------------------------------
9262
+ HasManyThroughTest: test_collection_concat
9263
+ ------------------------------------------
9264
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9265
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9266
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9267
+  (0.0ms) SAVEPOINT active_record_1
9268
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9269
+ SQL (0.1ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:28:24.129824"], ["updated_at", "2015-12-07 21:28:24.129824"]]
9270
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9271
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9272
+  (0.0ms) SAVEPOINT active_record_1
9273
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9274
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9275
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9276
+  (0.0ms) SAVEPOINT active_record_1
9277
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9278
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9279
+  (0.5ms) rollback transaction
9280
+  (0.0ms) begin transaction
9281
+ ----------------------------------------
9282
+ HasManyThroughTest: test_collection_push
9283
+ ----------------------------------------
9284
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9285
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9286
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9287
+  (0.0ms) SAVEPOINT active_record_1
9288
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9289
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:28:24.136564"], ["updated_at", "2015-12-07 21:28:24.136564"]]
9290
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9291
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9292
+  (0.0ms) SAVEPOINT active_record_1
9293
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9294
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9295
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9296
+  (0.0ms) SAVEPOINT active_record_1
9297
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9298
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9299
+  (0.5ms) rollback transaction
9300
+  (0.0ms) begin transaction
9301
+ ------------------------------------------------------
9302
+ ParamsRemainIntactTest: test_existing_extension_option
9303
+ ------------------------------------------------------
9304
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9305
+  (0.0ms) rollback transaction
9306
+  (0.0ms) begin transaction
9307
+ -----------------------------------------------------
9308
+ ParamsRemainIntactTest: test_existing_extension_block
9309
+ -----------------------------------------------------
9310
+ Husband Load (0.0ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9311
+  (0.0ms) rollback transaction
9312
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9313
+  (0.1ms) begin transaction
9314
+ Fixture Delete (0.7ms) DELETE FROM "bean_bags"
9315
+ Fixture Insert (0.1ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:27', '2015-12-07 21:28:27', 980190962)
9316
+ Fixture Insert (0.0ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:27', '2015-12-07 21:28:27', 298486374)
9317
+ Fixture Delete (0.0ms) DELETE FROM "husbands"
9318
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:27', '2015-12-07 21:28:27', 980190962)
9319
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:27', '2015-12-07 21:28:27', 298486374)
9320
+ Fixture Delete (0.1ms) DELETE FROM "lonely_models"
9321
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 21:28:27', '2015-12-07 21:28:27', 980190962)
9322
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 21:28:27', '2015-12-07 21:28:27', 298486374)
9323
+ Fixture Delete (0.1ms) DELETE FROM "marriages"
9324
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 21:28:27', '2015-12-07 21:28:27', 980190962)
9325
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 21:28:27', '2015-12-07 21:28:27', 298486374)
9326
+ Fixture Delete (0.0ms) DELETE FROM "wives"
9327
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:27', '2015-12-07 21:28:27', 980190962)
9328
+ Fixture Insert (0.2ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 21:28:27', '2015-12-07 21:28:27', 298486374)
9329
+  (1.6ms) commit transaction
9330
+  (0.0ms) begin transaction
9331
+ ------------------------------------------------------
9332
+ ParamsRemainIntactTest: test_existing_extension_option
9333
+ ------------------------------------------------------
9334
+ Wife Load (0.2ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9335
+  (0.1ms) rollback transaction
9336
+  (0.0ms) begin transaction
9337
+ -----------------------------------------------------
9338
+ ParamsRemainIntactTest: test_existing_extension_block
9339
+ -----------------------------------------------------
9340
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9341
+  (0.0ms) rollback transaction
9342
+  (0.0ms) begin transaction
9343
+ ------------------------------------------
9344
+ HasManyThroughTest: test_collection_shovel
9345
+ ------------------------------------------
9346
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9347
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9348
+ Wife Exists (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9349
+  (0.0ms) SAVEPOINT active_record_1
9350
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9351
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:28:27.400273"], ["updated_at", "2015-12-07 21:28:27.400273"]]
9352
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9353
+ Wife Exists (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9354
+  (0.0ms) SAVEPOINT active_record_1
9355
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9356
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9357
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9358
+  (0.0ms) SAVEPOINT active_record_1
9359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9360
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9361
+  (0.4ms) rollback transaction
9362
+  (0.0ms) begin transaction
9363
+ -------------------------------------------------
9364
+ HasManyThroughTest: test_collection_singular_ids=
9365
+ -------------------------------------------------
9366
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9367
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9368
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9369
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9370
+  (0.0ms) SAVEPOINT active_record_1
9371
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9372
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:28:27.407828"], ["updated_at", "2015-12-07 21:28:27.407828"]]
9373
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9374
+  (0.3ms) rollback transaction
9375
+  (0.0ms) begin transaction
9376
+ ----------------------------------------
9377
+ HasManyThroughTest: test_collection_push
9378
+ ----------------------------------------
9379
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9380
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9381
+ Wife Exists (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9382
+  (0.0ms) SAVEPOINT active_record_1
9383
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9384
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:28:27.412115"], ["updated_at", "2015-12-07 21:28:27.412115"]]
9385
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9386
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9387
+  (0.0ms) SAVEPOINT active_record_1
9388
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9389
+ Wife Exists (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9390
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9391
+  (0.0ms) SAVEPOINT active_record_1
9392
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9393
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9394
+  (0.5ms) rollback transaction
9395
+  (0.0ms) begin transaction
9396
+ ------------------------------------
9397
+ HasManyThroughTest: test_collection=
9398
+ ------------------------------------
9399
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9400
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9401
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9402
+  (0.0ms) SAVEPOINT active_record_1
9403
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9404
+ SQL (0.1ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:28:27.419295"], ["updated_at", "2015-12-07 21:28:27.419295"]]
9405
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9406
+  (0.4ms) rollback transaction
9407
+  (0.0ms) begin transaction
9408
+ ------------------------------------------
9409
+ HasManyThroughTest: test_collection_concat
9410
+ ------------------------------------------
9411
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9412
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9413
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9414
+  (0.0ms) SAVEPOINT active_record_1
9415
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9416
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 21:28:27.423637"], ["updated_at", "2015-12-07 21:28:27.423637"]]
9417
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9418
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9419
+  (0.0ms) SAVEPOINT active_record_1
9420
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9421
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9422
+ Wife Exists (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? [["husband_id", 980190962], ["id", 980190962]]
9423
+  (0.0ms) SAVEPOINT active_record_1
9424
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9425
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9426
+  (0.6ms) rollback transaction
9427
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9428
+  (0.1ms) begin transaction
9429
+ Fixture Delete (0.2ms) DELETE FROM "bean_bags"
9430
+ Fixture Insert (0.3ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:16:23', '2015-12-07 22:16:23', 980190962)
9431
+ Fixture Insert (0.0ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:16:23', '2015-12-07 22:16:23', 298486374)
9432
+ Fixture Delete (0.0ms) DELETE FROM "husbands"
9433
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:16:23', '2015-12-07 22:16:23', 980190962)
9434
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:16:23', '2015-12-07 22:16:23', 298486374)
9435
+ Fixture Delete (0.0ms) DELETE FROM "lonely_models"
9436
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:16:23', '2015-12-07 22:16:23', 980190962)
9437
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:16:23', '2015-12-07 22:16:23', 298486374)
9438
+ Fixture Delete (0.1ms) DELETE FROM "marriages"
9439
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:16:23', '2015-12-07 22:16:23', 980190962)
9440
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:16:23', '2015-12-07 22:16:23', 298486374)
9441
+ Fixture Delete (0.0ms) DELETE FROM "wives"
9442
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:16:23', '2015-12-07 22:16:23', 980190962)
9443
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:16:23', '2015-12-07 22:16:23', 298486374)
9444
+  (1.7ms) commit transaction
9445
+  (0.0ms) begin transaction
9446
+ -----------------------------------------------------
9447
+ ParamsRemainIntactTest: test_existing_extension_block
9448
+ -----------------------------------------------------
9449
+ Husband Load (0.2ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9450
+  (0.1ms) rollback transaction
9451
+  (0.0ms) begin transaction
9452
+ ------------------------------------------------------
9453
+ ParamsRemainIntactTest: test_existing_extension_option
9454
+ ------------------------------------------------------
9455
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9456
+  (0.0ms) rollback transaction
9457
+  (0.0ms) begin transaction
9458
+ ------------------------------------
9459
+ HasManyThroughTest: test_collection=
9460
+ ------------------------------------
9461
+ Husband Load (0.0ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9462
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9463
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9464
+  (0.0ms) SAVEPOINT active_record_1
9465
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9466
+ SQL (0.3ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:16:23.393833"], ["updated_at", "2015-12-07 22:16:23.393833"]]
9467
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9468
+  (0.5ms) rollback transaction
9469
+  (0.0ms) begin transaction
9470
+ ------------------------------------------
9471
+ HasManyThroughTest: test_collection_concat
9472
+ ------------------------------------------
9473
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9474
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9475
+ Wife Exists (0.1ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9476
+  (0.0ms) SAVEPOINT active_record_1
9477
+ Marriage Exists (0.0ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9478
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:16:23.400265"], ["updated_at", "2015-12-07 22:16:23.400265"]]
9479
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9480
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9481
+  (0.0ms) SAVEPOINT active_record_1
9482
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9483
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9484
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9485
+  (0.0ms) SAVEPOINT active_record_1
9486
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9487
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9488
+  (0.5ms) rollback transaction
9489
+  (0.1ms) begin transaction
9490
+ ------------------------------------------
9491
+ HasManyThroughTest: test_collection_shovel
9492
+ ------------------------------------------
9493
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9494
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9495
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9496
+  (0.0ms) SAVEPOINT active_record_1
9497
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9498
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:16:23.407788"], ["updated_at", "2015-12-07 22:16:23.407788"]]
9499
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9500
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9501
+  (0.0ms) SAVEPOINT active_record_1
9502
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9503
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9504
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9505
+  (0.0ms) SAVEPOINT active_record_1
9506
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9507
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9508
+  (0.4ms) rollback transaction
9509
+  (0.1ms) begin transaction
9510
+ ----------------------------------------
9511
+ HasManyThroughTest: test_collection_push
9512
+ ----------------------------------------
9513
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9514
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9515
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9516
+  (0.0ms) SAVEPOINT active_record_1
9517
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9518
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:16:23.414731"], ["updated_at", "2015-12-07 22:16:23.414731"]]
9519
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9520
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9521
+  (0.0ms) SAVEPOINT active_record_1
9522
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9523
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9524
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9525
+  (0.0ms) SAVEPOINT active_record_1
9526
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9527
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9528
+  (0.5ms) rollback transaction
9529
+  (0.0ms) begin transaction
9530
+ -------------------------------------------------
9531
+ HasManyThroughTest: test_collection_singular_ids=
9532
+ -------------------------------------------------
9533
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9534
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9535
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9536
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9537
+  (0.0ms) SAVEPOINT active_record_1
9538
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9539
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:16:23.421339"], ["updated_at", "2015-12-07 22:16:23.421339"]]
9540
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9541
+  (0.4ms) rollback transaction
9542
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9543
+  (0.1ms) begin transaction
9544
+ Fixture Delete (0.9ms) DELETE FROM "bean_bags"
9545
+ Fixture Insert (0.1ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:16:27', '2015-12-07 22:16:27', 980190962)
9546
+ Fixture Insert (0.0ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:16:27', '2015-12-07 22:16:27', 298486374)
9547
+ Fixture Delete (0.0ms) DELETE FROM "husbands"
9548
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:16:27', '2015-12-07 22:16:27', 980190962)
9549
+ Fixture Insert (0.1ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:16:27', '2015-12-07 22:16:27', 298486374)
9550
+ Fixture Delete (0.0ms) DELETE FROM "lonely_models"
9551
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:16:27', '2015-12-07 22:16:27', 980190962)
9552
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:16:27', '2015-12-07 22:16:27', 298486374)
9553
+ Fixture Delete (0.1ms) DELETE FROM "marriages"
9554
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:16:27', '2015-12-07 22:16:27', 980190962)
9555
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:16:27', '2015-12-07 22:16:27', 298486374)
9556
+ Fixture Delete (0.0ms) DELETE FROM "wives"
9557
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:16:27', '2015-12-07 22:16:27', 980190962)
9558
+ Fixture Insert (0.1ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:16:27', '2015-12-07 22:16:27', 298486374)
9559
+  (1.7ms) commit transaction
9560
+  (0.1ms) begin transaction
9561
+ -----------------------------------------------------
9562
+ ParamsRemainIntactTest: test_existing_extension_block
9563
+ -----------------------------------------------------
9564
+ Husband Load (0.2ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9565
+  (0.1ms) rollback transaction
9566
+  (0.0ms) begin transaction
9567
+ ------------------------------------------------------
9568
+ ParamsRemainIntactTest: test_existing_extension_option
9569
+ ------------------------------------------------------
9570
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9571
+  (0.0ms) rollback transaction
9572
+  (0.0ms) begin transaction
9573
+ ------------------------------------------
9574
+ HasManyThroughTest: test_collection_shovel
9575
+ ------------------------------------------
9576
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9577
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9578
+ Wife Exists (0.1ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9579
+  (0.1ms) SAVEPOINT active_record_1
9580
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9581
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:16:27.565268"], ["updated_at", "2015-12-07 22:16:27.565268"]]
9582
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9583
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9584
+  (0.0ms) SAVEPOINT active_record_1
9585
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9586
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9587
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9588
+  (0.0ms) SAVEPOINT active_record_1
9589
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9590
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9591
+  (0.5ms) rollback transaction
9592
+  (0.1ms) begin transaction
9593
+ -------------------------------------------------
9594
+ HasManyThroughTest: test_collection_singular_ids=
9595
+ -------------------------------------------------
9596
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9597
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9598
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9599
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9600
+  (0.0ms) SAVEPOINT active_record_1
9601
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9602
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:16:27.573671"], ["updated_at", "2015-12-07 22:16:27.573671"]]
9603
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9604
+  (0.4ms) rollback transaction
9605
+  (0.0ms) begin transaction
9606
+ ----------------------------------------
9607
+ HasManyThroughTest: test_collection_push
9608
+ ----------------------------------------
9609
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9610
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9611
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9612
+  (0.1ms) SAVEPOINT active_record_1
9613
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9614
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:16:27.578528"], ["updated_at", "2015-12-07 22:16:27.578528"]]
9615
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9616
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9617
+  (0.0ms) SAVEPOINT active_record_1
9618
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9619
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9620
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9621
+  (0.0ms) SAVEPOINT active_record_1
9622
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9623
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9624
+  (0.5ms) rollback transaction
9625
+  (0.0ms) begin transaction
9626
+ ------------------------------------------
9627
+ HasManyThroughTest: test_collection_concat
9628
+ ------------------------------------------
9629
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9630
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9631
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9632
+  (0.0ms) SAVEPOINT active_record_1
9633
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9634
+ SQL (0.1ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:16:27.585294"], ["updated_at", "2015-12-07 22:16:27.585294"]]
9635
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9636
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9637
+  (0.0ms) SAVEPOINT active_record_1
9638
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9639
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9640
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9641
+  (0.0ms) SAVEPOINT active_record_1
9642
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9643
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9644
+  (0.3ms) rollback transaction
9645
+  (0.0ms) begin transaction
9646
+ ------------------------------------
9647
+ HasManyThroughTest: test_collection=
9648
+ ------------------------------------
9649
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9650
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9651
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9652
+  (0.0ms) SAVEPOINT active_record_1
9653
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9654
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:16:27.591401"], ["updated_at", "2015-12-07 22:16:27.591401"]]
9655
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9656
+  (0.4ms) rollback transaction
9657
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9658
+  (0.1ms) begin transaction
9659
+ Fixture Delete (0.2ms) DELETE FROM "bean_bags"
9660
+ Fixture Insert (0.3ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:10', '2015-12-07 22:24:10', 980190962)
9661
+ Fixture Insert (0.0ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:10', '2015-12-07 22:24:10', 298486374)
9662
+ Fixture Delete (0.0ms) DELETE FROM "husbands"
9663
+ Fixture Insert (0.1ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:10', '2015-12-07 22:24:10', 980190962)
9664
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:10', '2015-12-07 22:24:10', 298486374)
9665
+ Fixture Delete (0.0ms) DELETE FROM "lonely_models"
9666
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:24:10', '2015-12-07 22:24:10', 980190962)
9667
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:24:10', '2015-12-07 22:24:10', 298486374)
9668
+ Fixture Delete (0.1ms) DELETE FROM "marriages"
9669
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:24:10', '2015-12-07 22:24:10', 980190962)
9670
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:24:10', '2015-12-07 22:24:10', 298486374)
9671
+ Fixture Delete (0.0ms) DELETE FROM "wives"
9672
+ Fixture Insert (0.1ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:10', '2015-12-07 22:24:10', 980190962)
9673
+ Fixture Insert (0.1ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:10', '2015-12-07 22:24:10', 298486374)
9674
+  (1.3ms) commit transaction
9675
+  (0.0ms) begin transaction
9676
+ -------------------------------------------------
9677
+ HasManyThroughTest: test_collection_singular_ids=
9678
+ -------------------------------------------------
9679
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9680
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9681
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9682
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9683
+  (0.0ms) SAVEPOINT active_record_1
9684
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9685
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:10.690959"], ["updated_at", "2015-12-07 22:24:10.690959"]]
9686
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9687
+  (0.5ms) rollback transaction
9688
+  (0.0ms) begin transaction
9689
+ ------------------------------------------
9690
+ HasManyThroughTest: test_collection_concat
9691
+ ------------------------------------------
9692
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9693
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9694
+ Wife Exists (0.1ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9695
+  (0.0ms) SAVEPOINT active_record_1
9696
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9697
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:10.697057"], ["updated_at", "2015-12-07 22:24:10.697057"]]
9698
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9699
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9700
+  (0.0ms) SAVEPOINT active_record_1
9701
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9702
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9703
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9704
+  (0.0ms) SAVEPOINT active_record_1
9705
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9706
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9707
+  (0.5ms) rollback transaction
9708
+  (0.1ms) begin transaction
9709
+ ----------------------------------------
9710
+ HasManyThroughTest: test_collection_push
9711
+ ----------------------------------------
9712
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9713
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9714
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9715
+  (0.0ms) SAVEPOINT active_record_1
9716
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9717
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:10.704123"], ["updated_at", "2015-12-07 22:24:10.704123"]]
9718
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9719
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9720
+  (0.0ms) SAVEPOINT active_record_1
9721
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9722
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9723
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9724
+  (0.0ms) SAVEPOINT active_record_1
9725
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9726
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9727
+  (0.4ms) rollback transaction
9728
+  (0.1ms) begin transaction
9729
+ ------------------------------------------
9730
+ HasManyThroughTest: test_collection_shovel
9731
+ ------------------------------------------
9732
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9733
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9734
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9735
+  (0.0ms) SAVEPOINT active_record_1
9736
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9737
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:10.710731"], ["updated_at", "2015-12-07 22:24:10.710731"]]
9738
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9739
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9740
+  (0.0ms) SAVEPOINT active_record_1
9741
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9742
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9743
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9744
+  (0.0ms) SAVEPOINT active_record_1
9745
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9746
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9747
+  (0.4ms) rollback transaction
9748
+  (0.0ms) begin transaction
9749
+ ------------------------------------
9750
+ HasManyThroughTest: test_collection=
9751
+ ------------------------------------
9752
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9753
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9754
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9755
+  (0.0ms) SAVEPOINT active_record_1
9756
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9757
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:10.717402"], ["updated_at", "2015-12-07 22:24:10.717402"]]
9758
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9759
+  (0.4ms) rollback transaction
9760
+  (0.1ms) begin transaction
9761
+ -----------------------------------------------------
9762
+ ParamsRemainIntactTest: test_existing_extension_block
9763
+ -----------------------------------------------------
9764
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9765
+  (0.0ms) rollback transaction
9766
+  (0.1ms) begin transaction
9767
+ ------------------------------------------------------
9768
+ ParamsRemainIntactTest: test_existing_extension_option
9769
+ ------------------------------------------------------
9770
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9771
+  (0.0ms) rollback transaction
9772
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9773
+  (0.1ms) begin transaction
9774
+ Fixture Delete (0.2ms) DELETE FROM "bean_bags"
9775
+ Fixture Insert (0.1ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:13', '2015-12-07 22:24:13', 980190962)
9776
+ Fixture Insert (0.1ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:13', '2015-12-07 22:24:13', 298486374)
9777
+ Fixture Delete (0.0ms) DELETE FROM "husbands"
9778
+ Fixture Insert (0.1ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:13', '2015-12-07 22:24:13', 980190962)
9779
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:13', '2015-12-07 22:24:13', 298486374)
9780
+ Fixture Delete (0.1ms) DELETE FROM "lonely_models"
9781
+ Fixture Insert (0.1ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:24:13', '2015-12-07 22:24:13', 980190962)
9782
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:24:13', '2015-12-07 22:24:13', 298486374)
9783
+ Fixture Delete (0.1ms) DELETE FROM "marriages"
9784
+ Fixture Insert (0.1ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:24:13', '2015-12-07 22:24:13', 980190962)
9785
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:24:13', '2015-12-07 22:24:13', 298486374)
9786
+ Fixture Delete (0.1ms) DELETE FROM "wives"
9787
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:13', '2015-12-07 22:24:13', 980190962)
9788
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:13', '2015-12-07 22:24:13', 298486374)
9789
+  (1.2ms) commit transaction
9790
+  (0.0ms) begin transaction
9791
+ -----------------------------------------------------
9792
+ ParamsRemainIntactTest: test_existing_extension_block
9793
+ -----------------------------------------------------
9794
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9795
+  (0.1ms) rollback transaction
9796
+  (0.0ms) begin transaction
9797
+ ------------------------------------------------------
9798
+ ParamsRemainIntactTest: test_existing_extension_option
9799
+ ------------------------------------------------------
9800
+ Wife Load (0.2ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9801
+  (0.1ms) rollback transaction
9802
+  (0.0ms) begin transaction
9803
+ -------------------------------------------------
9804
+ HasManyThroughTest: test_collection_singular_ids=
9805
+ -------------------------------------------------
9806
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9807
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9808
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9809
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9810
+  (0.0ms) SAVEPOINT active_record_1
9811
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9812
+ SQL (0.3ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:13.660969"], ["updated_at", "2015-12-07 22:24:13.660969"]]
9813
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9814
+  (0.4ms) rollback transaction
9815
+  (0.0ms) begin transaction
9816
+ ------------------------------------------
9817
+ HasManyThroughTest: test_collection_concat
9818
+ ------------------------------------------
9819
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9820
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9821
+ Wife Exists (0.1ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9822
+  (0.0ms) SAVEPOINT active_record_1
9823
+ Marriage Exists (0.0ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9824
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:13.666663"], ["updated_at", "2015-12-07 22:24:13.666663"]]
9825
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9826
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9827
+  (0.0ms) SAVEPOINT active_record_1
9828
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9829
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9830
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9831
+  (0.0ms) SAVEPOINT active_record_1
9832
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9833
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9834
+  (0.5ms) rollback transaction
9835
+  (0.1ms) begin transaction
9836
+ ----------------------------------------
9837
+ HasManyThroughTest: test_collection_push
9838
+ ----------------------------------------
9839
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9840
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9841
+ Wife Exists (0.1ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9842
+  (0.0ms) SAVEPOINT active_record_1
9843
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9844
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:13.673975"], ["updated_at", "2015-12-07 22:24:13.673975"]]
9845
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9846
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9847
+  (0.0ms) SAVEPOINT active_record_1
9848
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9849
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9850
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9851
+  (0.0ms) SAVEPOINT active_record_1
9852
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9853
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9854
+  (0.5ms) rollback transaction
9855
+  (0.1ms) begin transaction
9856
+ ------------------------------------------
9857
+ HasManyThroughTest: test_collection_shovel
9858
+ ------------------------------------------
9859
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9860
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9861
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9862
+  (0.0ms) SAVEPOINT active_record_1
9863
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9864
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:13.680648"], ["updated_at", "2015-12-07 22:24:13.680648"]]
9865
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9866
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9867
+  (0.0ms) SAVEPOINT active_record_1
9868
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9869
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9870
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9871
+  (0.0ms) SAVEPOINT active_record_1
9872
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9873
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9874
+  (0.4ms) rollback transaction
9875
+  (0.0ms) begin transaction
9876
+ ------------------------------------
9877
+ HasManyThroughTest: test_collection=
9878
+ ------------------------------------
9879
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9880
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9881
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9882
+  (0.0ms) SAVEPOINT active_record_1
9883
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9884
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:13.686958"], ["updated_at", "2015-12-07 22:24:13.686958"]]
9885
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9886
+  (1.0ms) rollback transaction
9887
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9888
+  (0.1ms) begin transaction
9889
+ Fixture Delete (0.2ms) DELETE FROM "bean_bags"
9890
+ Fixture Insert (0.1ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:15', '2015-12-07 22:24:15', 980190962)
9891
+ Fixture Insert (0.0ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:15', '2015-12-07 22:24:15', 298486374)
9892
+ Fixture Delete (0.0ms) DELETE FROM "husbands"
9893
+ Fixture Insert (0.1ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:15', '2015-12-07 22:24:15', 980190962)
9894
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:15', '2015-12-07 22:24:15', 298486374)
9895
+ Fixture Delete (0.0ms) DELETE FROM "lonely_models"
9896
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:24:15', '2015-12-07 22:24:15', 980190962)
9897
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:24:15', '2015-12-07 22:24:15', 298486374)
9898
+ Fixture Delete (0.2ms) DELETE FROM "marriages"
9899
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:24:15', '2015-12-07 22:24:15', 980190962)
9900
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:24:15', '2015-12-07 22:24:15', 298486374)
9901
+ Fixture Delete (0.0ms) DELETE FROM "wives"
9902
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:15', '2015-12-07 22:24:15', 980190962)
9903
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:15', '2015-12-07 22:24:15', 298486374)
9904
+  (1.5ms) commit transaction
9905
+  (0.0ms) begin transaction
9906
+ -----------------------------------------------------
9907
+ ParamsRemainIntactTest: test_existing_extension_block
9908
+ -----------------------------------------------------
9909
+ Husband Load (0.3ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9910
+  (0.1ms) rollback transaction
9911
+  (0.0ms) begin transaction
9912
+ ------------------------------------------------------
9913
+ ParamsRemainIntactTest: test_existing_extension_option
9914
+ ------------------------------------------------------
9915
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9916
+  (0.0ms) rollback transaction
9917
+  (0.0ms) begin transaction
9918
+ -------------------------------------------------
9919
+ HasManyThroughTest: test_collection_singular_ids=
9920
+ -------------------------------------------------
9921
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9922
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9923
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9924
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9925
+  (0.0ms) SAVEPOINT active_record_1
9926
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9927
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:15.289923"], ["updated_at", "2015-12-07 22:24:15.289923"]]
9928
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9929
+  (0.5ms) rollback transaction
9930
+  (0.1ms) begin transaction
9931
+ ------------------------------------------
9932
+ HasManyThroughTest: test_collection_concat
9933
+ ------------------------------------------
9934
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9935
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9936
+ Wife Exists (0.1ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9937
+  (0.0ms) SAVEPOINT active_record_1
9938
+ Marriage Exists (0.0ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9939
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:15.296170"], ["updated_at", "2015-12-07 22:24:15.296170"]]
9940
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9941
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9942
+  (0.0ms) SAVEPOINT active_record_1
9943
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9944
+ Wife Exists (0.1ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9945
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9946
+  (0.0ms) SAVEPOINT active_record_1
9947
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9948
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9949
+  (0.4ms) rollback transaction
9950
+  (0.1ms) begin transaction
9951
+ ------------------------------------------
9952
+ HasManyThroughTest: test_collection_shovel
9953
+ ------------------------------------------
9954
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9955
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9956
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9957
+  (0.0ms) SAVEPOINT active_record_1
9958
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9959
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:15.303422"], ["updated_at", "2015-12-07 22:24:15.303422"]]
9960
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9961
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9962
+  (0.0ms) SAVEPOINT active_record_1
9963
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9964
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9965
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9966
+  (0.0ms) SAVEPOINT active_record_1
9967
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9968
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9969
+  (0.5ms) rollback transaction
9970
+  (0.0ms) begin transaction
9971
+ ------------------------------------
9972
+ HasManyThroughTest: test_collection=
9973
+ ------------------------------------
9974
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9975
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9976
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
9977
+  (0.0ms) SAVEPOINT active_record_1
9978
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9979
+ SQL (0.1ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:15.310083"], ["updated_at", "2015-12-07 22:24:15.310083"]]
9980
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9981
+  (0.4ms) rollback transaction
9982
+  (0.1ms) begin transaction
9983
+ ----------------------------------------
9984
+ HasManyThroughTest: test_collection_push
9985
+ ----------------------------------------
9986
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
9987
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
9988
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9989
+  (0.0ms) SAVEPOINT active_record_1
9990
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
9991
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:15.314913"], ["updated_at", "2015-12-07 22:24:15.314913"]]
9992
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9993
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9994
+  (0.0ms) SAVEPOINT active_record_1
9995
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9996
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9997
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
9998
+  (0.0ms) SAVEPOINT active_record_1
9999
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10000
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10001
+  (0.4ms) rollback transaction
10002
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10003
+  (0.1ms) begin transaction
10004
+ Fixture Delete (0.2ms) DELETE FROM "bean_bags"
10005
+ Fixture Insert (0.1ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:16', '2015-12-07 22:24:16', 980190962)
10006
+ Fixture Insert (0.0ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:16', '2015-12-07 22:24:16', 298486374)
10007
+ Fixture Delete (0.0ms) DELETE FROM "husbands"
10008
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:16', '2015-12-07 22:24:16', 980190962)
10009
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:16', '2015-12-07 22:24:16', 298486374)
10010
+ Fixture Delete (0.0ms) DELETE FROM "lonely_models"
10011
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:24:16', '2015-12-07 22:24:16', 980190962)
10012
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:24:16', '2015-12-07 22:24:16', 298486374)
10013
+ Fixture Delete (0.1ms) DELETE FROM "marriages"
10014
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:24:16', '2015-12-07 22:24:16', 980190962)
10015
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:24:16', '2015-12-07 22:24:16', 298486374)
10016
+ Fixture Delete (0.0ms) DELETE FROM "wives"
10017
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:16', '2015-12-07 22:24:16', 980190962)
10018
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:16', '2015-12-07 22:24:16', 298486374)
10019
+  (1.3ms) commit transaction
10020
+  (0.3ms) begin transaction
10021
+ -----------------------------------------------------
10022
+ ParamsRemainIntactTest: test_existing_extension_block
10023
+ -----------------------------------------------------
10024
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10025
+  (0.1ms) rollback transaction
10026
+  (0.0ms) begin transaction
10027
+ ------------------------------------------------------
10028
+ ParamsRemainIntactTest: test_existing_extension_option
10029
+ ------------------------------------------------------
10030
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10031
+  (0.1ms) rollback transaction
10032
+  (0.1ms) begin transaction
10033
+ ------------------------------------------
10034
+ HasManyThroughTest: test_collection_shovel
10035
+ ------------------------------------------
10036
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10037
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10038
+ Wife Exists (0.1ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10039
+  (0.0ms) SAVEPOINT active_record_1
10040
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
10041
+ SQL (0.3ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:16.918960"], ["updated_at", "2015-12-07 22:24:16.918960"]]
10042
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10043
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10044
+  (0.0ms) SAVEPOINT active_record_1
10045
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10046
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10047
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10048
+  (0.0ms) SAVEPOINT active_record_1
10049
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10050
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10051
+  (0.5ms) rollback transaction
10052
+  (0.1ms) begin transaction
10053
+ ------------------------------------
10054
+ HasManyThroughTest: test_collection=
10055
+ ------------------------------------
10056
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10057
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10058
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10059
+  (0.0ms) SAVEPOINT active_record_1
10060
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
10061
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:16.927387"], ["updated_at", "2015-12-07 22:24:16.927387"]]
10062
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10063
+  (0.4ms) rollback transaction
10064
+  (0.0ms) begin transaction
10065
+ -------------------------------------------------
10066
+ HasManyThroughTest: test_collection_singular_ids=
10067
+ -------------------------------------------------
10068
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10069
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10070
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10071
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10072
+  (0.0ms) SAVEPOINT active_record_1
10073
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
10074
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:16.931893"], ["updated_at", "2015-12-07 22:24:16.931893"]]
10075
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10076
+  (0.4ms) rollback transaction
10077
+  (0.1ms) begin transaction
10078
+ ------------------------------------------
10079
+ HasManyThroughTest: test_collection_concat
10080
+ ------------------------------------------
10081
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10082
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10083
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10084
+  (0.0ms) SAVEPOINT active_record_1
10085
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
10086
+ SQL (0.1ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:16.936419"], ["updated_at", "2015-12-07 22:24:16.936419"]]
10087
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10088
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10089
+  (0.0ms) SAVEPOINT active_record_1
10090
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10091
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10092
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10093
+  (0.0ms) SAVEPOINT active_record_1
10094
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10095
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10096
+  (0.4ms) rollback transaction
10097
+  (0.1ms) begin transaction
10098
+ ----------------------------------------
10099
+ HasManyThroughTest: test_collection_push
10100
+ ----------------------------------------
10101
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10102
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10103
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10104
+  (0.0ms) SAVEPOINT active_record_1
10105
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
10106
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:16.943302"], ["updated_at", "2015-12-07 22:24:16.943302"]]
10107
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10108
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10109
+  (0.0ms) SAVEPOINT active_record_1
10110
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10111
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10112
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10113
+  (0.0ms) SAVEPOINT active_record_1
10114
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10115
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10116
+  (0.4ms) rollback transaction
10117
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10118
+  (0.1ms) begin transaction
10119
+ Fixture Delete (0.3ms) DELETE FROM "bean_bags"
10120
+ Fixture Insert (0.1ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:18', '2015-12-07 22:24:18', 980190962)
10121
+ Fixture Insert (0.0ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:18', '2015-12-07 22:24:18', 298486374)
10122
+ Fixture Delete (0.0ms) DELETE FROM "husbands"
10123
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:18', '2015-12-07 22:24:18', 980190962)
10124
+ Fixture Insert (0.1ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:18', '2015-12-07 22:24:18', 298486374)
10125
+ Fixture Delete (0.1ms) DELETE FROM "lonely_models"
10126
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:24:18', '2015-12-07 22:24:18', 980190962)
10127
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:24:18', '2015-12-07 22:24:18', 298486374)
10128
+ Fixture Delete (0.1ms) DELETE FROM "marriages"
10129
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:24:18', '2015-12-07 22:24:18', 980190962)
10130
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:24:18', '2015-12-07 22:24:18', 298486374)
10131
+ Fixture Delete (0.0ms) DELETE FROM "wives"
10132
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:18', '2015-12-07 22:24:18', 980190962)
10133
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:18', '2015-12-07 22:24:18', 298486374)
10134
+  (1.5ms) commit transaction
10135
+  (0.0ms) begin transaction
10136
+ ------------------------------------------
10137
+ HasManyThroughTest: test_collection_shovel
10138
+ ------------------------------------------
10139
+ Husband Load (0.2ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10140
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10141
+ Wife Exists (0.1ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10142
+  (0.0ms) SAVEPOINT active_record_1
10143
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
10144
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:18.539971"], ["updated_at", "2015-12-07 22:24:18.539971"]]
10145
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10146
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10147
+  (0.0ms) SAVEPOINT active_record_1
10148
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10149
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10150
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10151
+  (0.0ms) SAVEPOINT active_record_1
10152
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10153
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10154
+  (0.5ms) rollback transaction
10155
+  (0.0ms) begin transaction
10156
+ ------------------------------------------
10157
+ HasManyThroughTest: test_collection_concat
10158
+ ------------------------------------------
10159
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10160
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10161
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10162
+  (0.0ms) SAVEPOINT active_record_1
10163
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
10164
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:18.547919"], ["updated_at", "2015-12-07 22:24:18.547919"]]
10165
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10166
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10167
+  (0.0ms) SAVEPOINT active_record_1
10168
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10169
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10170
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10171
+  (0.0ms) SAVEPOINT active_record_1
10172
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10173
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10174
+  (0.5ms) rollback transaction
10175
+  (0.1ms) begin transaction
10176
+ ----------------------------------------
10177
+ HasManyThroughTest: test_collection_push
10178
+ ----------------------------------------
10179
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10180
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10181
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10182
+  (0.0ms) SAVEPOINT active_record_1
10183
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
10184
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:18.554818"], ["updated_at", "2015-12-07 22:24:18.554818"]]
10185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10186
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10187
+  (0.0ms) SAVEPOINT active_record_1
10188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10189
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10190
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10191
+  (0.0ms) SAVEPOINT active_record_1
10192
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10193
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10194
+  (0.4ms) rollback transaction
10195
+  (0.1ms) begin transaction
10196
+ ------------------------------------
10197
+ HasManyThroughTest: test_collection=
10198
+ ------------------------------------
10199
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10200
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10201
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10202
+  (0.0ms) SAVEPOINT active_record_1
10203
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
10204
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:18.561171"], ["updated_at", "2015-12-07 22:24:18.561171"]]
10205
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10206
+  (0.4ms) rollback transaction
10207
+  (0.0ms) begin transaction
10208
+ -------------------------------------------------
10209
+ HasManyThroughTest: test_collection_singular_ids=
10210
+ -------------------------------------------------
10211
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10212
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10213
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10214
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10215
+  (0.0ms) SAVEPOINT active_record_1
10216
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
10217
+ SQL (0.1ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:18.565445"], ["updated_at", "2015-12-07 22:24:18.565445"]]
10218
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10219
+  (0.5ms) rollback transaction
10220
+  (0.0ms) begin transaction
10221
+ -----------------------------------------------------
10222
+ ParamsRemainIntactTest: test_existing_extension_block
10223
+ -----------------------------------------------------
10224
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10225
+  (0.0ms) rollback transaction
10226
+  (0.0ms) begin transaction
10227
+ ------------------------------------------------------
10228
+ ParamsRemainIntactTest: test_existing_extension_option
10229
+ ------------------------------------------------------
10230
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10231
+  (0.0ms) rollback transaction
10232
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10233
+  (0.1ms) begin transaction
10234
+ Fixture Delete (0.2ms) DELETE FROM "bean_bags"
10235
+ Fixture Insert (0.1ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:20', '2015-12-07 22:24:20', 980190962)
10236
+ Fixture Insert (0.0ms) INSERT INTO "bean_bags" ("color", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:20', '2015-12-07 22:24:20', 298486374)
10237
+ Fixture Delete (0.0ms) DELETE FROM "husbands"
10238
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:20', '2015-12-07 22:24:20', 980190962)
10239
+ Fixture Insert (0.0ms) INSERT INTO "husbands" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:20', '2015-12-07 22:24:20', 298486374)
10240
+ Fixture Delete (0.1ms) DELETE FROM "lonely_models"
10241
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:24:20', '2015-12-07 22:24:20', 980190962)
10242
+ Fixture Insert (0.0ms) INSERT INTO "lonely_models" ("created_at", "updated_at", "id") VALUES ('2015-12-07 22:24:20', '2015-12-07 22:24:20', 298486374)
10243
+ Fixture Delete (0.1ms) DELETE FROM "marriages"
10244
+ Fixture Insert (0.0ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:24:20', '2015-12-07 22:24:20', 980190962)
10245
+ Fixture Insert (0.1ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at", "id") VALUES (NULL, NULL, '2015-12-07 22:24:20', '2015-12-07 22:24:20', 298486374)
10246
+ Fixture Delete (0.1ms) DELETE FROM "wives"
10247
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:20', '2015-12-07 22:24:20', 980190962)
10248
+ Fixture Insert (0.0ms) INSERT INTO "wives" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-07 22:24:20', '2015-12-07 22:24:20', 298486374)
10249
+  (1.4ms) commit transaction
10250
+  (0.0ms) begin transaction
10251
+ -----------------------------------------------------
10252
+ ParamsRemainIntactTest: test_existing_extension_block
10253
+ -----------------------------------------------------
10254
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10255
+  (0.1ms) rollback transaction
10256
+  (0.0ms) begin transaction
10257
+ ------------------------------------------------------
10258
+ ParamsRemainIntactTest: test_existing_extension_option
10259
+ ------------------------------------------------------
10260
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10261
+  (0.1ms) rollback transaction
10262
+  (9.3ms) begin transaction
10263
+ -------------------------------------------------
10264
+ HasManyThroughTest: test_collection_singular_ids=
10265
+ -------------------------------------------------
10266
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10267
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10268
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10269
+ Wife Load (0.1ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10270
+  (0.0ms) SAVEPOINT active_record_1
10271
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
10272
+ SQL (0.3ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:20.194753"], ["updated_at", "2015-12-07 22:24:20.194753"]]
10273
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10274
+  (0.4ms) rollback transaction
10275
+  (0.0ms) begin transaction
10276
+ ----------------------------------------
10277
+ HasManyThroughTest: test_collection_push
10278
+ ----------------------------------------
10279
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10280
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10281
+ Wife Exists (0.1ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10282
+  (0.0ms) SAVEPOINT active_record_1
10283
+ Marriage Exists (0.0ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
10284
+ SQL (0.3ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:20.200621"], ["updated_at", "2015-12-07 22:24:20.200621"]]
10285
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10286
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10287
+  (0.0ms) SAVEPOINT active_record_1
10288
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10289
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10290
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10291
+  (0.0ms) SAVEPOINT active_record_1
10292
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10293
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10294
+  (0.4ms) rollback transaction
10295
+  (0.0ms) begin transaction
10296
+ ------------------------------------------
10297
+ HasManyThroughTest: test_collection_concat
10298
+ ------------------------------------------
10299
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10300
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10301
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10302
+  (0.0ms) SAVEPOINT active_record_1
10303
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
10304
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:20.207967"], ["updated_at", "2015-12-07 22:24:20.207967"]]
10305
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10306
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10307
+  (0.0ms) SAVEPOINT active_record_1
10308
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10309
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10310
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10311
+  (0.0ms) SAVEPOINT active_record_1
10312
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10313
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10314
+  (0.4ms) rollback transaction
10315
+  (0.0ms) begin transaction
10316
+ ------------------------------------------
10317
+ HasManyThroughTest: test_collection_shovel
10318
+ ------------------------------------------
10319
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10320
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10321
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10322
+  (0.0ms) SAVEPOINT active_record_1
10323
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
10324
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:20.214789"], ["updated_at", "2015-12-07 22:24:20.214789"]]
10325
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10326
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10327
+  (0.0ms) SAVEPOINT active_record_1
10328
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10329
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10330
+ Wife Exists (0.0ms) SELECT 1 AS one FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? AND "wives"."id" = ? LIMIT 1 [["husband_id", 980190962], ["id", 980190962]]
10331
+  (0.0ms) SAVEPOINT active_record_1
10332
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10333
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10334
+  (0.5ms) rollback transaction
10335
+  (0.0ms) begin transaction
10336
+ ------------------------------------
10337
+ HasManyThroughTest: test_collection=
10338
+ ------------------------------------
10339
+ Husband Load (0.1ms) SELECT "husbands".* FROM "husbands" WHERE "husbands"."id" = ? LIMIT 1 [["id", 980190962]]
10340
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" WHERE "wives"."id" = ? LIMIT 1 [["id", 980190962]]
10341
+ Wife Load (0.0ms) SELECT "wives".* FROM "wives" INNER JOIN "marriages" ON "wives"."id" = "marriages"."wife_id" WHERE "marriages"."husband_id" = ? [["husband_id", 980190962]]
10342
+  (0.0ms) SAVEPOINT active_record_1
10343
+ Marriage Exists (0.1ms) SELECT 1 AS one FROM "marriages" WHERE ("marriages"."husband_id" = 980190962 AND "marriages"."wife_id" = 980190962) LIMIT 1
10344
+ SQL (0.2ms) INSERT INTO "marriages" ("husband_id", "wife_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["husband_id", 980190962], ["wife_id", 980190962], ["created_at", "2015-12-07 22:24:20.221680"], ["updated_at", "2015-12-07 22:24:20.221680"]]
10345
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10346
+  (0.4ms) rollback transaction