spreadsheet_architect 2.1.1 → 2.1.2

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.
Files changed (91) hide show
  1. checksums.yaml +5 -5
  2. data/CHANGELOG.md +3 -0
  3. data/lib/spreadsheet_architect/class_methods/xlsx.rb +0 -2
  4. data/lib/spreadsheet_architect/utils/xlsx.rb +5 -0
  5. data/lib/spreadsheet_architect/version.rb +1 -1
  6. data/test/dummy_app/log/test.log +2370 -0
  7. data/test/dummy_app/tmp/active_model_object/csv.csv +21 -0
  8. data/test/dummy_app/tmp/active_model_object/ods.ods +0 -0
  9. data/test/dummy_app/tmp/active_model_object/xlsx.xlsx +0 -0
  10. data/test/dummy_app/tmp/custom_posts/csv.csv +6 -0
  11. data/test/dummy_app/tmp/custom_posts/empty.xlsx +0 -0
  12. data/test/dummy_app/tmp/custom_posts/ods.ods +0 -0
  13. data/test/dummy_app/tmp/custom_posts/xlsx.xlsx +0 -0
  14. data/test/dummy_app/tmp/empty_model.csv +1 -0
  15. data/test/dummy_app/tmp/empty_model.xlsx +0 -0
  16. data/test/dummy_app/tmp/empty_sa.csv +0 -0
  17. data/test/dummy_app/tmp/empty_sa.xlsx +0 -0
  18. data/test/dummy_app/tmp/extreme.xlsx +0 -0
  19. data/test/dummy_app/tmp/integration_tests/alt_xlsx.xlsx +0 -0
  20. data/test/dummy_app/tmp/integration_tests/csv.csv +6 -6
  21. data/test/dummy_app/tmp/integration_tests/ods.ods +0 -0
  22. data/test/dummy_app/tmp/integration_tests/xlsx.xlsx +0 -0
  23. data/test/dummy_app/tmp/model.csv +6 -0
  24. data/test/dummy_app/tmp/model.xlsx +0 -0
  25. data/test/dummy_app/tmp/ods/empty_model.ods +0 -0
  26. data/test/dummy_app/tmp/{configurations/ActiveModelObject/empty.ods → ods/empty_sa.ods} +0 -0
  27. data/test/dummy_app/tmp/ods/model.ods +0 -0
  28. data/test/dummy_app/tmp/ods/model_options.ods +0 -0
  29. data/test/dummy_app/tmp/ods/sa.ods +0 -0
  30. data/test/dummy_app/tmp/options.csv +6 -0
  31. data/test/dummy_app/tmp/plain_ruby_object/csv.csv +4 -0
  32. data/test/dummy_app/tmp/plain_ruby_object/ods.ods +0 -0
  33. data/test/dummy_app/tmp/plain_ruby_object/xlsx.xlsx +0 -0
  34. data/test/dummy_app/tmp/posts/csv.csv +6 -0
  35. data/test/dummy_app/tmp/posts/empty.xlsx +0 -0
  36. data/test/dummy_app/tmp/posts/ods.ods +0 -0
  37. data/test/dummy_app/tmp/posts/xlsx.xlsx +0 -0
  38. data/test/dummy_app/tmp/sa.csv +4 -0
  39. data/test/dummy_app/tmp/sa.xlsx +0 -0
  40. metadata +90 -136
  41. data/test/dummy_app/tmp/configurations/ActiveModelObject/data.csv +0 -4
  42. data/test/dummy_app/tmp/configurations/ActiveModelObject/data.ods +0 -0
  43. data/test/dummy_app/tmp/configurations/ActiveModelObject/data.xlsx +0 -0
  44. data/test/dummy_app/tmp/configurations/ActiveModelObject/empty.csv +0 -1
  45. data/test/dummy_app/tmp/configurations/ActiveModelObject/empty.xlsx +0 -0
  46. data/test/dummy_app/tmp/configurations/ActiveModelObject/instances.csv +0 -6
  47. data/test/dummy_app/tmp/configurations/ActiveModelObject/instances.ods +0 -0
  48. data/test/dummy_app/tmp/configurations/ActiveModelObject/instances.xlsx +0 -0
  49. data/test/dummy_app/tmp/configurations/CustomPost/data.csv +0 -4
  50. data/test/dummy_app/tmp/configurations/CustomPost/data.ods +0 -0
  51. data/test/dummy_app/tmp/configurations/CustomPost/data.xlsx +0 -0
  52. data/test/dummy_app/tmp/configurations/CustomPost/empty.csv +0 -1
  53. data/test/dummy_app/tmp/configurations/CustomPost/empty.ods +0 -0
  54. data/test/dummy_app/tmp/configurations/CustomPost/empty.xlsx +0 -0
  55. data/test/dummy_app/tmp/configurations/CustomPost/instances.csv +0 -6
  56. data/test/dummy_app/tmp/configurations/CustomPost/instances.ods +0 -0
  57. data/test/dummy_app/tmp/configurations/CustomPost/instances.xlsx +0 -0
  58. data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/data.csv +0 -4
  59. data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/data.ods +0 -0
  60. data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/data.xlsx +0 -0
  61. data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/empty.csv +0 -1
  62. data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/empty.ods +0 -0
  63. data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/empty.xlsx +0 -0
  64. data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/instances.csv +0 -6
  65. data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/instances.ods +0 -0
  66. data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/instances.xlsx +0 -0
  67. data/test/dummy_app/tmp/configurations/PlainRubyObject/data.csv +0 -4
  68. data/test/dummy_app/tmp/configurations/PlainRubyObject/data.ods +0 -0
  69. data/test/dummy_app/tmp/configurations/PlainRubyObject/data.xlsx +0 -0
  70. data/test/dummy_app/tmp/configurations/PlainRubyObject/empty.csv +0 -1
  71. data/test/dummy_app/tmp/configurations/PlainRubyObject/empty.ods +0 -0
  72. data/test/dummy_app/tmp/configurations/PlainRubyObject/empty.xlsx +0 -0
  73. data/test/dummy_app/tmp/configurations/PlainRubyObject/instances.csv +0 -6
  74. data/test/dummy_app/tmp/configurations/PlainRubyObject/instances.ods +0 -0
  75. data/test/dummy_app/tmp/configurations/PlainRubyObject/instances.xlsx +0 -0
  76. data/test/dummy_app/tmp/configurations/Post/data.csv +0 -4
  77. data/test/dummy_app/tmp/configurations/Post/data.ods +0 -0
  78. data/test/dummy_app/tmp/configurations/Post/data.xlsx +0 -0
  79. data/test/dummy_app/tmp/configurations/Post/empty.csv +0 -1
  80. data/test/dummy_app/tmp/configurations/Post/empty.ods +0 -0
  81. data/test/dummy_app/tmp/configurations/Post/empty.xlsx +0 -0
  82. data/test/dummy_app/tmp/configurations/SpreadsheetArchitect/data.csv +0 -4
  83. data/test/dummy_app/tmp/configurations/SpreadsheetArchitect/data.ods +0 -0
  84. data/test/dummy_app/tmp/configurations/SpreadsheetArchitect/data.xlsx +0 -0
  85. data/test/dummy_app/tmp/configurations/SpreadsheetArchitect/empty.csv +0 -1
  86. data/test/dummy_app/tmp/configurations/SpreadsheetArchitect/empty.ods +0 -0
  87. data/test/dummy_app/tmp/configurations/SpreadsheetArchitect/empty.xlsx +0 -0
  88. data/test/dummy_app/tmp/kitchen_sink.ods +0 -0
  89. data/test/dummy_app/tmp/kitchen_sink.xlsx +0 -0
  90. data/test/dummy_app/tmp/multi_sheet.ods +0 -0
  91. data/test/dummy_app/tmp/multi_sheet.xlsx +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: ccf0ffc41b06af0b5e0330a4c18f0956f2821b402a87bdd9bd938a63e54fd21a
4
- data.tar.gz: 3da80789632a932977c6ffcede44703a44381af722eb13f17e806a788320d0b1
2
+ SHA1:
3
+ metadata.gz: 474157fbe056d50db456c3e0e65d77fbde737da1
4
+ data.tar.gz: 68267aadc938513a444ecd93d823ca83de63029f
5
5
  SHA512:
6
- metadata.gz: 1d92615c1983e22b499527abcc0427eb920e314431c52249ea41c14725ecf941d7f83e60d1fc09f3f332d4247b6dc7d257804dfdf2ab2e8afe78a4bf5e984f74
7
- data.tar.gz: af2d2fd183c614080d5a97d6de90f92dfdace4f10ce93fc91d8b40da61319c33c7eb18b9e74b98e7b4c6a71afce4df0d63eaa3f1b74b7912aae16ad404f42438
6
+ metadata.gz: b42dde6e402a01ee682a7455febf6b17321bd9a6d7ce0576604579de59144832ac199de239a5949cac2bd7368ff13afd4a3756352e24c37e8d22a61378cc3677
7
+ data.tar.gz: fa76fc322e042d98b094729bc1f558ec052bf90bec3acb6de851b0b316f633d19094b6e38607d2e10bea72e1b94f00e40e7342e04c19045974fdc429e276006b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
1
  CHANGELOG
2
2
  ---------
3
3
 
4
+ - **2.1.2** - July 6, 2018
5
+ - Fix bug where everything was underlined by default in Excel (LibreOffice was working correctly). For some reason, `false` in `:u` or `:underline` was incorrectly being treated as `true` but only within Excel. Now anytime `false` is encountered for either `:u` or `:underline` it is now converted to `nil`
6
+ - Fix bug where empty xlsx spreadsheets were corrupt when trying to open with Excel (LibreOffice was working correctly). This only occured when containing no headers and empty `:data` option which resulted in a package with no sheets.
4
7
  - **2.1.1** - July 4, 2018
