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