fun_with_json_api 0.0.3 → 0.0.4

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.
@@ -210532,3 +210532,1332 @@ Unable to determine type for anonymous Deserializer
210532
210532
   (0.1ms) rollback transaction
210533
210533
   (0.0ms) begin transaction
210534
210534
   (0.0ms) rollback transaction
210535
+  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "body" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
210536
+  (0.1ms) CREATE TABLE "authors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
210537
+  (0.1ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "contents" text, "author_id" integer, "post_id" integer) 
210538
+  (0.1ms) begin transaction
210539
+  (0.1ms) rollback transaction
210540
+  (0.1ms) begin transaction
210541
+  (0.1ms) rollback transaction
210542
+  (0.1ms) begin transaction
210543
+  (0.1ms) rollback transaction
210544
+  (0.1ms) begin transaction
210545
+  (0.1ms) rollback transaction
210546
+  (0.0ms) begin transaction
210547
+  (0.0ms) rollback transaction
210548
+  (0.1ms) begin transaction
210549
+  (0.0ms) rollback transaction
210550
+  (0.0ms) begin transaction
210551
+  (0.0ms) rollback transaction
210552
+  (0.1ms) begin transaction
210553
+  (0.0ms) rollback transaction
210554
+  (0.0ms) begin transaction
210555
+  (0.0ms) rollback transaction
210556
+  (0.1ms) begin transaction
210557
+  (0.0ms) rollback transaction
210558
+  (0.1ms) begin transaction
210559
+ Unable to determine type for anonymous Deserializer
210560
+  (0.1ms) rollback transaction
210561
+  (0.1ms) begin transaction
210562
+ Unable to determine type for anonymous Deserializer
210563
+  (0.1ms) rollback transaction
210564
+  (0.1ms) begin transaction
210565
+ Unable to determine type for anonymous Deserializer
210566
+  (0.1ms) rollback transaction
210567
+  (0.0ms) begin transaction
210568
+ Unable to determine type for anonymous Deserializer
210569
+  (0.1ms) rollback transaction
210570
+  (0.1ms) begin transaction
210571
+ Unable to determine type for anonymous Deserializer
210572
+  (0.1ms) rollback transaction
210573
+  (0.1ms) begin transaction
210574
+ Unable to determine type for anonymous Deserializer
210575
+  (0.2ms) rollback transaction
210576
+  (0.1ms) begin transaction
210577
+ Unable to determine type for anonymous Deserializer
210578
+  (0.1ms) rollback transaction
210579
+  (0.1ms) begin transaction
210580
+ Unable to determine type for anonymous Deserializer
210581
+  (0.1ms) rollback transaction
210582
+  (0.1ms) begin transaction
210583
+ Unable to determine type for anonymous Deserializer
210584
+  (0.1ms) rollback transaction
210585
+  (0.1ms) begin transaction
210586
+ Unable to determine type for anonymous Deserializer
210587
+  (0.1ms) rollback transaction
210588
+  (0.0ms) begin transaction
210589
+ Unable to determine type for anonymous Deserializer
210590
+  (0.0ms) rollback transaction
210591
+  (0.0ms) begin transaction
210592
+ Unable to determine type for anonymous Deserializer
210593
+  (0.1ms) rollback transaction
210594
+  (0.0ms) begin transaction
210595
+ Unable to determine type for anonymous Deserializer
210596
+  (0.1ms) rollback transaction
210597
+  (0.1ms) begin transaction
210598
+  (0.1ms) rollback transaction
210599
+  (0.1ms) begin transaction
210600
+  (0.1ms) rollback transaction
210601
+  (0.1ms) begin transaction
210602
+  (0.1ms) rollback transaction
210603
+  (0.0ms) begin transaction
210604
+  (0.0ms) rollback transaction
210605
+  (0.0ms) begin transaction
210606
+  (0.0ms) rollback transaction
210607
+  (0.0ms) begin transaction
210608
+  (0.0ms) rollback transaction
210609
+  (0.0ms) begin transaction
210610
+  (0.1ms) rollback transaction
210611
+  (0.1ms) begin transaction
210612
+  (0.1ms) rollback transaction
210613
+  (0.1ms) begin transaction
210614
+  (0.0ms) rollback transaction
210615
+  (0.2ms) begin transaction
210616
+  (0.1ms) rollback transaction
210617
+  (0.1ms) begin transaction
210618
+  (0.1ms) rollback transaction
210619
+  (0.1ms) begin transaction
210620
+  (0.0ms) rollback transaction
210621
+  (0.1ms) begin transaction
210622
+ Unable to determine type for anonymous Deserializer
210623
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."code" = ? LIMIT 1 [["code", "foobar"]]
210624
+  (0.0ms) rollback transaction
210625
+  (0.0ms) begin transaction
210626
+  (0.1ms) SAVEPOINT active_record_1
210627
+ SQL (0.1ms) INSERT INTO "authors" ("id", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["code", "foobar"], ["created_at", "2016-03-29 05:58:58.686197"], ["updated_at", "2016-03-29 05:58:58.686197"]]
210628
+  (0.3ms) RELEASE SAVEPOINT active_record_1
210629
+ Unable to determine type for anonymous Deserializer
210630
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."code" = ? LIMIT 1 [["code", "foobar"]]
210631
+  (0.1ms) rollback transaction
210632
+  (0.1ms) begin transaction
210633
+ Unable to determine type for anonymous Deserializer
210634
+  (0.1ms) rollback transaction
210635
+  (0.1ms) begin transaction
210636
+ Unable to determine type for anonymous Deserializer
210637
+  (0.2ms) SELECT COUNT(*) FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
210638
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
210639
+  (0.1ms) rollback transaction
210640
+  (0.1ms) begin transaction
210641
+  (0.0ms) SAVEPOINT active_record_1
210642
+ SQL (0.1ms) INSERT INTO "authors" ("id", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["code", "foobar"], ["created_at", "2016-03-29 05:58:58.701518"], ["updated_at", "2016-03-29 05:58:58.701518"]]
210643
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210644
+ Unable to determine type for anonymous Deserializer
210645
+  (0.1ms) SELECT COUNT(*) FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
210646
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
210647
+  (0.1ms) rollback transaction
210648
+  (0.1ms) begin transaction
210649
+  (0.1ms) SAVEPOINT active_record_1
210650
+ SQL (0.1ms) INSERT INTO "authors" ("id", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["code", "foobar"], ["created_at", "2016-03-29 05:58:58.707341"], ["updated_at", "2016-03-29 05:58:58.707341"]]
210651
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210652
+  (0.0ms) SAVEPOINT active_record_1
210653
+ SQL (0.1ms) INSERT INTO "authors" ("id", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["code", "blargh"], ["created_at", "2016-03-29 05:58:58.708824"], ["updated_at", "2016-03-29 05:58:58.708824"]]
210654
+  (0.1ms) RELEASE SAVEPOINT active_record_1
210655
+ Unable to determine type for anonymous Deserializer
210656
+  (0.1ms) SELECT COUNT(*) FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
210657
+ ARModels::Author Load (0.1ms) SELECT "authors"."id" FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
210658
+  (0.1ms) rollback transaction
210659
+  (0.1ms) begin transaction
210660
+ Unable to determine type for anonymous Deserializer
210661
+  (0.1ms) rollback transaction
210662
+  (0.1ms) begin transaction
210663
+ Unable to determine type for anonymous Deserializer
210664
+  (0.1ms) rollback transaction
210665
+  (0.1ms) begin transaction
210666
+ Unable to determine type for anonymous Deserializer
210667
+  (0.1ms) rollback transaction
210668
+  (0.1ms) begin transaction
210669
+ Unable to determine type for anonymous Deserializer
210670
+  (0.1ms) rollback transaction
210671
+  (0.1ms) begin transaction
210672
+ Unable to determine type for anonymous Deserializer
210673
+  (0.1ms) rollback transaction
210674
+  (0.1ms) begin transaction
210675
+ Unable to determine type for anonymous Deserializer
210676
+  (0.0ms) rollback transaction
210677
+  (0.1ms) begin transaction
210678
+  (0.1ms) rollback transaction
210679
+  (0.1ms) begin transaction
210680
+  (0.1ms) rollback transaction
210681
+  (0.0ms) begin transaction
210682
+ Unable to determine type for anonymous Deserializer
210683
+  (0.1ms) rollback transaction
210684
+  (0.1ms) begin transaction
210685
+ Unable to determine type for anonymous Deserializer
210686
+  (0.0ms) rollback transaction
210687
+  (0.1ms) begin transaction
210688
+ Unable to determine type for anonymous Deserializer
210689
+  (0.1ms) rollback transaction
210690
+  (0.1ms) begin transaction
210691
+ Unable to determine type for anonymous Deserializer
210692
+  (0.1ms) rollback transaction
210693
+  (0.1ms) begin transaction
210694
+ Unable to determine type for anonymous Deserializer
210695
+  (0.1ms) rollback transaction
210696
+  (0.1ms) begin transaction
210697
+ Unable to determine type for anonymous Deserializer
210698
+  (0.1ms) rollback transaction
210699
+  (0.1ms) begin transaction
210700
+ Unable to determine type for anonymous Deserializer
210701
+  (0.1ms) rollback transaction
210702
+  (0.1ms) begin transaction
210703
+ Unable to determine type for anonymous Deserializer
210704
+  (0.1ms) rollback transaction
210705
+  (0.1ms) begin transaction
210706
+ Unable to determine type for anonymous Deserializer
210707
+  (0.1ms) rollback transaction
210708
+  (0.1ms) begin transaction
210709
+ Unable to determine type for anonymous Deserializer
210710
+  (0.1ms) rollback transaction
210711
+  (0.0ms) begin transaction
210712
+ Unable to determine type for anonymous Deserializer
210713
+  (0.0ms) rollback transaction
210714
+  (0.1ms) begin transaction
210715
+ Unable to determine type for anonymous Deserializer
210716
+  (0.1ms) rollback transaction
210717
+  (0.1ms) begin transaction
210718
+ Unable to determine type for anonymous Deserializer
210719
+  (0.1ms) rollback transaction
210720
+  (0.1ms) begin transaction
210721
+ Unable to determine type for anonymous Deserializer
210722
+  (0.1ms) rollback transaction
210723
+  (0.1ms) begin transaction
210724
+ Unable to determine type for anonymous Deserializer
210725
+  (0.1ms) rollback transaction
210726
+  (0.1ms) begin transaction
210727
+ Unable to determine type for anonymous Deserializer
210728
+  (0.1ms) rollback transaction
210729
+  (0.1ms) begin transaction
210730
+ Unable to determine type for anonymous Deserializer
210731
+  (0.1ms) rollback transaction
210732
+  (0.1ms) begin transaction
210733
+ Unable to determine type for anonymous Deserializer
210734
+  (0.1ms) rollback transaction
210735
+  (0.1ms) begin transaction
210736
+ Unable to determine type for anonymous Deserializer
210737
+  (0.1ms) rollback transaction
210738
+  (0.1ms) begin transaction
210739
+ Unable to determine type for anonymous Deserializer
210740
+  (0.1ms) rollback transaction
210741
+  (0.1ms) begin transaction
210742
+ Unable to determine type for anonymous Deserializer
210743
+  (0.0ms) rollback transaction
210744
+  (0.1ms) begin transaction
210745
+ Unable to determine type for anonymous Deserializer
210746
+  (0.1ms) rollback transaction
210747
+  (0.1ms) begin transaction
210748
+ Unable to determine type for anonymous Deserializer
210749
+  (0.1ms) rollback transaction
210750
+  (0.1ms) begin transaction
210751
+ Unable to determine type for anonymous Deserializer
210752
+  (0.2ms) rollback transaction
210753
+  (0.1ms) begin transaction
210754
+ Unable to determine type for anonymous Deserializer
210755
+  (0.1ms) rollback transaction
210756
+  (0.1ms) begin transaction
210757
+ Unable to determine type for anonymous Deserializer
210758
+  (0.1ms) rollback transaction
210759
+  (0.1ms) begin transaction
210760
+ Unable to determine type for anonymous Deserializer
210761
+  (0.1ms) rollback transaction
210762
+  (0.1ms) begin transaction
210763
+ Unable to determine type for anonymous Deserializer
210764
+  (0.1ms) rollback transaction
210765
+  (0.1ms) begin transaction
210766
+ Unable to determine type for anonymous Deserializer
210767
+  (0.0ms) rollback transaction
210768
+  (0.1ms) begin transaction
210769
+ Unable to determine type for anonymous Deserializer
210770
+  (0.1ms) rollback transaction
210771
+  (0.1ms) begin transaction
210772
+ Unable to determine type for anonymous Deserializer
210773
+  (0.1ms) rollback transaction
210774
+  (0.0ms) begin transaction
210775
+ Processing by AnonymousController#index as HTML
210776
+ [active_model_serializers] ARModels::Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."author_id" = ? [["author_id", 42]]
210777
+ [active_model_serializers] Rendered ARModels::AuthorSerializer with ActiveModelSerializers::Adapter::JsonApi (16.76ms)
210778
+ Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.3ms)
210779
+  (0.1ms) rollback transaction
210780
+  (0.1ms) begin transaction
210781
+ Processing by AnonymousController#index as HTML
210782
+ [active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.11ms)
210783
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
210784
+  (0.1ms) rollback transaction
210785
+  (0.1ms) begin transaction
210786
+ Processing by AnonymousController#index as JSON_API
210787
+ Rendered text template (0.0ms)
210788
+ Completed 200 OK in 7ms (Views: 7.3ms | ActiveRecord: 0.0ms)
210789
+  (0.1ms) rollback transaction
210790
+  (0.1ms) begin transaction
210791
+ Processing by AnonymousController#index as JSON_API
210792
+ Rendered text template (0.0ms)
210793
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
210794
+  (0.1ms) rollback transaction
210795
+  (0.1ms) begin transaction
210796
+ Processing by AnonymousController#index as HTML
210797
+ Parameters: {"data"=>{"id"=>"42", "type"=>"foobar"}}
210798
+ Rendered text template (0.1ms)
210799
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
210800
+  (0.1ms) rollback transaction
210801
+  (0.1ms) begin transaction
210802
+  (0.1ms) rollback transaction
210803
+  (0.1ms) begin transaction
210804
+ Unable to determine type for anonymous Deserializer
210805
+ Unable to determine type for anonymous Deserializer
210806
+  (0.1ms) rollback transaction
210807
+  (0.1ms) begin transaction
210808
+ Unable to determine type for anonymous Deserializer
210809
+ Unable to determine type for anonymous Deserializer
210810
+  (0.1ms) rollback transaction
210811
+  (0.1ms) begin transaction
210812
+ Processing by AnonymousController#index as HTML
210813
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.45ms)
210814
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
210815
+  (0.1ms) rollback transaction
210816
+  (0.1ms) begin transaction
210817
+ Processing by AnonymousController#index as HTML
210818
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.24ms)
210819
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
210820
+  (0.1ms) rollback transaction
210821
+  (0.1ms) begin transaction
210822
+ Processing by AnonymousController#index as HTML
210823
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.34ms)
210824
+ Completed 403 Forbidden in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
210825
+  (0.1ms) rollback transaction
210826
+  (0.1ms) begin transaction
210827
+ Processing by AnonymousController#index as HTML
210828
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.3ms)
210829
+ Completed 403 Forbidden in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
210830
+  (0.1ms) rollback transaction
210831
+  (0.1ms) begin transaction
210832
+ Processing by AnonymousController#index as HTML
210833
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.32ms)
210834
+ Completed 403 Forbidden in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
210835
+  (0.1ms) rollback transaction
210836
+  (0.1ms) begin transaction
210837
+ Processing by AnonymousController#index as HTML
210838
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.36ms)
210839
+ Completed 403 Forbidden in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
210840
+  (0.1ms) rollback transaction
210841
+  (0.1ms) begin transaction
210842
+  (0.1ms) rollback transaction
210843
+  (0.1ms) begin transaction
210844
+  (0.0ms) SAVEPOINT active_record_1
210845
+ SQL (0.1ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 42], ["name", "Jack"], ["code", "foo"], ["created_at", "2016-03-29 05:58:58.944598"], ["updated_at", "2016-03-29 05:58:58.944598"]]
210846
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210847
+  (0.0ms) SAVEPOINT active_record_1
210848
+ SQL (0.0ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 43], ["name", "John"], ["code", "foo"], ["created_at", "2016-03-29 05:58:58.946107"], ["updated_at", "2016-03-29 05:58:58.946107"]]
210849
+  (0.1ms) RELEASE SAVEPOINT active_record_1
210850
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? AND "authors"."code" = ? LIMIT 1 [["name", "Jack"], ["code", "foo"]]
210851
+  (0.0ms) rollback transaction
210852
+  (0.0ms) begin transaction
210853
+  (0.0ms) SAVEPOINT active_record_1
210854
+ SQL (0.1ms) INSERT INTO "authors" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 42], ["created_at", "2016-03-29 05:58:58.948941"], ["updated_at", "2016-03-29 05:58:58.948941"]]
210855
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210856
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 42]]
210857
+  (0.1ms) rollback transaction
210858
+  (0.1ms) begin transaction
210859
+  (0.0ms) rollback transaction
210860
+  (0.1ms) begin transaction
210861
+  (0.0ms) SAVEPOINT active_record_1
210862
+ SQL (0.1ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 42], ["name", "Jack"], ["code", "foo"], ["created_at", "2016-03-29 05:58:58.952969"], ["updated_at", "2016-03-29 05:58:58.952969"]]
210863
+  (0.1ms) RELEASE SAVEPOINT active_record_1
210864
+  (0.0ms) SAVEPOINT active_record_1
210865
+ SQL (0.0ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 43], ["name", "John"], ["code", "foo"], ["created_at", "2016-03-29 05:58:58.954880"], ["updated_at", "2016-03-29 05:58:58.954880"]]
210866
+  (0.1ms) RELEASE SAVEPOINT active_record_1
210867
+  (0.0ms) SAVEPOINT active_record_1
210868
+ SQL (0.0ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 44], ["name", "Jack"], ["code", "bar"], ["created_at", "2016-03-29 05:58:58.956061"], ["updated_at", "2016-03-29 05:58:58.956061"]]
210869
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210870
+  (0.1ms) SELECT COUNT(*) FROM "authors" WHERE "authors"."name" = ? AND "authors"."code" IN ('foo', 'bar') [["name", "Jack"]]
210871
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? AND "authors"."code" IN ('foo', 'bar') [["name", "Jack"]]
210872
+  (0.0ms) rollback transaction
210873
+  (0.0ms) begin transaction
210874
+  (0.0ms) SAVEPOINT active_record_1
210875
+ SQL (0.1ms) INSERT INTO "authors" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 42], ["created_at", "2016-03-29 05:58:58.959347"], ["updated_at", "2016-03-29 05:58:58.959347"]]
210876
+  (0.1ms) RELEASE SAVEPOINT active_record_1
210877
+  (0.1ms) SAVEPOINT active_record_1
210878
+ SQL (0.1ms) INSERT INTO "authors" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 43], ["created_at", "2016-03-29 05:58:58.961262"], ["updated_at", "2016-03-29 05:58:58.961262"]]
210879
+  (0.1ms) RELEASE SAVEPOINT active_record_1
210880
+  (0.2ms) SELECT COUNT(*) FROM "authors" WHERE "authors"."id" IN (42, 43)
210881
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" IN (42, 43)
210882
+  (0.1ms) rollback transaction
210883
+  (0.1ms) begin transaction
210884
+  (0.1ms) SAVEPOINT active_record_1
210885
+ SQL (0.1ms) INSERT INTO "posts" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 1], ["created_at", "2016-03-29 05:58:58.969705"], ["updated_at", "2016-03-29 05:58:58.969705"]]
210886
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210887
+  (0.0ms) SAVEPOINT active_record_1
210888
+ SQL (0.0ms) INSERT INTO "authors" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 9], ["created_at", "2016-03-29 05:58:58.971398"], ["updated_at", "2016-03-29 05:58:58.971398"]]
210889
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210890
+  (0.1ms) SAVEPOINT active_record_1
210891
+ SQL (0.1ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 5]]
210892
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210893
+  (0.1ms) SAVEPOINT active_record_1
210894
+ SQL (0.0ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 12]]
210895
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210896
+  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."id" IN (5, 12)
210897
+ ARModels::Comment Load (0.1ms) SELECT "comments"."id" FROM "comments" WHERE "comments"."id" IN (5, 12)
210898
+ ARModels::Author Load (0.0ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 9]]
210899
+  (0.1ms) rollback transaction
210900
+  (0.0ms) begin transaction
210901
+  (0.0ms) SAVEPOINT active_record_1
210902
+ SQL (0.1ms) INSERT INTO "authors" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 9], ["created_at", "2016-03-29 05:58:58.990518"], ["updated_at", "2016-03-29 05:58:58.990518"]]
210903
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210904
+  (0.0ms) SAVEPOINT active_record_1
210905
+ SQL (0.0ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 5]]
210906
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210907
+  (0.0ms) SAVEPOINT active_record_1
210908
+ SQL (0.0ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 12]]
210909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210910
+  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."id" IN (5, 12)
210911
+ ARModels::Comment Load (0.1ms) SELECT "comments"."id" FROM "comments" WHERE "comments"."id" IN (5, 12)
210912
+ ARModels::Author Load (0.0ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 9]]
210913
+  (0.1ms) rollback transaction
210914
+  (0.4ms) begin transaction
210915
+  (0.1ms) SAVEPOINT active_record_1
210916
+ SQL (0.1ms) INSERT INTO "posts" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 1], ["created_at", "2016-03-29 05:58:58.999154"], ["updated_at", "2016-03-29 05:58:58.999154"]]
210917
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210918
+  (0.0ms) SAVEPOINT active_record_1
210919
+ SQL (0.1ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 9], ["name", "John"], ["code", "foo"], ["created_at", "2016-03-29 05:58:59.000601"], ["updated_at", "2016-03-29 05:58:59.000601"]]
210920
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210921
+  (0.0ms) SAVEPOINT active_record_1
210922
+ SQL (0.0ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 10], ["name", "John"], ["code", "bar"], ["created_at", "2016-03-29 05:58:59.001788"], ["updated_at", "2016-03-29 05:58:59.001788"]]
210923
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210924
+  (0.1ms) SAVEPOINT active_record_1
210925
+ SQL (0.0ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 5]]
210926
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210927
+  (0.1ms) SAVEPOINT active_record_1
210928
+ SQL (0.0ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 12]]
210929
+  (0.0ms) RELEASE SAVEPOINT active_record_1
210930
+  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."id" IN (5, 12)
210931
+ ARModels::Comment Load (0.1ms) SELECT "comments"."id" FROM "comments" WHERE "comments"."id" IN (5, 12)
210932
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."code" = ? AND "authors"."name" = ? LIMIT 1 [["code", "foo"], ["name", "John"]]
210933
+  (0.1ms) rollback transaction
210934
+  (0.1ms) begin transaction
210935
+  (0.1ms) rollback transaction
210936
+  (0.1ms) begin transaction
210937
+  (0.1ms) rollback transaction
210938
+  (0.1ms) begin transaction
210939
+  (0.0ms) rollback transaction
210940
+  (0.0ms) begin transaction
210941
+  (0.0ms) rollback transaction
210942
+  (0.0ms) begin transaction
210943
+  (0.0ms) rollback transaction
210944
+  (0.1ms) begin transaction
210945
+  (0.0ms) rollback transaction
210946
+  (0.0ms) begin transaction
210947
+  (0.0ms) rollback transaction
210948
+  (0.0ms) begin transaction
210949
+  (0.1ms) rollback transaction
210950
+  (0.1ms) begin transaction
210951
+  (0.0ms) rollback transaction
210952
+  (0.0ms) begin transaction
210953
+  (0.0ms) rollback transaction
210954
+  (0.0ms) begin transaction
210955
+  (0.0ms) rollback transaction
210956
+  (0.0ms) begin transaction
210957
+  (0.0ms) rollback transaction
210958
+  (0.0ms) begin transaction
210959
+  (0.3ms) rollback transaction
210960
+  (0.1ms) begin transaction
210961
+  (0.0ms) rollback transaction
210962
+  (0.3ms) begin transaction
210963
+  (0.1ms) rollback transaction
210964
+  (0.1ms) begin transaction
210965
+  (0.0ms) rollback transaction
210966
+  (0.0ms) begin transaction
210967
+  (0.0ms) rollback transaction
210968
+  (0.0ms) begin transaction
210969
+  (0.0ms) rollback transaction
210970
+  (0.0ms) begin transaction
210971
+  (0.0ms) rollback transaction
210972
+  (0.1ms) begin transaction
210973
+  (0.1ms) rollback transaction
210974
+  (0.1ms) begin transaction
210975
+  (0.0ms) rollback transaction
210976
+  (0.1ms) begin transaction
210977
+  (0.1ms) rollback transaction
210978
+  (0.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "body" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
210979
+  (0.1ms) CREATE TABLE "authors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
210980
+  (0.2ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "contents" text, "author_id" integer, "post_id" integer) 
210981
+  (0.1ms) begin transaction
210982
+  (0.1ms) rollback transaction
210983
+  (0.1ms) begin transaction
210984
+  (0.1ms) rollback transaction
210985
+  (0.1ms) begin transaction
210986
+  (0.0ms) rollback transaction
210987
+  (0.1ms) begin transaction
210988
+  (0.1ms) rollback transaction
210989
+  (0.1ms) begin transaction
210990
+  (0.1ms) rollback transaction
210991
+  (0.0ms) begin transaction
210992
+  (0.0ms) rollback transaction
210993
+  (0.0ms) begin transaction
210994
+  (0.1ms) rollback transaction
210995
+  (0.0ms) begin transaction
210996
+  (0.0ms) rollback transaction
210997
+  (0.0ms) begin transaction
210998
+  (0.0ms) rollback transaction
210999
+  (0.0ms) begin transaction
211000
+  (0.0ms) rollback transaction
211001
+  (0.0ms) begin transaction
211002
+  (0.1ms) rollback transaction
211003
+  (0.0ms) begin transaction
211004
+  (0.1ms) rollback transaction
211005
+  (0.1ms) begin transaction
211006
+  (0.0ms) rollback transaction
211007
+  (0.0ms) begin transaction
211008
+  (0.0ms) rollback transaction
211009
+  (0.0ms) begin transaction
211010
+  (0.0ms) rollback transaction
211011
+  (0.0ms) begin transaction
211012
+  (0.0ms) rollback transaction
211013
+  (0.0ms) begin transaction
211014
+  (0.0ms) rollback transaction
211015
+  (0.1ms) begin transaction
211016
+ Processing by AnonymousController#index as JSON_API
211017
+ Rendered text template (0.0ms)
211018
+ Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
211019
+  (0.1ms) rollback transaction
211020
+  (0.1ms) begin transaction
211021
+ Processing by AnonymousController#index as JSON_API
211022
+ Rendered text template (0.0ms)
211023
+ Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
211024
+  (0.1ms) rollback transaction
211025
+  (0.1ms) begin transaction
211026
+ Processing by AnonymousController#index as HTML
211027
+ Parameters: {"data"=>{"id"=>"42", "type"=>"foobar"}}
211028
+ Rendered text template (0.0ms)
211029
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
211030
+  (0.1ms) rollback transaction
211031
+  (0.1ms) begin transaction
211032
+ Processing by AnonymousController#index as HTML
211033
+ [active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.15ms)
211034
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
211035
+  (0.1ms) rollback transaction
211036
+  (0.1ms) begin transaction
211037
+ Processing by AnonymousController#index as HTML
211038
+ [active_model_serializers] ARModels::Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."author_id" = ? [["author_id", 42]]
211039
+ [active_model_serializers] Rendered ARModels::AuthorSerializer with ActiveModelSerializers::Adapter::JsonApi (17.81ms)
211040
+ Completed 200 OK in 30ms (Views: 23.4ms | ActiveRecord: 0.6ms)
211041
+  (0.1ms) rollback transaction
211042
+  (0.1ms) begin transaction
211043
+ Processing by AnonymousController#index as HTML
211044
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (1.44ms)
211045
+ Completed 403 Forbidden in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
211046
+  (0.1ms) rollback transaction
211047
+  (0.1ms) begin transaction
211048
+ Processing by AnonymousController#index as HTML
211049
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.35ms)
211050
+ Completed 403 Forbidden in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
211051
+  (0.1ms) rollback transaction
211052
+  (0.1ms) begin transaction
211053
+ Processing by AnonymousController#index as HTML
211054
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.3ms)
211055
+ Completed 403 Forbidden in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
211056
+  (0.1ms) rollback transaction
211057
+  (0.1ms) begin transaction
211058
+ Processing by AnonymousController#index as HTML
211059
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.25ms)
211060
+ Completed 403 Forbidden in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
211061
+  (0.1ms) rollback transaction
211062
+  (0.1ms) begin transaction
211063
+ Processing by AnonymousController#index as HTML
211064
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.38ms)
211065
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
211066
+  (0.1ms) rollback transaction
211067
+  (0.2ms) begin transaction
211068
+ Processing by AnonymousController#index as HTML
211069
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.26ms)
211070
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
211071
+  (0.1ms) rollback transaction
211072
+  (0.1ms) begin transaction
211073
+  (0.1ms) rollback transaction
211074
+  (0.1ms) begin transaction
211075
+  (0.1ms) rollback transaction
211076
+  (0.2ms) begin transaction
211077
+  (0.1ms) rollback transaction
211078
+  (0.0ms) begin transaction
211079
+  (0.0ms) rollback transaction
211080
+  (0.0ms) begin transaction
211081
+  (0.0ms) rollback transaction
211082
+  (0.1ms) begin transaction
211083
+  (0.1ms) rollback transaction
211084
+  (0.0ms) begin transaction
211085
+  (0.0ms) rollback transaction
211086
+  (0.0ms) begin transaction
211087
+  (0.0ms) rollback transaction
211088
+  (0.1ms) begin transaction
211089
+ Unable to determine type for anonymous Deserializer
211090
+  (0.1ms) rollback transaction
211091
+  (0.1ms) begin transaction
211092
+ Unable to determine type for anonymous Deserializer
211093
+  (0.1ms) rollback transaction
211094
+  (0.1ms) begin transaction
211095
+ Unable to determine type for anonymous Deserializer
211096
+  (0.1ms) rollback transaction
211097
+  (0.1ms) begin transaction
211098
+ Unable to determine type for anonymous Deserializer
211099
+  (0.1ms) rollback transaction
211100
+  (0.1ms) begin transaction
211101
+ Unable to determine type for anonymous Deserializer
211102
+  (0.1ms) rollback transaction
211103
+  (0.1ms) begin transaction
211104
+ Unable to determine type for anonymous Deserializer
211105
+  (0.1ms) rollback transaction
211106
+  (0.1ms) begin transaction
211107
+ Unable to determine type for anonymous Deserializer
211108
+  (0.1ms) rollback transaction
211109
+  (0.1ms) begin transaction
211110
+ Unable to determine type for anonymous Deserializer
211111
+  (0.1ms) rollback transaction
211112
+  (0.1ms) begin transaction
211113
+ Unable to determine type for anonymous Deserializer
211114
+  (0.1ms) rollback transaction
211115
+  (0.1ms) begin transaction
211116
+ Unable to determine type for anonymous Deserializer
211117
+  (0.1ms) rollback transaction
211118
+  (0.1ms) begin transaction
211119
+ Unable to determine type for anonymous Deserializer
211120
+  (0.1ms) rollback transaction
211121
+  (0.1ms) begin transaction
211122
+ Unable to determine type for anonymous Deserializer
211123
+  (0.1ms) rollback transaction
211124
+  (0.1ms) begin transaction
211125
+ Unable to determine type for anonymous Deserializer
211126
+  (0.1ms) rollback transaction
211127
+  (0.1ms) begin transaction
211128
+  (0.0ms) rollback transaction
211129
+  (0.1ms) begin transaction
211130
+  (0.0ms) rollback transaction
211131
+  (0.1ms) begin transaction
211132
+ Unable to determine type for anonymous Deserializer
211133
+  (0.1ms) rollback transaction
211134
+  (0.1ms) begin transaction
211135
+ Unable to determine type for anonymous Deserializer
211136
+  (0.1ms) rollback transaction
211137
+  (0.1ms) begin transaction
211138
+ Unable to determine type for anonymous Deserializer
211139
+  (0.1ms) rollback transaction
211140
+  (0.1ms) begin transaction
211141
+ Unable to determine type for anonymous Deserializer
211142
+  (0.1ms) rollback transaction
211143
+  (0.1ms) begin transaction
211144
+ Unable to determine type for anonymous Deserializer
211145
+  (0.0ms) rollback transaction
211146
+  (0.1ms) begin transaction
211147
+ Unable to determine type for anonymous Deserializer
211148
+  (0.1ms) rollback transaction
211149
+  (0.1ms) begin transaction
211150
+ Unable to determine type for anonymous Deserializer
211151
+  (0.1ms) rollback transaction
211152
+  (0.1ms) begin transaction
211153
+ Unable to determine type for anonymous Deserializer
211154
+  (0.2ms) rollback transaction
211155
+  (0.1ms) begin transaction
211156
+ Unable to determine type for anonymous Deserializer
211157
+  (0.1ms) rollback transaction
211158
+  (0.1ms) begin transaction
211159
+ Unable to determine type for anonymous Deserializer
211160
+  (0.1ms) rollback transaction
211161
+  (0.1ms) begin transaction
211162
+ Unable to determine type for anonymous Deserializer
211163
+  (0.1ms) rollback transaction
211164
+  (0.1ms) begin transaction
211165
+ Unable to determine type for anonymous Deserializer
211166
+  (0.1ms) rollback transaction
211167
+  (0.1ms) begin transaction
211168
+ Unable to determine type for anonymous Deserializer
211169
+  (0.0ms) rollback transaction
211170
+  (0.1ms) begin transaction
211171
+ Unable to determine type for anonymous Deserializer
211172
+  (0.1ms) rollback transaction
211173
+  (0.1ms) begin transaction
211174
+ Unable to determine type for anonymous Deserializer
211175
+  (0.1ms) rollback transaction
211176
+  (0.1ms) begin transaction
211177
+ Unable to determine type for anonymous Deserializer
211178
+  (0.1ms) rollback transaction
211179
+  (0.1ms) begin transaction
211180
+ Unable to determine type for anonymous Deserializer
211181
+  (0.1ms) rollback transaction
211182
+  (0.1ms) begin transaction
211183
+ Unable to determine type for anonymous Deserializer
211184
+  (0.1ms) rollback transaction
211185
+  (0.1ms) begin transaction
211186
+ Unable to determine type for anonymous Deserializer
211187
+  (0.1ms) rollback transaction
211188
+  (0.0ms) begin transaction
211189
+ Unable to determine type for anonymous Deserializer
211190
+  (0.3ms) rollback transaction
211191
+  (0.1ms) begin transaction
211192
+ Unable to determine type for anonymous Deserializer
211193
+  (0.1ms) rollback transaction
211194
+  (0.1ms) begin transaction
211195
+ Unable to determine type for anonymous Deserializer
211196
+  (0.1ms) rollback transaction
211197
+  (0.1ms) begin transaction
211198
+ Unable to determine type for anonymous Deserializer
211199
+  (0.1ms) rollback transaction
211200
+  (0.1ms) begin transaction
211201
+ Unable to determine type for anonymous Deserializer
211202
+  (0.0ms) rollback transaction
211203
+  (0.2ms) begin transaction
211204
+ Unable to determine type for anonymous Deserializer
211205
+  (0.1ms) rollback transaction
211206
+  (0.1ms) begin transaction
211207
+ Unable to determine type for anonymous Deserializer
211208
+  (0.1ms) rollback transaction
211209
+  (0.1ms) begin transaction
211210
+ Unable to determine type for anonymous Deserializer
211211
+  (0.0ms) rollback transaction
211212
+  (0.0ms) begin transaction
211213
+ Unable to determine type for anonymous Deserializer
211214
+  (0.1ms) rollback transaction
211215
+  (0.1ms) begin transaction
211216
+ Unable to determine type for anonymous Deserializer
211217
+  (0.1ms) rollback transaction
211218
+  (0.1ms) begin transaction
211219
+ Unable to determine type for anonymous Deserializer
211220
+  (0.1ms) rollback transaction
211221
+  (0.0ms) begin transaction
211222
+ Unable to determine type for anonymous Deserializer
211223
+  (0.1ms) rollback transaction
211224
+  (0.1ms) begin transaction
211225
+  (0.0ms) SAVEPOINT active_record_1
211226
+ SQL (0.1ms) INSERT INTO "authors" ("id", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["code", "foobar"], ["created_at", "2016-03-29 05:59:14.457382"], ["updated_at", "2016-03-29 05:59:14.457382"]]
211227
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211228
+ Unable to determine type for anonymous Deserializer
211229
+ ARModels::Author Load (0.2ms) SELECT "authors".* FROM "authors" WHERE "authors"."code" = ? LIMIT 1 [["code", "foobar"]]
211230
+  (0.1ms) rollback transaction
211231
+  (0.1ms) begin transaction
211232
+ Unable to determine type for anonymous Deserializer
211233
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."code" = ? LIMIT 1 [["code", "foobar"]]
211234
+  (0.1ms) rollback transaction
211235
+  (0.0ms) begin transaction
211236
+ Unable to determine type for anonymous Deserializer
211237
+  (0.1ms) rollback transaction
211238
+  (0.1ms) begin transaction
211239
+ Unable to determine type for anonymous Deserializer
211240
+  (0.1ms) rollback transaction
211241
+  (0.1ms) begin transaction
211242
+ Unable to determine type for anonymous Deserializer
211243
+  (0.1ms) rollback transaction
211244
+  (0.1ms) begin transaction
211245
+ Unable to determine type for anonymous Deserializer
211246
+  (0.1ms) rollback transaction
211247
+  (0.1ms) begin transaction
211248
+ Unable to determine type for anonymous Deserializer
211249
+  (0.1ms) rollback transaction
211250
+  (0.1ms) begin transaction
211251
+ Unable to determine type for anonymous Deserializer
211252
+  (0.1ms) rollback transaction
211253
+  (0.1ms) begin transaction
211254
+  (0.0ms) SAVEPOINT active_record_1
211255
+ SQL (0.1ms) INSERT INTO "authors" ("id", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["code", "foobar"], ["created_at", "2016-03-29 05:59:14.483742"], ["updated_at", "2016-03-29 05:59:14.483742"]]
211256
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211257
+  (0.0ms) SAVEPOINT active_record_1
211258
+ SQL (0.1ms) INSERT INTO "authors" ("id", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["code", "blargh"], ["created_at", "2016-03-29 05:59:14.485100"], ["updated_at", "2016-03-29 05:59:14.485100"]]
211259
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211260
+ Unable to determine type for anonymous Deserializer
211261
+  (0.1ms) SELECT COUNT(*) FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
211262
+ ARModels::Author Load (0.1ms) SELECT "authors"."id" FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
211263
+  (0.1ms) rollback transaction
211264
+  (0.1ms) begin transaction
211265
+ Unable to determine type for anonymous Deserializer
211266
+  (0.1ms) rollback transaction
211267
+  (0.1ms) begin transaction
211268
+  (0.0ms) SAVEPOINT active_record_1
211269
+ SQL (0.1ms) INSERT INTO "authors" ("id", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["code", "foobar"], ["created_at", "2016-03-29 05:59:14.494721"], ["updated_at", "2016-03-29 05:59:14.494721"]]
211270
+  (0.1ms) RELEASE SAVEPOINT active_record_1
211271
+ Unable to determine type for anonymous Deserializer
211272
+  (0.1ms) SELECT COUNT(*) FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
211273
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
211274
+  (0.1ms) rollback transaction
211275
+  (0.1ms) begin transaction
211276
+ Unable to determine type for anonymous Deserializer
211277
+  (0.1ms) SELECT COUNT(*) FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
211278
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
211279
+  (0.1ms) rollback transaction
211280
+  (0.0ms) begin transaction
211281
+  (0.1ms) rollback transaction
211282
+  (0.0ms) begin transaction
211283
+  (0.0ms) rollback transaction
211284
+  (0.1ms) begin transaction
211285
+  (0.1ms) rollback transaction
211286
+  (0.1ms) begin transaction
211287
+  (0.0ms) rollback transaction
211288
+  (0.0ms) begin transaction
211289
+  (0.0ms) rollback transaction
211290
+  (0.0ms) begin transaction
211291
+  (0.0ms) SAVEPOINT active_record_1
211292
+ SQL (0.1ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 42], ["name", "Jack"], ["code", "foo"], ["created_at", "2016-03-29 05:59:14.512600"], ["updated_at", "2016-03-29 05:59:14.512600"]]
211293
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211294
+  (0.0ms) SAVEPOINT active_record_1
211295
+ SQL (0.0ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 43], ["name", "John"], ["code", "foo"], ["created_at", "2016-03-29 05:59:14.514058"], ["updated_at", "2016-03-29 05:59:14.514058"]]
211296
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211297
+  (0.0ms) SAVEPOINT active_record_1
211298
+ SQL (0.0ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 44], ["name", "Jack"], ["code", "bar"], ["created_at", "2016-03-29 05:59:14.515121"], ["updated_at", "2016-03-29 05:59:14.515121"]]
211299
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211300
+  (0.1ms) SELECT COUNT(*) FROM "authors" WHERE "authors"."name" = ? AND "authors"."code" IN ('foo', 'bar') [["name", "Jack"]]
211301
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? AND "authors"."code" IN ('foo', 'bar') [["name", "Jack"]]
211302
+  (0.1ms) rollback transaction
211303
+  (0.0ms) begin transaction
211304
+  (0.0ms) SAVEPOINT active_record_1
211305
+ SQL (0.1ms) INSERT INTO "authors" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 42], ["created_at", "2016-03-29 05:59:14.518299"], ["updated_at", "2016-03-29 05:59:14.518299"]]
211306
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211307
+  (0.0ms) SAVEPOINT active_record_1
211308
+ SQL (0.0ms) INSERT INTO "authors" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 43], ["created_at", "2016-03-29 05:59:14.519566"], ["updated_at", "2016-03-29 05:59:14.519566"]]
211309
+  (0.1ms) RELEASE SAVEPOINT active_record_1
211310
+  (0.1ms) SELECT COUNT(*) FROM "authors" WHERE "authors"."id" IN (42, 43)
211311
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" IN (42, 43)
211312
+  (0.1ms) rollback transaction
211313
+  (0.1ms) begin transaction
211314
+  (0.1ms) SAVEPOINT active_record_1
211315
+ SQL (0.1ms) INSERT INTO "posts" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 1], ["created_at", "2016-03-29 05:59:14.526552"], ["updated_at", "2016-03-29 05:59:14.526552"]]
211316
+  (0.1ms) RELEASE SAVEPOINT active_record_1
211317
+  (0.0ms) SAVEPOINT active_record_1
211318
+ SQL (0.1ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 9], ["name", "John"], ["code", "foo"], ["created_at", "2016-03-29 05:59:14.538004"], ["updated_at", "2016-03-29 05:59:14.538004"]]
211319
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211320
+  (0.0ms) SAVEPOINT active_record_1
211321
+ SQL (0.1ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 10], ["name", "John"], ["code", "bar"], ["created_at", "2016-03-29 05:59:14.539244"], ["updated_at", "2016-03-29 05:59:14.539244"]]
211322
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211323
+  (0.0ms) SAVEPOINT active_record_1
211324
+ SQL (0.1ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 5]]
211325
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211326
+  (0.0ms) SAVEPOINT active_record_1
211327
+ SQL (0.0ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 12]]
211328
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211329
+  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."id" IN (5, 12)
211330
+ ARModels::Comment Load (0.1ms) SELECT "comments"."id" FROM "comments" WHERE "comments"."id" IN (5, 12)
211331
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."code" = ? AND "authors"."name" = ? LIMIT 1 [["code", "foo"], ["name", "John"]]
211332
+  (0.1ms) rollback transaction
211333
+  (0.0ms) begin transaction
211334
+  (0.0ms) SAVEPOINT active_record_1
211335
+ SQL (0.1ms) INSERT INTO "posts" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 1], ["created_at", "2016-03-29 05:59:14.548956"], ["updated_at", "2016-03-29 05:59:14.548956"]]
211336
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211337
+  (0.0ms) SAVEPOINT active_record_1
211338
+ SQL (0.0ms) INSERT INTO "authors" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 9], ["created_at", "2016-03-29 05:59:14.550391"], ["updated_at", "2016-03-29 05:59:14.550391"]]
211339
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211340
+  (0.0ms) SAVEPOINT active_record_1
211341
+ SQL (0.0ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 5]]
211342
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211343
+  (0.0ms) SAVEPOINT active_record_1
211344
+ SQL (0.0ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 12]]
211345
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211346
+  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."id" IN (5, 12)
211347
+ ARModels::Comment Load (0.1ms) SELECT "comments"."id" FROM "comments" WHERE "comments"."id" IN (5, 12)
211348
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 9]]
211349
+  (0.1ms) rollback transaction
211350
+  (0.1ms) begin transaction
211351
+  (0.0ms) SAVEPOINT active_record_1
211352
+ SQL (0.1ms) INSERT INTO "authors" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 9], ["created_at", "2016-03-29 05:59:14.556579"], ["updated_at", "2016-03-29 05:59:14.556579"]]
211353
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211354
+  (0.0ms) SAVEPOINT active_record_1
211355
+ SQL (0.0ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 5]]
211356
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211357
+  (0.0ms) SAVEPOINT active_record_1
211358
+ SQL (0.0ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 12]]
211359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211360
+  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."id" IN (5, 12)
211361
+ ARModels::Comment Load (0.1ms) SELECT "comments"."id" FROM "comments" WHERE "comments"."id" IN (5, 12)
211362
+ ARModels::Author Load (0.0ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 9]]
211363
+  (0.0ms) rollback transaction
211364
+  (0.0ms) begin transaction
211365
+  (0.0ms) SAVEPOINT active_record_1
211366
+ SQL (0.1ms) INSERT INTO "authors" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 42], ["created_at", "2016-03-29 05:59:14.562735"], ["updated_at", "2016-03-29 05:59:14.562735"]]
211367
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211368
+ ARModels::Author Load (0.0ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 42]]
211369
+  (0.0ms) rollback transaction
211370
+  (0.0ms) begin transaction
211371
+  (0.0ms) SAVEPOINT active_record_1
211372
+ SQL (0.1ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 42], ["name", "Jack"], ["code", "foo"], ["created_at", "2016-03-29 05:59:14.565308"], ["updated_at", "2016-03-29 05:59:14.565308"]]
211373
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211374
+  (0.0ms) SAVEPOINT active_record_1
211375
+ SQL (0.1ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 43], ["name", "John"], ["code", "foo"], ["created_at", "2016-03-29 05:59:14.566647"], ["updated_at", "2016-03-29 05:59:14.566647"]]
211376
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211377
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? AND "authors"."code" = ? LIMIT 1 [["name", "Jack"], ["code", "foo"]]
211378
+  (0.1ms) rollback transaction
211379
+  (0.0ms) begin transaction
211380
+  (0.0ms) rollback transaction
211381
+  (0.0ms) begin transaction
211382
+ Unable to determine type for anonymous Deserializer
211383
+ Unable to determine type for anonymous Deserializer
211384
+  (0.1ms) rollback transaction
211385
+  (0.1ms) begin transaction
211386
+ Unable to determine type for anonymous Deserializer
211387
+ Unable to determine type for anonymous Deserializer
211388
+  (0.1ms) rollback transaction
211389
+  (0.1ms) begin transaction
211390
+  (0.0ms) rollback transaction
211391
+  (0.1ms) begin transaction
211392
+  (0.0ms) rollback transaction
211393
+  (0.0ms) begin transaction
211394
+  (0.0ms) rollback transaction
211395
+  (0.1ms) begin transaction
211396
+  (0.0ms) rollback transaction
211397
+  (0.1ms) begin transaction
211398
+  (0.0ms) rollback transaction
211399
+  (0.1ms) begin transaction
211400
+  (0.0ms) rollback transaction
211401
+  (0.0ms) begin transaction
211402
+  (0.0ms) rollback transaction
211403
+  (0.0ms) begin transaction
211404
+  (0.0ms) rollback transaction
211405
+  (0.1ms) begin transaction
211406
+  (0.1ms) rollback transaction
211407
+  (0.0ms) begin transaction
211408
+  (0.0ms) rollback transaction
211409
+  (0.1ms) begin transaction
211410
+  (0.1ms) rollback transaction
211411
+  (0.1ms) begin transaction
211412
+  (0.1ms) rollback transaction
211413
+  (0.0ms) begin transaction
211414
+  (0.0ms) rollback transaction
211415
+  (0.1ms) begin transaction
211416
+  (0.1ms) rollback transaction
211417
+  (0.1ms) begin transaction
211418
+  (0.1ms) rollback transaction
211419
+  (0.1ms) begin transaction
211420
+  (0.1ms) rollback transaction
211421
+  (0.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "body" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
211422
+  (0.1ms) CREATE TABLE "authors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
211423
+  (0.1ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "contents" text, "author_id" integer, "post_id" integer) 
211424
+  (0.1ms) begin transaction
211425
+ Unable to determine type for anonymous Deserializer
211426
+ Unable to determine type for anonymous Deserializer
211427
+  (0.1ms) rollback transaction
211428
+  (0.1ms) begin transaction
211429
+  (0.1ms) rollback transaction
211430
+  (0.1ms) begin transaction
211431
+ Unable to determine type for anonymous Deserializer
211432
+ Unable to determine type for anonymous Deserializer
211433
+  (0.1ms) rollback transaction
211434
+  (0.1ms) begin transaction
211435
+  (0.1ms) SAVEPOINT active_record_1
211436
+ SQL (0.2ms) INSERT INTO "authors" ("id", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["code", "foobar"], ["created_at", "2016-03-29 06:02:08.047705"], ["updated_at", "2016-03-29 06:02:08.047705"]]
211437
+  (0.1ms) RELEASE SAVEPOINT active_record_1
211438
+ Unable to determine type for anonymous Deserializer
211439
+ ARModels::Author Load (0.6ms) SELECT "authors".* FROM "authors" WHERE "authors"."code" = ? LIMIT 1 [["code", "foobar"]]
211440
+  (0.1ms) rollback transaction
211441
+  (0.5ms) begin transaction
211442
+ Unable to determine type for anonymous Deserializer
211443
+  (0.1ms) rollback transaction
211444
+  (0.1ms) begin transaction
211445
+ Unable to determine type for anonymous Deserializer
211446
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."code" = ? LIMIT 1 [["code", "foobar"]]
211447
+  (0.1ms) rollback transaction
211448
+  (0.1ms) begin transaction
211449
+ Unable to determine type for anonymous Deserializer
211450
+  (0.1ms) rollback transaction
211451
+  (0.1ms) begin transaction
211452
+ Unable to determine type for anonymous Deserializer
211453
+  (0.1ms) rollback transaction
211454
+  (0.1ms) begin transaction
211455
+ Unable to determine type for anonymous Deserializer
211456
+  (0.0ms) rollback transaction
211457
+  (0.1ms) begin transaction
211458
+ Unable to determine type for anonymous Deserializer
211459
+  (0.1ms) rollback transaction
211460
+  (0.1ms) begin transaction
211461
+ Unable to determine type for anonymous Deserializer
211462
+  (0.0ms) rollback transaction
211463
+  (0.1ms) begin transaction
211464
+ Unable to determine type for anonymous Deserializer
211465
+  (0.0ms) rollback transaction
211466
+  (0.1ms) begin transaction
211467
+  (0.0ms) SAVEPOINT active_record_1
211468
+ SQL (0.1ms) INSERT INTO "authors" ("id", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["code", "foobar"], ["created_at", "2016-03-29 06:02:08.459974"], ["updated_at", "2016-03-29 06:02:08.459974"]]
211469
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211470
+  (0.0ms) SAVEPOINT active_record_1
211471
+ SQL (0.0ms) INSERT INTO "authors" ("id", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["code", "blargh"], ["created_at", "2016-03-29 06:02:08.461364"], ["updated_at", "2016-03-29 06:02:08.461364"]]
211472
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211473
+ Unable to determine type for anonymous Deserializer
211474
+  (0.1ms) SELECT COUNT(*) FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
211475
+ ARModels::Author Load (0.1ms) SELECT "authors"."id" FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
211476
+  (0.1ms) rollback transaction
211477
+  (0.0ms) begin transaction
211478
+ Unable to determine type for anonymous Deserializer
211479
+  (0.1ms) SELECT COUNT(*) FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
211480
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
211481
+  (0.0ms) rollback transaction
211482
+  (0.0ms) begin transaction
211483
+  (0.0ms) SAVEPOINT active_record_1
211484
+ SQL (0.1ms) INSERT INTO "authors" ("id", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["code", "foobar"], ["created_at", "2016-03-29 06:02:08.471149"], ["updated_at", "2016-03-29 06:02:08.471149"]]
211485
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211486
+ Unable to determine type for anonymous Deserializer
211487
+  (0.1ms) SELECT COUNT(*) FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
211488
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."code" IN ('foobar', 'blargh')
211489
+  (0.1ms) rollback transaction
211490
+  (0.1ms) begin transaction
211491
+  (0.0ms) rollback transaction
211492
+  (0.0ms) begin transaction
211493
+  (0.0ms) rollback transaction
211494
+  (0.0ms) begin transaction
211495
+ Unable to determine type for anonymous Deserializer
211496
+  (0.1ms) rollback transaction
211497
+  (0.1ms) begin transaction
211498
+ Unable to determine type for anonymous Deserializer
211499
+  (0.1ms) rollback transaction
211500
+  (0.1ms) begin transaction
211501
+ Unable to determine type for anonymous Deserializer
211502
+  (0.1ms) rollback transaction
211503
+  (0.1ms) begin transaction
211504
+ Unable to determine type for anonymous Deserializer
211505
+  (0.1ms) rollback transaction
211506
+  (0.1ms) begin transaction
211507
+ Unable to determine type for anonymous Deserializer
211508
+  (0.0ms) rollback transaction
211509
+  (0.1ms) begin transaction
211510
+ Unable to determine type for anonymous Deserializer
211511
+  (0.1ms) rollback transaction
211512
+  (0.1ms) begin transaction
211513
+ Unable to determine type for anonymous Deserializer
211514
+  (0.1ms) rollback transaction
211515
+  (0.1ms) begin transaction
211516
+ Unable to determine type for anonymous Deserializer
211517
+  (0.0ms) rollback transaction
211518
+  (0.1ms) begin transaction
211519
+ Unable to determine type for anonymous Deserializer
211520
+  (0.1ms) rollback transaction
211521
+  (0.1ms) begin transaction
211522
+ Unable to determine type for anonymous Deserializer
211523
+  (0.1ms) rollback transaction
211524
+  (0.1ms) begin transaction
211525
+ Unable to determine type for anonymous Deserializer
211526
+  (0.0ms) rollback transaction
211527
+  (0.1ms) begin transaction
211528
+ Unable to determine type for anonymous Deserializer
211529
+  (0.1ms) rollback transaction
211530
+  (0.1ms) begin transaction
211531
+ Unable to determine type for anonymous Deserializer
211532
+  (0.0ms) rollback transaction
211533
+  (0.1ms) begin transaction
211534
+ Unable to determine type for anonymous Deserializer
211535
+  (0.1ms) rollback transaction
211536
+  (0.1ms) begin transaction
211537
+ Unable to determine type for anonymous Deserializer
211538
+  (0.1ms) rollback transaction
211539
+  (0.0ms) begin transaction
211540
+ Unable to determine type for anonymous Deserializer
211541
+  (0.1ms) rollback transaction
211542
+  (0.5ms) begin transaction
211543
+ Unable to determine type for anonymous Deserializer
211544
+  (0.1ms) rollback transaction
211545
+  (0.1ms) begin transaction
211546
+ Unable to determine type for anonymous Deserializer
211547
+  (0.1ms) rollback transaction
211548
+  (0.0ms) begin transaction
211549
+ Unable to determine type for anonymous Deserializer
211550
+  (0.0ms) rollback transaction
211551
+  (0.1ms) begin transaction
211552
+ Unable to determine type for anonymous Deserializer
211553
+  (0.1ms) rollback transaction
211554
+  (0.1ms) begin transaction
211555
+ Unable to determine type for anonymous Deserializer
211556
+  (0.1ms) rollback transaction
211557
+  (0.1ms) begin transaction
211558
+ Unable to determine type for anonymous Deserializer
211559
+  (0.1ms) rollback transaction
211560
+  (0.0ms) begin transaction
211561
+ Unable to determine type for anonymous Deserializer
211562
+  (0.0ms) rollback transaction
211563
+  (0.1ms) begin transaction
211564
+ Unable to determine type for anonymous Deserializer
211565
+  (0.1ms) rollback transaction
211566
+  (0.1ms) begin transaction
211567
+ Unable to determine type for anonymous Deserializer
211568
+  (0.1ms) rollback transaction
211569
+  (0.1ms) begin transaction
211570
+ Unable to determine type for anonymous Deserializer
211571
+  (0.0ms) rollback transaction
211572
+  (0.1ms) begin transaction
211573
+ Unable to determine type for anonymous Deserializer
211574
+  (0.1ms) rollback transaction
211575
+  (0.0ms) begin transaction
211576
+ Unable to determine type for anonymous Deserializer
211577
+  (0.0ms) rollback transaction
211578
+  (0.1ms) begin transaction
211579
+ Unable to determine type for anonymous Deserializer
211580
+  (0.1ms) rollback transaction
211581
+  (0.1ms) begin transaction
211582
+ Unable to determine type for anonymous Deserializer
211583
+  (0.1ms) rollback transaction
211584
+  (0.1ms) begin transaction
211585
+ Unable to determine type for anonymous Deserializer
211586
+  (0.1ms) rollback transaction
211587
+  (0.0ms) begin transaction
211588
+ Processing by AnonymousController#index as HTML
211589
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (2.13ms)
211590
+ Completed 403 Forbidden in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
211591
+  (0.1ms) rollback transaction
211592
+  (0.1ms) begin transaction
211593
+ Processing by AnonymousController#index as HTML
211594
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.33ms)
211595
+ Completed 403 Forbidden in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
211596
+  (0.1ms) rollback transaction
211597
+  (0.1ms) begin transaction
211598
+ Processing by AnonymousController#index as HTML
211599
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.24ms)
211600
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
211601
+  (0.1ms) rollback transaction
211602
+  (0.1ms) begin transaction
211603
+ Processing by AnonymousController#index as HTML
211604
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.22ms)
211605
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
211606
+  (0.1ms) rollback transaction
211607
+  (0.1ms) begin transaction
211608
+ Processing by AnonymousController#index as HTML
211609
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.33ms)
211610
+ Completed 403 Forbidden in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
211611
+  (0.1ms) rollback transaction
211612
+  (0.1ms) begin transaction
211613
+ Processing by AnonymousController#index as HTML
211614
+ [active_model_serializers] Rendered FunWithJsonApi::ExceptionSerializer with ActiveModelSerializers::Adapter::Json (0.3ms)
211615
+ Completed 403 Forbidden in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
211616
+  (0.1ms) rollback transaction
211617
+  (0.1ms) begin transaction
211618
+  (0.0ms) rollback transaction
211619
+  (0.1ms) begin transaction
211620
+  (0.1ms) rollback transaction
211621
+  (0.1ms) begin transaction
211622
+  (0.0ms) rollback transaction
211623
+  (0.1ms) begin transaction
211624
+  (0.0ms) rollback transaction
211625
+  (0.1ms) begin transaction
211626
+  (0.0ms) rollback transaction
211627
+  (0.1ms) begin transaction
211628
+  (0.0ms) rollback transaction
211629
+  (0.0ms) begin transaction
211630
+  (0.0ms) rollback transaction
211631
+  (0.1ms) begin transaction
211632
+  (0.0ms) rollback transaction
211633
+  (0.1ms) begin transaction
211634
+  (0.0ms) rollback transaction
211635
+  (0.1ms) begin transaction
211636
+  (0.0ms) rollback transaction
211637
+  (0.1ms) begin transaction
211638
+  (0.0ms) rollback transaction
211639
+  (0.1ms) begin transaction
211640
+  (0.0ms) rollback transaction
211641
+  (0.1ms) begin transaction
211642
+  (0.0ms) rollback transaction
211643
+  (0.1ms) begin transaction
211644
+  (0.0ms) rollback transaction
211645
+  (0.1ms) begin transaction
211646
+  (0.0ms) rollback transaction
211647
+  (0.1ms) begin transaction
211648
+  (0.0ms) rollback transaction
211649
+  (0.1ms) begin transaction
211650
+  (0.0ms) rollback transaction
211651
+  (0.1ms) begin transaction
211652
+  (0.0ms) rollback transaction
211653
+  (0.0ms) begin transaction
211654
+  (0.0ms) SAVEPOINT active_record_1
211655
+ SQL (0.1ms) INSERT INTO "authors" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 42], ["created_at", "2016-03-29 06:02:08.640316"], ["updated_at", "2016-03-29 06:02:08.640316"]]
211656
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211657
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 42]]
211658
+  (0.1ms) rollback transaction
211659
+  (0.0ms) begin transaction
211660
+  (0.0ms) SAVEPOINT active_record_1
211661
+ SQL (0.1ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 42], ["name", "Jack"], ["code", "foo"], ["created_at", "2016-03-29 06:02:08.643699"], ["updated_at", "2016-03-29 06:02:08.643699"]]
211662
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211663
+  (0.0ms) SAVEPOINT active_record_1
211664
+ SQL (0.1ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 43], ["name", "John"], ["code", "foo"], ["created_at", "2016-03-29 06:02:08.645125"], ["updated_at", "2016-03-29 06:02:08.645125"]]
211665
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211666
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? AND "authors"."code" = ? LIMIT 1 [["name", "Jack"], ["code", "foo"]]
211667
+  (0.0ms) rollback transaction
211668
+  (0.1ms) begin transaction
211669
+  (0.0ms) SAVEPOINT active_record_1
211670
+ SQL (0.1ms) INSERT INTO "posts" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 1], ["created_at", "2016-03-29 06:02:08.651755"], ["updated_at", "2016-03-29 06:02:08.651755"]]
211671
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211672
+  (0.0ms) SAVEPOINT active_record_1
211673
+ SQL (0.1ms) INSERT INTO "authors" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 9], ["created_at", "2016-03-29 06:02:08.653201"], ["updated_at", "2016-03-29 06:02:08.653201"]]
211674
+  (0.1ms) RELEASE SAVEPOINT active_record_1
211675
+  (0.0ms) SAVEPOINT active_record_1
211676
+ SQL (0.1ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 5]]
211677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211678
+  (0.0ms) SAVEPOINT active_record_1
211679
+ SQL (0.0ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 12]]
211680
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211681
+  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."id" IN (5, 12)
211682
+ ARModels::Comment Load (0.2ms) SELECT "comments"."id" FROM "comments" WHERE "comments"."id" IN (5, 12)
211683
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 9]]
211684
+  (0.1ms) rollback transaction
211685
+  (0.1ms) begin transaction
211686
+  (0.1ms) SAVEPOINT active_record_1
211687
+ SQL (0.1ms) INSERT INTO "authors" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 9], ["created_at", "2016-03-29 06:02:08.672432"], ["updated_at", "2016-03-29 06:02:08.672432"]]
211688
+  (0.1ms) RELEASE SAVEPOINT active_record_1
211689
+  (0.0ms) SAVEPOINT active_record_1
211690
+ SQL (0.1ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 5]]
211691
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211692
+  (0.0ms) SAVEPOINT active_record_1
211693
+ SQL (0.0ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 12]]
211694
+  (0.1ms) RELEASE SAVEPOINT active_record_1
211695
+  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."id" IN (5, 12)
211696
+ ARModels::Comment Load (0.1ms) SELECT "comments"."id" FROM "comments" WHERE "comments"."id" IN (5, 12)
211697
+ ARModels::Author Load (0.0ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 9]]
211698
+  (0.1ms) rollback transaction
211699
+  (0.1ms) begin transaction
211700
+  (0.1ms) SAVEPOINT active_record_1
211701
+ SQL (0.1ms) INSERT INTO "posts" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 1], ["created_at", "2016-03-29 06:02:08.679617"], ["updated_at", "2016-03-29 06:02:08.679617"]]
211702
+  (0.1ms) RELEASE SAVEPOINT active_record_1
211703
+  (0.0ms) SAVEPOINT active_record_1
211704
+ SQL (0.1ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 9], ["name", "John"], ["code", "foo"], ["created_at", "2016-03-29 06:02:08.681318"], ["updated_at", "2016-03-29 06:02:08.681318"]]
211705
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211706
+  (0.0ms) SAVEPOINT active_record_1
211707
+ SQL (0.0ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 10], ["name", "John"], ["code", "bar"], ["created_at", "2016-03-29 06:02:08.682513"], ["updated_at", "2016-03-29 06:02:08.682513"]]
211708
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211709
+  (0.0ms) SAVEPOINT active_record_1
211710
+ SQL (0.0ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 5]]
211711
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211712
+  (0.0ms) SAVEPOINT active_record_1
211713
+ SQL (0.0ms) INSERT INTO "comments" ("id") VALUES (?) [["id", 12]]
211714
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211715
+  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."id" IN (5, 12)
211716
+ ARModels::Comment Load (0.1ms) SELECT "comments"."id" FROM "comments" WHERE "comments"."id" IN (5, 12)
211717
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."code" = ? AND "authors"."name" = ? LIMIT 1 [["code", "foo"], ["name", "John"]]
211718
+  (0.1ms) rollback transaction
211719
+  (0.1ms) begin transaction
211720
+  (0.0ms) SAVEPOINT active_record_1
211721
+ SQL (0.1ms) INSERT INTO "authors" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 42], ["created_at", "2016-03-29 06:02:08.688933"], ["updated_at", "2016-03-29 06:02:08.688933"]]
211722
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211723
+  (0.0ms) SAVEPOINT active_record_1
211724
+ SQL (0.0ms) INSERT INTO "authors" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 43], ["created_at", "2016-03-29 06:02:08.690288"], ["updated_at", "2016-03-29 06:02:08.690288"]]
211725
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211726
+  (0.1ms) SELECT COUNT(*) FROM "authors" WHERE "authors"."id" IN (42, 43)
211727
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" IN (42, 43)
211728
+  (0.0ms) rollback transaction
211729
+  (0.0ms) begin transaction
211730
+  (0.0ms) rollback transaction
211731
+  (0.0ms) begin transaction
211732
+  (0.0ms) SAVEPOINT active_record_1
211733
+ SQL (0.1ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 42], ["name", "Jack"], ["code", "foo"], ["created_at", "2016-03-29 06:02:08.694293"], ["updated_at", "2016-03-29 06:02:08.694293"]]
211734
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211735
+  (0.0ms) SAVEPOINT active_record_1
211736
+ SQL (0.1ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 43], ["name", "John"], ["code", "foo"], ["created_at", "2016-03-29 06:02:08.695694"], ["updated_at", "2016-03-29 06:02:08.695694"]]
211737
+  (0.1ms) RELEASE SAVEPOINT active_record_1
211738
+  (0.0ms) SAVEPOINT active_record_1
211739
+ SQL (0.0ms) INSERT INTO "authors" ("id", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 44], ["name", "Jack"], ["code", "bar"], ["created_at", "2016-03-29 06:02:08.696943"], ["updated_at", "2016-03-29 06:02:08.696943"]]
211740
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211741
+  (0.1ms) SELECT COUNT(*) FROM "authors" WHERE "authors"."name" = ? AND "authors"."code" IN ('foo', 'bar') [["name", "Jack"]]
211742
+ ARModels::Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? AND "authors"."code" IN ('foo', 'bar') [["name", "Jack"]]
211743
+  (0.0ms) rollback transaction
211744
+  (0.1ms) begin transaction
211745
+  (0.1ms) rollback transaction
211746
+  (0.0ms) begin transaction
211747
+  (0.0ms) rollback transaction
211748
+  (0.0ms) begin transaction
211749
+  (0.0ms) rollback transaction
211750
+  (0.0ms) begin transaction
211751
+  (0.1ms) rollback transaction
211752
+  (0.1ms) begin transaction
211753
+  (0.1ms) rollback transaction
211754
+  (0.1ms) begin transaction
211755
+  (0.1ms) rollback transaction
211756
+  (0.1ms) begin transaction
211757
+  (0.1ms) rollback transaction
211758
+  (0.1ms) begin transaction
211759
+  (0.0ms) rollback transaction
211760
+  (0.1ms) begin transaction
211761
+  (0.0ms) rollback transaction
211762
+  (0.1ms) begin transaction
211763
+  (0.0ms) rollback transaction
211764
+  (0.0ms) begin transaction
211765
+  (0.0ms) rollback transaction
211766
+  (0.0ms) begin transaction
211767
+  (0.0ms) rollback transaction
211768
+  (0.0ms) begin transaction
211769
+  (0.1ms) rollback transaction
211770
+  (0.1ms) begin transaction
211771
+  (0.0ms) rollback transaction
211772
+  (0.0ms) begin transaction
211773
+  (0.0ms) rollback transaction
211774
+  (0.0ms) begin transaction
211775
+  (0.1ms) rollback transaction
211776
+  (0.1ms) begin transaction
211777
+  (0.1ms) rollback transaction
211778
+  (0.1ms) begin transaction
211779
+ Unable to determine type for anonymous Deserializer
211780
+  (0.1ms) rollback transaction
211781
+  (0.1ms) begin transaction
211782
+ Unable to determine type for anonymous Deserializer
211783
+  (0.1ms) rollback transaction
211784
+  (0.1ms) begin transaction
211785
+ Unable to determine type for anonymous Deserializer
211786
+  (0.1ms) rollback transaction
211787
+  (0.1ms) begin transaction
211788
+ Unable to determine type for anonymous Deserializer
211789
+  (0.1ms) rollback transaction
211790
+  (0.1ms) begin transaction
211791
+ Unable to determine type for anonymous Deserializer
211792
+  (0.1ms) rollback transaction
211793
+  (0.1ms) begin transaction
211794
+ Unable to determine type for anonymous Deserializer
211795
+  (0.1ms) rollback transaction
211796
+  (0.1ms) begin transaction
211797
+ Unable to determine type for anonymous Deserializer
211798
+  (0.1ms) rollback transaction
211799
+  (0.1ms) begin transaction
211800
+ Unable to determine type for anonymous Deserializer
211801
+  (0.1ms) rollback transaction
211802
+  (0.1ms) begin transaction
211803
+ Unable to determine type for anonymous Deserializer
211804
+  (0.1ms) rollback transaction
211805
+  (0.1ms) begin transaction
211806
+ Unable to determine type for anonymous Deserializer
211807
+  (0.1ms) rollback transaction
211808
+  (0.0ms) begin transaction
211809
+ Unable to determine type for anonymous Deserializer
211810
+  (0.0ms) rollback transaction
211811
+  (0.1ms) begin transaction
211812
+ Unable to determine type for anonymous Deserializer
211813
+  (0.1ms) rollback transaction
211814
+  (0.1ms) begin transaction
211815
+ Unable to determine type for anonymous Deserializer
211816
+  (0.0ms) rollback transaction
211817
+  (0.1ms) begin transaction
211818
+  (0.1ms) rollback transaction
211819
+  (0.0ms) begin transaction
211820
+  (0.1ms) rollback transaction
211821
+  (0.1ms) begin transaction
211822
+  (0.1ms) rollback transaction
211823
+  (0.1ms) begin transaction
211824
+  (0.0ms) rollback transaction
211825
+  (0.1ms) begin transaction
211826
+  (0.0ms) rollback transaction
211827
+  (0.0ms) begin transaction
211828
+  (0.0ms) rollback transaction
211829
+  (0.0ms) begin transaction
211830
+  (0.0ms) rollback transaction
211831
+  (0.1ms) begin transaction
211832
+  (0.1ms) rollback transaction
211833
+  (0.1ms) begin transaction
211834
+ Processing by AnonymousController#index as JSON_API
211835
+ Rendered text template (0.0ms)
211836
+ Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
211837
+  (0.1ms) rollback transaction
211838
+  (0.1ms) begin transaction
211839
+ Processing by AnonymousController#index as JSON_API
211840
+ Rendered text template (0.0ms)
211841
+ Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
211842
+  (0.1ms) rollback transaction
211843
+  (0.1ms) begin transaction
211844
+ Processing by AnonymousController#index as HTML
211845
+ Parameters: {"data"=>{"id"=>"42", "type"=>"foobar"}}
211846
+ Rendered text template (0.0ms)
211847
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
211848
+  (0.1ms) rollback transaction
211849
+  (0.1ms) begin transaction
211850
+ Processing by AnonymousController#index as HTML
211851
+ [active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.1ms)
211852
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
211853
+  (0.1ms) rollback transaction
211854
+  (0.1ms) begin transaction
211855
+ Processing by AnonymousController#index as HTML
211856
+ [active_model_serializers] ARModels::Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."author_id" = ? [["author_id", 42]]
211857
+ [active_model_serializers] Rendered ARModels::AuthorSerializer with ActiveModelSerializers::Adapter::JsonApi (15.02ms)
211858
+ Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.1ms)
211859
+  (0.1ms) rollback transaction
211860
+  (0.1ms) begin transaction
211861
+  (0.0ms) rollback transaction
211862
+  (0.0ms) begin transaction
211863
+  (0.0ms) rollback transaction