5
8
  - [PR #18](https://github.com/westonganger/spreadsheet_architect/pull/18) - Fix controller bug when using an non-ActiveRecord ORM only within Rails
6
9
  - **2.1.0** - June 20, 2018
@@ -20,8 +20,6 @@ module SpreadsheetArchitect
20
20
  package = Axlsx::Package.new
21
21
  end
22
22
 
23
- return package if !options[:headers] && options[:data].empty?
24
-
25
23
  package.workbook.add_worksheet(name: options[:sheet_name]) do |sheet|
26
24
  max_row_length = options[:data].empty? ? 0 : options[:data].max_by{|x| x.length}.length
27
25
 
@@ -69,6 +69,11 @@ module SpreadsheetArchitect
69
69
  if styles[:u].nil?
70
70
  styles[:u] = styles.delete(:underline)
71
71
  end
72
+
73
+ ### If `:u` is false instead of nil, it may be incorrectly rendered as true in Excel
74
+ if styles[:u] == false
75
+ styles[:u] = nil
76
+ end
72
77
 
73
78
  styles.delete_if{|k,v| v.nil?}
74
79
  end
@@ -1,3 +1,3 @@
1
1
  module SpreadsheetArchitect
2
- VERSION = "2.1.1"
2
+ VERSION = "2.1.2"
3
3
  end
@@ -24562,3 +24562,2373 @@ XlsxTest: test_model
24562
24562
  XlsxTest: test_sa
24563
24563
  -----------------
24564
24564
   (0.1ms) rollback transaction
24565
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
24566
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
24567
+  (0.1ms) begin transaction
24568
+  (0.1ms) commit transaction
24569
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
24570
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
24571
+  (0.1ms) SELECT COUNT(*) FROM "posts"
24572
+  (0.1ms) begin transaction
24573
+ -------------------------------
24574
+ ActiveModelObjectTest: test_csv
24575
+ -------------------------------
24576
+  (0.1ms) rollback transaction
24577
+  (0.1ms) begin transaction
24578
+ -------------------------------
24579
+ ActiveModelObjectTest: test_ods
24580
+ -------------------------------
24581
+  (0.1ms) rollback transaction
24582
+  (0.1ms) begin transaction
24583
+ --------------------------------
24584
+ ActiveModelObjectTest: test_xlsx
24585
+ --------------------------------
24586
+  (0.1ms) rollback transaction
24587
+  (0.1ms) begin transaction
24588
+ -------------------------------------
24589
+ SpreadsheetArchitectTest: test_config
24590
+ -------------------------------------
24591
+  (0.0ms) rollback transaction
24592
+  (0.1ms) begin transaction
24593
+ -----------------------------
24594
+ PlainRubyObjectTest: test_csv
24595
+ -----------------------------
24596
+  (0.1ms) rollback transaction
24597
+  (0.1ms) begin transaction
24598
+ -----------------------------
24599
+ PlainRubyObjectTest: test_ods
24600
+ -----------------------------
24601
+  (0.1ms) rollback transaction
24602
+  (0.1ms) begin transaction
24603
+ ------------------------------
24604
+ PlainRubyObjectTest: test_xlsx
24605
+ ------------------------------
24606
+  (0.1ms) rollback transaction
24607
+  (0.1ms) begin transaction
24608
+ ---------------------------------------------------------
24609
+ SpreadsheetArchitectUtilsTest: test_constants_dont_change
24610
+ ---------------------------------------------------------
24611
+  (0.1ms) rollback transaction
24612
+  (0.1ms) begin transaction
24613
+ -------------------------------------------------
24614
+ SpreadsheetArchitectUtilsTest: test_get_cell_data
24615
+ -------------------------------------------------
24616
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
24617
+  (0.1ms) rollback transaction
24618
+  (0.1ms) begin transaction
24619
+ -----------------------------------------------
24620
+ SpreadsheetArchitectUtilsTest: test_get_options
24621
+ -----------------------------------------------
24622
+  (0.1ms) rollback transaction
24623
+  (0.1ms) begin transaction
24624
+ --------------------------------------------
24625
+ SpreadsheetArchitectUtilsTest: test_get_type
24626
+ --------------------------------------------
24627
+  (0.1ms) rollback transaction
24628
+  (0.1ms) begin transaction
24629
+ -----------------------------------------------------------
24630
+ SpreadsheetArchitectUtilsTest: test_convert_styles_to_axlsx
24631
+ -----------------------------------------------------------
24632
+  (0.1ms) rollback transaction
24633
+  (0.1ms) begin transaction
24634
+ ---------------------------------------------------------
24635
+ SpreadsheetArchitectUtilsTest: test_convert_styles_to_ods
24636
+ ---------------------------------------------------------
24637
+  (0.1ms) rollback transaction
24638
+  (0.1ms) begin transaction
24639
+ ------------------------------------------------
24640
+ SpreadsheetArchitectUtilsTest: test_str_humanize
24641
+ ------------------------------------------------
24642
+  (0.1ms) rollback transaction
24643
+  (0.1ms) begin transaction
24644
+ --------------------------------
24645
+ BadPlainRubyObjectTest: test_ods
24646
+ --------------------------------
24647
+  (0.1ms) rollback transaction
24648
+  (0.1ms) begin transaction
24649
+ --------------------------------
24650
+ BadPlainRubyObjectTest: test_csv
24651
+ --------------------------------
24652
+  (0.1ms) rollback transaction
24653
+  (0.1ms) begin transaction
24654
+ ---------------------------------
24655
+ BadPlainRubyObjectTest: test_xlsx
24656
+ ---------------------------------
24657
+  (0.1ms) rollback transaction
24658
+  (0.1ms) begin transaction
24659
+ -------------------
24660
+ PostTest: test_xlsx
24661
+ -------------------
24662
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
24663
+  (0.1ms) rollback transaction
24664
+  (0.1ms) begin transaction
24665
+ --------------------
24666
+ PostTest: test_empty
24667
+ --------------------
24668
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
24669
+  (0.1ms) SAVEPOINT active_record_1
24670
+ Post Destroy (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
24671
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24672
+  (0.1ms) SAVEPOINT active_record_1
24673
+ Post Destroy (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]
24674
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24675
+  (0.1ms) SAVEPOINT active_record_1
24676
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 3]]
24677
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24678
+  (0.1ms) SAVEPOINT active_record_1
24679
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 4]]
24680
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24681
+  (0.1ms) SAVEPOINT active_record_1
24682
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 5]]
24683
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24684
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
24685
+  (0.2ms) rollback transaction
24686
+  (0.1ms) begin transaction
24687
+ ------------------
24688
+ PostTest: test_ods
24689
+ ------------------
24690
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
24691
+  (0.1ms) rollback transaction
24692
+  (0.1ms) begin transaction
24693
+ ------------------
24694
+ PostTest: test_csv
24695
+ ------------------
24696
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
24697
+  (0.1ms) rollback transaction
24698
+  (0.1ms) begin transaction
24699
+ ------------------------
24700
+ CustomPostTest: test_csv
24701
+ ------------------------
24702
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
24703
+  (0.1ms) rollback transaction
24704
+  (0.1ms) begin transaction
24705
+ ------------------------
24706
+ CustomPostTest: test_ods
24707
+ ------------------------
24708
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
24709
+  (0.1ms) rollback transaction
24710
+  (0.1ms) begin transaction
24711
+ -------------------------
24712
+ CustomPostTest: test_xlsx
24713
+ -------------------------
24714
+ CustomPost Load (0.2ms) SELECT "posts".* FROM "posts"
24715
+  (0.1ms) rollback transaction
24716
+  (0.1ms) begin transaction
24717
+ ------------------------------------------
24718
+ CustomPostTest: test_constants_dont_change
24719
+ ------------------------------------------
24720
+  (0.1ms) rollback transaction
24721
+  (0.1ms) begin transaction
24722
+ --------------------------
24723
+ CustomPostTest: test_empty
24724
+ --------------------------
24725
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
24726
+  (0.1ms) SAVEPOINT active_record_1
24727
+ Post Destroy (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
24728
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24729
+  (0.1ms) SAVEPOINT active_record_1
24730
+ Post Destroy (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]
24731
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24732
+  (0.1ms) SAVEPOINT active_record_1
24733
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 3]]
24734
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24735
+  (0.1ms) SAVEPOINT active_record_1
24736
+ Post Destroy (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 4]]
24737
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24738
+  (0.1ms) SAVEPOINT active_record_1
24739
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 5]]
24740
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24741
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
24742
+  (0.2ms) rollback transaction
24743
+  (0.1ms) begin transaction
24744
+ --------------------------
24745
+ XlsxTest: test_empty_model
24746
+ --------------------------
24747
+ Post Destroy (0.2ms) DELETE FROM "posts"
24748
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
24749
+  (0.2ms) rollback transaction
24750
+  (0.1ms) begin transaction
24751
+ -----------------
24752
+ XlsxTest: test_sa
24753
+ -----------------
24754
+  (0.1ms) rollback transaction
24755
+  (0.1ms) begin transaction
24756
+ -----------------------
24757
+ XlsxTest: test_empty_sa
24758
+ -----------------------
24759
+  (0.1ms) rollback transaction
24760
+  (0.1ms) begin transaction
24761
+ ----------------------
24762
+ XlsxTest: test_extreme
24763
+ ----------------------
24764
+  (0.1ms) rollback transaction
24765
+  (0.1ms) begin transaction
24766
+ --------------------
24767
+ XlsxTest: test_model
24768
+ --------------------
24769
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
24770
+  (0.1ms) rollback transaction
24771
+  (0.1ms) begin transaction
24772
+ -------------------
24773
+ CsvTest: test_model
24774
+ -------------------
24775
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
24776
+  (0.1ms) rollback transaction
24777
+  (0.1ms) begin transaction
24778
+ -------------------------
24779
+ CsvTest: test_empty_model
24780
+ -------------------------
24781
+ Post Destroy (0.2ms) DELETE FROM "posts"
24782
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
24783
+  (0.2ms) rollback transaction
24784
+  (0.1ms) begin transaction
24785
+ ----------------------
24786
+ CsvTest: test_empty_sa
24787
+ ----------------------
24788
+  (0.1ms) rollback transaction
24789
+  (0.1ms) begin transaction
24790
+ ---------------------
24791
+ CsvTest: test_options
24792
+ ---------------------
24793
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
24794
+  (0.1ms) rollback transaction
24795
+  (0.1ms) begin transaction
24796
+ ----------------
24797
+ CsvTest: test_sa
24798
+ ----------------
24799
+  (0.1ms) rollback transaction
24800
+  (0.1ms) begin transaction
24801
+ -------------------------
24802
+ ApplicationTest: test_ods
24803
+ -------------------------
24804
+ Started GET "/spreadsheet/ods" for 127.0.0.1 at 2018-07-06 07:20:57 -0700
24805
+ Processing by SpreadsheetsController#ods as HTML
24806
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
24807
+ Rendering text template
24808
+ Rendered text template (0.0ms)
24809
+ Sent data data.ods (3.1ms)
24810
+ Completed 200 OK in 14ms (Views: 3.4ms | ActiveRecord: 0.2ms)
24811
+  (0.1ms) rollback transaction
24812
+  (0.1ms) begin transaction
24813
+ --------------------------
24814
+ ApplicationTest: test_xlsx
24815
+ --------------------------
24816
+ Started GET "/spreadsheet/xlsx" for 127.0.0.1 at 2018-07-06 07:20:57 -0700
24817
+ Processing by SpreadsheetsController#xlsx as HTML
24818
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
24819
+ Rendering text template
24820
+ Rendered text template (0.0ms)
24821
+ Sent data Posts.xlsx (0.5ms)
24822
+ Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 0.2ms)
24823
+  (0.1ms) rollback transaction
24824
+  (0.1ms) begin transaction
24825
+ ------------------------------------------------
24826
+ ApplicationTest: test_Renders_sample_xlsx_action
24827
+ ------------------------------------------------
24828
+ Started GET "/spreadsheet/xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:20:57 -0700
24829
+ Processing by SpreadsheetsController#xlsx as XLSX
24830
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
24831
+ Rendering text template
24832
+ Rendered text template (0.0ms)
24833
+ Sent data Posts.xlsx (0.5ms)
24834
+ Completed 200 OK in 10ms (Views: 0.6ms | ActiveRecord: 0.2ms)
24835
+  (0.1ms) rollback transaction
24836
+  (0.1ms) begin transaction
24837
+ ------------------------------
24838
+ ApplicationTest: test_alt_xlsx
24839
+ ------------------------------
24840
+ Started GET "/spreadsheet/alt_xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:20:57 -0700
24841
+ Processing by SpreadsheetsController#alt_xlsx as XLSX
24842
+ Post Load (0.3ms) SELECT "posts".* FROM "posts"
24843
+ Rendering text template
24844
+ Rendered text template (0.0ms)
24845
+ Sent data Posts.xlsx (0.6ms)
24846
+ Completed 200 OK in 13ms (Views: 10.5ms | ActiveRecord: 0.3ms)
24847
+  (0.1ms) rollback transaction
24848
+  (0.1ms) begin transaction
24849
+ -------------------------
24850
+ ApplicationTest: test_csv
24851
+ -------------------------
24852
+ Started GET "/spreadsheet/csv" for 127.0.0.1 at 2018-07-06 07:20:57 -0700
24853
+ Processing by SpreadsheetsController#csv as HTML
24854
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
24855
+ Rendering text template
24856
+ Rendered text template (0.0ms)
24857
+ Sent data data.csv (0.5ms)
24858
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
24859
+  (0.1ms) rollback transaction
24860
+  (0.1ms) begin transaction
24861
+ ----------------------
24862
+ OdsTest: test_empty_sa
24863
+ ----------------------
24864
+  (0.1ms) SAVEPOINT active_record_1
24865
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "3f1f451a2de624087e068c2b67520108"], ["content", "ad536fb55905b0d550f893cd4a59e3e8"], ["age", 2], ["created_at", "2018-07-06 14:20:57.272626"], ["updated_at", "2018-07-06 14:20:57.272626"]]
24866
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24867
+  (0.1ms) SAVEPOINT active_record_1
24868
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "2d9544507ee5a0d32455bb3e0b6ce7b9"], ["content", "e6e32f7dc1250324118c6426e8949cdd"], ["age", 2], ["created_at", "2018-07-06 14:20:57.275092"], ["updated_at", "2018-07-06 14:20:57.275092"]]
24869
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24870
+  (0.1ms) SAVEPOINT active_record_1
24871
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "458df2721316f5b112cf01475255ef29"], ["content", "eb833d6b8c719534a6fc9a345e2fafaf"], ["age", 2], ["created_at", "2018-07-06 14:20:57.277136"], ["updated_at", "2018-07-06 14:20:57.277136"]]
24872
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24873
+  (0.1ms) SAVEPOINT active_record_1
24874
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "96e7b88e06b2d038330c2106cab5070c"], ["content", "dcff3fccd3879c252e65908efaac3cb5"], ["age", 2], ["created_at", "2018-07-06 14:20:57.279109"], ["updated_at", "2018-07-06 14:20:57.279109"]]
24875
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24876
+  (0.1ms) SAVEPOINT active_record_1
24877
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "cd4d1ca9310ffe472abbb110d94c74aa"], ["content", "4ea6c37dd5d8441f6b7b90283b3298d4"], ["age", 2], ["created_at", "2018-07-06 14:20:57.281052"], ["updated_at", "2018-07-06 14:20:57.281052"]]
24878
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24879
+  (0.1ms) SAVEPOINT active_record_1
24880
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "0e34a6f3fc578a43d8d6f70b9a9305a2"], ["content", "60afa3c06c7f8c0573937eb47019090c"], ["age", 2], ["created_at", "2018-07-06 14:20:57.283061"], ["updated_at", "2018-07-06 14:20:57.283061"]]
24881
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24882
+  (0.1ms) SAVEPOINT active_record_1
24883
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "a634224b879120385d99b934c8daec64"], ["content", "a0a57e8f41d7cfad242c2987b306716c"], ["age", 2], ["created_at", "2018-07-06 14:20:57.284990"], ["updated_at", "2018-07-06 14:20:57.284990"]]
24884
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24885
+  (0.1ms) SAVEPOINT active_record_1
24886
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "e32da6329fdc6be5b8d89d02343054df"], ["content", "1947e9a5a9dd60e97645fb0f114bc7e8"], ["age", 2], ["created_at", "2018-07-06 14:20:57.286922"], ["updated_at", "2018-07-06 14:20:57.286922"]]
24887
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24888
+  (0.1ms) SAVEPOINT active_record_1
24889
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "e3af708ec9416b2d480e3900764076dd"], ["content", "e886f0091e2c08ede89c360d7b47e535"], ["age", 2], ["created_at", "2018-07-06 14:20:57.288796"], ["updated_at", "2018-07-06 14:20:57.288796"]]
24890
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24891
+  (0.1ms) SAVEPOINT active_record_1
24892
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "cb56f4ba10d2df4a2e5542e692fee774"], ["content", "3bd2e98c537e453848fe10a7a71ffdf9"], ["age", 2], ["created_at", "2018-07-06 14:20:57.290685"], ["updated_at", "2018-07-06 14:20:57.290685"]]
24893
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24894
+  (0.2ms) rollback transaction
24895
+  (0.1ms) begin transaction
24896
+ ---------------------
24897
+ OdsTest: test_options
24898
+ ---------------------
24899
+  (0.1ms) SAVEPOINT active_record_1
24900
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "2a07dcbc5777567d47007bbadde50ee8"], ["content", "c6a7b16c345b1115fb6563f81b9b43c9"], ["age", 2], ["created_at", "2018-07-06 14:20:57.296057"], ["updated_at", "2018-07-06 14:20:57.296057"]]
24901
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24902
+  (0.1ms) SAVEPOINT active_record_1
24903
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "50b84c2a930aba04a9b06bad5358c0ba"], ["content", "7daaf52db99c69d1ab117580d7ba51f7"], ["age", 2], ["created_at", "2018-07-06 14:20:57.298130"], ["updated_at", "2018-07-06 14:20:57.298130"]]
24904
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24905
+  (0.1ms) SAVEPOINT active_record_1
24906
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "91a53645b51376299f75a292a6ab3c56"], ["content", "f6b5becb272d80dccb5e1a1f82fce364"], ["age", 2], ["created_at", "2018-07-06 14:20:57.300216"], ["updated_at", "2018-07-06 14:20:57.300216"]]
24907
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24908
+  (0.1ms) SAVEPOINT active_record_1
24909
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "81dbc2d8c20705f8a15e7d5ea5cfc001"], ["content", "03c4e4caf5962bdb53441d6641b37d5c"], ["age", 2], ["created_at", "2018-07-06 14:20:57.302162"], ["updated_at", "2018-07-06 14:20:57.302162"]]
24910
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24911
+  (0.1ms) SAVEPOINT active_record_1
24912
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "9a647b365321b794eb6dac27cb0b3932"], ["content", "d7b978ef3bc2fefb096c2d387acb8b38"], ["age", 2], ["created_at", "2018-07-06 14:20:57.304092"], ["updated_at", "2018-07-06 14:20:57.304092"]]
24913
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24914
+  (0.1ms) SAVEPOINT active_record_1
24915
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "d5bf1975b7e1a7c8315b41baea7e5fb3"], ["content", "f4403ae4b58e65e64f6d52582523afbd"], ["age", 2], ["created_at", "2018-07-06 14:20:57.306000"], ["updated_at", "2018-07-06 14:20:57.306000"]]
24916
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24917
+  (0.1ms) SAVEPOINT active_record_1
24918
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "548f4d03277dfd010bd19811c0c09b28"], ["content", "91cebf8f52dbbb10149892ba063cc51b"], ["age", 2], ["created_at", "2018-07-06 14:20:57.307964"], ["updated_at", "2018-07-06 14:20:57.307964"]]
24919
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24920
+  (0.1ms) SAVEPOINT active_record_1
24921
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "f77db7455217418967c9b785bfc0689f"], ["content", "ed980bd03f62957cc40bd9ee3cca774f"], ["age", 2], ["created_at", "2018-07-06 14:20:57.309855"], ["updated_at", "2018-07-06 14:20:57.309855"]]
24922
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24923
+  (0.1ms) SAVEPOINT active_record_1
24924
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "7f7d3d7420f6d80ae849b815c28b6426"], ["content", "0619ab62bd8e6dec00c89dc4ab52f7e5"], ["age", 2], ["created_at", "2018-07-06 14:20:57.311825"], ["updated_at", "2018-07-06 14:20:57.311825"]]
24925
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24926
+  (0.1ms) SAVEPOINT active_record_1
24927
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "8ccce481bf2b61ed78cec14456f13b73"], ["content", "d3f95fc63a79755ffaa6ebf428a510b8"], ["age", 2], ["created_at", "2018-07-06 14:20:57.313786"], ["updated_at", "2018-07-06 14:20:57.313786"]]
24928
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24929
+ CustomPost Load (0.2ms) SELECT "posts".* FROM "posts"
24930
+  (0.2ms) rollback transaction
24931
+  (0.1ms) begin transaction
24932
+ ----------------
24933
+ OdsTest: test_sa
24934
+ ----------------
24935
+  (0.1ms) SAVEPOINT active_record_1
24936
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "77edbb84e65b4e609474ce2380f88f83"], ["content", "acfc6500e1456b6ff265e9831057e107"], ["age", 2], ["created_at", "2018-07-06 14:20:57.327500"], ["updated_at", "2018-07-06 14:20:57.327500"]]
24937
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24938
+  (0.1ms) SAVEPOINT active_record_1
24939
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "5b17c298813e7f1668a0a74d1ec7add9"], ["content", "c81441e812dbb9b50e2ef103a430c4d5"], ["age", 2], ["created_at", "2018-07-06 14:20:57.329554"], ["updated_at", "2018-07-06 14:20:57.329554"]]
24940
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24941
+  (0.1ms) SAVEPOINT active_record_1
24942
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "ae12f31e395e966cdd109cb832065c6d"], ["content", "fa7f36df4e90317d56aa3546450929cc"], ["age", 2], ["created_at", "2018-07-06 14:20:57.331724"], ["updated_at", "2018-07-06 14:20:57.331724"]]
24943
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24944
+  (0.1ms) SAVEPOINT active_record_1
24945
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "bd92131ea9627b195241cc791f3f1519"], ["content", "4458e21c5a2f509f3e31c76b8e795ffc"], ["age", 2], ["created_at", "2018-07-06 14:20:57.333644"], ["updated_at", "2018-07-06 14:20:57.333644"]]
24946
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24947
+  (0.1ms) SAVEPOINT active_record_1
24948
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "334bc4212e6c261c3b6b88aed4d05fb3"], ["content", "d83397967647fe0fb3e50d20044b94ef"], ["age", 2], ["created_at", "2018-07-06 14:20:57.335635"], ["updated_at", "2018-07-06 14:20:57.335635"]]
24949
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24950
+  (0.1ms) SAVEPOINT active_record_1
24951
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "96a991fc1eba9d7f0400b83b5bb322c2"], ["content", "917421b384e0d6ea337c0bc714280b14"], ["age", 2], ["created_at", "2018-07-06 14:20:57.337538"], ["updated_at", "2018-07-06 14:20:57.337538"]]
24952
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24953
+  (0.1ms) SAVEPOINT active_record_1
24954
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "6293264cecff28eb755e67de0b21c350"], ["content", "b0f9b70d85231fd56db6212333ab9b49"], ["age", 2], ["created_at", "2018-07-06 14:20:57.339498"], ["updated_at", "2018-07-06 14:20:57.339498"]]
24955
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24956
+  (0.1ms) SAVEPOINT active_record_1
24957
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "ccfbdc2416027e19f4849206eff3e90f"], ["content", "5b6c9d805af528c65a413ffb86f08dd5"], ["age", 2], ["created_at", "2018-07-06 14:20:57.341413"], ["updated_at", "2018-07-06 14:20:57.341413"]]
24958
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24959
+  (0.1ms) SAVEPOINT active_record_1
24960
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "f8e2bec261c2bafddfe21bceb568a8a0"], ["content", "bdfacc1aea79a4312effeb406f8f2919"], ["age", 2], ["created_at", "2018-07-06 14:20:57.343438"], ["updated_at", "2018-07-06 14:20:57.343438"]]
24961
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24962
+  (0.1ms) SAVEPOINT active_record_1
24963
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "e6681ca3e3e5dcfef9009b82dc75a46b"], ["content", "d608efca3d886aac007d015738e81004"], ["age", 2], ["created_at", "2018-07-06 14:20:57.345364"], ["updated_at", "2018-07-06 14:20:57.345364"]]
24964
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24965
+  (0.2ms) rollback transaction
24966
+  (0.1ms) begin transaction
24967
+ -------------------
24968
+ OdsTest: test_model
24969
+ -------------------
24970
+  (0.1ms) SAVEPOINT active_record_1
24971
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "55b71faac0c966b14b55e45ac5909824"], ["content", "ddfdf6a296883b8880dd9655fec4e676"], ["age", 2], ["created_at", "2018-07-06 14:20:57.351644"], ["updated_at", "2018-07-06 14:20:57.351644"]]
24972
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24973
+  (0.1ms) SAVEPOINT active_record_1
24974
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "eaffed5cffc7b3efe396f1eded09854d"], ["content", "a05c557fa266768f7b64629d4cf8db9b"], ["age", 2], ["created_at", "2018-07-06 14:20:57.353667"], ["updated_at", "2018-07-06 14:20:57.353667"]]
24975
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24976
+  (0.1ms) SAVEPOINT active_record_1
24977
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "4d6e7df41d61baa01f64b2411fde50de"], ["content", "ec6d552452e30974285d1f3aa993a9d9"], ["age", 2], ["created_at", "2018-07-06 14:20:57.355806"], ["updated_at", "2018-07-06 14:20:57.355806"]]
24978
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24979
+  (0.1ms) SAVEPOINT active_record_1
24980
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "51de7e1a09a45ac777c0d4d08d52c244"], ["content", "0a353ae28a29a905b34815b697a74ec4"], ["age", 2], ["created_at", "2018-07-06 14:20:57.357697"], ["updated_at", "2018-07-06 14:20:57.357697"]]
24981
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24982
+  (0.1ms) SAVEPOINT active_record_1
24983
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "6cfa5cf23a11e620cf823aa7c5c0ac18"], ["content", "aac7441379119d6f0f10b9415ab4bdd2"], ["age", 2], ["created_at", "2018-07-06 14:20:57.359636"], ["updated_at", "2018-07-06 14:20:57.359636"]]
24984
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24985
+  (0.1ms) SAVEPOINT active_record_1
24986
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "063c9e0d6ee16e8d23b3d80fe9a54ace"], ["content", "f3eaed9868e79e239c7968de3b7514fb"], ["age", 2], ["created_at", "2018-07-06 14:20:57.361530"], ["updated_at", "2018-07-06 14:20:57.361530"]]
24987
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24988
+  (0.1ms) SAVEPOINT active_record_1
24989
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "9d1436519d52a3467ae28385ac835134"], ["content", "931be3569352192516be1678cb488b1d"], ["age", 2], ["created_at", "2018-07-06 14:20:57.363458"], ["updated_at", "2018-07-06 14:20:57.363458"]]
24990
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24991
+  (0.1ms) SAVEPOINT active_record_1
24992
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "3e34ccedc806ea0d9eea642791a59034"], ["content", "105bc907faced60b7e2d0726f00b5804"], ["age", 2], ["created_at", "2018-07-06 14:20:57.365299"], ["updated_at", "2018-07-06 14:20:57.365299"]]
24993
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24994
+  (0.1ms) SAVEPOINT active_record_1
24995
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "153470195e797a4bde9c91b5429d8d6a"], ["content", "72eef83706dace91cd532e0aa37693ef"], ["age", 2], ["created_at", "2018-07-06 14:20:57.367270"], ["updated_at", "2018-07-06 14:20:57.367270"]]
24996
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24997
+  (0.1ms) SAVEPOINT active_record_1
24998
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "2ea727b8ba74be9c465cd68bcac6b03f"], ["content", "5a6beb48546bdbe5d91952c9c106428e"], ["age", 2], ["created_at", "2018-07-06 14:20:57.369177"], ["updated_at", "2018-07-06 14:20:57.369177"]]
24999
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25000
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
25001
+  (0.2ms) rollback transaction
25002
+  (0.1ms) begin transaction
25003
+ -------------------------
25004
+ OdsTest: test_empty_model
25005
+ -------------------------
25006
+  (0.1ms) SAVEPOINT active_record_1
25007
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "621918c56ccb94df721f1cdf925f586d"], ["content", "af54e6b1f87f28f90ee854ab9537dd03"], ["age", 2], ["created_at", "2018-07-06 14:20:57.383175"], ["updated_at", "2018-07-06 14:20:57.383175"]]
25008
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25009
+  (0.1ms) SAVEPOINT active_record_1
25010
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "dd6c85b5f97b5e46e18daedced404887"], ["content", "9c92d3506948bd39e84782551dff815a"], ["age", 2], ["created_at", "2018-07-06 14:20:57.385276"], ["updated_at", "2018-07-06 14:20:57.385276"]]
25011
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25012
+  (0.1ms) SAVEPOINT active_record_1
25013
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "6f7b090cb5459740ef48096173dcbddd"], ["content", "a99c50adba5e2b5fe264d4a0e492777f"], ["age", 2], ["created_at", "2018-07-06 14:20:57.387387"], ["updated_at", "2018-07-06 14:20:57.387387"]]
25014
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25015
+  (0.1ms) SAVEPOINT active_record_1
25016
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "45b87a65efa48c3641bf6751edb96e2c"], ["content", "356d9706d4c9d848c792b5bace329843"], ["age", 2], ["created_at", "2018-07-06 14:20:57.389339"], ["updated_at", "2018-07-06 14:20:57.389339"]]
25017
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25018
+  (0.1ms) SAVEPOINT active_record_1
25019
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "ff2d8459f3200f3946529dc99467cc97"], ["content", "d3c7a38d44e2e9697ac6f91c50c5d6bc"], ["age", 2], ["created_at", "2018-07-06 14:20:57.391332"], ["updated_at", "2018-07-06 14:20:57.391332"]]
25020
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25021
+  (0.1ms) SAVEPOINT active_record_1
25022
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "abaff91835dccc597d41dd9d4459f864"], ["content", "bdd8d27644bc69e1be7593043818e94e"], ["age", 2], ["created_at", "2018-07-06 14:20:57.393267"], ["updated_at", "2018-07-06 14:20:57.393267"]]
25023
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25024
+  (0.1ms) SAVEPOINT active_record_1
25025
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "7132a674e825492e3cf2146af1c2a3f9"], ["content", "692660c5b3ac7fea631c39c6ff34fc71"], ["age", 2], ["created_at", "2018-07-06 14:20:57.395278"], ["updated_at", "2018-07-06 14:20:57.395278"]]
25026
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25027
+  (0.1ms) SAVEPOINT active_record_1
25028
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "4deb4ba27efaf6e93531de18a1582220"], ["content", "4929d3e05dcda5edda1a115f630c707f"], ["age", 2], ["created_at", "2018-07-06 14:20:57.397272"], ["updated_at", "2018-07-06 14:20:57.397272"]]
25029
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25030
+  (0.1ms) SAVEPOINT active_record_1
25031
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "15e04e896174c455ff35e3f8d029d4e0"], ["content", "6b726d50b22c2e5163e8e94b63185929"], ["age", 2], ["created_at", "2018-07-06 14:20:57.399208"], ["updated_at", "2018-07-06 14:20:57.399208"]]
25032
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25033
+  (0.1ms) SAVEPOINT active_record_1
25034
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "79453c83c245a383ebcfcfb5f3604f37"], ["content", "c895f6f71f2d59d7c50bffb1b3410376"], ["age", 2], ["created_at", "2018-07-06 14:20:57.401149"], ["updated_at", "2018-07-06 14:20:57.401149"]]
25035
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25036
+ CustomPost Destroy (0.1ms) DELETE FROM "posts"
25037
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
25038
+  (0.2ms) rollback transaction
25039
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
25040
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
25041
+  (0.1ms) begin transaction
25042
+  (0.1ms) commit transaction
25043
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
25044
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
25045
+  (0.2ms) SELECT COUNT(*) FROM "posts"
25046
+  (0.1ms) begin transaction
25047
+ ---------------------
25048
+ CsvTest: test_options
25049
+ ---------------------
25050
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25051
+  (0.1ms) rollback transaction
25052
+  (0.1ms) begin transaction
25053
+ -------------------------
25054
+ CsvTest: test_empty_model
25055
+ -------------------------
25056
+ Post Destroy (0.3ms) DELETE FROM "posts"
25057
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25058
+  (0.2ms) rollback transaction
25059
+  (0.1ms) begin transaction
25060
+ -------------------
25061
+ CsvTest: test_model
25062
+ -------------------
25063
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25064
+  (0.1ms) rollback transaction
25065
+  (0.1ms) begin transaction
25066
+ ----------------------
25067
+ CsvTest: test_empty_sa
25068
+ ----------------------
25069
+  (0.1ms) rollback transaction
25070
+  (0.1ms) begin transaction
25071
+ ----------------
25072
+ CsvTest: test_sa
25073
+ ----------------
25074
+  (0.1ms) rollback transaction
25075
+  (0.1ms) begin transaction
25076
+ -----------------------------------------------
25077
+ SpreadsheetArchitectUtilsTest: test_get_options
25078
+ -----------------------------------------------
25079
+  (0.1ms) rollback transaction
25080
+  (0.1ms) begin transaction
25081
+ ---------------------------------------------------------
25082
+ SpreadsheetArchitectUtilsTest: test_convert_styles_to_ods
25083
+ ---------------------------------------------------------
25084
+  (0.1ms) rollback transaction
25085
+  (0.1ms) begin transaction
25086
+ --------------------------------------------
25087
+ SpreadsheetArchitectUtilsTest: test_get_type
25088
+ --------------------------------------------
25089
+  (0.1ms) rollback transaction
25090
+  (0.1ms) begin transaction
25091
+ ---------------------------------------------------------
25092
+ SpreadsheetArchitectUtilsTest: test_constants_dont_change
25093
+ ---------------------------------------------------------
25094
+  (0.1ms) rollback transaction
25095
+  (0.1ms) begin transaction
25096
+ -----------------------------------------------------------
25097
+ SpreadsheetArchitectUtilsTest: test_convert_styles_to_axlsx
25098
+ -----------------------------------------------------------
25099
+  (0.1ms) rollback transaction
25100
+  (0.1ms) begin transaction
25101
+ ------------------------------------------------
25102
+ SpreadsheetArchitectUtilsTest: test_str_humanize
25103
+ ------------------------------------------------
25104
+  (0.1ms) rollback transaction
25105
+  (0.1ms) begin transaction
25106
+ -------------------------------------------------
25107
+ SpreadsheetArchitectUtilsTest: test_get_cell_data
25108
+ -------------------------------------------------
25109
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25110
+  (0.1ms) rollback transaction
25111
+  (0.1ms) begin transaction
25112
+ -------------------------------------
25113
+ SpreadsheetArchitectTest: test_config
25114
+ -------------------------------------
25115
+  (0.1ms) rollback transaction
25116
+  (0.1ms) begin transaction
25117
+ ------------------------
25118
+ CustomPostTest: test_csv
25119
+ ------------------------
25120
+ CustomPost Load (0.2ms) SELECT "posts".* FROM "posts"
25121
+  (0.1ms) rollback transaction
25122
+  (0.1ms) begin transaction
25123
+ ------------------------
25124
+ CustomPostTest: test_ods
25125
+ ------------------------
25126
+ CustomPost Load (0.2ms) SELECT "posts".* FROM "posts"
25127
+  (0.1ms) rollback transaction
25128
+  (0.1ms) begin transaction
25129
+ ------------------------------------------
25130
+ CustomPostTest: test_constants_dont_change
25131
+ ------------------------------------------
25132
+  (0.1ms) rollback transaction
25133
+  (0.1ms) begin transaction
25134
+ --------------------------
25135
+ CustomPostTest: test_empty
25136
+ --------------------------
25137
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25138
+  (0.1ms) SAVEPOINT active_record_1
25139
+ Post Destroy (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
25140
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25141
+  (0.1ms) SAVEPOINT active_record_1
25142
+ Post Destroy (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]
25143
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25144
+  (0.1ms) SAVEPOINT active_record_1
25145
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 3]]
25146
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25147
+  (0.1ms) SAVEPOINT active_record_1
25148
+ Post Destroy (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 4]]
25149
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25150
+  (0.1ms) SAVEPOINT active_record_1
25151
+ Post Destroy (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 5]]
25152
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25153
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25154
+  (0.2ms) rollback transaction
25155
+  (0.1ms) begin transaction
25156
+ -------------------------
25157
+ CustomPostTest: test_xlsx
25158
+ -------------------------
25159
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
25160
+  (0.1ms) rollback transaction
25161
+  (0.1ms) begin transaction
25162
+ ------------------
25163
+ PostTest: test_csv
25164
+ ------------------
25165
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25166
+  (0.1ms) rollback transaction
25167
+  (0.1ms) begin transaction
25168
+ --------------------
25169
+ PostTest: test_empty
25170
+ --------------------
25171
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25172
+  (0.1ms) SAVEPOINT active_record_1
25173
+ Post Destroy (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
25174
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25175
+  (0.1ms) SAVEPOINT active_record_1
25176
+ Post Destroy (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]
25177
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25178
+  (0.1ms) SAVEPOINT active_record_1
25179
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 3]]
25180
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25181
+  (0.1ms) SAVEPOINT active_record_1
25182
+ Post Destroy (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 4]]
25183
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25184
+  (0.1ms) SAVEPOINT active_record_1
25185
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 5]]
25186
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25187
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25188
+  (0.2ms) rollback transaction
25189
+  (0.1ms) begin transaction
25190
+ -------------------
25191
+ PostTest: test_xlsx
25192
+ -------------------
25193
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25194
+  (0.1ms) rollback transaction
25195
+  (0.1ms) begin transaction
25196
+ ------------------
25197
+ PostTest: test_ods
25198
+ ------------------
25199
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25200
+  (0.1ms) rollback transaction
25201
+  (0.1ms) begin transaction
25202
+ --------------------------
25203
+ XlsxTest: test_empty_model
25204
+ --------------------------
25205
+ Post Destroy (0.2ms) DELETE FROM "posts"
25206
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25207
+  (0.2ms) rollback transaction
25208
+  (0.1ms) begin transaction
25209
+ -----------------
25210
+ XlsxTest: test_sa
25211
+ -----------------
25212
+  (0.1ms) rollback transaction
25213
+  (0.1ms) begin transaction
25214
+ -----------------------
25215
+ XlsxTest: test_empty_sa
25216
+ -----------------------
25217
+  (0.1ms) rollback transaction
25218
+  (0.1ms) begin transaction
25219
+ ----------------------
25220
+ XlsxTest: test_extreme
25221
+ ----------------------
25222
+  (0.1ms) rollback transaction
25223
+  (0.1ms) begin transaction
25224
+ --------------------
25225
+ XlsxTest: test_model
25226
+ --------------------
25227
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25228
+  (0.1ms) rollback transaction
25229
+  (0.1ms) begin transaction
25230
+ -----------------------------
25231
+ PlainRubyObjectTest: test_ods
25232
+ -----------------------------
25233
+  (0.1ms) rollback transaction
25234
+  (0.1ms) begin transaction
25235
+ ------------------------------
25236
+ PlainRubyObjectTest: test_xlsx
25237
+ ------------------------------
25238
+  (0.1ms) rollback transaction
25239
+  (0.1ms) begin transaction
25240
+ -----------------------------
25241
+ PlainRubyObjectTest: test_csv
25242
+ -----------------------------
25243
+  (0.1ms) rollback transaction
25244
+  (0.1ms) begin transaction
25245
+ -------------------------------
25246
+ ActiveModelObjectTest: test_csv
25247
+ -------------------------------
25248
+  (0.1ms) rollback transaction
25249
+  (0.1ms) begin transaction
25250
+ -------------------------------
25251
+ ActiveModelObjectTest: test_ods
25252
+ -------------------------------
25253
+  (0.1ms) rollback transaction
25254
+  (0.1ms) begin transaction
25255
+ --------------------------------
25256
+ ActiveModelObjectTest: test_xlsx
25257
+ --------------------------------
25258
+  (0.1ms) rollback transaction
25259
+  (0.1ms) begin transaction
25260
+ ------------------------------------------------
25261
+ ApplicationTest: test_Renders_sample_xlsx_action
25262
+ ------------------------------------------------
25263
+ Started GET "/spreadsheet/xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:21:59 -0700
25264
+ Processing by SpreadsheetsController#xlsx as XLSX
25265
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25266
+ Rendering text template
25267
+ Rendered text template (0.0ms)
25268
+ Sent data Posts.xlsx (3.0ms)
25269
+ Completed 200 OK in 13ms (Views: 3.3ms | ActiveRecord: 0.2ms)
25270
+  (0.1ms) rollback transaction
25271
+  (0.1ms) begin transaction
25272
+ ------------------------------
25273
+ ApplicationTest: test_alt_xlsx
25274
+ ------------------------------
25275
+ Started GET "/spreadsheet/alt_xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:21:59 -0700
25276
+ Processing by SpreadsheetsController#alt_xlsx as XLSX
25277
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25278
+ Rendering text template
25279
+ Rendered text template (0.0ms)
25280
+ Sent data Posts.xlsx (0.6ms)
25281
+ Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.2ms)
25282
+  (0.1ms) rollback transaction
25283
+  (0.1ms) begin transaction
25284
+ -------------------------
25285
+ ApplicationTest: test_csv
25286
+ -------------------------
25287
+ Started GET "/spreadsheet/csv" for 127.0.0.1 at 2018-07-06 07:21:59 -0700
25288
+ Processing by SpreadsheetsController#csv as HTML
25289
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25290
+ Rendering text template
25291
+ Rendered text template (0.0ms)
25292
+ Sent data data.csv (0.5ms)
25293
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
25294
+  (0.1ms) rollback transaction
25295
+  (0.1ms) begin transaction
25296
+ -------------------------
25297
+ ApplicationTest: test_ods
25298
+ -------------------------
25299
+ Started GET "/spreadsheet/ods" for 127.0.0.1 at 2018-07-06 07:21:59 -0700
25300
+ Processing by SpreadsheetsController#ods as HTML
25301
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25302
+ Rendering text template
25303
+ Rendered text template (0.0ms)
25304
+ Sent data data.ods (0.4ms)
25305
+ Completed 200 OK in 12ms (Views: 0.6ms | ActiveRecord: 0.2ms)
25306
+  (0.1ms) rollback transaction
25307
+  (0.1ms) begin transaction
25308
+ --------------------------
25309
+ ApplicationTest: test_xlsx
25310
+ --------------------------
25311
+ Started GET "/spreadsheet/xlsx" for 127.0.0.1 at 2018-07-06 07:21:59 -0700
25312
+ Processing by SpreadsheetsController#xlsx as HTML
25313
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25314
+ Rendering text template
25315
+ Rendered text template (0.0ms)
25316
+ Sent data Posts.xlsx (0.5ms)
25317
+ Completed 200 OK in 10ms (Views: 0.6ms | ActiveRecord: 0.2ms)
25318
+  (0.1ms) rollback transaction
25319
+  (0.1ms) begin transaction
25320
+ -------------------
25321
+ OdsTest: test_model
25322
+ -------------------
25323
+  (0.1ms) SAVEPOINT active_record_1
25324
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "e6784161920af63579a57382b5714ce7"], ["content", "73a06901c7f6ab44554fb00443b0cb10"], ["age", 2], ["created_at", "2018-07-06 14:21:59.540982"], ["updated_at", "2018-07-06 14:21:59.540982"]]
25325
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25326
+  (0.1ms) SAVEPOINT active_record_1
25327
+ CustomPost Create (0.4ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "a94c16ce6392410509679a33f86a093d"], ["content", "d1d44f4dd2b28a12d343211ac0aa1d7c"], ["age", 2], ["created_at", "2018-07-06 14:21:59.543463"], ["updated_at", "2018-07-06 14:21:59.543463"]]
25328
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25329
+  (0.1ms) SAVEPOINT active_record_1
25330
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "5ef375ef9f5da451d0856068ab016f0a"], ["content", "c0412b93cee3c1f51463ce3aeb322dc4"], ["age", 2], ["created_at", "2018-07-06 14:21:59.545525"], ["updated_at", "2018-07-06 14:21:59.545525"]]
25331
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25332
+  (0.1ms) SAVEPOINT active_record_1
25333
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "d333050c4f31566affc00abd714f6fca"], ["content", "d2d5ac3667c61057ba8e2a730784e71d"], ["age", 2], ["created_at", "2018-07-06 14:21:59.547507"], ["updated_at", "2018-07-06 14:21:59.547507"]]
25334
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25335
+  (0.1ms) SAVEPOINT active_record_1
25336
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "decaa9c19587da7c5dbc5a2606b46db6"], ["content", "a99bc63bf24c9ea82551d2fbedf0b087"], ["age", 2], ["created_at", "2018-07-06 14:21:59.549460"], ["updated_at", "2018-07-06 14:21:59.549460"]]
25337
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25338
+  (0.1ms) SAVEPOINT active_record_1
25339
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "b60ca9486966c82f75f37bfe4e1b314a"], ["content", "2144e0ba56bd9753199c35ddfc832987"], ["age", 2], ["created_at", "2018-07-06 14:21:59.551442"], ["updated_at", "2018-07-06 14:21:59.551442"]]
25340
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25341
+  (0.1ms) SAVEPOINT active_record_1
25342
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "60e50841f40820778e439826968eea94"], ["content", "b50e76cda5eeab7281eb4846658ea518"], ["age", 2], ["created_at", "2018-07-06 14:21:59.553447"], ["updated_at", "2018-07-06 14:21:59.553447"]]
25343
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25344
+  (0.1ms) SAVEPOINT active_record_1
25345
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "0a778e3e82368a51cc9f3885f5aa6155"], ["content", "ba205e2936ddbeb9a4e7dfcdb76c9ad8"], ["age", 2], ["created_at", "2018-07-06 14:21:59.555415"], ["updated_at", "2018-07-06 14:21:59.555415"]]
25346
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25347
+  (0.1ms) SAVEPOINT active_record_1
25348
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "b9da685400848f11e5e3b7b9d94b0755"], ["content", "028faf999334132c3cd7a2b954ff8993"], ["age", 2], ["created_at", "2018-07-06 14:21:59.557317"], ["updated_at", "2018-07-06 14:21:59.557317"]]
25349
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25350
+  (0.1ms) SAVEPOINT active_record_1
25351
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "59becb8d38e0eea11ec13d8abd44a51d"], ["content", "ffb4ae5e72ac4bc3db7157e748466230"], ["age", 2], ["created_at", "2018-07-06 14:21:59.559283"], ["updated_at", "2018-07-06 14:21:59.559283"]]
25352
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25353
+ CustomPost Load (0.2ms) SELECT "posts".* FROM "posts"
25354
+  (0.2ms) rollback transaction
25355
+  (0.1ms) begin transaction
25356
+ ----------------
25357
+ OdsTest: test_sa
25358
+ ----------------
25359
+  (0.1ms) SAVEPOINT active_record_1
25360
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "ae0bd3229f74e7702e07d6aa16002319"], ["content", "1773ff3b247dadc35bacb69fd8845a3b"], ["age", 2], ["created_at", "2018-07-06 14:21:59.573181"], ["updated_at", "2018-07-06 14:21:59.573181"]]
25361
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25362
+  (0.1ms) SAVEPOINT active_record_1
25363
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "0dff04adf6c19deb3e43247bbb6310e9"], ["content", "dd4a17d63fdbb7e60745d69470803e38"], ["age", 2], ["created_at", "2018-07-06 14:21:59.575352"], ["updated_at", "2018-07-06 14:21:59.575352"]]
25364
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25365
+  (0.1ms) SAVEPOINT active_record_1
25366
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "dd4798125b429ab8c3f3a16c849da401"], ["content", "0df23e52151eb24087e0089593870afd"], ["age", 2], ["created_at", "2018-07-06 14:21:59.577428"], ["updated_at", "2018-07-06 14:21:59.577428"]]
25367
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25368
+  (0.1ms) SAVEPOINT active_record_1
25369
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "8d5f43ba5320ec7167703975ce70428e"], ["content", "be783010b88f33869ca71f763144293d"], ["age", 2], ["created_at", "2018-07-06 14:21:59.579411"], ["updated_at", "2018-07-06 14:21:59.579411"]]
25370
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25371
+  (0.1ms) SAVEPOINT active_record_1
25372
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "87f93eaeedaffb7c2d24ad3b89822234"], ["content", "c83bafcb313e358a5a2b80e489bf57ff"], ["age", 2], ["created_at", "2018-07-06 14:21:59.581363"], ["updated_at", "2018-07-06 14:21:59.581363"]]
25373
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25374
+  (0.1ms) SAVEPOINT active_record_1
25375
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "74ad51ab12f7fdddb62ab41b41f8f040"], ["content", "9ccd294342d4f11a39b314116908fb34"], ["age", 2], ["created_at", "2018-07-06 14:21:59.583324"], ["updated_at", "2018-07-06 14:21:59.583324"]]
25376
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25377
+  (0.1ms) SAVEPOINT active_record_1
25378
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "2efe6cd3b19fa962710e909c3f69761d"], ["content", "78fa19849e1b17453811b1f484adf364"], ["age", 2], ["created_at", "2018-07-06 14:21:59.585256"], ["updated_at", "2018-07-06 14:21:59.585256"]]
25379
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25380
+  (0.1ms) SAVEPOINT active_record_1
25381
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "7611e8b7f9353df40e4fcc341ee41f00"], ["content", "d78670d1a30d38c129c5a45cd0dad0ce"], ["age", 2], ["created_at", "2018-07-06 14:21:59.587310"], ["updated_at", "2018-07-06 14:21:59.587310"]]
25382
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25383
+  (0.1ms) SAVEPOINT active_record_1
25384
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "aa55f788e0abe57430cc587c35d0a50e"], ["content", "0dec689d748d458cdfa9fd8f132f3151"], ["age", 2], ["created_at", "2018-07-06 14:21:59.589258"], ["updated_at", "2018-07-06 14:21:59.589258"]]
25385
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25386
+  (0.1ms) SAVEPOINT active_record_1
25387
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "cb1988b812e259904503839172763067"], ["content", "e9f2bfe50e266f486bcb9102372c94f5"], ["age", 2], ["created_at", "2018-07-06 14:21:59.591222"], ["updated_at", "2018-07-06 14:21:59.591222"]]
25388
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25389
+  (0.2ms) rollback transaction
25390
+  (0.1ms) begin transaction
25391
+ ----------------------
25392
+ OdsTest: test_empty_sa
25393
+ ----------------------
25394
+  (0.1ms) SAVEPOINT active_record_1
25395
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "f5b32a2ba80ac30617e92a54047a723f"], ["content", "71abd7a37f2b24e1ee9c0d1d4bc71e56"], ["age", 2], ["created_at", "2018-07-06 14:21:59.597699"], ["updated_at", "2018-07-06 14:21:59.597699"]]
25396
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25397
+  (0.1ms) SAVEPOINT active_record_1
25398
+ CustomPost Create (0.4ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "e476d31b8d9c7d11ed2a9c4487504ac0"], ["content", "0af86ee0c56b9e0639074d4cff7266c5"], ["age", 2], ["created_at", "2018-07-06 14:21:59.599825"], ["updated_at", "2018-07-06 14:21:59.599825"]]
25399
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25400
+  (0.1ms) SAVEPOINT active_record_1
25401
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "9104825897ef66c42b74648844aaef9a"], ["content", "d80fb072bebf73e612297ae894d69f38"], ["age", 2], ["created_at", "2018-07-06 14:21:59.601932"], ["updated_at", "2018-07-06 14:21:59.601932"]]
25402
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25403
+  (0.1ms) SAVEPOINT active_record_1
25404
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "92d6571f3db42e2537b2453e667c0131"], ["content", "976d6ea439873e7a5ce9ca15c0e38b52"], ["age", 2], ["created_at", "2018-07-06 14:21:59.603912"], ["updated_at", "2018-07-06 14:21:59.603912"]]
25405
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25406
+  (0.1ms) SAVEPOINT active_record_1
25407
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "a06c9dddde61a5233819ee4f833f5e9d"], ["content", "5a828fa5ce0f1390a348b4a8d01418a3"], ["age", 2], ["created_at", "2018-07-06 14:21:59.605894"], ["updated_at", "2018-07-06 14:21:59.605894"]]
25408
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25409
+  (0.1ms) SAVEPOINT active_record_1
25410
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "e0791c6f49a6dfeb92a200848b9f18f8"], ["content", "90f0c18dc9d54230915ac5651ecd6cbd"], ["age", 2], ["created_at", "2018-07-06 14:21:59.607881"], ["updated_at", "2018-07-06 14:21:59.607881"]]
25411
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25412
+  (0.1ms) SAVEPOINT active_record_1
25413
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "acf76ffdc3bd9db32e4bb3558d46489c"], ["content", "c564029515d9d475f0d6d33b4ff251cb"], ["age", 2], ["created_at", "2018-07-06 14:21:59.609792"], ["updated_at", "2018-07-06 14:21:59.609792"]]
25414
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25415
+  (0.1ms) SAVEPOINT active_record_1
25416
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "863f571123322b1bb11e1015e8fb4305"], ["content", "9ddaad1e71d4fac77b4ce42ca95f5794"], ["age", 2], ["created_at", "2018-07-06 14:21:59.611788"], ["updated_at", "2018-07-06 14:21:59.611788"]]
25417
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25418
+  (0.1ms) SAVEPOINT active_record_1
25419
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "c734916168191e5e6b6460bd7724c672"], ["content", "18119e9223d27f159855840b37630578"], ["age", 2], ["created_at", "2018-07-06 14:21:59.613706"], ["updated_at", "2018-07-06 14:21:59.613706"]]
25420
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25421
+  (0.1ms) SAVEPOINT active_record_1
25422
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "fa97232dd892a9a09e7ff9b71ecce5be"], ["content", "a2ded0b49f303aaf8c25f3841556d671"], ["age", 2], ["created_at", "2018-07-06 14:21:59.615671"], ["updated_at", "2018-07-06 14:21:59.615671"]]
25423
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25424
+  (0.2ms) rollback transaction
25425
+  (0.1ms) begin transaction
25426
+ -------------------------
25427
+ OdsTest: test_empty_model
25428
+ -------------------------
25429
+  (0.1ms) SAVEPOINT active_record_1
25430
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "3a6c731d75c8c71175306aa83b285229"], ["content", "cabf6d3d680ab015d49c59dbc6b77482"], ["age", 2], ["created_at", "2018-07-06 14:21:59.621199"], ["updated_at", "2018-07-06 14:21:59.621199"]]
25431
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25432
+  (0.1ms) SAVEPOINT active_record_1
25433
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "f60f1a29ca00b8547e9581d6355983c8"], ["content", "10a01025166fdaa465ee98dcf2bbacc2"], ["age", 2], ["created_at", "2018-07-06 14:21:59.623362"], ["updated_at", "2018-07-06 14:21:59.623362"]]
25434
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25435
+  (0.1ms) SAVEPOINT active_record_1
25436
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "050695f19d0d717fa5e882e818e7ccd4"], ["content", "c6c7ce271f35a774bf0a6bb220737973"], ["age", 2], ["created_at", "2018-07-06 14:21:59.625425"], ["updated_at", "2018-07-06 14:21:59.625425"]]
25437
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25438
+  (0.1ms) SAVEPOINT active_record_1
25439
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "5553d9a7e9c41344b3372b087aa158da"], ["content", "bd3ea962dc37a6d06a104e4b525cc53f"], ["age", 2], ["created_at", "2018-07-06 14:21:59.627412"], ["updated_at", "2018-07-06 14:21:59.627412"]]
25440
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25441
+  (0.1ms) SAVEPOINT active_record_1
25442
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "e33a9bb48881c65d128ced859b9fbbf3"], ["content", "e38998da1c0e2c8496a7458d3b1117c2"], ["age", 2], ["created_at", "2018-07-06 14:21:59.629416"], ["updated_at", "2018-07-06 14:21:59.629416"]]
25443
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25444
+  (0.1ms) SAVEPOINT active_record_1
25445
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "fc7f1041639ce9c9f134681069d8460c"], ["content", "3e7123fdf18f0c6a8d33b1f56454becd"], ["age", 2], ["created_at", "2018-07-06 14:21:59.631384"], ["updated_at", "2018-07-06 14:21:59.631384"]]
25446
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25447
+  (0.1ms) SAVEPOINT active_record_1
25448
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "0aaf95ed09303019585c9bb29ebd1dc0"], ["content", "d7193b85ec9fafe1d5f3e325dc477fa0"], ["age", 2], ["created_at", "2018-07-06 14:21:59.633282"], ["updated_at", "2018-07-06 14:21:59.633282"]]
25449
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25450
+  (0.1ms) SAVEPOINT active_record_1
25451
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "3f767226b352f67979a46df44ce33d1f"], ["content", "b255dac8e619d8be09bdd5d4e87d44c4"], ["age", 2], ["created_at", "2018-07-06 14:21:59.635331"], ["updated_at", "2018-07-06 14:21:59.635331"]]
25452
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25453
+  (0.1ms) SAVEPOINT active_record_1
25454
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "da9c307ce0d514acf7b62b016b20906e"], ["content", "373754746a725b3c664c8374bd01ef9d"], ["age", 2], ["created_at", "2018-07-06 14:21:59.637226"], ["updated_at", "2018-07-06 14:21:59.637226"]]
25455
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25456
+  (0.1ms) SAVEPOINT active_record_1
25457
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "ca50dbc6d8ba105437259cb6750a05ab"], ["content", "4fda8e9b13c150a9cad21b457500641d"], ["age", 2], ["created_at", "2018-07-06 14:21:59.639146"], ["updated_at", "2018-07-06 14:21:59.639146"]]
25458
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25459
+ CustomPost Destroy (0.1ms) DELETE FROM "posts"
25460
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
25461
+  (0.2ms) rollback transaction
25462
+  (0.1ms) begin transaction
25463
+ ---------------------
25464
+ OdsTest: test_options
25465
+ ---------------------
25466
+  (0.1ms) SAVEPOINT active_record_1
25467
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "7499f9c69f199ee2765816f582b83f2c"], ["content", "cf9e7109fe89206feb23e5230ddc5154"], ["age", 2], ["created_at", "2018-07-06 14:21:59.646063"], ["updated_at", "2018-07-06 14:21:59.646063"]]
25468
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25469
+  (0.1ms) SAVEPOINT active_record_1
25470
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "4839edc5f1e7a1746275bc63e87448fe"], ["content", "e29b60d7f6f6d97e42e0f7cf96cf17a9"], ["age", 2], ["created_at", "2018-07-06 14:21:59.648189"], ["updated_at", "2018-07-06 14:21:59.648189"]]
25471
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25472
+  (0.1ms) SAVEPOINT active_record_1
25473
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "6fbe00bd48e10d065ef93cabe5fa9efa"], ["content", "e9fac88f388a9d66063394e7e4ce7742"], ["age", 2], ["created_at", "2018-07-06 14:21:59.650257"], ["updated_at", "2018-07-06 14:21:59.650257"]]
25474
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25475
+  (0.1ms) SAVEPOINT active_record_1
25476
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "f858568d79cd4350eaed9b0be6bcca78"], ["content", "4945d098891fcdb818ff5e408a2492d8"], ["age", 2], ["created_at", "2018-07-06 14:21:59.652173"], ["updated_at", "2018-07-06 14:21:59.652173"]]
25477
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25478
+  (0.1ms) SAVEPOINT active_record_1
25479
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "88fae4c2b6e01aebbff651971891175c"], ["content", "ff047607bc167d4c1339ebe6fa48132b"], ["age", 2], ["created_at", "2018-07-06 14:21:59.654090"], ["updated_at", "2018-07-06 14:21:59.654090"]]
25480
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25481
+  (0.1ms) SAVEPOINT active_record_1
25482
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "081da05be169305fef7f027e95c65a80"], ["content", "0748838a613d46343e4f08f24d5a35f7"], ["age", 2], ["created_at", "2018-07-06 14:21:59.656111"], ["updated_at", "2018-07-06 14:21:59.656111"]]
25483
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25484
+  (0.1ms) SAVEPOINT active_record_1
25485
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "6731b7423950444363d0d84f6af80002"], ["content", "5f428027aa17e1b57ac74884487c8207"], ["age", 2], ["created_at", "2018-07-06 14:21:59.658013"], ["updated_at", "2018-07-06 14:21:59.658013"]]
25486
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25487
+  (0.1ms) SAVEPOINT active_record_1
25488
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "afa55814dde9d713fbca413ebbe32a86"], ["content", "7d56d5adbc0eb2da1af9285a97e5d063"], ["age", 2], ["created_at", "2018-07-06 14:21:59.659955"], ["updated_at", "2018-07-06 14:21:59.659955"]]
25489
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25490
+  (0.1ms) SAVEPOINT active_record_1
25491
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "7d89ec25f9d1872d755e6d69684839b6"], ["content", "8fb46942bbd1f008f11a26d853e66371"], ["age", 2], ["created_at", "2018-07-06 14:21:59.661956"], ["updated_at", "2018-07-06 14:21:59.661956"]]
25492
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25493
+  (0.1ms) SAVEPOINT active_record_1
25494
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "34c4fde714e396599d6a91b1775fa2d9"], ["content", "08ac6048191273c6363254e49515f8a2"], ["age", 2], ["created_at", "2018-07-06 14:21:59.663886"], ["updated_at", "2018-07-06 14:21:59.663886"]]
25495
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25496
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
25497
+  (0.2ms) rollback transaction
25498
+  (0.1ms) begin transaction
25499
+ ---------------------------------
25500
+ BadPlainRubyObjectTest: test_xlsx
25501
+ ---------------------------------
25502
+  (0.1ms) rollback transaction
25503
+  (0.1ms) begin transaction
25504
+ --------------------------------
25505
+ BadPlainRubyObjectTest: test_ods
25506
+ --------------------------------
25507
+  (0.1ms) rollback transaction
25508
+  (0.1ms) begin transaction
25509
+ --------------------------------
25510
+ BadPlainRubyObjectTest: test_csv
25511
+ --------------------------------
25512
+  (0.1ms) rollback transaction
25513
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
25514
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
25515
+  (0.1ms) begin transaction
25516
+  (0.1ms) commit transaction
25517
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
25518
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
25519
+  (0.2ms) SELECT COUNT(*) FROM "posts"
25520
+  (0.1ms) begin transaction
25521
+ ------------------------------------------
25522
+ CustomPostTest: test_constants_dont_change
25523
+ ------------------------------------------
25524
+  (0.1ms) rollback transaction
25525
+  (0.1ms) begin transaction
25526
+ --------------------------
25527
+ CustomPostTest: test_empty
25528
+ --------------------------
25529
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25530
+  (0.1ms) SAVEPOINT active_record_1
25531
+ Post Destroy (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
25532
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25533
+  (0.1ms) SAVEPOINT active_record_1
25534
+ Post Destroy (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]
25535
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25536
+  (0.1ms) SAVEPOINT active_record_1
25537
+ Post Destroy (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 3]]
25538
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25539
+  (0.1ms) SAVEPOINT active_record_1
25540
+ Post Destroy (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 4]]
25541
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25542
+  (0.1ms) SAVEPOINT active_record_1
25543
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 5]]
25544
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25545
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25546
+  (0.2ms) rollback transaction
25547
+  (0.1ms) begin transaction
25548
+ ------------------------
25549
+ CustomPostTest: test_ods
25550
+ ------------------------
25551
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
25552
+  (0.1ms) rollback transaction
25553
+  (0.1ms) begin transaction
25554
+ ------------------------
25555
+ CustomPostTest: test_csv
25556
+ ------------------------
25557
+ CustomPost Load (0.2ms) SELECT "posts".* FROM "posts"
25558
+  (0.1ms) rollback transaction
25559
+  (0.1ms) begin transaction
25560
+ -------------------------
25561
+ CustomPostTest: test_xlsx
25562
+ -------------------------
25563
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
25564
+  (0.1ms) rollback transaction
25565
+  (0.1ms) begin transaction
25566
+ -------------------------
25567
+ OdsTest: test_empty_model
25568
+ -------------------------
25569
+  (0.1ms) SAVEPOINT active_record_1
25570
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "6b6d7706050472072a282358cd1128cf"], ["content", "ba5565932ec4b697a26fd372323c1f25"], ["age", 2], ["created_at", "2018-07-06 14:22:59.380295"], ["updated_at", "2018-07-06 14:22:59.380295"]]
25571
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25572
+  (0.1ms) SAVEPOINT active_record_1
25573
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "27017ab77fef5232236f4b6bb61c10a3"], ["content", "60075309c4ee46f8ebe0fb2a8ee489ef"], ["age", 2], ["created_at", "2018-07-06 14:22:59.382799"], ["updated_at", "2018-07-06 14:22:59.382799"]]
25574
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25575
+  (0.1ms) SAVEPOINT active_record_1
25576
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "e351490f79d882340103e241fc08b290"], ["content", "6b95e74180c2c366aa403a488824dafc"], ["age", 2], ["created_at", "2018-07-06 14:22:59.385093"], ["updated_at", "2018-07-06 14:22:59.385093"]]
25577
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25578
+  (0.1ms) SAVEPOINT active_record_1
25579
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "d4fde37dfc95c6b3c4dab3d211c428bc"], ["content", "9906ba4ded0976339cb30b0f5f73868f"], ["age", 2], ["created_at", "2018-07-06 14:22:59.387210"], ["updated_at", "2018-07-06 14:22:59.387210"]]
25580
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25581
+  (0.1ms) SAVEPOINT active_record_1
25582
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "ec8434b531ac8c6a8b614f78c75fc789"], ["content", "ab7b680ae47842398bd300c113df6455"], ["age", 2], ["created_at", "2018-07-06 14:22:59.394648"], ["updated_at", "2018-07-06 14:22:59.394648"]]
25583
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25584
+  (0.1ms) SAVEPOINT active_record_1
25585
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "2559c03b899bf2b7d2c0c4f7a1f31fb1"], ["content", "64baabf8e67a077b4f6d5b78609618e0"], ["age", 2], ["created_at", "2018-07-06 14:22:59.396667"], ["updated_at", "2018-07-06 14:22:59.396667"]]
25586
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25587
+  (0.1ms) SAVEPOINT active_record_1
25588
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "53bceb4e513fb70ff32b8b925e8fdd97"], ["content", "3787276469c89f051764a30a330ac733"], ["age", 2], ["created_at", "2018-07-06 14:22:59.398616"], ["updated_at", "2018-07-06 14:22:59.398616"]]
25589
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25590
+  (0.1ms) SAVEPOINT active_record_1
25591
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "5bcf89d6614c45e3b04f7cf81f893c26"], ["content", "b83b733dd8f73983b6e7e69c93a004f7"], ["age", 2], ["created_at", "2018-07-06 14:22:59.400560"], ["updated_at", "2018-07-06 14:22:59.400560"]]
25592
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25593
+  (0.1ms) SAVEPOINT active_record_1
25594
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "e3a6c23d3a983270b4b3ab7f24dd119f"], ["content", "46c627846da0d27345f1c0a86e061f33"], ["age", 2], ["created_at", "2018-07-06 14:22:59.402467"], ["updated_at", "2018-07-06 14:22:59.402467"]]
25595
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25596
+  (0.1ms) SAVEPOINT active_record_1
25597
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "377d454d93796e90c10654ecf1500076"], ["content", "2e860d8414af496bf784df20d09457f3"], ["age", 2], ["created_at", "2018-07-06 14:22:59.404461"], ["updated_at", "2018-07-06 14:22:59.404461"]]
25598
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25599
+ CustomPost Destroy (0.1ms) DELETE FROM "posts"
25600
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
25601
+  (0.2ms) rollback transaction
25602
+  (0.1ms) begin transaction
25603
+ -------------------
25604
+ OdsTest: test_model
25605
+ -------------------
25606
+  (0.1ms) SAVEPOINT active_record_1
25607
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "47130543526c29e5d65810c2b992a618"], ["content", "9fc1a682eda00efe54f1c3db9f847560"], ["age", 2], ["created_at", "2018-07-06 14:22:59.411487"], ["updated_at", "2018-07-06 14:22:59.411487"]]
25608
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25609
+  (0.1ms) SAVEPOINT active_record_1
25610
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "b5d4661040026b55ec79f9cdac1d9c67"], ["content", "584360d0a254ee55d6364ad57a2a28c6"], ["age", 2], ["created_at", "2018-07-06 14:22:59.413566"], ["updated_at", "2018-07-06 14:22:59.413566"]]
25611
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25612
+  (0.1ms) SAVEPOINT active_record_1
25613
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "c6f295a5154bab3a1be0db7f2b96bb37"], ["content", "a05ae5345449428b530e0959e93483ef"], ["age", 2], ["created_at", "2018-07-06 14:22:59.415699"], ["updated_at", "2018-07-06 14:22:59.415699"]]
25614
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25615
+  (0.1ms) SAVEPOINT active_record_1
25616
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "8a6b2a76d4d76b2e610407436d43bc59"], ["content", "d42e296596d0c6f45038c69daec30c7c"], ["age", 2], ["created_at", "2018-07-06 14:22:59.417649"], ["updated_at", "2018-07-06 14:22:59.417649"]]
25617
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25618
+  (0.1ms) SAVEPOINT active_record_1
25619
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "b7c6b2558d237b3d6067b8482db4c13c"], ["content", "6f0ac6485ef60cb5b61c547947317175"], ["age", 2], ["created_at", "2018-07-06 14:22:59.419619"], ["updated_at", "2018-07-06 14:22:59.419619"]]
25620
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25621
+  (0.1ms) SAVEPOINT active_record_1
25622
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "9bbdbb1510fdf63989175f93c1e7a955"], ["content", "ea31b0c042e286d24aae148f061fd7b1"], ["age", 2], ["created_at", "2018-07-06 14:22:59.421604"], ["updated_at", "2018-07-06 14:22:59.421604"]]
25623
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25624
+  (0.1ms) SAVEPOINT active_record_1
25625
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "59e52176393b1c7452290daba82dc24e"], ["content", "8c13d5c819c7b3c805e0587093596ce8"], ["age", 2], ["created_at", "2018-07-06 14:22:59.423595"], ["updated_at", "2018-07-06 14:22:59.423595"]]
25626
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25627
+  (0.1ms) SAVEPOINT active_record_1
25628
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "ac97525c75c72665e4bd1b29ec102d70"], ["content", "026f820cabb96028504b77c8ff9b572f"], ["age", 2], ["created_at", "2018-07-06 14:22:59.425576"], ["updated_at", "2018-07-06 14:22:59.425576"]]
25629
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25630
+  (0.1ms) SAVEPOINT active_record_1
25631
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "2176ab51622b03131c8e706a69ec340b"], ["content", "37c49149a5cac5df766c776135f4b797"], ["age", 2], ["created_at", "2018-07-06 14:22:59.427619"], ["updated_at", "2018-07-06 14:22:59.427619"]]
25632
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25633
+  (0.1ms) SAVEPOINT active_record_1
25634
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "957c7d3460cba53776d459b77ac1a72a"], ["content", "e2c9338021952403e40014a70b71b78a"], ["age", 2], ["created_at", "2018-07-06 14:22:59.429575"], ["updated_at", "2018-07-06 14:22:59.429575"]]
25635
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25636
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
25637
+  (0.2ms) rollback transaction
25638
+  (0.1ms) begin transaction
25639
+ ----------------------
25640
+ OdsTest: test_empty_sa
25641
+ ----------------------
25642
+  (0.1ms) SAVEPOINT active_record_1
25643
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "ee4e83716f613025d1c26169b0e307e0"], ["content", "b3fe411c04811e0bc75af06f6bbf978a"], ["age", 2], ["created_at", "2018-07-06 14:22:59.443333"], ["updated_at", "2018-07-06 14:22:59.443333"]]
25644
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25645
+  (0.1ms) SAVEPOINT active_record_1
25646
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "b7f06ad2bed25344864eb1af97360b55"], ["content", "ae32aecfc14be1ca48934a82bf5e5722"], ["age", 2], ["created_at", "2018-07-06 14:22:59.445501"], ["updated_at", "2018-07-06 14:22:59.445501"]]
25647
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25648
+  (0.1ms) SAVEPOINT active_record_1
25649
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "6e461f6e2baa4ca0769c1d7612cf738d"], ["content", "a7d53dbd3893b7b974d6281145a6eeb8"], ["age", 2], ["created_at", "2018-07-06 14:22:59.447599"], ["updated_at", "2018-07-06 14:22:59.447599"]]
25650
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25651
+  (0.1ms) SAVEPOINT active_record_1
25652
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "d138ca1d22539443b15055223f1b0e42"], ["content", "847b2b12c4d56c7e4add974dd0c20b11"], ["age", 2], ["created_at", "2018-07-06 14:22:59.449595"], ["updated_at", "2018-07-06 14:22:59.449595"]]
25653
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25654
+  (0.1ms) SAVEPOINT active_record_1
25655
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "92866954629beb729d85561c21ef6eca"], ["content", "8cd0ee26c3c3b86bc1697f591a3f1706"], ["age", 2], ["created_at", "2018-07-06 14:22:59.451676"], ["updated_at", "2018-07-06 14:22:59.451676"]]
25656
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25657
+  (0.1ms) SAVEPOINT active_record_1
25658
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "de6d752e103acdcdd38f9319f1c349f7"], ["content", "517e6f517abb15b97d1f24d13be4b640"], ["age", 2], ["created_at", "2018-07-06 14:22:59.453628"], ["updated_at", "2018-07-06 14:22:59.453628"]]
25659
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25660
+  (0.1ms) SAVEPOINT active_record_1
25661
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "a73c9b69c535d79b80bd9b4a6900c415"], ["content", "4e33ba20de1ec1fc6a307d85063bb1d7"], ["age", 2], ["created_at", "2018-07-06 14:22:59.455641"], ["updated_at", "2018-07-06 14:22:59.455641"]]
25662
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25663
+  (0.1ms) SAVEPOINT active_record_1
25664
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "c71924f321988ed000cb61df8328451d"], ["content", "178334ab91ceeeb59344d6f37752cd30"], ["age", 2], ["created_at", "2018-07-06 14:22:59.457622"], ["updated_at", "2018-07-06 14:22:59.457622"]]
25665
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25666
+  (0.1ms) SAVEPOINT active_record_1
25667
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "383e4999da3fa222ab97daf1198b227f"], ["content", "d47d59874089b061d4c6aa273aa882fd"], ["age", 2], ["created_at", "2018-07-06 14:22:59.459649"], ["updated_at", "2018-07-06 14:22:59.459649"]]
25668
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25669
+  (0.1ms) SAVEPOINT active_record_1
25670
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "4ce6dca61aba7fe04013d9807560a5a9"], ["content", "cc01a6066d758a5c650b84e48143ac55"], ["age", 2], ["created_at", "2018-07-06 14:22:59.461592"], ["updated_at", "2018-07-06 14:22:59.461592"]]
25671
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25672
+  (0.2ms) rollback transaction
25673
+  (0.1ms) begin transaction
25674
+ ---------------------
25675
+ OdsTest: test_options
25676
+ ---------------------
25677
+  (0.1ms) SAVEPOINT active_record_1
25678
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "e5d7168bbbbfae624c4599e41c47841a"], ["content", "efca9bedfd42173ed2ce0f066ff963d3"], ["age", 2], ["created_at", "2018-07-06 14:22:59.467107"], ["updated_at", "2018-07-06 14:22:59.467107"]]
25679
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25680
+  (0.1ms) SAVEPOINT active_record_1
25681
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "53d224240857780119482861f177d917"], ["content", "a5cd790afa9a7d9350807a1c5234622b"], ["age", 2], ["created_at", "2018-07-06 14:22:59.469237"], ["updated_at", "2018-07-06 14:22:59.469237"]]
25682
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25683
+  (0.1ms) SAVEPOINT active_record_1
25684
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "a54a97f8e8c7e8e1e6035a51f381a893"], ["content", "863e2573adc2ef58cac1179e11051514"], ["age", 2], ["created_at", "2018-07-06 14:22:59.471317"], ["updated_at", "2018-07-06 14:22:59.471317"]]
25685
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25686
+  (0.1ms) SAVEPOINT active_record_1
25687
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "b9ec701c72ef34f83aed06e1f5224413"], ["content", "3441dba435f1dce44907f2701d76db7c"], ["age", 2], ["created_at", "2018-07-06 14:22:59.473276"], ["updated_at", "2018-07-06 14:22:59.473276"]]
25688
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25689
+  (0.1ms) SAVEPOINT active_record_1
25690
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "05458eb26b145dd1849c7261867eece0"], ["content", "8694d76adc6d9aa7159fcb0b82ac8ac0"], ["age", 2], ["created_at", "2018-07-06 14:22:59.475292"], ["updated_at", "2018-07-06 14:22:59.475292"]]
25691
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25692
+  (0.1ms) SAVEPOINT active_record_1
25693
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "f9998fdee751b4b2cfd7bd89dad1f72c"], ["content", "891e8395ec97efcddb0f3c46df38afb2"], ["age", 2], ["created_at", "2018-07-06 14:22:59.477290"], ["updated_at", "2018-07-06 14:22:59.477290"]]
25694
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25695
+  (0.1ms) SAVEPOINT active_record_1
25696
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "966f94c16edd2429dad3b9dfd98c9294"], ["content", "cba5af2ecc735c1a40eafe298dfb58aa"], ["age", 2], ["created_at", "2018-07-06 14:22:59.479296"], ["updated_at", "2018-07-06 14:22:59.479296"]]
25697
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25698
+  (0.1ms) SAVEPOINT active_record_1
25699
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "f3aa9fe2b03af4039a433d9fc338ac07"], ["content", "af412a53bb9c13fc1903b203f892395e"], ["age", 2], ["created_at", "2018-07-06 14:22:59.481248"], ["updated_at", "2018-07-06 14:22:59.481248"]]
25700
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25701
+  (0.1ms) SAVEPOINT active_record_1
25702
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "f08d81a3865b8bea2ff6e807995b868e"], ["content", "dab7a9766ce5c473f475dafb88e5b05c"], ["age", 2], ["created_at", "2018-07-06 14:22:59.483198"], ["updated_at", "2018-07-06 14:22:59.483198"]]
25703
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25704
+  (0.1ms) SAVEPOINT active_record_1
25705
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "898c9b8d9e291b84a6a4836aa0325f24"], ["content", "692cf3739a99c4d6eb8c3efba5f6a8f2"], ["age", 2], ["created_at", "2018-07-06 14:22:59.485171"], ["updated_at", "2018-07-06 14:22:59.485171"]]
25706
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25707
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
25708
+  (0.2ms) rollback transaction
25709
+  (0.1ms) begin transaction
25710
+ ----------------
25711
+ OdsTest: test_sa
25712
+ ----------------
25713
+  (0.1ms) SAVEPOINT active_record_1
25714
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "da20629fd52a0844ab11d9d7f3cae9ad"], ["content", "5379d6c42f230e97ec853a23e246a89c"], ["age", 2], ["created_at", "2018-07-06 14:22:59.498948"], ["updated_at", "2018-07-06 14:22:59.498948"]]
25715
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25716
+  (0.1ms) SAVEPOINT active_record_1
25717
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "fd5e006cc3368c1dc8e6e24d036f4478"], ["content", "19404c8a73f2953571c3b664cfa24265"], ["age", 2], ["created_at", "2018-07-06 14:22:59.501094"], ["updated_at", "2018-07-06 14:22:59.501094"]]
25718
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25719
+  (0.1ms) SAVEPOINT active_record_1
25720
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "6aeaedc3e2b0a6bb2f851032d24bf594"], ["content", "23729722d860ad6ae88aabff354b5b32"], ["age", 2], ["created_at", "2018-07-06 14:22:59.503204"], ["updated_at", "2018-07-06 14:22:59.503204"]]
25721
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25722
+  (0.1ms) SAVEPOINT active_record_1
25723
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "c7ac49fd2a6185cb6f0a2b88923404e0"], ["content", "a07ae4421e58cf734978aaf563114958"], ["age", 2], ["created_at", "2018-07-06 14:22:59.505133"], ["updated_at", "2018-07-06 14:22:59.505133"]]
25724
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25725
+  (0.1ms) SAVEPOINT active_record_1
25726
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "c39e7bd184fc2ae1ff456fc4bf67bbad"], ["content", "8cd5f35d7646d69f64540c1ffa8e905a"], ["age", 2], ["created_at", "2018-07-06 14:22:59.507160"], ["updated_at", "2018-07-06 14:22:59.507160"]]
25727
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25728
+  (0.1ms) SAVEPOINT active_record_1
25729
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "8bad59d2531e959a973ffb4e780fb2fa"], ["content", "069f66b005ba26836c9e47b0d373c15b"], ["age", 2], ["created_at", "2018-07-06 14:22:59.509137"], ["updated_at", "2018-07-06 14:22:59.509137"]]
25730
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25731
+  (0.1ms) SAVEPOINT active_record_1
25732
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "31be95a52ad72fa2a891dd036904feaa"], ["content", "bbf1d78594f7e8b808eb660e8e9ba4a7"], ["age", 2], ["created_at", "2018-07-06 14:22:59.511128"], ["updated_at", "2018-07-06 14:22:59.511128"]]
25733
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25734
+  (0.1ms) SAVEPOINT active_record_1
25735
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "47d8ac72e4b1d26300afac04554e0b21"], ["content", "2409a046ff7d7820860b36db17e1fa5e"], ["age", 2], ["created_at", "2018-07-06 14:22:59.513105"], ["updated_at", "2018-07-06 14:22:59.513105"]]
25736
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25737
+  (0.1ms) SAVEPOINT active_record_1
25738
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "5067f6e0fe7f786f3dd3b45dadc4911b"], ["content", "3059cf588d4e992203ab25b095d38a12"], ["age", 2], ["created_at", "2018-07-06 14:22:59.515078"], ["updated_at", "2018-07-06 14:22:59.515078"]]
25739
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25740
+  (0.1ms) SAVEPOINT active_record_1
25741
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "2c5af2d709a9402bc46bd8a98b1de871"], ["content", "284326f35de559147d961649e64226a8"], ["age", 2], ["created_at", "2018-07-06 14:22:59.517041"], ["updated_at", "2018-07-06 14:22:59.517041"]]
25742
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25743
+  (0.2ms) rollback transaction
25744
+  (0.1ms) begin transaction
25745
+ -----------------------------
25746
+ PlainRubyObjectTest: test_ods
25747
+ -----------------------------
25748
+  (0.1ms) rollback transaction
25749
+  (0.1ms) begin transaction
25750
+ -----------------------------
25751
+ PlainRubyObjectTest: test_csv
25752
+ -----------------------------
25753
+  (0.1ms) rollback transaction
25754
+  (0.1ms) begin transaction
25755
+ ------------------------------
25756
+ PlainRubyObjectTest: test_xlsx
25757
+ ------------------------------
25758
+  (0.1ms) rollback transaction
25759
+  (0.1ms) begin transaction
25760
+ --------------------
25761
+ PostTest: test_empty
25762
+ --------------------
25763
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25764
+  (0.1ms) SAVEPOINT active_record_1
25765
+ Post Destroy (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
25766
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25767
+  (0.1ms) SAVEPOINT active_record_1
25768
+ Post Destroy (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]
25769
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25770
+  (0.1ms) SAVEPOINT active_record_1
25771
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 3]]
25772
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25773
+  (0.1ms) SAVEPOINT active_record_1
25774
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 4]]
25775
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25776
+  (0.1ms) SAVEPOINT active_record_1
25777
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 5]]
25778
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25779
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25780
+  (0.2ms) rollback transaction
25781
+  (0.1ms) begin transaction
25782
+ -------------------
25783
+ PostTest: test_xlsx
25784
+ -------------------
25785
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25786
+  (0.1ms) rollback transaction
25787
+  (0.1ms) begin transaction
25788
+ ------------------
25789
+ PostTest: test_csv
25790
+ ------------------
25791
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25792
+  (0.1ms) rollback transaction
25793
+  (0.1ms) begin transaction
25794
+ ------------------
25795
+ PostTest: test_ods
25796
+ ------------------
25797
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25798
+  (0.1ms) rollback transaction
25799
+  (0.1ms) begin transaction
25800
+ ------------------------------------------------
25801
+ ApplicationTest: test_Renders_sample_xlsx_action
25802
+ ------------------------------------------------
25803
+ Started GET "/spreadsheet/xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:22:59 -0700
25804
+ Processing by SpreadsheetsController#xlsx as XLSX
25805
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25806
+ Rendering text template
25807
+ Rendered text template (0.0ms)
25808
+ Sent data Posts.xlsx (3.3ms)
25809
+ Completed 200 OK in 32ms (Views: 3.5ms | ActiveRecord: 0.2ms)
25810
+  (0.1ms) rollback transaction
25811
+  (0.1ms) begin transaction
25812
+ -------------------------
25813
+ ApplicationTest: test_csv
25814
+ -------------------------
25815
+ Started GET "/spreadsheet/csv" for 127.0.0.1 at 2018-07-06 07:22:59 -0700
25816
+ Processing by SpreadsheetsController#csv as HTML
25817
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25818
+ Rendering text template
25819
+ Rendered text template (0.0ms)
25820
+ Sent data data.csv (0.5ms)
25821
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
25822
+  (0.1ms) rollback transaction
25823
+  (0.1ms) begin transaction
25824
+ -------------------------
25825
+ ApplicationTest: test_ods
25826
+ -------------------------
25827
+ Started GET "/spreadsheet/ods" for 127.0.0.1 at 2018-07-06 07:22:59 -0700
25828
+ Processing by SpreadsheetsController#ods as HTML
25829
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25830
+ Rendering text template
25831
+ Rendered text template (0.0ms)
25832
+ Sent data data.ods (0.5ms)
25833
+ Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.2ms)
25834
+  (0.1ms) rollback transaction
25835
+  (0.1ms) begin transaction
25836
+ --------------------------
25837
+ ApplicationTest: test_xlsx
25838
+ --------------------------
25839
+ Started GET "/spreadsheet/xlsx" for 127.0.0.1 at 2018-07-06 07:22:59 -0700
25840
+ Processing by SpreadsheetsController#xlsx as HTML
25841
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25842
+ Rendering text template
25843
+ Rendered text template (0.0ms)
25844
+ Sent data Posts.xlsx (0.5ms)
25845
+ Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 0.2ms)
25846
+  (0.1ms) rollback transaction
25847
+  (0.1ms) begin transaction
25848
+ ------------------------------
25849
+ ApplicationTest: test_alt_xlsx
25850
+ ------------------------------
25851
+ Started GET "/spreadsheet/alt_xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:22:59 -0700
25852
+ Processing by SpreadsheetsController#alt_xlsx as XLSX
25853
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25854
+ Rendering text template
25855
+ Rendered text template (0.0ms)
25856
+ Sent data Posts.xlsx (0.6ms)
25857
+ Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.2ms)
25858
+  (0.1ms) rollback transaction
25859
+  (0.1ms) begin transaction
25860
+ -------------------------------------
25861
+ SpreadsheetArchitectTest: test_config
25862
+ -------------------------------------
25863
+  (0.1ms) rollback transaction
25864
+  (0.1ms) begin transaction
25865
+ ---------------------------------
25866
+ BadPlainRubyObjectTest: test_xlsx
25867
+ ---------------------------------
25868
+  (0.1ms) rollback transaction
25869
+  (0.1ms) begin transaction
25870
+ --------------------------------
25871
+ BadPlainRubyObjectTest: test_csv
25872
+ --------------------------------
25873
+  (0.1ms) rollback transaction
25874
+  (0.1ms) begin transaction
25875
+ --------------------------------
25876
+ BadPlainRubyObjectTest: test_ods
25877
+ --------------------------------
25878
+  (0.1ms) rollback transaction
25879
+  (0.1ms) begin transaction
25880
+ -------------------------------
25881
+ ActiveModelObjectTest: test_csv
25882
+ -------------------------------
25883
+  (0.1ms) rollback transaction
25884
+  (0.1ms) begin transaction
25885
+ --------------------------------
25886
+ ActiveModelObjectTest: test_xlsx
25887
+ --------------------------------
25888
+  (0.1ms) rollback transaction
25889
+  (0.1ms) begin transaction
25890
+ -------------------------------
25891
+ ActiveModelObjectTest: test_ods
25892
+ -------------------------------
25893
+  (0.1ms) rollback transaction
25894
+  (0.1ms) begin transaction
25895
+ --------------------------
25896
+ XlsxTest: test_empty_model
25897
+ --------------------------
25898
+ Post Destroy (0.3ms) DELETE FROM "posts"
25899
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25900
+  (0.2ms) rollback transaction
25901
+  (0.1ms) begin transaction
25902
+ -----------------------
25903
+ XlsxTest: test_empty_sa
25904
+ -----------------------
25905
+  (0.1ms) rollback transaction
25906
+  (0.1ms) begin transaction
25907
+ ----------------------
25908
+ XlsxTest: test_extreme
25909
+ ----------------------
25910
+  (0.1ms) rollback transaction
25911
+  (0.1ms) begin transaction
25912
+ --------------------
25913
+ XlsxTest: test_model
25914
+ --------------------
25915
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
25916
+  (0.1ms) rollback transaction
25917
+  (0.1ms) begin transaction
25918
+ -----------------
25919
+ XlsxTest: test_sa
25920
+ -----------------
25921
+  (0.1ms) rollback transaction
25922
+  (0.1ms) begin transaction
25923
+ ---------------------------------------------------------
25924
+ SpreadsheetArchitectUtilsTest: test_convert_styles_to_ods
25925
+ ---------------------------------------------------------
25926
+  (0.1ms) rollback transaction
25927
+  (0.1ms) begin transaction
25928
+ --------------------------------------------
25929
+ SpreadsheetArchitectUtilsTest: test_get_type
25930
+ --------------------------------------------
25931
+  (0.1ms) rollback transaction
25932
+  (0.1ms) begin transaction
25933
+ ---------------------------------------------------------
25934
+ SpreadsheetArchitectUtilsTest: test_constants_dont_change
25935
+ ---------------------------------------------------------
25936
+  (0.1ms) rollback transaction
25937
+  (0.1ms) begin transaction
25938
+ -------------------------------------------------
25939
+ SpreadsheetArchitectUtilsTest: test_get_cell_data
25940
+ -------------------------------------------------
25941
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25942
+  (0.1ms) rollback transaction
25943
+  (0.1ms) begin transaction
25944
+ ------------------------------------------------
25945
+ SpreadsheetArchitectUtilsTest: test_str_humanize
25946
+ ------------------------------------------------
25947
+  (0.1ms) rollback transaction
25948
+  (0.1ms) begin transaction
25949
+ -----------------------------------------------------------
25950
+ SpreadsheetArchitectUtilsTest: test_convert_styles_to_axlsx
25951
+ -----------------------------------------------------------
25952
+  (0.1ms) rollback transaction
25953
+  (0.1ms) begin transaction
25954
+ -----------------------------------------------
25955
+ SpreadsheetArchitectUtilsTest: test_get_options
25956
+ -----------------------------------------------
25957
+  (0.1ms) rollback transaction
25958
+  (0.1ms) begin transaction
25959
+ -------------------
25960
+ CsvTest: test_model
25961
+ -------------------
25962
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25963
+  (0.1ms) rollback transaction
25964
+  (0.1ms) begin transaction
25965
+ -------------------------
25966
+ CsvTest: test_empty_model
25967
+ -------------------------
25968
+ Post Destroy (0.2ms) DELETE FROM "posts"
25969
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25970
+  (0.2ms) rollback transaction
25971
+  (0.1ms) begin transaction
25972
+ ----------------
25973
+ CsvTest: test_sa
25974
+ ----------------
25975
+  (0.1ms) rollback transaction
25976
+  (0.1ms) begin transaction
25977
+ ---------------------
25978
+ CsvTest: test_options
25979
+ ---------------------
25980
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
25981
+  (0.1ms) rollback transaction
25982
+  (0.1ms) begin transaction
25983
+ ----------------------
25984
+ CsvTest: test_empty_sa
25985
+ ----------------------
25986
+  (0.1ms) rollback transaction
25987
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
25988
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
25989
+  (0.1ms) begin transaction
25990
+  (0.1ms) commit transaction
25991
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
25992
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
25993
+  (0.2ms) SELECT COUNT(*) FROM "posts"
25994
+  (0.1ms) begin transaction
25995
+ ------------------------------
25996
+ ApplicationTest: test_alt_xlsx
25997
+ ------------------------------
25998
+ Started GET "/spreadsheet/alt_xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:28:12 -0700
25999
+ Processing by SpreadsheetsController#alt_xlsx as XLSX
26000
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26001
+ Rendering text template
26002
+ Rendered text template (0.0ms)
26003
+ Sent data Posts.xlsx (1.2ms)
26004
+ Completed 200 OK in 24ms (Views: 19.4ms | ActiveRecord: 0.7ms)
26005
+  (0.1ms) rollback transaction
26006
+  (0.1ms) begin transaction
26007
+ -------------------------
26008
+ ApplicationTest: test_csv
26009
+ -------------------------
26010
+ Started GET "/spreadsheet/csv" for 127.0.0.1 at 2018-07-06 07:28:12 -0700
26011
+ Processing by SpreadsheetsController#csv as HTML
26012
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26013
+ Rendering text template
26014
+ Rendered text template (0.0ms)
26015
+ Sent data data.csv (0.5ms)
26016
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
26017
+  (0.1ms) rollback transaction
26018
+  (0.1ms) begin transaction
26019
+ --------------------------
26020
+ ApplicationTest: test_xlsx
26021
+ --------------------------
26022
+ Started GET "/spreadsheet/xlsx" for 127.0.0.1 at 2018-07-06 07:28:12 -0700
26023
+ Processing by SpreadsheetsController#xlsx as HTML
26024
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26025
+ Rendering text template
26026
+ Rendered text template (0.0ms)
26027
+ Sent data Posts.xlsx (0.5ms)
26028
+ Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 0.2ms)
26029
+  (0.1ms) rollback transaction
26030
+  (0.1ms) begin transaction
26031
+ ------------------------------------------------
26032
+ ApplicationTest: test_Renders_sample_xlsx_action
26033
+ ------------------------------------------------
26034
+ Started GET "/spreadsheet/xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:28:12 -0700
26035
+ Processing by SpreadsheetsController#xlsx as XLSX
26036
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26037
+ Rendering text template
26038
+ Rendered text template (0.0ms)
26039
+ Sent data Posts.xlsx (0.5ms)
26040
+ Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 0.2ms)
26041
+  (0.1ms) rollback transaction
26042
+  (0.1ms) begin transaction
26043
+ -------------------------
26044
+ ApplicationTest: test_ods
26045
+ -------------------------
26046
+ Started GET "/spreadsheet/ods" for 127.0.0.1 at 2018-07-06 07:28:12 -0700
26047
+ Processing by SpreadsheetsController#ods as HTML
26048
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26049
+ Rendering text template
26050
+ Rendered text template (0.0ms)
26051
+ Sent data data.ods (0.5ms)
26052
+ Completed 200 OK in 12ms (Views: 0.7ms | ActiveRecord: 0.2ms)
26053
+  (0.1ms) rollback transaction
26054
+  (0.1ms) begin transaction
26055
+ ------------------
26056
+ PostTest: test_csv
26057
+ ------------------
26058
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26059
+  (0.1ms) rollback transaction
26060
+  (0.1ms) begin transaction
26061
+ --------------------
26062
+ PostTest: test_empty
26063
+ --------------------
26064
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26065
+  (0.1ms) SAVEPOINT active_record_1
26066
+ Post Destroy (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
26067
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26068
+  (0.1ms) SAVEPOINT active_record_1
26069
+ Post Destroy (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]
26070
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26071
+  (0.1ms) SAVEPOINT active_record_1
26072
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 3]]
26073
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26074
+  (0.1ms) SAVEPOINT active_record_1
26075
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 4]]
26076
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26077
+  (0.1ms) SAVEPOINT active_record_1
26078
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 5]]
26079
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26080
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26081
+  (0.2ms) rollback transaction
26082
+  (0.1ms) begin transaction
26083
+ ------------------
26084
+ PostTest: test_ods
26085
+ ------------------
26086
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26087
+  (0.1ms) rollback transaction
26088
+  (0.1ms) begin transaction
26089
+ -------------------
26090
+ PostTest: test_xlsx
26091
+ -------------------
26092
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26093
+  (0.1ms) rollback transaction
26094
+  (0.1ms) begin transaction
26095
+ -----------------------------
26096
+ PlainRubyObjectTest: test_csv
26097
+ -----------------------------
26098
+  (0.1ms) rollback transaction
26099
+  (0.1ms) begin transaction
26100
+ ------------------------------
26101
+ PlainRubyObjectTest: test_xlsx
26102
+ ------------------------------
26103
+  (0.1ms) rollback transaction
26104
+  (0.1ms) begin transaction
26105
+ -----------------------------
26106
+ PlainRubyObjectTest: test_ods
26107
+ -----------------------------
26108
+  (0.1ms) rollback transaction
26109
+  (0.1ms) begin transaction
26110
+ -------------------------------------
26111
+ SpreadsheetArchitectTest: test_config
26112
+ -------------------------------------
26113
+  (0.1ms) rollback transaction
26114
+  (0.1ms) begin transaction
26115
+ ------------------------------------------
26116
+ CustomPostTest: test_constants_dont_change
26117
+ ------------------------------------------
26118
+  (0.1ms) rollback transaction
26119
+  (0.1ms) begin transaction
26120
+ --------------------------
26121
+ CustomPostTest: test_empty
26122
+ --------------------------
26123
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26124
+  (0.1ms) SAVEPOINT active_record_1
26125
+ Post Destroy (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
26126
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26127
+  (0.1ms) SAVEPOINT active_record_1
26128
+ Post Destroy (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]
26129
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26130
+  (0.1ms) SAVEPOINT active_record_1
26131
+ Post Destroy (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 3]]
26132
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26133
+  (0.1ms) SAVEPOINT active_record_1
26134
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 4]]
26135
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26136
+  (0.1ms) SAVEPOINT active_record_1
26137
+ Post Destroy (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 5]]
26138
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26139
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26140
+  (0.2ms) rollback transaction
26141
+  (0.1ms) begin transaction
26142
+ ------------------------
26143
+ CustomPostTest: test_ods
26144
+ ------------------------
26145
+ CustomPost Load (0.2ms) SELECT "posts".* FROM "posts"
26146
+  (0.1ms) rollback transaction
26147
+  (0.1ms) begin transaction
26148
+ ------------------------
26149
+ CustomPostTest: test_csv
26150
+ ------------------------
26151
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
26152
+  (0.1ms) rollback transaction
26153
+  (0.1ms) begin transaction
26154
+ -------------------------
26155
+ CustomPostTest: test_xlsx
26156
+ -------------------------
26157
+ CustomPost Load (0.2ms) SELECT "posts".* FROM "posts"
26158
+  (0.1ms) rollback transaction
26159
+  (0.1ms) begin transaction
26160
+ -------------------------------
26161
+ ActiveModelObjectTest: test_ods
26162
+ -------------------------------
26163
+  (0.1ms) rollback transaction
26164
+  (0.1ms) begin transaction
26165
+ --------------------------------
26166
+ ActiveModelObjectTest: test_xlsx
26167
+ --------------------------------
26168
+  (0.1ms) rollback transaction
26169
+  (0.1ms) begin transaction
26170
+ -------------------------------
26171
+ ActiveModelObjectTest: test_csv
26172
+ -------------------------------
26173
+  (0.1ms) rollback transaction
26174
+  (0.1ms) begin transaction
26175
+ -----------------------------------------------
26176
+ SpreadsheetArchitectUtilsTest: test_get_options
26177
+ -----------------------------------------------
26178
+  (0.1ms) rollback transaction
26179
+  (0.1ms) begin transaction
26180
+ ---------------------------------------------------------
26181
+ SpreadsheetArchitectUtilsTest: test_convert_styles_to_ods
26182
+ ---------------------------------------------------------
26183
+  (0.1ms) rollback transaction
26184
+  (0.1ms) begin transaction
26185
+ --------------------------------------------
26186
+ SpreadsheetArchitectUtilsTest: test_get_type
26187
+ --------------------------------------------
26188
+  (0.1ms) rollback transaction
26189
+  (0.1ms) begin transaction
26190
+ ---------------------------------------------------------
26191
+ SpreadsheetArchitectUtilsTest: test_constants_dont_change
26192
+ ---------------------------------------------------------
26193
+  (0.1ms) rollback transaction
26194
+  (0.1ms) begin transaction
26195
+ ------------------------------------------------
26196
+ SpreadsheetArchitectUtilsTest: test_str_humanize
26197
+ ------------------------------------------------
26198
+  (0.1ms) rollback transaction
26199
+  (0.1ms) begin transaction
26200
+ -----------------------------------------------------------
26201
+ SpreadsheetArchitectUtilsTest: test_convert_styles_to_axlsx
26202
+ -----------------------------------------------------------
26203
+  (0.1ms) rollback transaction
26204
+  (0.1ms) begin transaction
26205
+ -------------------------------------------------
26206
+ SpreadsheetArchitectUtilsTest: test_get_cell_data
26207
+ -------------------------------------------------
26208
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26209
+  (0.2ms) rollback transaction
26210
+  (0.1ms) begin transaction
26211
+ --------------------------
26212
+ XlsxTest: test_empty_model
26213
+ --------------------------
26214
+ Post Destroy (0.2ms) DELETE FROM "posts"
26215
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26216
+  (0.2ms) rollback transaction
26217
+  (0.1ms) begin transaction
26218
+ --------------------
26219
+ XlsxTest: test_model
26220
+ --------------------
26221
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26222
+  (0.1ms) rollback transaction
26223
+  (0.1ms) begin transaction
26224
+ -----------------
26225
+ XlsxTest: test_sa
26226
+ -----------------
26227
+  (0.1ms) rollback transaction
26228
+  (0.1ms) begin transaction
26229
+ -----------------------
26230
+ XlsxTest: test_empty_sa
26231
+ -----------------------
26232
+  (0.2ms) rollback transaction
26233
+  (0.1ms) begin transaction
26234
+ ----------------------
26235
+ XlsxTest: test_extreme
26236
+ ----------------------
26237
+  (0.1ms) rollback transaction
26238
+  (0.1ms) begin transaction
26239
+ ----------------------
26240
+ OdsTest: test_empty_sa
26241
+ ----------------------
26242
+  (0.1ms) SAVEPOINT active_record_1
26243
+ CustomPost Create (0.4ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "7f9cc0542ce0dd4c243e7c6fcea29a67"], ["content", "0774c86f03e140c972590885e7b53869"], ["age", 2], ["created_at", "2018-07-06 14:28:12.547638"], ["updated_at", "2018-07-06 14:28:12.547638"]]
26244
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26245
+  (0.5ms) SAVEPOINT active_record_1
26246
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "284a01370ff70ebcf61b29e2fa8912a0"], ["content", "e36b837d67951be9c41c77fb4aef7e28"], ["age", 2], ["created_at", "2018-07-06 14:28:12.550653"], ["updated_at", "2018-07-06 14:28:12.550653"]]
26247
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26248
+  (0.1ms) SAVEPOINT active_record_1
26249
+ CustomPost Create (0.6ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "af0b24b02145361003aba10f6a40bcb2"], ["content", "9abf13400e139ab2e652cdffd1d945b7"], ["age", 2], ["created_at", "2018-07-06 14:28:12.552870"], ["updated_at", "2018-07-06 14:28:12.552870"]]
26250
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26251
+  (0.1ms) SAVEPOINT active_record_1
26252
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "3082871ac4a0e824a3cdb8520bb7814b"], ["content", "9b4bd65287dd046631a7ddcbaee5cd65"], ["age", 2], ["created_at", "2018-07-06 14:28:12.555326"], ["updated_at", "2018-07-06 14:28:12.555326"]]
26253
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26254
+  (0.1ms) SAVEPOINT active_record_1
26255
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "290fad22a0214e6d37d0373f42e1b2aa"], ["content", "6babbe1c017a77fffe514fbd77bb5345"], ["age", 2], ["created_at", "2018-07-06 14:28:12.557660"], ["updated_at", "2018-07-06 14:28:12.557660"]]
26256
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26257
+  (0.1ms) SAVEPOINT active_record_1
26258
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "10ae89932ae58da2a1b8faedfa5d0e7d"], ["content", "517357fdcaa9429205c8f0b92479bd7e"], ["age", 2], ["created_at", "2018-07-06 14:28:12.559694"], ["updated_at", "2018-07-06 14:28:12.559694"]]
26259
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26260
+  (0.1ms) SAVEPOINT active_record_1
26261
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "bc8a5a905beff657c89a135b10bd8e82"], ["content", "ab102de1a0d87999ad08c538e4bb97dd"], ["age", 2], ["created_at", "2018-07-06 14:28:12.562098"], ["updated_at", "2018-07-06 14:28:12.562098"]]
26262
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26263
+  (0.1ms) SAVEPOINT active_record_1
26264
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "f400abed339bb42939e25b5408f4f500"], ["content", "69397b8525c41cf1f0fa38d340be7f21"], ["age", 2], ["created_at", "2018-07-06 14:28:12.564493"], ["updated_at", "2018-07-06 14:28:12.564493"]]
26265
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26266
+  (0.1ms) SAVEPOINT active_record_1
26267
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "7a6c5c3c9a936ba8abd7f6fe17a3b972"], ["content", "ab5d22a738312cda5fdedc7cd8429ec8"], ["age", 2], ["created_at", "2018-07-06 14:28:12.566996"], ["updated_at", "2018-07-06 14:28:12.566996"]]
26268
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26269
+  (0.1ms) SAVEPOINT active_record_1
26270
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "498f79ff7ac7cbfa492846553c5f2e0d"], ["content", "337df70686fb378b293c8f201ba0c82e"], ["age", 2], ["created_at", "2018-07-06 14:28:12.568997"], ["updated_at", "2018-07-06 14:28:12.568997"]]
26271
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26272
+  (0.2ms) rollback transaction
26273
+  (0.1ms) begin transaction
26274
+ -------------------
26275
+ OdsTest: test_model
26276
+ -------------------
26277
+  (0.1ms) SAVEPOINT active_record_1
26278
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "d9c810f1d33d31fc03db3328132a0246"], ["content", "91e2824b92bf910bdb29176bd53767ed"], ["age", 2], ["created_at", "2018-07-06 14:28:12.575771"], ["updated_at", "2018-07-06 14:28:12.575771"]]
26279
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26280
+  (0.1ms) SAVEPOINT active_record_1
26281
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "8e5fe7fe919dfe08c6e9d93ae20525a2"], ["content", "447bda8185a03a79654a130412dd4973"], ["age", 2], ["created_at", "2018-07-06 14:28:12.578304"], ["updated_at", "2018-07-06 14:28:12.578304"]]
26282
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26283
+  (0.1ms) SAVEPOINT active_record_1
26284
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "af741344202a4020fe07456d9a62edfd"], ["content", "9dac5b30312fbf768d9214c5cb608719"], ["age", 2], ["created_at", "2018-07-06 14:28:12.580878"], ["updated_at", "2018-07-06 14:28:12.580878"]]
26285
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26286
+  (0.1ms) SAVEPOINT active_record_1
26287
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "08e6eebc6b5694e5dc541b46158ded98"], ["content", "75015e6ccabbd6398110d82e6bb1a015"], ["age", 2], ["created_at", "2018-07-06 14:28:12.583313"], ["updated_at", "2018-07-06 14:28:12.583313"]]
26288
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26289
+  (0.1ms) SAVEPOINT active_record_1
26290
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "1d2c69e45cfdb0332993e7ad2ed7b29c"], ["content", "5a442cd8a894712e2b9551d939de3faa"], ["age", 2], ["created_at", "2018-07-06 14:28:12.585656"], ["updated_at", "2018-07-06 14:28:12.585656"]]
26291
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26292
+  (0.1ms) SAVEPOINT active_record_1
26293
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "499004a3c84d5ad8a83983108caaa2c2"], ["content", "092485e61a1b9f5d4b42be65bfa7fd4f"], ["age", 2], ["created_at", "2018-07-06 14:28:12.587661"], ["updated_at", "2018-07-06 14:28:12.587661"]]
26294
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26295
+  (0.1ms) SAVEPOINT active_record_1
26296
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "223b018e9391509b6c111a2a16b241f9"], ["content", "d45e7e1eff2bea3e431fa08cc38fdf36"], ["age", 2], ["created_at", "2018-07-06 14:28:12.590045"], ["updated_at", "2018-07-06 14:28:12.590045"]]
26297
+  (0.5ms) RELEASE SAVEPOINT active_record_1
26298
+  (0.1ms) SAVEPOINT active_record_1
26299
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "3faa720cbe7aec441f9fcc83cdf57ecc"], ["content", "d75b7b23902750ba7224738844165479"], ["age", 2], ["created_at", "2018-07-06 14:28:12.592515"], ["updated_at", "2018-07-06 14:28:12.592515"]]
26300
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26301
+  (0.1ms) SAVEPOINT active_record_1
26302
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "5c1c551e3474b57781d187b6e6e3d5b0"], ["content", "af94d387fcb9273fd0e8532a5cc8da9b"], ["age", 2], ["created_at", "2018-07-06 14:28:12.594858"], ["updated_at", "2018-07-06 14:28:12.594858"]]
26303
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26304
+  (0.1ms) SAVEPOINT active_record_1
26305
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "c913ac5eac96e161d378e7bd6c4b5837"], ["content", "6cd212ac4b95b61e858c5a615f88937b"], ["age", 2], ["created_at", "2018-07-06 14:28:12.596809"], ["updated_at", "2018-07-06 14:28:12.596809"]]
26306
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26307
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
26308
+  (0.2ms) rollback transaction
26309
+  (0.1ms) begin transaction
26310
+ ----------------
26311
+ OdsTest: test_sa
26312
+ ----------------
26313
+  (0.1ms) SAVEPOINT active_record_1
26314
+ CustomPost Create (0.6ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "a1bdf238175bd5b2906b296eaa35793a"], ["content", "4a6019033ee7d08e0a6124edf581a796"], ["age", 2], ["created_at", "2018-07-06 14:28:12.617148"], ["updated_at", "2018-07-06 14:28:12.617148"]]
26315
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26316
+  (0.1ms) SAVEPOINT active_record_1
26317
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "82c6b78c5f8887028e33e2f7559a2e73"], ["content", "6894b0c1f89b651bffd456b7ffd74eb7"], ["age", 2], ["created_at", "2018-07-06 14:28:12.619626"], ["updated_at", "2018-07-06 14:28:12.619626"]]
26318
+  (0.5ms) RELEASE SAVEPOINT active_record_1
26319
+  (0.1ms) SAVEPOINT active_record_1
26320
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "8eb791257d4cd71ddbd26be6a547d5bb"], ["content", "a7ee9fd7428febadb8e12fbafd9d0564"], ["age", 2], ["created_at", "2018-07-06 14:28:12.622151"], ["updated_at", "2018-07-06 14:28:12.622151"]]
26321
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26322
+  (0.1ms) SAVEPOINT active_record_1
26323
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "905796113bd82c4fec5dae65c1df43be"], ["content", "d3481a3116b980310711a38b3bd4f1a4"], ["age", 2], ["created_at", "2018-07-06 14:28:12.624317"], ["updated_at", "2018-07-06 14:28:12.624317"]]
26324
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26325
+  (0.1ms) SAVEPOINT active_record_1
26326
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "515cbcdd5a4d760cbac96fcaec365474"], ["content", "c648d6ff285fc78ce20a5f6db294ea5b"], ["age", 2], ["created_at", "2018-07-06 14:28:12.626309"], ["updated_at", "2018-07-06 14:28:12.626309"]]
26327
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26328
+  (0.1ms) SAVEPOINT active_record_1
26329
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "7bbdf67e670a13b92dfd217eb02864bc"], ["content", "638a0a71db9f39049e55768ff37418bd"], ["age", 2], ["created_at", "2018-07-06 14:28:12.628544"], ["updated_at", "2018-07-06 14:28:12.628544"]]
26330
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26331
+  (0.1ms) SAVEPOINT active_record_1
26332
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "5479a8c29d40b57c8680d414aa42e05a"], ["content", "d335e19db27d0f08c24c2944c978a8c1"], ["age", 2], ["created_at", "2018-07-06 14:28:12.630889"], ["updated_at", "2018-07-06 14:28:12.630889"]]
26333
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26334
+  (0.1ms) SAVEPOINT active_record_1
26335
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "b787ec64d9765f7895928ebb291c9336"], ["content", "47aba83aa7a5a214a27ad50353ccb103"], ["age", 2], ["created_at", "2018-07-06 14:28:12.632839"], ["updated_at", "2018-07-06 14:28:12.632839"]]
26336
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26337
+  (0.1ms) SAVEPOINT active_record_1
26338
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "965bc9323817a3ea211470e9121480ec"], ["content", "e631c6d6f2470a9dc5c3bc2b04da2e8e"], ["age", 2], ["created_at", "2018-07-06 14:28:12.635202"], ["updated_at", "2018-07-06 14:28:12.635202"]]
26339
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26340
+  (0.1ms) SAVEPOINT active_record_1
26341
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "2aa882d7f2fcc9fa50595b65db41c83f"], ["content", "8a41d4367cb07068375b0dd2d71709a6"], ["age", 2], ["created_at", "2018-07-06 14:28:12.637511"], ["updated_at", "2018-07-06 14:28:12.637511"]]
26342
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26343
+  (0.2ms) rollback transaction
26344
+  (0.1ms) begin transaction
26345
+ -------------------------
26346
+ OdsTest: test_empty_model
26347
+ -------------------------
26348
+  (0.5ms) SAVEPOINT active_record_1
26349
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "405f0979d048234275dce2cbc2e00057"], ["content", "9874ad4ef1004497f81f5ab81c8f14e7"], ["age", 2], ["created_at", "2018-07-06 14:28:12.645802"], ["updated_at", "2018-07-06 14:28:12.645802"]]
26350
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26351
+  (0.1ms) SAVEPOINT active_record_1
26352
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "3d0648680feb7bbd2f55def76f1eb133"], ["content", "98995eb78b2ba6c690e225432c8e1c46"], ["age", 2], ["created_at", "2018-07-06 14:28:12.647887"], ["updated_at", "2018-07-06 14:28:12.647887"]]
26353
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26354
+  (0.1ms) SAVEPOINT active_record_1
26355
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "f12af40410f527851048f5337057540d"], ["content", "5f80c8c8d32e739883a680635f6e5108"], ["age", 2], ["created_at", "2018-07-06 14:28:12.650380"], ["updated_at", "2018-07-06 14:28:12.650380"]]
26356
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26357
+  (0.1ms) SAVEPOINT active_record_1
26358
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "36fd3326671d96c25be26d9a9afd68c4"], ["content", "049317d9eefc34879a673d4f43f714bc"], ["age", 2], ["created_at", "2018-07-06 14:28:12.652857"], ["updated_at", "2018-07-06 14:28:12.652857"]]
26359
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26360
+  (0.1ms) SAVEPOINT active_record_1
26361
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "6707c977b14c4bbc1ca545738e9a0bae"], ["content", "66309030e8bf5fcdfd5290f5a3ed3c44"], ["age", 2], ["created_at", "2018-07-06 14:28:12.654773"], ["updated_at", "2018-07-06 14:28:12.654773"]]
26362
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26363
+  (0.1ms) SAVEPOINT active_record_1
26364
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "ab8da4f272b6516c113431229b312bf1"], ["content", "3d2d8c95a5e981244c53f27edae98ac5"], ["age", 2], ["created_at", "2018-07-06 14:28:12.657157"], ["updated_at", "2018-07-06 14:28:12.657157"]]
26365
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26366
+  (0.1ms) SAVEPOINT active_record_1
26367
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "7f63f7565322c8f96186a5d997316985"], ["content", "a0c0f2c0512cda21a4b5db60283dace2"], ["age", 2], ["created_at", "2018-07-06 14:28:12.659591"], ["updated_at", "2018-07-06 14:28:12.659591"]]
26368
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26369
+  (0.1ms) SAVEPOINT active_record_1
26370
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "521e8bff97f922eceeb1882cd540ea78"], ["content", "141146dd361767be4fa23d9cbc8b7548"], ["age", 2], ["created_at", "2018-07-06 14:28:12.661499"], ["updated_at", "2018-07-06 14:28:12.661499"]]
26371
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26372
+  (0.1ms) SAVEPOINT active_record_1
26373
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "b409dde0b5ff8a39f2213fdb36d406a8"], ["content", "12761b0c0ecc8de993eb8172c8b5b80d"], ["age", 2], ["created_at", "2018-07-06 14:28:12.663859"], ["updated_at", "2018-07-06 14:28:12.663859"]]
26374
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26375
+  (0.1ms) SAVEPOINT active_record_1
26376
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "39c0c0c5372fd73f17e9c8e00b238c30"], ["content", "b4e0e986635a649c51aeee63308c5c9e"], ["age", 2], ["created_at", "2018-07-06 14:28:12.666217"], ["updated_at", "2018-07-06 14:28:12.666217"]]
26377
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26378
+ CustomPost Destroy (0.1ms) DELETE FROM "posts"
26379
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
26380
+  (0.2ms) rollback transaction
26381
+  (0.1ms) begin transaction
26382
+ ---------------------
26383
+ OdsTest: test_options
26384
+ ---------------------
26385
+  (0.1ms) SAVEPOINT active_record_1
26386
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "0b807bdf7e7c150802dd91cc9afdd4a2"], ["content", "4b825f0f8ddc04daf9c6d107b4ee7f74"], ["age", 2], ["created_at", "2018-07-06 14:28:12.674294"], ["updated_at", "2018-07-06 14:28:12.674294"]]
26387
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26388
+  (0.1ms) SAVEPOINT active_record_1
26389
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "25383313c9b32e2946eeb3f786f7cccc"], ["content", "0501bb9a498800e3421c458c0b0eb06a"], ["age", 2], ["created_at", "2018-07-06 14:28:12.691034"], ["updated_at", "2018-07-06 14:28:12.691034"]]
26390
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26391
+  (0.1ms) SAVEPOINT active_record_1
26392
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "c7cd441034ef60e7dad9dbea60e2a347"], ["content", "07a111b186054da81c0e8566f59b42e0"], ["age", 2], ["created_at", "2018-07-06 14:28:12.693228"], ["updated_at", "2018-07-06 14:28:12.693228"]]
26393
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26394
+  (0.1ms) SAVEPOINT active_record_1
26395
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "ecb6e5dde3b8d8c8e0ba03d66b01ddb9"], ["content", "8eb3df10dcda613c222b4ff7a3033069"], ["age", 2], ["created_at", "2018-07-06 14:28:12.695288"], ["updated_at", "2018-07-06 14:28:12.695288"]]
26396
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26397
+  (0.1ms) SAVEPOINT active_record_1
26398
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "3fdd716581058e8870b1638c66f884fe"], ["content", "3dc743718b06c195abe56e81ee08c61a"], ["age", 2], ["created_at", "2018-07-06 14:28:12.697252"], ["updated_at", "2018-07-06 14:28:12.697252"]]
26399
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26400
+  (0.1ms) SAVEPOINT active_record_1
26401
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "178c480c862091b6d01c21e308cc88d4"], ["content", "a587d4f73f9a1f474f59ce86951eb803"], ["age", 2], ["created_at", "2018-07-06 14:28:12.699269"], ["updated_at", "2018-07-06 14:28:12.699269"]]
26402
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26403
+  (0.1ms) SAVEPOINT active_record_1
26404
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "e695df56bbe4b737dc02fc2309e7712c"], ["content", "87d3cc6dd5fbd726e96ba656ac8e88c7"], ["age", 2], ["created_at", "2018-07-06 14:28:12.701217"], ["updated_at", "2018-07-06 14:28:12.701217"]]
26405
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26406
+  (0.1ms) SAVEPOINT active_record_1
26407
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "a3e4b76be87973e659b8027d1eb9de29"], ["content", "8ac3efb6dde3421049d49849a2ecc913"], ["age", 2], ["created_at", "2018-07-06 14:28:12.703222"], ["updated_at", "2018-07-06 14:28:12.703222"]]
26408
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26409
+  (0.1ms) SAVEPOINT active_record_1
26410
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "acfdea6c8094dc5fde2a571eeb29345e"], ["content", "86e6122a24769d31e06836bda789dc75"], ["age", 2], ["created_at", "2018-07-06 14:28:12.705210"], ["updated_at", "2018-07-06 14:28:12.705210"]]
26411
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26412
+  (0.1ms) SAVEPOINT active_record_1
26413
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "1e2d028e45f6839cadbf3bd57ac798ae"], ["content", "34f6f68011b2018bc14f4bc56841a5e7"], ["age", 2], ["created_at", "2018-07-06 14:28:12.707173"], ["updated_at", "2018-07-06 14:28:12.707173"]]
26414
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26415
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
26416
+  (0.2ms) rollback transaction
26417
+  (0.1ms) begin transaction
26418
+ -------------------------
26419
+ CsvTest: test_empty_model
26420
+ -------------------------
26421
+ Post Destroy (0.2ms) DELETE FROM "posts"
26422
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26423
+  (0.2ms) rollback transaction
26424
+  (0.1ms) begin transaction
26425
+ ----------------------
26426
+ CsvTest: test_empty_sa
26427
+ ----------------------
26428
+  (0.1ms) rollback transaction
26429
+  (0.1ms) begin transaction
26430
+ -------------------
26431
+ CsvTest: test_model
26432
+ -------------------
26433
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26434
+  (0.1ms) rollback transaction
26435
+  (0.1ms) begin transaction
26436
+ ---------------------
26437
+ CsvTest: test_options
26438
+ ---------------------
26439
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26440
+  (0.1ms) rollback transaction
26441
+  (0.1ms) begin transaction
26442
+ ----------------
26443
+ CsvTest: test_sa
26444
+ ----------------
26445
+  (0.1ms) rollback transaction
26446
+  (0.1ms) begin transaction
26447
+ --------------------------------
26448
+ BadPlainRubyObjectTest: test_csv
26449
+ --------------------------------
26450
+  (0.1ms) rollback transaction
26451
+  (0.1ms) begin transaction
26452
+ --------------------------------
26453
+ BadPlainRubyObjectTest: test_ods
26454
+ --------------------------------
26455
+  (0.1ms) rollback transaction
26456
+  (0.1ms) begin transaction
26457
+ ---------------------------------
26458
+ BadPlainRubyObjectTest: test_xlsx
26459
+ ---------------------------------
26460
+  (0.1ms) rollback transaction
26461
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
26462
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
26463
+  (0.1ms) begin transaction
26464
+  (0.1ms) commit transaction
26465
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
26466
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
26467
+  (0.2ms) SELECT COUNT(*) FROM "posts"
26468
+  (0.1ms) begin transaction
26469
+ -------------------------
26470
+ OdsTest: test_empty_model
26471
+ -------------------------
26472
+  (0.1ms) SAVEPOINT active_record_1
26473
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "30539ed860faf77eddc10e79f204da20"], ["content", "05f981c707afa666df01cfdb5062637c"], ["age", 2], ["created_at", "2018-07-06 14:28:41.139186"], ["updated_at", "2018-07-06 14:28:41.139186"]]
26474
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26475
+  (0.1ms) SAVEPOINT active_record_1
26476
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "5c58092599f9a77172d4e03937e11f39"], ["content", "c91a16fe05077f1e914846db8063df34"], ["age", 2], ["created_at", "2018-07-06 14:28:41.141847"], ["updated_at", "2018-07-06 14:28:41.141847"]]
26477
+  (0.2ms) RELEASE SAVEPOINT active_record_1
26478
+  (0.1ms) SAVEPOINT active_record_1
26479
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "32e91c9f887ca040449fe3d49e216e97"], ["content", "19df1428c4685b269fc705db9b4d3f24"], ["age", 2], ["created_at", "2018-07-06 14:28:41.144035"], ["updated_at", "2018-07-06 14:28:41.144035"]]
26480
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26481
+  (0.1ms) SAVEPOINT active_record_1
26482
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "b8aecbc8f556230eb323d3cdbaff3de5"], ["content", "c01a3f3aa2cb1b68a74960821452c2f7"], ["age", 2], ["created_at", "2018-07-06 14:28:41.146039"], ["updated_at", "2018-07-06 14:28:41.146039"]]
26483
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26484
+  (0.1ms) SAVEPOINT active_record_1
26485
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "8d469807444720473a55acad12eca28b"], ["content", "9ae6f8d98d1b99d32c0fc2677c22023a"], ["age", 2], ["created_at", "2018-07-06 14:28:41.148019"], ["updated_at", "2018-07-06 14:28:41.148019"]]
26486
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26487
+  (0.1ms) SAVEPOINT active_record_1
26488
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "6f23a9321d16e41824a7efae9f564f13"], ["content", "86ca3920fdcd663d170edb3bddf98b8d"], ["age", 2], ["created_at", "2018-07-06 14:28:41.149983"], ["updated_at", "2018-07-06 14:28:41.149983"]]
26489
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26490
+  (0.1ms) SAVEPOINT active_record_1
26491
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "bc10d952ef7e18e38649d6c8085243bf"], ["content", "5351f5bbcb5b47eded657816bcb696f4"], ["age", 2], ["created_at", "2018-07-06 14:28:41.151996"], ["updated_at", "2018-07-06 14:28:41.151996"]]
26492
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26493
+  (0.1ms) SAVEPOINT active_record_1
26494
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "a777e484c0ac6ceb5e5cc725e0b57ab6"], ["content", "ad165ec1e1a38119127aff9c83aa32ba"], ["age", 2], ["created_at", "2018-07-06 14:28:41.153947"], ["updated_at", "2018-07-06 14:28:41.153947"]]
26495
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26496
+  (0.1ms) SAVEPOINT active_record_1
26497
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "e02b452047dec95a5b1fb8fa9b609a61"], ["content", "89d138ce8791105380edef3d667e1c79"], ["age", 2], ["created_at", "2018-07-06 14:28:41.155977"], ["updated_at", "2018-07-06 14:28:41.155977"]]
26498
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26499
+  (0.1ms) SAVEPOINT active_record_1
26500
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "e87dfa04da3a352aa5a4a04b9491d5b8"], ["content", "2113f6fa11cc2396aa61ccef6838f5e9"], ["age", 2], ["created_at", "2018-07-06 14:28:41.157879"], ["updated_at", "2018-07-06 14:28:41.157879"]]
26501
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26502
+ CustomPost Destroy (0.1ms) DELETE FROM "posts"
26503
+ CustomPost Load (0.2ms) SELECT "posts".* FROM "posts"
26504
+  (0.2ms) rollback transaction
26505
+  (0.1ms) begin transaction
26506
+ ----------------------
26507
+ OdsTest: test_empty_sa
26508
+ ----------------------
26509
+  (0.1ms) SAVEPOINT active_record_1
26510
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "bb53f5061e39f99604e3c8d99e7e4007"], ["content", "bf354f6333c5e0996923b0a3d7e21918"], ["age", 2], ["created_at", "2018-07-06 14:28:41.166668"], ["updated_at", "2018-07-06 14:28:41.166668"]]
26511
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26512
+  (0.1ms) SAVEPOINT active_record_1
26513
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "c1beec2da4aaacd90f7a86b69c4701c2"], ["content", "9f8567d4e6362d4ce3839eeb6180c685"], ["age", 2], ["created_at", "2018-07-06 14:28:41.168882"], ["updated_at", "2018-07-06 14:28:41.168882"]]
26514
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26515
+  (0.1ms) SAVEPOINT active_record_1
26516
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "12162085d3f611ea745d99217376f58e"], ["content", "a4ab5e9e1fcf99f283c51f8a22554148"], ["age", 2], ["created_at", "2018-07-06 14:28:41.170998"], ["updated_at", "2018-07-06 14:28:41.170998"]]
26517
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26518
+  (0.1ms) SAVEPOINT active_record_1
26519
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "1c1667fa4748e81d30155098b29ddb4f"], ["content", "76eadb40d099cfdbb1e8c94a49168248"], ["age", 2], ["created_at", "2018-07-06 14:28:41.172950"], ["updated_at", "2018-07-06 14:28:41.172950"]]
26520
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26521
+  (0.1ms) SAVEPOINT active_record_1
26522
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "6250012da07a6ae4905a3e410ee03196"], ["content", "323396118bdd78f16b305de2795fee8a"], ["age", 2], ["created_at", "2018-07-06 14:28:41.174895"], ["updated_at", "2018-07-06 14:28:41.174895"]]
26523
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26524
+  (0.1ms) SAVEPOINT active_record_1
26525
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "303d2eabb0359b6728731dc92cfd733a"], ["content", "0ecc2c93ad80796d51246a00dccbe056"], ["age", 2], ["created_at", "2018-07-06 14:28:41.176819"], ["updated_at", "2018-07-06 14:28:41.176819"]]
26526
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26527
+  (0.2ms) SAVEPOINT active_record_1
26528
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "f43c3e253ffef1949f3ac0c43095faf6"], ["content", "0cafc6545b1e6ad4e2a5dc5adda7bc81"], ["age", 2], ["created_at", "2018-07-06 14:28:41.178822"], ["updated_at", "2018-07-06 14:28:41.178822"]]
26529
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26530
+  (0.1ms) SAVEPOINT active_record_1
26531
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "2c0c080bb2b3cf5296e8193b8096c1a0"], ["content", "0d269b0be6d06a06fcb6f6a97ae56ed5"], ["age", 2], ["created_at", "2018-07-06 14:28:41.180776"], ["updated_at", "2018-07-06 14:28:41.180776"]]
26532
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26533
+  (0.1ms) SAVEPOINT active_record_1
26534
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "de3f82537f54f0184036aac1f6bc9504"], ["content", "5113c3086b85c3146f7abd900defa8c5"], ["age", 2], ["created_at", "2018-07-06 14:28:41.182636"], ["updated_at", "2018-07-06 14:28:41.182636"]]
26535
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26536
+  (0.1ms) SAVEPOINT active_record_1
26537
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "4c31c00c345044182268cb617a36bb28"], ["content", "f6e7f5e94ab1a0b3501e13739e1f8c57"], ["age", 2], ["created_at", "2018-07-06 14:28:41.184585"], ["updated_at", "2018-07-06 14:28:41.184585"]]
26538
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26539
+  (0.2ms) rollback transaction
26540
+  (0.1ms) begin transaction
26541
+ -------------------
26542
+ OdsTest: test_model
26543
+ -------------------
26544
+  (0.1ms) SAVEPOINT active_record_1
26545
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "c1a47b1900aeeb6e1c2d5c7551b788ad"], ["content", "7486cf49584f1e55a0e955e678e992d6"], ["age", 2], ["created_at", "2018-07-06 14:28:41.190074"], ["updated_at", "2018-07-06 14:28:41.190074"]]
26546
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26547
+  (0.1ms) SAVEPOINT active_record_1
26548
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "92e90b79dee68594d65272a53817cadc"], ["content", "0de2a6c842be18e444ea00a2ea5a488b"], ["age", 2], ["created_at", "2018-07-06 14:28:41.192208"], ["updated_at", "2018-07-06 14:28:41.192208"]]
26549
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26550
+  (0.1ms) SAVEPOINT active_record_1
26551
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "3a3dac249ea40d048066f6029ada6aa2"], ["content", "af77a04b922653b8c56b8e8bd88944ff"], ["age", 2], ["created_at", "2018-07-06 14:28:41.194260"], ["updated_at", "2018-07-06 14:28:41.194260"]]
26552
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26553
+  (0.1ms) SAVEPOINT active_record_1
26554
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "31ffd75ea0fdd631b247a96885cae966"], ["content", "d54161014240edcb67ac88ccf671afd3"], ["age", 2], ["created_at", "2018-07-06 14:28:41.196239"], ["updated_at", "2018-07-06 14:28:41.196239"]]
26555
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26556
+  (0.1ms) SAVEPOINT active_record_1
26557
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "002df17e8c9a5c73eb5133fe38219945"], ["content", "dd16d6b42dd247317a63d524eba82944"], ["age", 2], ["created_at", "2018-07-06 14:28:41.198217"], ["updated_at", "2018-07-06 14:28:41.198217"]]
26558
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26559
+  (0.1ms) SAVEPOINT active_record_1
26560
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "173b25a36e8a42bac3d68285fa89d52a"], ["content", "b15d80189bddee0016f3f813f40e14a8"], ["age", 2], ["created_at", "2018-07-06 14:28:41.200147"], ["updated_at", "2018-07-06 14:28:41.200147"]]
26561
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26562
+  (0.1ms) SAVEPOINT active_record_1
26563
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "95d63b1c7fffbc0e438ce54edfe8f89d"], ["content", "af04c57b960d0070cbb443909f5c94d6"], ["age", 2], ["created_at", "2018-07-06 14:28:41.202120"], ["updated_at", "2018-07-06 14:28:41.202120"]]
26564
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26565
+  (0.1ms) SAVEPOINT active_record_1
26566
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "82df07db123c2f6af5d97c465f2a0108"], ["content", "724048c01223b803cccf9b18059ac380"], ["age", 2], ["created_at", "2018-07-06 14:28:41.204084"], ["updated_at", "2018-07-06 14:28:41.204084"]]
26567
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26568
+  (0.1ms) SAVEPOINT active_record_1
26569
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "7fa5d98f246e7317dbd2fb06333fdce7"], ["content", "1631e2d609ef49721fc651abd170d538"], ["age", 2], ["created_at", "2018-07-06 14:28:41.205987"], ["updated_at", "2018-07-06 14:28:41.205987"]]
26570
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26571
+  (0.1ms) SAVEPOINT active_record_1
26572
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "6bcb28dad6faf6e326ebf0950bf0fe60"], ["content", "ded18e536db7218ffe90476b1ab2b73c"], ["age", 2], ["created_at", "2018-07-06 14:28:41.207978"], ["updated_at", "2018-07-06 14:28:41.207978"]]
26573
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26574
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
26575
+  (0.2ms) rollback transaction
26576
+  (0.1ms) begin transaction
26577
+ ----------------
26578
+ OdsTest: test_sa
26579
+ ----------------
26580
+  (0.1ms) SAVEPOINT active_record_1
26581
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "19cca932de6362ce51951c915ca25249"], ["content", "ce65e0dd214dfc8e41c2416ed000fd84"], ["age", 2], ["created_at", "2018-07-06 14:28:41.228096"], ["updated_at", "2018-07-06 14:28:41.228096"]]
26582
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26583
+  (0.1ms) SAVEPOINT active_record_1
26584
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "13d0a90decfc01c2b64680b80147b179"], ["content", "b1b2f58efbc67f04a1dd1440a9fe1d75"], ["age", 2], ["created_at", "2018-07-06 14:28:41.230246"], ["updated_at", "2018-07-06 14:28:41.230246"]]
26585
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26586
+  (0.1ms) SAVEPOINT active_record_1
26587
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "170d22a66e3cc2844ae0ca316d26fdaf"], ["content", "8451948add5f2bfe91a3db20a6a1b81b"], ["age", 2], ["created_at", "2018-07-06 14:28:41.232431"], ["updated_at", "2018-07-06 14:28:41.232431"]]
26588
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26589
+  (0.1ms) SAVEPOINT active_record_1
26590
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "3195e1f350d6e2d2b58fd140bca309da"], ["content", "761231243686b0c0e7dba6431b7b716a"], ["age", 2], ["created_at", "2018-07-06 14:28:41.234418"], ["updated_at", "2018-07-06 14:28:41.234418"]]
26591
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26592
+  (0.1ms) SAVEPOINT active_record_1
26593
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "0c97720abaed9d95d8729d34a22e990c"], ["content", "3d3f4ac85ea9c1d5f5918f49892ad2f8"], ["age", 2], ["created_at", "2018-07-06 14:28:41.236421"], ["updated_at", "2018-07-06 14:28:41.236421"]]
26594
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26595
+  (0.1ms) SAVEPOINT active_record_1
26596
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "a20138f0f3a0003f5a4783696cc905af"], ["content", "6975d432606f4c638ad70cc6de9c9c2e"], ["age", 2], ["created_at", "2018-07-06 14:28:41.238407"], ["updated_at", "2018-07-06 14:28:41.238407"]]
26597
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26598
+  (0.1ms) SAVEPOINT active_record_1
26599
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "92386d36be02c5afdff366b8804aa042"], ["content", "30b7a677d0115d43740a4c1ef109ccc3"], ["age", 2], ["created_at", "2018-07-06 14:28:41.240396"], ["updated_at", "2018-07-06 14:28:41.240396"]]
26600
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26601
+  (0.1ms) SAVEPOINT active_record_1
26602
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "624ab6d8da97a0dc865aa95c4c01c087"], ["content", "c08355adda1bf149384e31753de1e324"], ["age", 2], ["created_at", "2018-07-06 14:28:41.242334"], ["updated_at", "2018-07-06 14:28:41.242334"]]
26603
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26604
+  (0.1ms) SAVEPOINT active_record_1
26605
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "e80963d2bfbac5e0bd5950d8bd9e09f0"], ["content", "7c0ed0a1170e88bd0d70e9f72c5849e3"], ["age", 2], ["created_at", "2018-07-06 14:28:41.244300"], ["updated_at", "2018-07-06 14:28:41.244300"]]
26606
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26607
+  (0.1ms) SAVEPOINT active_record_1
26608
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "0d3b282323b00de760e05c8d218fd000"], ["content", "7e0dce114379a6af38bb7878a107e959"], ["age", 2], ["created_at", "2018-07-06 14:28:41.246340"], ["updated_at", "2018-07-06 14:28:41.246340"]]
26609
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26610
+  (0.2ms) rollback transaction
26611
+  (0.1ms) begin transaction
26612
+ ---------------------
26613
+ OdsTest: test_options
26614
+ ---------------------
26615
+  (0.1ms) SAVEPOINT active_record_1
26616
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "bbc4ff3a3ac0779e4829d8b823e54422"], ["content", "d772c7c3f5c3f206bf78d946155df8db"], ["age", 2], ["created_at", "2018-07-06 14:28:41.252805"], ["updated_at", "2018-07-06 14:28:41.252805"]]
26617
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26618
+  (0.1ms) SAVEPOINT active_record_1
26619
+ CustomPost Create (0.3ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "eee3177ce582cfa29fe92cb6d0088121"], ["content", "a10b62b1e22a92db9d230cff1c9e7657"], ["age", 2], ["created_at", "2018-07-06 14:28:41.254943"], ["updated_at", "2018-07-06 14:28:41.254943"]]
26620
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26621
+  (0.1ms) SAVEPOINT active_record_1
26622
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "3b8d7c4f45df4f2b065c44e3cfd01c01"], ["content", "121c2653b656442c8a53ccb53d675b8e"], ["age", 2], ["created_at", "2018-07-06 14:28:41.257066"], ["updated_at", "2018-07-06 14:28:41.257066"]]
26623
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26624
+  (0.1ms) SAVEPOINT active_record_1
26625
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "462dfd2af6a6fbf8af34d50eeb22df12"], ["content", "75788e934bdea97c78061dec0f2926a3"], ["age", 2], ["created_at", "2018-07-06 14:28:41.259033"], ["updated_at", "2018-07-06 14:28:41.259033"]]
26626
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26627
+  (0.1ms) SAVEPOINT active_record_1
26628
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "1fddeb37ea358aaeef93e1de68398b84"], ["content", "f937781695dc2205559df66acc86b976"], ["age", 2], ["created_at", "2018-07-06 14:28:41.260977"], ["updated_at", "2018-07-06 14:28:41.260977"]]
26629
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26630
+  (0.1ms) SAVEPOINT active_record_1
26631
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "51b0c93885ce91ab0b9e048b37291a2b"], ["content", "1c67f9aa07ce0b5b9cb48fbea98485bb"], ["age", 2], ["created_at", "2018-07-06 14:28:41.262983"], ["updated_at", "2018-07-06 14:28:41.262983"]]
26632
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26633
+  (0.1ms) SAVEPOINT active_record_1
26634
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "7e7274d794b701246b501130fe4d1755"], ["content", "6c2017d61c896de266358d6a580be87c"], ["age", 2], ["created_at", "2018-07-06 14:28:41.264955"], ["updated_at", "2018-07-06 14:28:41.264955"]]
26635
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26636
+  (0.1ms) SAVEPOINT active_record_1
26637
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "b1e1601bda52ff618f78c77f5167fd0f"], ["content", "2ca1f0d6f668a1d52727944b2fe0f9f8"], ["age", 2], ["created_at", "2018-07-06 14:28:41.266981"], ["updated_at", "2018-07-06 14:28:41.266981"]]
26638
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26639
+  (0.1ms) SAVEPOINT active_record_1
26640
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "d01fd81e07b61fbb6718af91e53af8ff"], ["content", "d3440212909743bcf68f402c724029ab"], ["age", 2], ["created_at", "2018-07-06 14:28:41.269046"], ["updated_at", "2018-07-06 14:28:41.269046"]]
26641
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26642
+  (0.1ms) SAVEPOINT active_record_1
26643
+ CustomPost Create (0.2ms) INSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "a7574d75ae0d18b2f5b25491116d6c41"], ["content", "55c10ca25ef128887a043e8d67137bd8"], ["age", 2], ["created_at", "2018-07-06 14:28:41.271091"], ["updated_at", "2018-07-06 14:28:41.271091"]]
26644
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26645
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
26646
+  (0.2ms) rollback transaction
26647
+  (0.1ms) begin transaction
26648
+ ---------------------------------
26649
+ BadPlainRubyObjectTest: test_xlsx
26650
+ ---------------------------------
26651
+  (0.1ms) rollback transaction
26652
+  (0.1ms) begin transaction
26653
+ --------------------------------
26654
+ BadPlainRubyObjectTest: test_csv
26655
+ --------------------------------
26656
+  (0.1ms) rollback transaction
26657
+  (0.1ms) begin transaction
26658
+ --------------------------------
26659
+ BadPlainRubyObjectTest: test_ods
26660
+ --------------------------------
26661
+  (0.1ms) rollback transaction
26662
+  (0.1ms) begin transaction
26663
+ -------------------------------
26664
+ ActiveModelObjectTest: test_csv
26665
+ -------------------------------
26666
+  (0.1ms) rollback transaction
26667
+  (0.1ms) begin transaction
26668
+ -------------------------------
26669
+ ActiveModelObjectTest: test_ods
26670
+ -------------------------------
26671
+  (0.1ms) rollback transaction
26672
+  (0.1ms) begin transaction
26673
+ --------------------------------
26674
+ ActiveModelObjectTest: test_xlsx
26675
+ --------------------------------
26676
+  (0.1ms) rollback transaction
26677
+  (0.1ms) begin transaction
26678
+ ----------------------
26679
+ CsvTest: test_empty_sa
26680
+ ----------------------
26681
+  (0.1ms) rollback transaction
26682
+  (0.1ms) begin transaction
26683
+ -------------------------
26684
+ CsvTest: test_empty_model
26685
+ -------------------------
26686
+ Post Destroy (0.2ms) DELETE FROM "posts"
26687
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26688
+  (0.2ms) rollback transaction
26689
+  (0.1ms) begin transaction
26690
+ ----------------
26691
+ CsvTest: test_sa
26692
+ ----------------
26693
+  (0.1ms) rollback transaction
26694
+  (0.1ms) begin transaction
26695
+ -------------------
26696
+ CsvTest: test_model
26697
+ -------------------
26698
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26699
+  (0.1ms) rollback transaction
26700
+  (0.1ms) begin transaction
26701
+ ---------------------
26702
+ CsvTest: test_options
26703
+ ---------------------
26704
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26705
+  (0.1ms) rollback transaction
26706
+  (0.1ms) begin transaction
26707
+ ------------------
26708
+ PostTest: test_ods
26709
+ ------------------
26710
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26711
+  (0.1ms) rollback transaction
26712
+  (0.1ms) begin transaction
26713
+ ------------------
26714
+ PostTest: test_csv
26715
+ ------------------
26716
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26717
+  (0.1ms) rollback transaction
26718
+  (0.1ms) begin transaction
26719
+ --------------------
26720
+ PostTest: test_empty
26721
+ --------------------
26722
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26723
+  (0.1ms) SAVEPOINT active_record_1
26724
+ Post Destroy (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
26725
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26726
+  (0.1ms) SAVEPOINT active_record_1
26727
+ Post Destroy (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]
26728
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26729
+  (0.1ms) SAVEPOINT active_record_1
26730
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 3]]
26731
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26732
+  (0.1ms) SAVEPOINT active_record_1
26733
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 4]]
26734
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26735
+  (0.1ms) SAVEPOINT active_record_1
26736
+ Post Destroy (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 5]]
26737
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26738
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26739
+  (0.2ms) rollback transaction
26740
+  (0.1ms) begin transaction
26741
+ -------------------
26742
+ PostTest: test_xlsx
26743
+ -------------------
26744
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26745
+  (0.1ms) rollback transaction
26746
+  (0.1ms) begin transaction
26747
+ ------------------------------------------
26748
+ CustomPostTest: test_constants_dont_change
26749
+ ------------------------------------------
26750
+  (0.1ms) rollback transaction
26751
+  (0.1ms) begin transaction
26752
+ ------------------------
26753
+ CustomPostTest: test_csv
26754
+ ------------------------
26755
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
26756
+  (0.1ms) rollback transaction
26757
+  (0.1ms) begin transaction
26758
+ --------------------------
26759
+ CustomPostTest: test_empty
26760
+ --------------------------
26761
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26762
+  (0.1ms) SAVEPOINT active_record_1
26763
+ Post Destroy (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
26764
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26765
+  (0.1ms) SAVEPOINT active_record_1
26766
+ Post Destroy (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]
26767
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26768
+  (0.1ms) SAVEPOINT active_record_1
26769
+ Post Destroy (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 3]]
26770
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26771
+  (0.1ms) SAVEPOINT active_record_1
26772
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 4]]
26773
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26774
+  (0.1ms) SAVEPOINT active_record_1
26775
+ Post Destroy (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 5]]
26776
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26777
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26778
+  (0.2ms) rollback transaction
26779
+  (0.1ms) begin transaction
26780
+ -------------------------
26781
+ CustomPostTest: test_xlsx
26782
+ -------------------------
26783
+ CustomPost Load (0.2ms) SELECT "posts".* FROM "posts"
26784
+  (0.1ms) rollback transaction
26785
+  (0.1ms) begin transaction
26786
+ ------------------------
26787
+ CustomPostTest: test_ods
26788
+ ------------------------
26789
+ CustomPost Load (0.1ms) SELECT "posts".* FROM "posts"
26790
+  (0.1ms) rollback transaction
26791
+  (0.1ms) begin transaction
26792
+ -------------------------------------
26793
+ SpreadsheetArchitectTest: test_config
26794
+ -------------------------------------
26795
+  (0.1ms) rollback transaction
26796
+  (0.1ms) begin transaction
26797
+ ------------------------------
26798
+ PlainRubyObjectTest: test_xlsx
26799
+ ------------------------------
26800
+  (0.1ms) rollback transaction
26801
+  (0.1ms) begin transaction
26802
+ -----------------------------
26803
+ PlainRubyObjectTest: test_csv
26804
+ -----------------------------
26805
+  (0.1ms) rollback transaction
26806
+  (0.1ms) begin transaction
26807
+ -----------------------------
26808
+ PlainRubyObjectTest: test_ods
26809
+ -----------------------------
26810
+  (0.1ms) rollback transaction
26811
+  (0.1ms) begin transaction
26812
+ --------------------
26813
+ XlsxTest: test_model
26814
+ --------------------
26815
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26816
+  (0.1ms) rollback transaction
26817
+  (0.1ms) begin transaction
26818
+ -----------------------
26819
+ XlsxTest: test_empty_sa
26820
+ -----------------------
26821
+  (0.1ms) rollback transaction
26822
+  (0.1ms) begin transaction
26823
+ ----------------------
26824
+ XlsxTest: test_extreme
26825
+ ----------------------
26826
+  (0.1ms) rollback transaction
26827
+  (0.1ms) begin transaction
26828
+ -----------------
26829
+ XlsxTest: test_sa
26830
+ -----------------
26831
+  (0.1ms) rollback transaction
26832
+  (0.1ms) begin transaction
26833
+ --------------------------
26834
+ XlsxTest: test_empty_model
26835
+ --------------------------
26836
+ Post Destroy (0.2ms) DELETE FROM "posts"
26837
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
26838
+  (0.2ms) rollback transaction
26839
+  (0.1ms) begin transaction
26840
+ -----------------------------------------------
26841
+ SpreadsheetArchitectUtilsTest: test_get_options
26842
+ -----------------------------------------------
26843
+  (0.1ms) rollback transaction
26844
+  (0.1ms) begin transaction
26845
+ ---------------------------------------------------------
26846
+ SpreadsheetArchitectUtilsTest: test_convert_styles_to_ods
26847
+ ---------------------------------------------------------
26848
+  (0.1ms) rollback transaction
26849
+  (0.1ms) begin transaction
26850
+ --------------------------------------------
26851
+ SpreadsheetArchitectUtilsTest: test_get_type
26852
+ --------------------------------------------
26853
+  (0.1ms) rollback transaction
26854
+  (0.1ms) begin transaction
26855
+ ------------------------------------------------
26856
+ SpreadsheetArchitectUtilsTest: test_str_humanize
26857
+ ------------------------------------------------
26858
+  (0.1ms) rollback transaction
26859
+  (0.1ms) begin transaction
26860
+ ---------------------------------------------------------
26861
+ SpreadsheetArchitectUtilsTest: test_constants_dont_change
26862
+ ---------------------------------------------------------
26863
+  (0.1ms) rollback transaction
26864
+  (0.1ms) begin transaction
26865
+ -----------------------------------------------------------
26866
+ SpreadsheetArchitectUtilsTest: test_convert_styles_to_axlsx
26867
+ -----------------------------------------------------------
26868
+  (0.1ms) rollback transaction
26869
+  (0.1ms) begin transaction
26870
+ -------------------------------------------------
26871
+ SpreadsheetArchitectUtilsTest: test_get_cell_data
26872
+ -------------------------------------------------
26873
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26874
+  (0.1ms) rollback transaction
26875
+  (0.1ms) begin transaction
26876
+ --------------------------
26877
+ ApplicationTest: test_xlsx
26878
+ --------------------------
26879
+ Started GET "/spreadsheet/xlsx" for 127.0.0.1 at 2018-07-06 07:28:41 -0700
26880
+ Processing by SpreadsheetsController#xlsx as HTML
26881
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26882
+ Rendering text template
26883
+ Rendered text template (0.0ms)
26884
+ Sent data Posts.xlsx (3.3ms)
26885
+ Completed 200 OK in 14ms (Views: 3.5ms | ActiveRecord: 0.2ms)
26886
+  (0.1ms) rollback transaction
26887
+  (0.1ms) begin transaction
26888
+ ------------------------------
26889
+ ApplicationTest: test_alt_xlsx
26890
+ ------------------------------
26891
+ Started GET "/spreadsheet/alt_xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:28:41 -0700
26892
+ Processing by SpreadsheetsController#alt_xlsx as XLSX
26893
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26894
+ Rendering text template
26895
+ Rendered text template (0.0ms)
26896
+ Sent data Posts.xlsx (0.6ms)
26897
+ Completed 200 OK in 14ms (Views: 11.3ms | ActiveRecord: 0.2ms)
26898
+  (0.1ms) rollback transaction
26899
+  (0.1ms) begin transaction
26900
+ -------------------------
26901
+ ApplicationTest: test_csv
26902
+ -------------------------
26903
+ Started GET "/spreadsheet/csv" for 127.0.0.1 at 2018-07-06 07:28:41 -0700
26904
+ Processing by SpreadsheetsController#csv as HTML
26905
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26906
+ Rendering text template
26907
+ Rendered text template (0.0ms)
26908
+ Sent data data.csv (0.5ms)
26909
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
26910
+  (0.1ms) rollback transaction
26911
+  (0.1ms) begin transaction
26912
+ -------------------------
26913
+ ApplicationTest: test_ods
26914
+ -------------------------
26915
+ Started GET "/spreadsheet/ods" for 127.0.0.1 at 2018-07-06 07:28:41 -0700
26916
+ Processing by SpreadsheetsController#ods as HTML
26917
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26918
+ Rendering text template
26919
+ Rendered text template (0.0ms)
26920
+ Sent data data.ods (0.4ms)
26921
+ Completed 200 OK in 11ms (Views: 0.6ms | ActiveRecord: 0.2ms)
26922
+  (0.1ms) rollback transaction
26923
+  (0.1ms) begin transaction
26924
+ ------------------------------------------------
26925
+ ApplicationTest: test_Renders_sample_xlsx_action
26926
+ ------------------------------------------------
26927
+ Started GET "/spreadsheet/xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:28:41 -0700
26928
+ Processing by SpreadsheetsController#xlsx as XLSX
26929
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
26930
+ Rendering text template
26931
+ Rendered text template (0.0ms)
26932
+ Sent data Posts.xlsx (0.5ms)
26933
+ Completed 200 OK in 10ms (Views: 0.7ms | ActiveRecord: 0.2ms)
26934
+  (0.1ms) rollback transaction