act_as_backdrop 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c774b5ea6c07707efa40a8b5de27e31a3eb65153
4
- data.tar.gz: 8dbd1344b4a9e86aef71f1589c04d488a5715595
3
+ metadata.gz: d26228c20f256a00cb954e556a159421e380a060
4
+ data.tar.gz: c77210ce9dd971a2139de85a904454b170075735
5
5
  SHA512:
6
- metadata.gz: 2e43a793ff9fc9f120cbd530474ff33d33140bf37c90dc6637c5311b942c1bfb57bcf82c9bf8cb6a13e10a3bf05b43a3a452675d8e61b2f2c6c04e85868df12c
7
- data.tar.gz: c913e0422eb2b906627ff2f70c46f06fb132f35337fe30ea0f56b5ccf6c660ce82c1af267387ce7a4226f301421fdb08fc323f5e78acb7066006e493fb6af07f
6
+ metadata.gz: 938eb934f6752b9c67219f454ea9d15b3bda759e6c634d0518a1d4c45b1d5f61264a8285af37139aca50d20897cead67a096d4b17a258a9b49d68118e8858648
7
+ data.tar.gz: c40dc585f8a35e3345a53bd08843eb2bcd56fc14dd3ac37fd14a33e1eac67125384b85fcf839fb32d55bdb34962a22c5c111e15265bb1e353b9a2b5ad8ed5a36
@@ -1,3 +1,3 @@
1
1
  module Backdrop
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
Binary file
@@ -115,3 +115,5 @@ Migrating to AddCheckToSomething (20151217203211)
115
115
  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151217203211"]]
116
116
   (1.7ms) commit transaction
117
117
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
118
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
119
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
@@ -2569,3 +2569,149 @@ SomethingTest: test_backdrop_test
2569
2569
  BackdropTest: test_truth
2570
2570
  ------------------------
2571
2571
   (0.0ms) rollback transaction
2572
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
2573
+  (0.1ms) begin transaction
2574
+ ---------------------------------------------
2575
+ ActAsBackdropTest: test_model_act_as_backdrop
2576
+ ---------------------------------------------
2577
+  (0.1ms) SAVEPOINT active_record_1
2578
+ SQL (1.8ms) INSERT INTO "somethings" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-12-18 17:20:26.459497"], ["updated_at", "2015-12-18 17:20:26.459497"]]
2579
+ [ActiveJob] [BackdropJob] [2998b364-be69-4510-ac4b-9a47d52b5565] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2580
+ [ActiveJob] [BackdropJob] [2998b364-be69-4510-ac4b-9a47d52b5565] Something Load (0.2ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2581
+ [ActiveJob] [BackdropJob] [2998b364-be69-4510-ac4b-9a47d52b5565] Performed BackdropJob from Inline(default) in 14.0ms
2582
+ [ActiveJob] Enqueued BackdropJob (Job ID: 2998b364-be69-4510-ac4b-9a47d52b5565) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2583
+  (0.4ms) RELEASE SAVEPOINT active_record_1
2584
+  (0.1ms) SAVEPOINT active_record_1
2585
+ SQL (0.5ms) UPDATE "somethings" SET "title" = ?, "updated_at" = ? WHERE "somethings"."id" = ? [["title", "abc"], ["updated_at", "2015-12-18 17:20:26.483418"], ["id", 980190963]]
2586
+ [ActiveJob] [BackdropJob] [53f0decd-f802-486a-83a4-c6fdee2d9daa] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"created_at\":[null,\"2015-12-18T17:20:26.459Z\"],\"updated_at\":[null,\"2015-12-18T17:20:26.459Z\"],\"id\":[null,980190963]}}"
2587
+ [ActiveJob] [BackdropJob] [53f0decd-f802-486a-83a4-c6fdee2d9daa] Something Load (0.1ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2588
+ [ActiveJob] [BackdropJob] [53f0decd-f802-486a-83a4-c6fdee2d9daa] Performed BackdropJob from Inline(default) in 0.95ms
2589
+ [ActiveJob] Enqueued BackdropJob (Job ID: 53f0decd-f802-486a-83a4-c6fdee2d9daa) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"created_at\":[null,\"2015-12-18T17:20:26.459Z\"],\"updated_at\":[null,\"2015-12-18T17:20:26.459Z\"],\"id\":[null,980190963]}}"
2590
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2591
+  (0.1ms) SAVEPOINT active_record_1
2592
+ SQL (0.1ms) UPDATE "somethings" SET "title" = ?, "updated_at" = ? WHERE "somethings"."id" = ? [["title", "def"], ["updated_at", "2015-12-18 17:20:26.488246"], ["id", 980190963]]
2593
+ [ActiveJob] [BackdropJob] [eff48254-eebe-4629-bd56-fd9719750d37] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"title\":[null,\"abc\"],\"updated_at\":[\"2015-12-18T17:20:26.459Z\",\"2015-12-18T17:20:26.483Z\"]}}"
2594
+ [ActiveJob] [BackdropJob] [eff48254-eebe-4629-bd56-fd9719750d37] Something Load (0.1ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2595
+ [ActiveJob] [BackdropJob] [eff48254-eebe-4629-bd56-fd9719750d37] SQL (0.2ms) UPDATE "somethings" SET "check" = ?, "updated_at" = ? WHERE "somethings"."id" = ? [["check", "abc"], ["updated_at", "2015-12-18 17:20:26.490949"], ["id", 980190963]]
2596
+ [ActiveJob] [BackdropJob] [eff48254-eebe-4629-bd56-fd9719750d37] [BackdropJob] [69b76538-97d4-424f-a0f8-e2e56851ec71] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2597
+ [ActiveJob] [BackdropJob] [eff48254-eebe-4629-bd56-fd9719750d37] [BackdropJob] [69b76538-97d4-424f-a0f8-e2e56851ec71] Something Load (0.1ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2598
+ [ActiveJob] [BackdropJob] [eff48254-eebe-4629-bd56-fd9719750d37] [BackdropJob] [69b76538-97d4-424f-a0f8-e2e56851ec71] Performed BackdropJob from Inline(default) in 1.03ms
2599
+ [ActiveJob] [BackdropJob] [eff48254-eebe-4629-bd56-fd9719750d37] Enqueued BackdropJob (Job ID: 69b76538-97d4-424f-a0f8-e2e56851ec71) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2600
+ [ActiveJob] [BackdropJob] [eff48254-eebe-4629-bd56-fd9719750d37] Performed BackdropJob from Inline(default) in 4.87ms
2601
+ [ActiveJob] Enqueued BackdropJob (Job ID: eff48254-eebe-4629-bd56-fd9719750d37) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"title\":[null,\"abc\"],\"updated_at\":[\"2015-12-18T17:20:26.459Z\",\"2015-12-18T17:20:26.483Z\"]}}"
2602
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2603
+  (0.1ms) SAVEPOINT active_record_1
2604
+ SQL (0.1ms) UPDATE "somethings" SET "title" = ?, "updated_at" = ? WHERE "somethings"."id" = ? [["title", "something better"], ["updated_at", "2015-12-18 17:20:26.495810"], ["id", 980190963]]
2605
+ [ActiveJob] [BackdropJob] [56c2509e-4a43-4207-baf6-f5e56cdeaff6] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"title\":[\"abc\",\"def\"],\"updated_at\":[\"2015-12-18T17:20:26.483Z\",\"2015-12-18T17:20:26.488Z\"]}}"
2606
+ [ActiveJob] [BackdropJob] [56c2509e-4a43-4207-baf6-f5e56cdeaff6] Something Load (0.1ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2607
+ [ActiveJob] [BackdropJob] [56c2509e-4a43-4207-baf6-f5e56cdeaff6] SQL (0.1ms) UPDATE "somethings" SET "check" = ?, "updated_at" = ? WHERE "somethings"."id" = ? [["check", "def"], ["updated_at", "2015-12-18 17:20:26.498903"], ["id", 980190963]]
2608
+ [ActiveJob] [BackdropJob] [56c2509e-4a43-4207-baf6-f5e56cdeaff6] [BackdropJob] [762129e6-a969-490c-a685-3ea875e24767] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2609
+ [ActiveJob] [BackdropJob] [56c2509e-4a43-4207-baf6-f5e56cdeaff6] [BackdropJob] [762129e6-a969-490c-a685-3ea875e24767] Something Load (0.1ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2610
+ [ActiveJob] [BackdropJob] [56c2509e-4a43-4207-baf6-f5e56cdeaff6] [BackdropJob] [762129e6-a969-490c-a685-3ea875e24767] Performed BackdropJob from Inline(default) in 1.09ms
2611
+ [ActiveJob] [BackdropJob] [56c2509e-4a43-4207-baf6-f5e56cdeaff6] Enqueued BackdropJob (Job ID: 762129e6-a969-490c-a685-3ea875e24767) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2612
+ [ActiveJob] [BackdropJob] [56c2509e-4a43-4207-baf6-f5e56cdeaff6] Performed BackdropJob from Inline(default) in 4.98ms
2613
+ [ActiveJob] Enqueued BackdropJob (Job ID: 56c2509e-4a43-4207-baf6-f5e56cdeaff6) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"title\":[\"abc\",\"def\"],\"updated_at\":[\"2015-12-18T17:20:26.483Z\",\"2015-12-18T17:20:26.488Z\"]}}"
2614
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2615
+ Something Load (0.1ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2616
+  (0.2ms) rollback transaction
2617
+  (0.0ms) begin transaction
2618
+ ------------------------
2619
+ BackdropTest: test_truth
2620
+ ------------------------
2621
+  (0.0ms) rollback transaction
2622
+  (0.0ms) begin transaction
2623
+ ---------------------------------
2624
+ SomethingTest: test_backdrop_test
2625
+ ---------------------------------
2626
+  (0.0ms) SAVEPOINT active_record_1
2627
+ SQL (0.1ms) INSERT INTO "somethings" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-12-18 17:20:26.506234"], ["updated_at", "2015-12-18 17:20:26.506234"]]
2628
+ [ActiveJob] [BackdropJob] [0ecbf85d-951f-4499-aa00-5bafef7eb1f4] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2629
+ [ActiveJob] [BackdropJob] [0ecbf85d-951f-4499-aa00-5bafef7eb1f4] Something Load (0.0ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2630
+ [ActiveJob] [BackdropJob] [0ecbf85d-951f-4499-aa00-5bafef7eb1f4] Performed BackdropJob from Inline(default) in 0.57ms
2631
+ [ActiveJob] Enqueued BackdropJob (Job ID: 0ecbf85d-951f-4499-aa00-5bafef7eb1f4) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2632
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2633
+  (0.0ms) SAVEPOINT active_record_1
2634
+ SQL (0.1ms) UPDATE "somethings" SET "title" = ?, "updated_at" = ? WHERE "somethings"."id" = ? [["title", "abc"], ["updated_at", "2015-12-18 17:20:26.508521"], ["id", 980190963]]
2635
+ [ActiveJob] [BackdropJob] [85ff1b98-009b-4744-aa58-e52af1a83bf4] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"created_at\":[null,\"2015-12-18T17:20:26.506Z\"],\"updated_at\":[null,\"2015-12-18T17:20:26.506Z\"],\"id\":[null,980190963]}}"
2636
+ [ActiveJob] [BackdropJob] [85ff1b98-009b-4744-aa58-e52af1a83bf4] Something Load (0.0ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2637
+ [ActiveJob] [BackdropJob] [85ff1b98-009b-4744-aa58-e52af1a83bf4] Performed BackdropJob from Inline(default) in 0.51ms
2638
+ [ActiveJob] Enqueued BackdropJob (Job ID: 85ff1b98-009b-4744-aa58-e52af1a83bf4) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"created_at\":[null,\"2015-12-18T17:20:26.506Z\"],\"updated_at\":[null,\"2015-12-18T17:20:26.506Z\"],\"id\":[null,980190963]}}"
2639
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2640
+  (0.0ms) SAVEPOINT active_record_1
2641
+ SQL (0.1ms) UPDATE "somethings" SET "title" = ?, "updated_at" = ? WHERE "somethings"."id" = ? [["title", "def"], ["updated_at", "2015-12-18 17:20:26.510568"], ["id", 980190963]]
2642
+ [ActiveJob] [BackdropJob] [bef90ade-8978-45f5-b8ab-cbec977b33d5] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"title\":[null,\"abc\"],\"updated_at\":[\"2015-12-18T17:20:26.506Z\",\"2015-12-18T17:20:26.508Z\"]}}"
2643
+ [ActiveJob] [BackdropJob] [bef90ade-8978-45f5-b8ab-cbec977b33d5] Something Load (0.0ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2644
+ [ActiveJob] [BackdropJob] [bef90ade-8978-45f5-b8ab-cbec977b33d5] SQL (0.1ms) UPDATE "somethings" SET "check" = ?, "updated_at" = ? WHERE "somethings"."id" = ? [["check", "abc"], ["updated_at", "2015-12-18 17:20:26.512252"], ["id", 980190963]]
2645
+ [ActiveJob] [BackdropJob] [bef90ade-8978-45f5-b8ab-cbec977b33d5] [BackdropJob] [adc6755a-0552-4cc0-9571-d12ac905378d] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2646
+ [ActiveJob] [BackdropJob] [bef90ade-8978-45f5-b8ab-cbec977b33d5] [BackdropJob] [adc6755a-0552-4cc0-9571-d12ac905378d] Something Load (0.0ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2647
+ [ActiveJob] [BackdropJob] [bef90ade-8978-45f5-b8ab-cbec977b33d5] [BackdropJob] [adc6755a-0552-4cc0-9571-d12ac905378d] Performed BackdropJob from Inline(default) in 0.48ms
2648
+ [ActiveJob] [BackdropJob] [bef90ade-8978-45f5-b8ab-cbec977b33d5] Enqueued BackdropJob (Job ID: adc6755a-0552-4cc0-9571-d12ac905378d) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2649
+ [ActiveJob] [BackdropJob] [bef90ade-8978-45f5-b8ab-cbec977b33d5] Performed BackdropJob from Inline(default) in 2.43ms
2650
+ [ActiveJob] Enqueued BackdropJob (Job ID: bef90ade-8978-45f5-b8ab-cbec977b33d5) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"title\":[null,\"abc\"],\"updated_at\":[\"2015-12-18T17:20:26.506Z\",\"2015-12-18T17:20:26.508Z\"]}}"
2651
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2652
+  (0.0ms) SAVEPOINT active_record_1
2653
+ SQL (0.1ms) UPDATE "somethings" SET "title" = ?, "updated_at" = ? WHERE "somethings"."id" = ? [["title", "something better"], ["updated_at", "2015-12-18 17:20:26.514500"], ["id", 980190963]]
2654
+ [ActiveJob] [BackdropJob] [824a3aad-8fa5-471e-8560-fe2a4ed1dbdf] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"title\":[\"abc\",\"def\"],\"updated_at\":[\"2015-12-18T17:20:26.508Z\",\"2015-12-18T17:20:26.510Z\"]}}"
2655
+ [ActiveJob] [BackdropJob] [824a3aad-8fa5-471e-8560-fe2a4ed1dbdf] Something Load (0.0ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2656
+ [ActiveJob] [BackdropJob] [824a3aad-8fa5-471e-8560-fe2a4ed1dbdf] SQL (0.1ms) UPDATE "somethings" SET "check" = ?, "updated_at" = ? WHERE "somethings"."id" = ? [["check", "def"], ["updated_at", "2015-12-18 17:20:26.515911"], ["id", 980190963]]
2657
+ [ActiveJob] [BackdropJob] [824a3aad-8fa5-471e-8560-fe2a4ed1dbdf] [BackdropJob] [5a2e35f1-ac32-4a85-bbb2-90a71a8c53ff] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2658
+ [ActiveJob] [BackdropJob] [824a3aad-8fa5-471e-8560-fe2a4ed1dbdf] [BackdropJob] [5a2e35f1-ac32-4a85-bbb2-90a71a8c53ff] Something Load (0.0ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2659
+ [ActiveJob] [BackdropJob] [824a3aad-8fa5-471e-8560-fe2a4ed1dbdf] [BackdropJob] [5a2e35f1-ac32-4a85-bbb2-90a71a8c53ff] Performed BackdropJob from Inline(default) in 0.49ms
2660
+ [ActiveJob] [BackdropJob] [824a3aad-8fa5-471e-8560-fe2a4ed1dbdf] Enqueued BackdropJob (Job ID: 5a2e35f1-ac32-4a85-bbb2-90a71a8c53ff) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2661
+ [ActiveJob] [BackdropJob] [824a3aad-8fa5-471e-8560-fe2a4ed1dbdf] Performed BackdropJob from Inline(default) in 2.21ms
2662
+ [ActiveJob] Enqueued BackdropJob (Job ID: 824a3aad-8fa5-471e-8560-fe2a4ed1dbdf) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"title\":[\"abc\",\"def\"],\"updated_at\":[\"2015-12-18T17:20:26.508Z\",\"2015-12-18T17:20:26.510Z\"]}}"
2663
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2664
+ Something Load (0.0ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2665
+  (0.1ms) rollback transaction
2666
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
2667
+  (0.2ms) begin transaction
2668
+ Fixture Delete (0.3ms) DELETE FROM "somethings"
2669
+ Fixture Insert (0.2ms) INSERT INTO "somethings" ("title", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-18 17:20:45', '2015-12-18 17:20:45', 980190962)
2670
+ Fixture Insert (0.1ms) INSERT INTO "somethings" ("title", "created_at", "updated_at", "id") VALUES ('MyString', '2015-12-18 17:20:45', '2015-12-18 17:20:45', 298486374)
2671
+  (2.8ms) commit transaction
2672
+  (0.1ms) begin transaction
2673
+ Something Load (0.3ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190962]]
2674
+ Something Load (0.1ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 298486374]]
2675
+ ---------------------------------
2676
+ SomethingTest: test_backdrop_test
2677
+ ---------------------------------
2678
+  (0.1ms) SAVEPOINT active_record_1
2679
+ SQL (0.4ms) INSERT INTO "somethings" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-12-18 17:20:45.073394"], ["updated_at", "2015-12-18 17:20:45.073394"]]
2680
+ [ActiveJob] [BackdropJob] [cee8c26e-f025-4c47-8aa1-65b75b2fb417] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2681
+ [ActiveJob] [BackdropJob] [cee8c26e-f025-4c47-8aa1-65b75b2fb417] Something Load (0.1ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2682
+ [ActiveJob] [BackdropJob] [cee8c26e-f025-4c47-8aa1-65b75b2fb417] Performed BackdropJob from Inline(default) in 10.12ms
2683
+ [ActiveJob] Enqueued BackdropJob (Job ID: cee8c26e-f025-4c47-8aa1-65b75b2fb417) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2684
+  (0.4ms) RELEASE SAVEPOINT active_record_1
2685
+  (0.0ms) SAVEPOINT active_record_1
2686
+ SQL (0.4ms) UPDATE "somethings" SET "title" = ?, "updated_at" = ? WHERE "somethings"."id" = ? [["title", "abc"], ["updated_at", "2015-12-18 17:20:45.089969"], ["id", 980190963]]
2687
+ [ActiveJob] [BackdropJob] [db80a4f8-44ba-44a5-8592-b8df179aab00] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"created_at\":[null,\"2015-12-18T17:20:45.073Z\"],\"updated_at\":[null,\"2015-12-18T17:20:45.073Z\"],\"id\":[null,980190963]}}"
2688
+ [ActiveJob] [BackdropJob] [db80a4f8-44ba-44a5-8592-b8df179aab00] Something Load (0.0ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2689
+ [ActiveJob] [BackdropJob] [db80a4f8-44ba-44a5-8592-b8df179aab00] Performed BackdropJob from Inline(default) in 0.6ms
2690
+ [ActiveJob] Enqueued BackdropJob (Job ID: db80a4f8-44ba-44a5-8592-b8df179aab00) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"created_at\":[null,\"2015-12-18T17:20:45.073Z\"],\"updated_at\":[null,\"2015-12-18T17:20:45.073Z\"],\"id\":[null,980190963]}}"
2691
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2692
+  (0.1ms) SAVEPOINT active_record_1
2693
+ SQL (0.2ms) UPDATE "somethings" SET "title" = ?, "updated_at" = ? WHERE "somethings"."id" = ? [["title", "def"], ["updated_at", "2015-12-18 17:20:45.093597"], ["id", 980190963]]
2694
+ [ActiveJob] [BackdropJob] [b3f3b4ed-ef15-4159-8426-7898489bc794] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"title\":[null,\"abc\"],\"updated_at\":[\"2015-12-18T17:20:45.073Z\",\"2015-12-18T17:20:45.089Z\"]}}"
2695
+ [ActiveJob] [BackdropJob] [b3f3b4ed-ef15-4159-8426-7898489bc794] Something Load (0.1ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2696
+ [ActiveJob] [BackdropJob] [b3f3b4ed-ef15-4159-8426-7898489bc794] SQL (0.2ms) UPDATE "somethings" SET "check" = ?, "updated_at" = ? WHERE "somethings"."id" = ? [["check", "abc"], ["updated_at", "2015-12-18 17:20:45.097003"], ["id", 980190963]]
2697
+ [ActiveJob] [BackdropJob] [b3f3b4ed-ef15-4159-8426-7898489bc794] [BackdropJob] [b191ab42-492b-4a3a-a364-c20d7ee9843c] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2698
+ [ActiveJob] [BackdropJob] [b3f3b4ed-ef15-4159-8426-7898489bc794] [BackdropJob] [b191ab42-492b-4a3a-a364-c20d7ee9843c] Something Load (0.1ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2699
+ [ActiveJob] [BackdropJob] [b3f3b4ed-ef15-4159-8426-7898489bc794] [BackdropJob] [b191ab42-492b-4a3a-a364-c20d7ee9843c] Performed BackdropJob from Inline(default) in 1.2ms
2700
+ [ActiveJob] [BackdropJob] [b3f3b4ed-ef15-4159-8426-7898489bc794] Enqueued BackdropJob (Job ID: b191ab42-492b-4a3a-a364-c20d7ee9843c) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2701
+ [ActiveJob] [BackdropJob] [b3f3b4ed-ef15-4159-8426-7898489bc794] Performed BackdropJob from Inline(default) in 5.27ms
2702
+ [ActiveJob] Enqueued BackdropJob (Job ID: b3f3b4ed-ef15-4159-8426-7898489bc794) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"title\":[null,\"abc\"],\"updated_at\":[\"2015-12-18T17:20:45.073Z\",\"2015-12-18T17:20:45.089Z\"]}}"
2703
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2704
+  (0.1ms) SAVEPOINT active_record_1
2705
+ SQL (0.1ms) UPDATE "somethings" SET "title" = ?, "updated_at" = ? WHERE "somethings"."id" = ? [["title", "something better"], ["updated_at", "2015-12-18 17:20:45.101965"], ["id", 980190963]]
2706
+ [ActiveJob] [BackdropJob] [944daf29-fcbf-4d5b-9812-5dc846c9c2ba] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"title\":[\"abc\",\"def\"],\"updated_at\":[\"2015-12-18T17:20:45.089Z\",\"2015-12-18T17:20:45.093Z\"]}}"
2707
+ [ActiveJob] [BackdropJob] [944daf29-fcbf-4d5b-9812-5dc846c9c2ba] Something Load (0.0ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2708
+ [ActiveJob] [BackdropJob] [944daf29-fcbf-4d5b-9812-5dc846c9c2ba] SQL (0.1ms) UPDATE "somethings" SET "check" = ?, "updated_at" = ? WHERE "somethings"."id" = ? [["check", "def"], ["updated_at", "2015-12-18 17:20:45.104887"], ["id", 980190963]]
2709
+ [ActiveJob] [BackdropJob] [944daf29-fcbf-4d5b-9812-5dc846c9c2ba] [BackdropJob] [32edc509-030f-4718-a2c6-9d410463f5af] Performing BackdropJob from Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2710
+ [ActiveJob] [BackdropJob] [944daf29-fcbf-4d5b-9812-5dc846c9c2ba] [BackdropJob] [32edc509-030f-4718-a2c6-9d410463f5af] Something Load (0.0ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2711
+ [ActiveJob] [BackdropJob] [944daf29-fcbf-4d5b-9812-5dc846c9c2ba] [BackdropJob] [32edc509-030f-4718-a2c6-9d410463f5af] Performed BackdropJob from Inline(default) in 0.5ms
2712
+ [ActiveJob] [BackdropJob] [944daf29-fcbf-4d5b-9812-5dc846c9c2ba] Enqueued BackdropJob (Job ID: 32edc509-030f-4718-a2c6-9d410463f5af) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{}}"
2713
+ [ActiveJob] [BackdropJob] [944daf29-fcbf-4d5b-9812-5dc846c9c2ba] Performed BackdropJob from Inline(default) in 2.75ms
2714
+ [ActiveJob] Enqueued BackdropJob (Job ID: 944daf29-fcbf-4d5b-9812-5dc846c9c2ba) to Inline(default) with arguments: "{\"class\":\"Something\",\"gid\":\"gid://dummy/Something/980190963\",\"changes\":{\"title\":[\"abc\",\"def\"],\"updated_at\":[\"2015-12-18T17:20:45.089Z\",\"2015-12-18T17:20:45.093Z\"]}}"
2715
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2716
+ Something Load (0.0ms) SELECT "somethings".* FROM "somethings" WHERE "somethings"."id" = ? LIMIT 1 [["id", 980190963]]
2717
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: act_as_backdrop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grigoriy Dobryakov