maildown 3.0.3 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (24) hide show
  1. checksums.yaml +4 -4
  2. data/lib/maildown/ext/action_mailer.rb +18 -2
  3. data/lib/maildown/handlers/markdown.rb +12 -6
  4. data/lib/maildown/version.rb +1 -1
  5. data/lib/maildown.rb +2 -8
  6. data/test/dummy/db/test.sqlite3 +0 -0
  7. data/test/dummy/log/test.log +2440 -0
  8. data/test/dummy/tmp/cache/assets/sprockets/v3.0/A3/A3kbR-mx77BuTQCXH_ow0ly8c8774_qjKkbRwg7o7Z8.cache +0 -0
  9. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ky/KyPopZ9bAZSzDxl0-5H4oSWt6v3Hscx-IqtKCez5N6M.cache +1 -0
  10. data/test/dummy/tmp/cache/assets/sprockets/v3.0/LQ/LQc7CZbqyqSrstnlW82z5LYgsBPDE-bOnyAvkzwGyZE.cache +1 -0
  11. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Qs/QsuZC0N-5s9LoiQKU5bmb9ddCBVsqqcG23hRRSzaNzI.cache +1 -0
  12. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Sg/SgGPXJGAAT9BnlD8lOEY30CrwX2Ww8GNvkz1_06BUuY.cache +0 -0
  13. data/test/dummy/tmp/cache/assets/sprockets/v3.0/XL/XL_FTz0ksBA62QtuUFTEXWp6sbxjcinWNxVRvwewdVQ.cache +0 -0
  14. data/test/dummy/tmp/cache/assets/sprockets/v3.0/bG/bGAz7aV3zTfJzCyTFZJ3JHHiggWMmTL8_sjwIrZof48.cache +0 -0
  15. data/test/dummy/tmp/cache/assets/sprockets/v3.0/hN/hNuDCLtFB8vWAB97u08o2jUz_JOaHtcRL85mfok6rKE.cache +0 -0
  16. data/test/dummy/tmp/cache/assets/sprockets/v3.0/hj/hj8Ir9wcVSy1KYrnWu9bpD24vDhCG3tvt-nKbNxb1Wg.cache +2 -0
  17. data/test/dummy/tmp/cache/assets/sprockets/v3.0/hz/hzfOEnv86cyXvfNc1ID57ERgXFQbUWy0mA_2kb8RMf8.cache +1 -0
  18. data/test/dummy/tmp/cache/assets/sprockets/v3.0/lL/lLPqCyZWuBhuo1Cc2h2NkRzr8qk4bog-PvgUZj9eD9A.cache +0 -0
  19. data/test/dummy/tmp/cache/assets/sprockets/v3.0/oC/oCsZTGZyV4kH8Y4OeSDUdrwfkJFPzTODZjuBKZB8oGQ.cache +2 -0
  20. data/test/dummy/tmp/cache/assets/sprockets/v3.0/q6/q6BYa32YJF11eGVapO4ouNl6gayPIsARgMavlzZmoi0.cache +2 -0
  21. data/test/dummy/tmp/cache/assets/sprockets/v3.0/x7/x7KkTV3ibfIEysLB_ug5bfmnn2VLV_BldukPR3EoPBk.cache +2 -0
  22. data/test/dummy/tmp/cache/assets/sprockets/v3.0/xq/xqUVzvrduT5J0NftyOoRYuGT8PShk-KqKJrZbf_u63o.cache +1 -0
  23. data/test/dummy/tmp/cache/assets/sprockets/v3.0/zj/zjBh6TAy1PfMo7ob2ifDemYXiSU1gF4Hed-g-jXHYuQ.cache +0 -0
  24. metadata +36 -2
@@ -27745,3 +27745,2443 @@ Content-Transfer-Encoding: 7bit
27745
27745
  ----------------------------------------------
27746
27746
  ExtActionMailerTest: test_monkeypatch_location
27747
27747
  ----------------------------------------------
27748
+  (1.2ms) SELECT sqlite_version(*)
27749
+  (0.1ms) begin transaction
27750
+ ---------------------------
27751
+ LayoutsTest: test_no_layout
27752
+ ---------------------------
27753
+ Rendering user_no_layout_mailer/welcome.md+erb
27754
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 1.8ms | Allocations: 295)
27755
+ UserNoLayoutMailer#welcome: processed outbound mail in 9.6ms
27756
+  (0.1ms) rollback transaction
27757
+  (0.0ms) begin transaction
27758
+ -------------------------------------
27759
+ LayoutsTest: test_layout_renders_fine
27760
+ -------------------------------------
27761
+ Rendering user_with_layout_mailer/welcome.md+erb within layouts/mail_layout
27762
+ Rendered user_with_layout_mailer/welcome.md+erb within layouts/mail_layout (Duration: 0.8ms | Allocations: 81)
27763
+ UserWithLayoutMailer#welcome: processed outbound mail in 3.2ms
27764
+  (0.0ms) rollback transaction
27765
+  (0.1ms) begin transaction
27766
+ -------------------------------------------------------------
27767
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
27768
+ -------------------------------------------------------------
27769
+ Rendering user_no_layout_mailer/welcome.md+erb
27770
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 6)
27771
+ UserNoLayoutMailer#welcome: processed outbound mail in 1.1ms
27772
+  (0.0ms) rollback transaction
27773
+  (0.0ms) begin transaction
27774
+ ----------------------------------------------
27775
+ ExtActionMailerTest: test_monkeypatch_location
27776
+ ----------------------------------------------
27777
+  (0.0ms) rollback transaction
27778
+  (0.0ms) begin transaction
27779
+ ----------------------------------------------------------
27780
+ MarkdownEngineTest: test_default_works_in_multiple_threads
27781
+ ----------------------------------------------------------
27782
+  (0.2ms) rollback transaction
27783
+  (0.2ms) begin transaction
27784
+ ----------------------------------------------------------------
27785
+ MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
27786
+ ----------------------------------------------------------------
27787
+  (0.1ms) rollback transaction
27788
+  (0.0ms) begin transaction
27789
+ ---------------------------------------
27790
+ MarkdownEngineTest: test_can_set_engine
27791
+ ---------------------------------------
27792
+  (0.0ms) rollback transaction
27793
+  (0.0ms) begin transaction
27794
+ ----------------------------------------------------
27795
+ TemplateHandlerTest: test_strip_whitespace_templates
27796
+ ----------------------------------------------------
27797
+ Rendering user_no_layout_mailer/leading_whitespace.md+erb
27798
+ Rendered user_no_layout_mailer/leading_whitespace.md+erb (Duration: 0.6ms | Allocations: 88)
27799
+ UserNoLayoutMailer#leading_whitespace: processed outbound mail in 2.2ms
27800
+  (0.0ms) rollback transaction
27801
+  (0.0ms) begin transaction
27802
+ ---------------------------------------------------
27803
+ TemplateHandlerTest: test_dont_whitespace_templates
27804
+ ---------------------------------------------------
27805
+ Rendering user_no_layout_mailer/leading_whitespace_again.md+erb
27806
+ Rendered user_no_layout_mailer/leading_whitespace_again.md+erb (Duration: 0.6ms | Allocations: 82)
27807
+ UserNoLayoutMailer#leading_whitespace_again: processed outbound mail in 2.4ms
27808
+  (0.0ms) rollback transaction
27809
+  (0.1ms) begin transaction
27810
+ ----------------------------------------
27811
+ TemplateHandlerTest: test_dual_templates
27812
+ ----------------------------------------
27813
+ Rendering user_no_layout_mailer/contact.md.erb
27814
+ Rendered user_no_layout_mailer/contact.md.erb (Duration: 0.4ms | Allocations: 83)
27815
+ UserNoLayoutMailer#contact: processed outbound mail in 2.2ms
27816
+  (0.1ms) rollback transaction
27817
+  (0.1ms) begin transaction
27818
+ ----------------------------------------------
27819
+ TemplateHandlerTest: test_.md_template_handler
27820
+ ----------------------------------------------
27821
+ Started GET "/handlers/plain_markdown" for 127.0.0.1 at 2019-10-02 15:42:09 -0500
27822
+ Processing by HandlersController#show as HTML
27823
+ Parameters: {"id"=>"plain_markdown"}
27824
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 191)
27825
+  (0.8ms) rollback transaction
27826
+  (1.0ms) SELECT sqlite_version(*)
27827
+  (0.1ms) begin transaction
27828
+ -------------------------------------
27829
+ LayoutsTest: test_layout_renders_fine
27830
+ -------------------------------------
27831
+ Rendering user_with_layout_mailer/welcome.md+erb within layouts/mail_layout
27832
+ Rendered user_with_layout_mailer/welcome.md+erb within layouts/mail_layout (Duration: 1.0ms | Allocations: 295)
27833
+ UserWithLayoutMailer#welcome: processed outbound mail in 9.2ms
27834
+  (0.0ms) rollback transaction
27835
+  (0.0ms) begin transaction
27836
+ ---------------------------
27837
+ LayoutsTest: test_no_layout
27838
+ ---------------------------
27839
+ Rendering user_no_layout_mailer/welcome.md+erb
27840
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 81)
27841
+ UserNoLayoutMailer#welcome: processed outbound mail in 2.5ms
27842
+  (0.0ms) rollback transaction
27843
+  (0.0ms) begin transaction
27844
+ ---------------------------------------------------
27845
+ TemplateHandlerTest: test_dont_whitespace_templates
27846
+ ---------------------------------------------------
27847
+ Rendering user_no_layout_mailer/leading_whitespace_again.md+erb
27848
+ Rendered user_no_layout_mailer/leading_whitespace_again.md+erb (Duration: 0.3ms | Allocations: 82)
27849
+ UserNoLayoutMailer#leading_whitespace_again: processed outbound mail in 2.0ms
27850
+  (0.0ms) rollback transaction
27851
+  (0.0ms) begin transaction
27852
+ ----------------------------------------------------
27853
+ TemplateHandlerTest: test_strip_whitespace_templates
27854
+ ----------------------------------------------------
27855
+ Rendering user_no_layout_mailer/leading_whitespace.md+erb
27856
+ Rendered user_no_layout_mailer/leading_whitespace.md+erb (Duration: 0.3ms | Allocations: 87)
27857
+ UserNoLayoutMailer#leading_whitespace: processed outbound mail in 2.5ms
27858
+  (0.1ms) rollback transaction
27859
+  (0.1ms) begin transaction
27860
+ ----------------------------------------------
27861
+ TemplateHandlerTest: test_.md_template_handler
27862
+ ----------------------------------------------
27863
+ Started GET "/handlers/plain_markdown" for 127.0.0.1 at 2019-10-02 15:42:52 -0500
27864
+ Processing by HandlersController#show as HTML
27865
+ Parameters: {"id"=>"plain_markdown"}
27866
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 193)
27867
+  (0.1ms) rollback transaction
27868
+  (0.1ms) begin transaction
27869
+ ----------------------------------------
27870
+ TemplateHandlerTest: test_dual_templates
27871
+ ----------------------------------------
27872
+ Rendering user_no_layout_mailer/contact.md.erb
27873
+ Rendered user_no_layout_mailer/contact.md.erb (Duration: 0.5ms | Allocations: 84)
27874
+ UserNoLayoutMailer#contact: processed outbound mail in 2.6ms
27875
+  (0.0ms) rollback transaction
27876
+  (0.1ms) begin transaction
27877
+ ----------------------------------------------
27878
+ ExtActionMailerTest: test_monkeypatch_location
27879
+ ----------------------------------------------
27880
+  (0.0ms) rollback transaction
27881
+  (0.0ms) begin transaction
27882
+ ---------------------------------------
27883
+ MarkdownEngineTest: test_can_set_engine
27884
+ ---------------------------------------
27885
+  (0.0ms) rollback transaction
27886
+  (0.0ms) begin transaction
27887
+ ----------------------------------------------------------
27888
+ MarkdownEngineTest: test_default_works_in_multiple_threads
27889
+ ----------------------------------------------------------
27890
+  (0.1ms) rollback transaction
27891
+  (0.0ms) begin transaction
27892
+ ----------------------------------------------------------------
27893
+ MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
27894
+ ----------------------------------------------------------------
27895
+  (0.0ms) rollback transaction
27896
+  (0.0ms) begin transaction
27897
+ -------------------------------------------------------------
27898
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
27899
+ -------------------------------------------------------------
27900
+ Rendering user_no_layout_mailer/welcome.md+erb
27901
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 6)
27902
+ UserNoLayoutMailer#welcome: processed outbound mail in 2.0ms
27903
+  (0.0ms) rollback transaction
27904
+  (0.9ms) SELECT sqlite_version(*)
27905
+  (0.1ms) begin transaction
27906
+ ----------------------------------------
27907
+ TemplateHandlerTest: test_dual_templates
27908
+ ----------------------------------------
27909
+ Rendering user_no_layout_mailer/contact.md.erb
27910
+ Rendered user_no_layout_mailer/contact.md.erb (Duration: 1.1ms | Allocations: 296)
27911
+ UserNoLayoutMailer#contact: processed outbound mail in 8.2ms
27912
+  (0.0ms) rollback transaction
27913
+  (0.0ms) begin transaction
27914
+ ----------------------------------------------
27915
+ TemplateHandlerTest: test_.md_template_handler
27916
+ ----------------------------------------------
27917
+ Started GET "/handlers/plain_markdown" for 127.0.0.1 at 2019-10-02 15:47:10 -0500
27918
+ Processing by HandlersController#show as HTML
27919
+ Parameters: {"id"=>"plain_markdown"}
27920
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 193)
27921
+  (0.0ms) rollback transaction
27922
+  (0.0ms) begin transaction
27923
+ ---------------------------------------------------
27924
+ TemplateHandlerTest: test_dont_whitespace_templates
27925
+ ---------------------------------------------------
27926
+ Rendering user_no_layout_mailer/leading_whitespace_again.md+erb
27927
+ Rendered user_no_layout_mailer/leading_whitespace_again.md+erb (Duration: 0.2ms | Allocations: 83)
27928
+ UserNoLayoutMailer#leading_whitespace_again: processed outbound mail in 1.7ms
27929
+  (0.0ms) rollback transaction
27930
+  (0.0ms) begin transaction
27931
+ ----------------------------------------------------
27932
+ TemplateHandlerTest: test_strip_whitespace_templates
27933
+ ----------------------------------------------------
27934
+ Rendering user_no_layout_mailer/leading_whitespace.md+erb
27935
+ Rendered user_no_layout_mailer/leading_whitespace.md+erb (Duration: 0.3ms | Allocations: 87)
27936
+ UserNoLayoutMailer#leading_whitespace: processed outbound mail in 1.9ms
27937
+  (0.0ms) rollback transaction
27938
+  (0.0ms) begin transaction
27939
+ -------------------------------------------------------------
27940
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
27941
+ -------------------------------------------------------------
27942
+ Rendering user_no_layout_mailer/welcome.md+erb
27943
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.3ms | Allocations: 82)
27944
+ UserNoLayoutMailer#welcome: processed outbound mail in 1.7ms
27945
+  (0.0ms) rollback transaction
27946
+  (0.0ms) begin transaction
27947
+ -------------------------------------
27948
+ LayoutsTest: test_layout_renders_fine
27949
+ -------------------------------------
27950
+ Rendering user_with_layout_mailer/welcome.md+erb within layouts/mail_layout
27951
+ Rendered user_with_layout_mailer/welcome.md+erb within layouts/mail_layout (Duration: 0.2ms | Allocations: 81)
27952
+ UserWithLayoutMailer#welcome: processed outbound mail in 2.3ms
27953
+  (0.0ms) rollback transaction
27954
+  (0.0ms) begin transaction
27955
+ ---------------------------
27956
+ LayoutsTest: test_no_layout
27957
+ ---------------------------
27958
+ Rendering user_no_layout_mailer/welcome.md+erb
27959
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 6)
27960
+ UserNoLayoutMailer#welcome: processed outbound mail in 1.1ms
27961
+  (0.0ms) rollback transaction
27962
+  (0.0ms) begin transaction
27963
+ ---------------------------------------
27964
+ MarkdownEngineTest: test_can_set_engine
27965
+ ---------------------------------------
27966
+  (0.0ms) rollback transaction
27967
+  (0.0ms) begin transaction
27968
+ ----------------------------------------------------------------
27969
+ MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
27970
+ ----------------------------------------------------------------
27971
+  (0.0ms) rollback transaction
27972
+  (0.0ms) begin transaction
27973
+ ----------------------------------------------------------
27974
+ MarkdownEngineTest: test_default_works_in_multiple_threads
27975
+ ----------------------------------------------------------
27976
+  (0.1ms) rollback transaction
27977
+  (0.0ms) begin transaction
27978
+ ----------------------------------------------
27979
+ ExtActionMailerTest: test_monkeypatch_location
27980
+ ----------------------------------------------
27981
+  (0.0ms) rollback transaction
27982
+  (0.9ms) SELECT sqlite_version(*)
27983
+  (0.1ms) begin transaction
27984
+ ----------------------------------------------------------------
27985
+ MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
27986
+ ----------------------------------------------------------------
27987
+  (0.0ms) rollback transaction
27988
+  (0.0ms) begin transaction
27989
+ ----------------------------------------------------------
27990
+ MarkdownEngineTest: test_default_works_in_multiple_threads
27991
+ ----------------------------------------------------------
27992
+  (0.1ms) rollback transaction
27993
+  (0.0ms) begin transaction
27994
+ ---------------------------------------
27995
+ MarkdownEngineTest: test_can_set_engine
27996
+ ---------------------------------------
27997
+  (0.0ms) rollback transaction
27998
+  (0.0ms) begin transaction
27999
+ ----------------------------------------------
28000
+ ExtActionMailerTest: test_monkeypatch_location
28001
+ ----------------------------------------------
28002
+  (0.0ms) rollback transaction
28003
+  (0.0ms) begin transaction
28004
+ ---------------------------------------------------
28005
+ TemplateHandlerTest: test_dont_whitespace_templates
28006
+ ---------------------------------------------------
28007
+ Rendering user_no_layout_mailer/leading_whitespace_again.md+erb
28008
+ Rendered user_no_layout_mailer/leading_whitespace_again.md+erb (Duration: 0.8ms | Allocations: 295)
28009
+ UserNoLayoutMailer#leading_whitespace_again: processed outbound mail in 7.5ms
28010
+  (0.1ms) rollback transaction
28011
+  (0.0ms) begin transaction
28012
+ ----------------------------------------
28013
+ TemplateHandlerTest: test_dual_templates
28014
+ ----------------------------------------
28015
+ Rendering user_no_layout_mailer/contact.md.erb
28016
+ Rendered user_no_layout_mailer/contact.md.erb (Duration: 0.2ms | Allocations: 83)
28017
+ UserNoLayoutMailer#contact: processed outbound mail in 1.6ms
28018
+  (0.0ms) rollback transaction
28019
+  (0.0ms) begin transaction
28020
+ ----------------------------------------------------
28021
+ TemplateHandlerTest: test_strip_whitespace_templates
28022
+ ----------------------------------------------------
28023
+ Rendering user_no_layout_mailer/leading_whitespace.md+erb
28024
+ Rendered user_no_layout_mailer/leading_whitespace.md+erb (Duration: 0.2ms | Allocations: 88)
28025
+ UserNoLayoutMailer#leading_whitespace: processed outbound mail in 1.6ms
28026
+  (0.0ms) rollback transaction
28027
+  (0.0ms) begin transaction
28028
+ ----------------------------------------------
28029
+ TemplateHandlerTest: test_.md_template_handler
28030
+ ----------------------------------------------
28031
+ Started GET "/handlers/plain_markdown" for 127.0.0.1 at 2019-10-02 15:49:25 -0500
28032
+ Processing by HandlersController#show as HTML
28033
+ Parameters: {"id"=>"plain_markdown"}
28034
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms | Allocations: 191)
28035
+  (0.1ms) rollback transaction
28036
+  (0.0ms) begin transaction
28037
+ -------------------------------------
28038
+ LayoutsTest: test_layout_renders_fine
28039
+ -------------------------------------
28040
+ Rendering user_with_layout_mailer/welcome.md+erb within layouts/mail_layout
28041
+ Rendered user_with_layout_mailer/welcome.md+erb within layouts/mail_layout (Duration: 0.3ms | Allocations: 82)
28042
+ UserWithLayoutMailer#welcome: processed outbound mail in 5.0ms
28043
+  (0.1ms) rollback transaction
28044
+  (0.0ms) begin transaction
28045
+ ---------------------------
28046
+ LayoutsTest: test_no_layout
28047
+ ---------------------------
28048
+ Rendering user_no_layout_mailer/welcome.md+erb
28049
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.3ms | Allocations: 81)
28050
+ UserNoLayoutMailer#welcome: processed outbound mail in 4.1ms
28051
+  (0.0ms) rollback transaction
28052
+  (0.1ms) begin transaction
28053
+ -------------------------------------------------------------
28054
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28055
+ -------------------------------------------------------------
28056
+ Rendering user_no_layout_mailer/welcome.md+erb
28057
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 6)
28058
+ UserNoLayoutMailer#welcome: processed outbound mail in 2.5ms
28059
+  (0.0ms) rollback transaction
28060
+  (1.0ms) SELECT sqlite_version(*)
28061
+  (0.1ms) begin transaction
28062
+ -------------------------------------------------------------
28063
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28064
+ -------------------------------------------------------------
28065
+ Rendering user_no_layout_mailer/welcome.md+erb
28066
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.7ms | Allocations: 295)
28067
+ UserNoLayoutMailer#welcome: processed outbound mail in 6.4ms
28068
+  (0.1ms) rollback transaction
28069
+  (0.0ms) begin transaction
28070
+ ---------------------------------------
28071
+ MarkdownEngineTest: test_can_set_engine
28072
+ ---------------------------------------
28073
+  (0.0ms) rollback transaction
28074
+  (0.0ms) begin transaction
28075
+ ----------------------------------------------------------
28076
+ MarkdownEngineTest: test_default_works_in_multiple_threads
28077
+ ----------------------------------------------------------
28078
+  (0.1ms) rollback transaction
28079
+  (0.1ms) begin transaction
28080
+ ----------------------------------------------------------------
28081
+ MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
28082
+ ----------------------------------------------------------------
28083
+  (0.0ms) rollback transaction
28084
+  (0.0ms) begin transaction
28085
+ ----------------------------------------------
28086
+ ExtActionMailerTest: test_monkeypatch_location
28087
+ ----------------------------------------------
28088
+  (0.0ms) rollback transaction
28089
+  (0.0ms) begin transaction
28090
+ ----------------------------------------------
28091
+ TemplateHandlerTest: test_.md_template_handler
28092
+ ----------------------------------------------
28093
+ Started GET "/handlers/plain_markdown" for 127.0.0.1 at 2019-10-02 15:51:00 -0500
28094
+ Processing by HandlersController#show as HTML
28095
+ Parameters: {"id"=>"plain_markdown"}
28096
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 193)
28097
+  (0.1ms) rollback transaction
28098
+  (0.0ms) begin transaction
28099
+ ---------------------------------------------------
28100
+ TemplateHandlerTest: test_dont_whitespace_templates
28101
+ ---------------------------------------------------
28102
+ Rendering user_no_layout_mailer/leading_whitespace_again.md+erb
28103
+ Rendered user_no_layout_mailer/leading_whitespace_again.md+erb (Duration: 0.3ms | Allocations: 83)
28104
+ UserNoLayoutMailer#leading_whitespace_again: processed outbound mail in 3.7ms
28105
+  (0.0ms) rollback transaction
28106
+  (0.1ms) begin transaction
28107
+ ----------------------------------------
28108
+ TemplateHandlerTest: test_dual_templates
28109
+ ----------------------------------------
28110
+ Rendering user_no_layout_mailer/contact.md.erb
28111
+ Rendered user_no_layout_mailer/contact.md.erb (Duration: 0.5ms | Allocations: 83)
28112
+ UserNoLayoutMailer#contact: processed outbound mail in 5.2ms
28113
+  (0.0ms) rollback transaction
28114
+  (0.0ms) begin transaction
28115
+ ----------------------------------------------------
28116
+ TemplateHandlerTest: test_strip_whitespace_templates
28117
+ ----------------------------------------------------
28118
+ Rendering user_no_layout_mailer/leading_whitespace.md+erb
28119
+ Rendered user_no_layout_mailer/leading_whitespace.md+erb (Duration: 1.0ms | Allocations: 87)
28120
+ UserNoLayoutMailer#leading_whitespace: processed outbound mail in 4.3ms
28121
+  (0.0ms) rollback transaction
28122
+  (0.0ms) begin transaction
28123
+ -------------------------------------
28124
+ LayoutsTest: test_layout_renders_fine
28125
+ -------------------------------------
28126
+ Rendering user_with_layout_mailer/welcome.md+erb within layouts/mail_layout
28127
+ Rendered user_with_layout_mailer/welcome.md+erb within layouts/mail_layout (Duration: 0.2ms | Allocations: 81)
28128
+ UserWithLayoutMailer#welcome: processed outbound mail in 6.1ms
28129
+  (0.0ms) rollback transaction
28130
+  (0.0ms) begin transaction
28131
+ ---------------------------
28132
+ LayoutsTest: test_no_layout
28133
+ ---------------------------
28134
+ Rendering user_no_layout_mailer/welcome.md+erb
28135
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 6)
28136
+ UserNoLayoutMailer#welcome: processed outbound mail in 1.9ms
28137
+  (0.0ms) rollback transaction
28138
+  (1.0ms) SELECT sqlite_version(*)
28139
+  (0.1ms) begin transaction
28140
+ ----------------------------------------
28141
+ TemplateHandlerTest: test_dual_templates
28142
+ ----------------------------------------
28143
+ Rendering user_no_layout_mailer/contact.md.erb
28144
+ Rendered user_no_layout_mailer/contact.md.erb (Duration: 1.1ms | Allocations: 298)
28145
+ UserNoLayoutMailer#contact: processed outbound mail in 7.7ms
28146
+  (0.1ms) rollback transaction
28147
+  (0.0ms) begin transaction
28148
+ ----------------------------------------------
28149
+ TemplateHandlerTest: test_.md_template_handler
28150
+ ----------------------------------------------
28151
+ Started GET "/handlers/plain_markdown" for 127.0.0.1 at 2019-10-02 15:54:29 -0500
28152
+ Processing by HandlersController#show as HTML
28153
+ Parameters: {"id"=>"plain_markdown"}
28154
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 193)
28155
+  (0.1ms) rollback transaction
28156
+  (0.0ms) begin transaction
28157
+ ---------------------------------------------------
28158
+ TemplateHandlerTest: test_dont_whitespace_templates
28159
+ ---------------------------------------------------
28160
+ Rendering user_no_layout_mailer/leading_whitespace_again.md+erb
28161
+ Rendered user_no_layout_mailer/leading_whitespace_again.md+erb (Duration: 0.3ms | Allocations: 85)
28162
+ UserNoLayoutMailer#leading_whitespace_again: processed outbound mail in 2.1ms
28163
+  (0.0ms) rollback transaction
28164
+  (0.1ms) begin transaction
28165
+ ----------------------------------------------------
28166
+ TemplateHandlerTest: test_strip_whitespace_templates
28167
+ ----------------------------------------------------
28168
+ Rendering user_no_layout_mailer/leading_whitespace.md+erb
28169
+ Rendered user_no_layout_mailer/leading_whitespace.md+erb (Duration: 0.3ms | Allocations: 89)
28170
+ UserNoLayoutMailer#leading_whitespace: processed outbound mail in 1.9ms
28171
+  (0.0ms) rollback transaction
28172
+  (0.0ms) begin transaction
28173
+ ----------------------------------------------------------------
28174
+ MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
28175
+ ----------------------------------------------------------------
28176
+  (0.0ms) rollback transaction
28177
+  (0.0ms) begin transaction
28178
+ ----------------------------------------------------------
28179
+ MarkdownEngineTest: test_default_works_in_multiple_threads
28180
+ ----------------------------------------------------------
28181
+  (0.1ms) rollback transaction
28182
+  (0.0ms) begin transaction
28183
+ ---------------------------------------
28184
+ MarkdownEngineTest: test_can_set_engine
28185
+ ---------------------------------------
28186
+  (0.0ms) rollback transaction
28187
+  (0.0ms) begin transaction
28188
+ ----------------------------------------------
28189
+ ExtActionMailerTest: test_monkeypatch_location
28190
+ ----------------------------------------------
28191
+  (0.0ms) rollback transaction
28192
+  (0.0ms) begin transaction
28193
+ -------------------------------------
28194
+ LayoutsTest: test_layout_renders_fine
28195
+ -------------------------------------
28196
+ Rendering user_with_layout_mailer/welcome.md+erb within layouts/mail_layout
28197
+ Rendered user_with_layout_mailer/welcome.md+erb within layouts/mail_layout (Duration: 0.4ms | Allocations: 84)
28198
+ UserWithLayoutMailer#welcome: processed outbound mail in 6.5ms
28199
+  (0.1ms) rollback transaction
28200
+  (0.1ms) begin transaction
28201
+ ---------------------------
28202
+ LayoutsTest: test_no_layout
28203
+ ---------------------------
28204
+ Rendering user_no_layout_mailer/welcome.md+erb
28205
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 1.4ms | Allocations: 83)
28206
+ UserNoLayoutMailer#welcome: processed outbound mail in 4.3ms
28207
+  (0.1ms) rollback transaction
28208
+  (0.1ms) begin transaction
28209
+ -------------------------------------------------------------
28210
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28211
+ -------------------------------------------------------------
28212
+ Rendering user_no_layout_mailer/welcome.md+erb
28213
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 6)
28214
+ UserNoLayoutMailer#welcome: processed outbound mail in 4.0ms
28215
+  (0.0ms) rollback transaction
28216
+  (0.9ms) SELECT sqlite_version(*)
28217
+  (0.1ms) begin transaction
28218
+ ---------------------------------------
28219
+ MarkdownEngineTest: test_can_set_engine
28220
+ ---------------------------------------
28221
+  (0.0ms) rollback transaction
28222
+  (0.0ms) begin transaction
28223
+ ----------------------------------------------------------------
28224
+ MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
28225
+ ----------------------------------------------------------------
28226
+  (0.0ms) rollback transaction
28227
+  (0.0ms) begin transaction
28228
+ ----------------------------------------------------------
28229
+ MarkdownEngineTest: test_default_works_in_multiple_threads
28230
+ ----------------------------------------------------------
28231
+  (0.1ms) rollback transaction
28232
+  (0.0ms) begin transaction
28233
+ ----------------------------------------------
28234
+ ExtActionMailerTest: test_monkeypatch_location
28235
+ ----------------------------------------------
28236
+  (0.0ms) rollback transaction
28237
+  (0.0ms) begin transaction
28238
+ ----------------------------------------------
28239
+ TemplateHandlerTest: test_.md_template_handler
28240
+ ----------------------------------------------
28241
+ Started GET "/handlers/plain_markdown" for 127.0.0.1 at 2019-10-02 15:54:40 -0500
28242
+ Processing by HandlersController#show as HTML
28243
+ Parameters: {"id"=>"plain_markdown"}
28244
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 195)
28245
+  (0.0ms) rollback transaction
28246
+  (0.0ms) begin transaction
28247
+ ----------------------------------------------------
28248
+ TemplateHandlerTest: test_strip_whitespace_templates
28249
+ ----------------------------------------------------
28250
+ Rendering user_no_layout_mailer/leading_whitespace.md+erb
28251
+ Rendered user_no_layout_mailer/leading_whitespace.md+erb (Duration: 1.8ms | Allocations: 302)
28252
+ UserNoLayoutMailer#leading_whitespace: processed outbound mail in 11.8ms
28253
+  (0.1ms) rollback transaction
28254
+  (0.0ms) begin transaction
28255
+ ---------------------------------------------------
28256
+ TemplateHandlerTest: test_dont_whitespace_templates
28257
+ ---------------------------------------------------
28258
+ Rendering user_no_layout_mailer/leading_whitespace_again.md+erb
28259
+ Rendered user_no_layout_mailer/leading_whitespace_again.md+erb (Duration: 0.3ms | Allocations: 84)
28260
+ UserNoLayoutMailer#leading_whitespace_again: processed outbound mail in 3.9ms
28261
+  (0.0ms) rollback transaction
28262
+  (0.0ms) begin transaction
28263
+ ----------------------------------------
28264
+ TemplateHandlerTest: test_dual_templates
28265
+ ----------------------------------------
28266
+ Rendering user_no_layout_mailer/contact.md.erb
28267
+ Rendered user_no_layout_mailer/contact.md.erb (Duration: 0.3ms | Allocations: 85)
28268
+ UserNoLayoutMailer#contact: processed outbound mail in 3.8ms
28269
+  (0.0ms) rollback transaction
28270
+  (0.0ms) begin transaction
28271
+ -------------------------------------
28272
+ LayoutsTest: test_layout_renders_fine
28273
+ -------------------------------------
28274
+ Rendering user_with_layout_mailer/welcome.md+erb within layouts/mail_layout
28275
+ Rendered user_with_layout_mailer/welcome.md+erb within layouts/mail_layout (Duration: 1.1ms | Allocations: 84)
28276
+ UserWithLayoutMailer#welcome: processed outbound mail in 5.1ms
28277
+  (0.1ms) rollback transaction
28278
+  (0.0ms) begin transaction
28279
+ ---------------------------
28280
+ LayoutsTest: test_no_layout
28281
+ ---------------------------
28282
+ Rendering user_no_layout_mailer/welcome.md+erb
28283
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 1.4ms | Allocations: 83)
28284
+ UserNoLayoutMailer#welcome: processed outbound mail in 4.4ms
28285
+  (0.1ms) rollback transaction
28286
+  (0.1ms) begin transaction
28287
+ -------------------------------------------------------------
28288
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28289
+ -------------------------------------------------------------
28290
+ Rendering user_no_layout_mailer/welcome.md+erb
28291
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 6)
28292
+ UserNoLayoutMailer#welcome: processed outbound mail in 2.8ms
28293
+  (0.0ms) rollback transaction
28294
+  (0.9ms) SELECT sqlite_version(*)
28295
+  (0.1ms) begin transaction
28296
+ -------------------------------------
28297
+ LayoutsTest: test_layout_renders_fine
28298
+ -------------------------------------
28299
+ Rendering user_with_layout_mailer/welcome.md+erb within layouts/mail_layout
28300
+ Rendered user_with_layout_mailer/welcome.md+erb within layouts/mail_layout (Duration: 0.9ms | Allocations: 295)
28301
+ UserWithLayoutMailer#welcome: processed outbound mail in 7.3ms
28302
+  (0.1ms) rollback transaction
28303
+  (0.0ms) begin transaction
28304
+ ---------------------------
28305
+ LayoutsTest: test_no_layout
28306
+ ---------------------------
28307
+ Rendering user_no_layout_mailer/welcome.md+erb
28308
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.4ms | Allocations: 81)
28309
+ UserNoLayoutMailer#welcome: processed outbound mail in 2.3ms
28310
+  (0.1ms) rollback transaction
28311
+  (0.0ms) begin transaction
28312
+ ----------------------------------------------
28313
+ ExtActionMailerTest: test_monkeypatch_location
28314
+ ----------------------------------------------
28315
+  (0.0ms) rollback transaction
28316
+  (0.0ms) begin transaction
28317
+ ---------------------------------------------------
28318
+ TemplateHandlerTest: test_dont_whitespace_templates
28319
+ ---------------------------------------------------
28320
+ Rendering user_no_layout_mailer/leading_whitespace_again.md+erb
28321
+ Rendered user_no_layout_mailer/leading_whitespace_again.md+erb (Duration: 0.2ms | Allocations: 82)
28322
+ UserNoLayoutMailer#leading_whitespace_again: processed outbound mail in 1.6ms
28323
+  (0.0ms) rollback transaction
28324
+  (0.0ms) begin transaction
28325
+ ----------------------------------------------------
28326
+ TemplateHandlerTest: test_strip_whitespace_templates
28327
+ ----------------------------------------------------
28328
+ Rendering user_no_layout_mailer/leading_whitespace.md+erb
28329
+ Rendered user_no_layout_mailer/leading_whitespace.md+erb (Duration: 0.3ms | Allocations: 87)
28330
+ UserNoLayoutMailer#leading_whitespace: processed outbound mail in 1.6ms
28331
+  (0.0ms) rollback transaction
28332
+  (0.0ms) begin transaction
28333
+ ----------------------------------------------
28334
+ TemplateHandlerTest: test_.md_template_handler
28335
+ ----------------------------------------------
28336
+ Started GET "/handlers/plain_markdown" for 127.0.0.1 at 2019-10-02 15:56:50 -0500
28337
+ Processing by HandlersController#show as HTML
28338
+ Parameters: {"id"=>"plain_markdown"}
28339
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms | Allocations: 193)
28340
+  (0.1ms) rollback transaction
28341
+  (0.1ms) begin transaction
28342
+ ----------------------------------------
28343
+ TemplateHandlerTest: test_dual_templates
28344
+ ----------------------------------------
28345
+ Rendering user_no_layout_mailer/contact.md.erb
28346
+ Rendered user_no_layout_mailer/contact.md.erb (Duration: 0.3ms | Allocations: 84)
28347
+ UserNoLayoutMailer#contact: processed outbound mail in 1.9ms
28348
+  (0.0ms) rollback transaction
28349
+  (0.0ms) begin transaction
28350
+ -------------------------------------------------------------
28351
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28352
+ -------------------------------------------------------------
28353
+ Rendering user_no_layout_mailer/welcome.md+erb
28354
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 6)
28355
+ UserNoLayoutMailer#welcome: processed outbound mail in 1.0ms
28356
+  (0.0ms) rollback transaction
28357
+  (0.0ms) begin transaction
28358
+ ---------------------------------------
28359
+ MarkdownEngineTest: test_can_set_engine
28360
+ ---------------------------------------
28361
+  (0.0ms) rollback transaction
28362
+  (0.0ms) begin transaction
28363
+ ----------------------------------------------------------------
28364
+ MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
28365
+ ----------------------------------------------------------------
28366
+  (0.0ms) rollback transaction
28367
+  (0.0ms) begin transaction
28368
+ ----------------------------------------------------------
28369
+ MarkdownEngineTest: test_default_works_in_multiple_threads
28370
+ ----------------------------------------------------------
28371
+  (0.1ms) rollback transaction
28372
+  (1.1ms) SELECT sqlite_version(*)
28373
+  (0.1ms) begin transaction
28374
+ -------------------------------------------------------------
28375
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28376
+ -------------------------------------------------------------
28377
+ Rendering user_no_layout_mailer/welcome.md+erb
28378
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.8ms | Allocations: 295)
28379
+ UserNoLayoutMailer#welcome: processed outbound mail in 7.0ms
28380
+  (0.0ms) rollback transaction
28381
+  (0.9ms) SELECT sqlite_version(*)
28382
+  (0.1ms) begin transaction
28383
+ -------------------------------------------------------------
28384
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28385
+ -------------------------------------------------------------
28386
+ Rendering user_no_layout_mailer/welcome.md+erb
28387
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.8ms | Allocations: 295)
28388
+ UserNoLayoutMailer#welcome: processed outbound mail in 6.9ms
28389
+  (0.1ms) rollback transaction
28390
+  (0.9ms) SELECT sqlite_version(*)
28391
+  (0.1ms) begin transaction
28392
+ -------------------------------------------------------------
28393
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28394
+ -------------------------------------------------------------
28395
+ Rendering user_no_layout_mailer/welcome.md+erb
28396
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.7ms | Allocations: 295)
28397
+ UserNoLayoutMailer#welcome: processed outbound mail in 6.2ms
28398
+  (0.0ms) rollback transaction
28399
+  (0.9ms) SELECT sqlite_version(*)
28400
+  (0.1ms) begin transaction
28401
+ -------------------------------------------------------------
28402
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28403
+ -------------------------------------------------------------
28404
+ Rendering user_no_layout_mailer/welcome.md+erb
28405
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.8ms | Allocations: 290)
28406
+ UserNoLayoutMailer#welcome: processed outbound mail in 6.4ms
28407
+  (0.1ms) rollback transaction
28408
+  (0.9ms) SELECT sqlite_version(*)
28409
+  (0.1ms) begin transaction
28410
+ -------------------------------------------------------------
28411
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28412
+ -------------------------------------------------------------
28413
+ Rendering user_no_layout_mailer/welcome.md+erb
28414
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.7ms | Allocations: 290)
28415
+ UserNoLayoutMailer#welcome: processed outbound mail in 7.2ms
28416
+  (0.1ms) rollback transaction
28417
+  (0.9ms) SELECT sqlite_version(*)
28418
+  (0.1ms) begin transaction
28419
+ -------------------------------------------------------------
28420
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28421
+ -------------------------------------------------------------
28422
+ Rendering user_no_layout_mailer/welcome.md+erb
28423
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.8ms | Allocations: 295)
28424
+ UserNoLayoutMailer#welcome: processed outbound mail in 6.2ms
28425
+  (0.1ms) rollback transaction
28426
+  (0.8ms) SELECT sqlite_version(*)
28427
+  (0.1ms) begin transaction
28428
+ -------------------------------------------------------------
28429
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28430
+ -------------------------------------------------------------
28431
+ Rendering user_no_layout_mailer/welcome.md+erb
28432
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.7ms | Allocations: 295)
28433
+ Rendering user_no_layout_mailer/welcome.md+erb
28434
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.1ms | Allocations: 77)
28435
+ UserNoLayoutMailer#welcome: processed outbound mail in 6.3ms
28436
+ Delivered mail 5d9510409c732_13b73fdb27039fd4986a1@rschneeman-ltm6.internal.salesforce.com.mail (10.5ms)
28437
+ Date: Wed, 02 Oct 2019 16:01:52 -0500
28438
+ From: from@example.com
28439
+ Reply-To: noreply@schneems.com
28440
+ To: foo@example.com
28441
+ Message-ID: <5d9510409c732_13b73fdb27039fd4986a1@rschneeman-ltm6.internal.salesforce.com.mail>
28442
+ Subject: hello world
28443
+ Mime-Version: 1.0
28444
+ Content-Type: multipart/alternative;
28445
+ boundary="--==_mimepart_5d9510409af4a_13b73fdb27039fd498568";
28446
+ charset=UTF-8
28447
+ Content-Transfer-Encoding: 7bit
28448
+
28449
+
28450
+ ----==_mimepart_5d9510409af4a_13b73fdb27039fd498568
28451
+ Content-Type: text/plain;
28452
+ charset=UTF-8
28453
+ Content-Transfer-Encoding: 7bit
28454
+
28455
+ ## Welcome!
28456
+
28457
+ ----==_mimepart_5d9510409af4a_13b73fdb27039fd498568
28458
+ Content-Type: text/html;
28459
+ charset=UTF-8
28460
+ Content-Transfer-Encoding: 7bit
28461
+
28462
+ ## Welcome!
28463
+
28464
+ ----==_mimepart_5d9510409af4a_13b73fdb27039fd498568--
28465
+
28466
+  (0.1ms) rollback transaction
28467
+  (0.9ms) SELECT sqlite_version(*)
28468
+  (0.1ms) begin transaction
28469
+ -------------------------------------------------------------
28470
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28471
+ -------------------------------------------------------------
28472
+ Rendering user_no_layout_mailer/welcome.md+erb
28473
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.7ms | Allocations: 295)
28474
+ Rendering user_no_layout_mailer/welcome.md+erb
28475
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.1ms | Allocations: 77)
28476
+ UserNoLayoutMailer#welcome: processed outbound mail in 7.3ms
28477
+ Delivered mail 5d95105cc4fe0_13e43ffe4d437fd437899@rschneeman-ltm6.internal.salesforce.com.mail (6.4ms)
28478
+ Date: Wed, 02 Oct 2019 16:02:20 -0500
28479
+ From: from@example.com
28480
+ Reply-To: noreply@schneems.com
28481
+ To: foo@example.com
28482
+ Message-ID: <5d95105cc4fe0_13e43ffe4d437fd437899@rschneeman-ltm6.internal.salesforce.com.mail>
28483
+ Subject: hello world
28484
+ Mime-Version: 1.0
28485
+ Content-Type: multipart/alternative;
28486
+ boundary="--==_mimepart_5d95105cc4518_13e43ffe4d437fd437799";
28487
+ charset=UTF-8
28488
+ Content-Transfer-Encoding: 7bit
28489
+
28490
+
28491
+ ----==_mimepart_5d95105cc4518_13e43ffe4d437fd437799
28492
+ Content-Type: text/plain;
28493
+ charset=UTF-8
28494
+ Content-Transfer-Encoding: 7bit
28495
+
28496
+ ## Welcome!
28497
+
28498
+ ----==_mimepart_5d95105cc4518_13e43ffe4d437fd437799
28499
+ Content-Type: text/html;
28500
+ charset=UTF-8
28501
+ Content-Transfer-Encoding: 7bit
28502
+
28503
+ ## Welcome!
28504
+
28505
+ ----==_mimepart_5d95105cc4518_13e43ffe4d437fd437799--
28506
+
28507
+  (0.1ms) rollback transaction
28508
+  (1.0ms) SELECT sqlite_version(*)
28509
+  (0.1ms) begin transaction
28510
+ -------------------------------------------------------------
28511
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28512
+ -------------------------------------------------------------
28513
+ Rendering user_no_layout_mailer/welcome.md+erb
28514
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.8ms | Allocations: 295)
28515
+ Rendering user_no_layout_mailer/welcome.md+erb
28516
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.1ms | Allocations: 77)
28517
+ UserNoLayoutMailer#welcome: processed outbound mail in 7.0ms
28518
+ Delivered mail 5d95106adb347_140b3ff7e8439fd4356e@rschneeman-ltm6.internal.salesforce.com.mail (5.7ms)
28519
+ Date: Wed, 02 Oct 2019 16:02:34 -0500
28520
+ From: from@example.com
28521
+ Reply-To: noreply@schneems.com
28522
+ To: foo@example.com
28523
+ Message-ID: <5d95106adb347_140b3ff7e8439fd4356e@rschneeman-ltm6.internal.salesforce.com.mail>
28524
+ Subject: hello world
28525
+ Mime-Version: 1.0
28526
+ Content-Type: multipart/alternative;
28527
+ boundary="--==_mimepart_5d95106ada994_140b3ff7e8439fd435540";
28528
+ charset=UTF-8
28529
+ Content-Transfer-Encoding: 7bit
28530
+
28531
+
28532
+ ----==_mimepart_5d95106ada994_140b3ff7e8439fd435540
28533
+ Content-Type: text/plain;
28534
+ charset=UTF-8
28535
+ Content-Transfer-Encoding: 7bit
28536
+
28537
+ ## Welcome!
28538
+
28539
+ ----==_mimepart_5d95106ada994_140b3ff7e8439fd435540
28540
+ Content-Type: text/html;
28541
+ charset=UTF-8
28542
+ Content-Transfer-Encoding: 7bit
28543
+
28544
+ ## Welcome!
28545
+
28546
+ ----==_mimepart_5d95106ada994_140b3ff7e8439fd435540--
28547
+
28548
+  (0.1ms) rollback transaction
28549
+  (0.9ms) SELECT sqlite_version(*)
28550
+  (0.1ms) begin transaction
28551
+ -------------------------------------------------------------
28552
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28553
+ -------------------------------------------------------------
28554
+ Rendering user_no_layout_mailer/welcome.md+erb
28555
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 1.1ms | Allocations: 295)
28556
+ Rendering user_no_layout_mailer/welcome.md+erb
28557
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 77)
28558
+ UserNoLayoutMailer#welcome: processed outbound mail in 9.3ms
28559
+ Delivered mail 5d951083cfb86_14343ffee603c008308c8@rschneeman-ltm6.internal.salesforce.com.mail (6.2ms)
28560
+ Date: Wed, 02 Oct 2019 16:02:59 -0500
28561
+ From: from@example.com
28562
+ Reply-To: noreply@schneems.com
28563
+ To: foo@example.com
28564
+ Message-ID: <5d951083cfb86_14343ffee603c008308c8@rschneeman-ltm6.internal.salesforce.com.mail>
28565
+ Subject: hello world
28566
+ Mime-Version: 1.0
28567
+ Content-Type: multipart/alternative;
28568
+ boundary="--==_mimepart_5d951083cec5a_14343ffee603c0083075b";
28569
+ charset=UTF-8
28570
+ Content-Transfer-Encoding: 7bit
28571
+
28572
+
28573
+ ----==_mimepart_5d951083cec5a_14343ffee603c0083075b
28574
+ Content-Type: text/plain;
28575
+ charset=UTF-8
28576
+ Content-Transfer-Encoding: 7bit
28577
+
28578
+ ## Welcome!
28579
+
28580
+ ----==_mimepart_5d951083cec5a_14343ffee603c0083075b
28581
+ Content-Type: text/html;
28582
+ charset=UTF-8
28583
+ Content-Transfer-Encoding: 7bit
28584
+
28585
+ ## Welcome!
28586
+
28587
+ ----==_mimepart_5d951083cec5a_14343ffee603c0083075b--
28588
+
28589
+  (0.1ms) rollback transaction
28590
+  (0.9ms) SELECT sqlite_version(*)
28591
+  (0.1ms) begin transaction
28592
+ -------------------------------------------------------------
28593
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28594
+ -------------------------------------------------------------
28595
+ Rendering user_no_layout_mailer/welcome.md+erb
28596
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.9ms | Allocations: 295)
28597
+ Rendering user_no_layout_mailer/welcome.md+erb
28598
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 77)
28599
+ UserNoLayoutMailer#welcome: processed outbound mail in 9.4ms
28600
+ Delivered mail 5d95108d4c691_14473fce1043c0107239d@rschneeman-ltm6.internal.salesforce.com.mail (6.0ms)
28601
+ Date: Wed, 02 Oct 2019 16:03:09 -0500
28602
+ From: from@example.com
28603
+ Reply-To: noreply@schneems.com
28604
+ To: foo@example.com
28605
+ Message-ID: <5d95108d4c691_14473fce1043c0107239d@rschneeman-ltm6.internal.salesforce.com.mail>
28606
+ Subject: hello world
28607
+ Mime-Version: 1.0
28608
+ Content-Type: multipart/alternative;
28609
+ boundary="--==_mimepart_5d95108d4b963_14473fce1043c01072257";
28610
+ charset=UTF-8
28611
+ Content-Transfer-Encoding: 7bit
28612
+
28613
+
28614
+ ----==_mimepart_5d95108d4b963_14473fce1043c01072257
28615
+ Content-Type: text/plain;
28616
+ charset=UTF-8
28617
+ Content-Transfer-Encoding: 7bit
28618
+
28619
+ ## Welcome!
28620
+
28621
+ ----==_mimepart_5d95108d4b963_14473fce1043c01072257
28622
+ Content-Type: text/html;
28623
+ charset=UTF-8
28624
+ Content-Transfer-Encoding: 7bit
28625
+
28626
+ ## Welcome!
28627
+
28628
+ ----==_mimepart_5d95108d4b963_14473fce1043c01072257--
28629
+
28630
+  (0.0ms) rollback transaction
28631
+  (1.0ms) SELECT sqlite_version(*)
28632
+  (0.1ms) begin transaction
28633
+ -------------------------------------------------------------
28634
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28635
+ -------------------------------------------------------------
28636
+ Rendering user_no_layout_mailer/welcome.md+erb
28637
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.9ms | Allocations: 387)
28638
+ Rendering user_no_layout_mailer/welcome.md+erb
28639
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 169)
28640
+ UserNoLayoutMailer#welcome: processed outbound mail in 8.9ms
28641
+ Delivered mail 5d95109f2c5a6_14733fd220c37fd070878@rschneeman-ltm6.internal.salesforce.com.mail (6.9ms)
28642
+ Date: Wed, 02 Oct 2019 16:03:27 -0500
28643
+ From: from@example.com
28644
+ Reply-To: noreply@schneems.com
28645
+ To: foo@example.com
28646
+ Message-ID: <5d95109f2c5a6_14733fd220c37fd070878@rschneeman-ltm6.internal.salesforce.com.mail>
28647
+ Subject: hello world
28648
+ Mime-Version: 1.0
28649
+ Content-Type: multipart/alternative;
28650
+ boundary="--==_mimepart_5d95109f2ba8d_14733fd220c37fd070762";
28651
+ charset=UTF-8
28652
+ Content-Transfer-Encoding: 7bit
28653
+
28654
+
28655
+ ----==_mimepart_5d95109f2ba8d_14733fd220c37fd070762
28656
+ Content-Type: text/plain;
28657
+ charset=UTF-8
28658
+ Content-Transfer-Encoding: 7bit
28659
+
28660
+ ## Welcome!
28661
+
28662
+ ----==_mimepart_5d95109f2ba8d_14733fd220c37fd070762
28663
+ Content-Type: text/html;
28664
+ charset=UTF-8
28665
+ Content-Transfer-Encoding: 7bit
28666
+
28667
+ ## Welcome!
28668
+
28669
+ ----==_mimepart_5d95109f2ba8d_14733fd220c37fd070762--
28670
+
28671
+  (0.1ms) rollback transaction
28672
+  (1.2ms) SELECT sqlite_version(*)
28673
+  (0.1ms) begin transaction
28674
+ -------------------------------------------------------------
28675
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28676
+ -------------------------------------------------------------
28677
+ Rendering user_no_layout_mailer/welcome.md+erb
28678
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 1.0ms | Allocations: 482)
28679
+ Rendering user_no_layout_mailer/welcome.md+erb
28680
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 263)
28681
+ UserNoLayoutMailer#welcome: processed outbound mail in 7.9ms
28682
+ Delivered mail 5d9510b15c577_148a3fdc3b439fd46855d@rschneeman-ltm6.internal.salesforce.com.mail (5.9ms)
28683
+ Date: Wed, 02 Oct 2019 16:03:45 -0500
28684
+ From: from@example.com
28685
+ Reply-To: noreply@schneems.com
28686
+ To: foo@example.com
28687
+ Message-ID: <5d9510b15c577_148a3fdc3b439fd46855d@rschneeman-ltm6.internal.salesforce.com.mail>
28688
+ Subject: hello world
28689
+ Mime-Version: 1.0
28690
+ Content-Type: multipart/alternative;
28691
+ boundary="--==_mimepart_5d9510b15baa7_148a3fdc3b439fd468423";
28692
+ charset=UTF-8
28693
+ Content-Transfer-Encoding: 7bit
28694
+
28695
+
28696
+ ----==_mimepart_5d9510b15baa7_148a3fdc3b439fd468423
28697
+ Content-Type: text/plain;
28698
+ charset=UTF-8
28699
+ Content-Transfer-Encoding: 7bit
28700
+
28701
+ ## Welcome!
28702
+
28703
+ ----==_mimepart_5d9510b15baa7_148a3fdc3b439fd468423
28704
+ Content-Type: text/html;
28705
+ charset=UTF-8
28706
+ Content-Transfer-Encoding: 7bit
28707
+
28708
+ ## Welcome!
28709
+
28710
+ ----==_mimepart_5d9510b15baa7_148a3fdc3b439fd468423--
28711
+
28712
+  (0.1ms) rollback transaction
28713
+  (0.9ms) SELECT sqlite_version(*)
28714
+  (0.1ms) begin transaction
28715
+ -------------------------------------------------------------
28716
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28717
+ -------------------------------------------------------------
28718
+ Rendering user_no_layout_mailer/welcome.md+erb
28719
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.8ms | Allocations: 482)
28720
+ Rendering user_no_layout_mailer/welcome.md+erb
28721
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 263)
28722
+ UserNoLayoutMailer#welcome: processed outbound mail in 7.4ms
28723
+ Delivered mail 5d9510b7e977a_149a3fe5d7839fd06886@rschneeman-ltm6.internal.salesforce.com.mail (6.3ms)
28724
+ Date: Wed, 02 Oct 2019 16:03:51 -0500
28725
+ From: from@example.com
28726
+ Reply-To: noreply@schneems.com
28727
+ To: foo@example.com
28728
+ Message-ID: <5d9510b7e977a_149a3fe5d7839fd06886@rschneeman-ltm6.internal.salesforce.com.mail>
28729
+ Subject: hello world
28730
+ Mime-Version: 1.0
28731
+ Content-Type: multipart/alternative;
28732
+ boundary="--==_mimepart_5d9510b7e8cd4_149a3fe5d7839fd068732";
28733
+ charset=UTF-8
28734
+ Content-Transfer-Encoding: 7bit
28735
+
28736
+
28737
+ ----==_mimepart_5d9510b7e8cd4_149a3fe5d7839fd068732
28738
+ Content-Type: text/plain;
28739
+ charset=UTF-8
28740
+ Content-Transfer-Encoding: 7bit
28741
+
28742
+ ## Welcome!
28743
+
28744
+ ----==_mimepart_5d9510b7e8cd4_149a3fe5d7839fd068732
28745
+ Content-Type: text/html;
28746
+ charset=UTF-8
28747
+ Content-Transfer-Encoding: 7bit
28748
+
28749
+ ## Welcome!
28750
+
28751
+ ----==_mimepart_5d9510b7e8cd4_149a3fe5d7839fd068732--
28752
+
28753
+  (0.1ms) rollback transaction
28754
+  (0.9ms) SELECT sqlite_version(*)
28755
+  (0.1ms) begin transaction
28756
+ -------------------------------------------------------------
28757
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28758
+ -------------------------------------------------------------
28759
+ Rendering user_no_layout_mailer/welcome.md+erb
28760
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.8ms | Allocations: 297)
28761
+ Rendering user_no_layout_mailer/welcome.md+erb
28762
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 79)
28763
+ UserNoLayoutMailer#welcome: processed outbound mail in 7.2ms
28764
+ Delivered mail 5d9510dd28643_14f63fd91f039fd46809d@rschneeman-ltm6.internal.salesforce.com.mail (5.9ms)
28765
+ Date: Wed, 02 Oct 2019 16:04:29 -0500
28766
+ From: from@example.com
28767
+ Reply-To: noreply@schneems.com
28768
+ To: foo@example.com
28769
+ Message-ID: <5d9510dd28643_14f63fd91f039fd46809d@rschneeman-ltm6.internal.salesforce.com.mail>
28770
+ Subject: hello world
28771
+ Mime-Version: 1.0
28772
+ Content-Type: multipart/alternative;
28773
+ boundary="--==_mimepart_5d9510dd27c4f_14f63fd91f039fd46797";
28774
+ charset=UTF-8
28775
+ Content-Transfer-Encoding: 7bit
28776
+
28777
+
28778
+ ----==_mimepart_5d9510dd27c4f_14f63fd91f039fd46797
28779
+ Content-Type: text/plain;
28780
+ charset=UTF-8
28781
+ Content-Transfer-Encoding: 7bit
28782
+
28783
+ ## Welcome!
28784
+
28785
+ ----==_mimepart_5d9510dd27c4f_14f63fd91f039fd46797
28786
+ Content-Type: text/html;
28787
+ charset=UTF-8
28788
+ Content-Transfer-Encoding: 7bit
28789
+
28790
+ ## Welcome!
28791
+
28792
+ ----==_mimepart_5d9510dd27c4f_14f63fd91f039fd46797--
28793
+
28794
+  (0.1ms) rollback transaction
28795
+  (0.9ms) SELECT sqlite_version(*)
28796
+  (0.1ms) begin transaction
28797
+ -------------------------------------------------------------
28798
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28799
+ -------------------------------------------------------------
28800
+ Rendering user_no_layout_mailer/welcome.md+erb
28801
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.8ms | Allocations: 297)
28802
+ Rendering user_no_layout_mailer/welcome.md+erb
28803
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 79)
28804
+ UserNoLayoutMailer#welcome: processed outbound mail in 7.0ms
28805
+ Delivered mail 5d95110d468a9_15353fd20403c008768b8@rschneeman-ltm6.internal.salesforce.com.mail (5.8ms)
28806
+ Date: Wed, 02 Oct 2019 16:05:17 -0500
28807
+ From: from@example.com
28808
+ Reply-To: noreply@schneems.com
28809
+ To: foo@example.com
28810
+ Message-ID: <5d95110d468a9_15353fd20403c008768b8@rschneeman-ltm6.internal.salesforce.com.mail>
28811
+ Subject: hello world
28812
+ Mime-Version: 1.0
28813
+ Content-Type: multipart/alternative;
28814
+ boundary="--==_mimepart_5d95110d45e5a_15353fd20403c008767e3";
28815
+ charset=UTF-8
28816
+ Content-Transfer-Encoding: 7bit
28817
+
28818
+
28819
+ ----==_mimepart_5d95110d45e5a_15353fd20403c008767e3
28820
+ Content-Type: text/plain;
28821
+ charset=UTF-8
28822
+ Content-Transfer-Encoding: 7bit
28823
+
28824
+ ## Welcome!
28825
+
28826
+ ----==_mimepart_5d95110d45e5a_15353fd20403c008767e3
28827
+ Content-Type: text/html;
28828
+ charset=UTF-8
28829
+ Content-Transfer-Encoding: 7bit
28830
+
28831
+ ## Welcome!
28832
+
28833
+ ----==_mimepart_5d95110d45e5a_15353fd20403c008767e3--
28834
+
28835
+  (0.1ms) rollback transaction
28836
+  (1.3ms) SELECT sqlite_version(*)
28837
+  (0.1ms) begin transaction
28838
+ -------------------------------------------------------------
28839
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28840
+ -------------------------------------------------------------
28841
+ Rendering user_no_layout_mailer/welcome.md+erb
28842
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 1.0ms | Allocations: 300)
28843
+ Rendering user_no_layout_mailer/welcome.md+erb
28844
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 81)
28845
+ UserNoLayoutMailer#welcome: processed outbound mail in 7.4ms
28846
+ Delivered mail 5d9511382ccf5_159c3ff9f542000c70776@rschneeman-ltm6.internal.salesforce.com.mail (5.8ms)
28847
+ Date: Wed, 02 Oct 2019 16:06:00 -0500
28848
+ From: from@example.com
28849
+ Reply-To: noreply@schneems.com
28850
+ To: foo@example.com
28851
+ Message-ID: <5d9511382ccf5_159c3ff9f542000c70776@rschneeman-ltm6.internal.salesforce.com.mail>
28852
+ Subject: hello world
28853
+ Mime-Version: 1.0
28854
+ Content-Type: multipart/alternative;
28855
+ boundary="--==_mimepart_5d9511382c2b3_159c3ff9f542000c706f2";
28856
+ charset=UTF-8
28857
+ Content-Transfer-Encoding: 7bit
28858
+
28859
+
28860
+ ----==_mimepart_5d9511382c2b3_159c3ff9f542000c706f2
28861
+ Content-Type: text/plain;
28862
+ charset=UTF-8
28863
+ Content-Transfer-Encoding: 7bit
28864
+
28865
+ ## Welcome!
28866
+
28867
+ ----==_mimepart_5d9511382c2b3_159c3ff9f542000c706f2
28868
+ Content-Type: text/html;
28869
+ charset=UTF-8
28870
+ Content-Transfer-Encoding: 7bit
28871
+
28872
+ ## Welcome!
28873
+
28874
+ ----==_mimepart_5d9511382c2b3_159c3ff9f542000c706f2--
28875
+
28876
+  (0.0ms) rollback transaction
28877
+  (1.0ms) SELECT sqlite_version(*)
28878
+  (0.1ms) begin transaction
28879
+ -------------------------------------------------------------
28880
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28881
+ -------------------------------------------------------------
28882
+ Rendering user_no_layout_mailer/welcome.md+erb
28883
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 3.6ms | Allocations: 1270)
28884
+ UserNoLayoutMailer#welcome: processed outbound mail in 8.6ms
28885
+  (0.1ms) rollback transaction
28886
+  (0.9ms) SELECT sqlite_version(*)
28887
+  (0.1ms) begin transaction
28888
+ -------------------------------------------------------------
28889
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28890
+ -------------------------------------------------------------
28891
+ Rendering user_no_layout_mailer/welcome.md+erb
28892
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.8ms | Allocations: 306)
28893
+ Rendering user_no_layout_mailer/welcome.md+erb
28894
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 87)
28895
+ UserNoLayoutMailer#welcome: processed outbound mail in 7.6ms
28896
+ Delivered mail 5d95119add4d5_16803fe289439fd0731a2@rschneeman-ltm6.internal.salesforce.com.mail (5.7ms)
28897
+ Date: Wed, 02 Oct 2019 16:07:38 -0500
28898
+ From: from@example.com
28899
+ Reply-To: noreply@schneems.com
28900
+ To: foo@example.com
28901
+ Message-ID: <5d95119add4d5_16803fe289439fd0731a2@rschneeman-ltm6.internal.salesforce.com.mail>
28902
+ Subject: hello world
28903
+ Mime-Version: 1.0
28904
+ Content-Type: multipart/alternative;
28905
+ boundary="--==_mimepart_5d95119adcb56_16803fe289439fd07307d";
28906
+ charset=UTF-8
28907
+ Content-Transfer-Encoding: 7bit
28908
+
28909
+
28910
+ ----==_mimepart_5d95119adcb56_16803fe289439fd07307d
28911
+ Content-Type: text/plain;
28912
+ charset=UTF-8
28913
+ Content-Transfer-Encoding: 7bit
28914
+
28915
+ ## Welcome!
28916
+
28917
+ ----==_mimepart_5d95119adcb56_16803fe289439fd07307d
28918
+ Content-Type: text/html;
28919
+ charset=UTF-8
28920
+ Content-Transfer-Encoding: 7bit
28921
+
28922
+ ## Welcome!
28923
+
28924
+ ----==_mimepart_5d95119adcb56_16803fe289439fd07307d--
28925
+
28926
+  (0.1ms) rollback transaction
28927
+  (0.9ms) SELECT sqlite_version(*)
28928
+  (0.1ms) begin transaction
28929
+ -------------------------------------------------------------
28930
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28931
+ -------------------------------------------------------------
28932
+ Rendering user_no_layout_mailer/welcome.md+erb
28933
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.9ms | Allocations: 306)
28934
+ Rendering user_no_layout_mailer/welcome.md+erb
28935
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 87)
28936
+ UserNoLayoutMailer#welcome: processed outbound mail in 7.7ms
28937
+ Delivered mail 5d9511a9b17c1_16b33ffea7c2e00822469@rschneeman-ltm6.internal.salesforce.com.mail (5.8ms)
28938
+ Date: Wed, 02 Oct 2019 16:07:53 -0500
28939
+ From: from@example.com
28940
+ Reply-To: noreply@schneems.com
28941
+ To: foo@example.com
28942
+ Message-ID: <5d9511a9b17c1_16b33ffea7c2e00822469@rschneeman-ltm6.internal.salesforce.com.mail>
28943
+ Subject: hello world
28944
+ Mime-Version: 1.0
28945
+ Content-Type: multipart/alternative;
28946
+ boundary="--==_mimepart_5d9511a9b0dc3_16b33ffea7c2e008223b6";
28947
+ charset=UTF-8
28948
+ Content-Transfer-Encoding: 7bit
28949
+
28950
+
28951
+ ----==_mimepart_5d9511a9b0dc3_16b33ffea7c2e008223b6
28952
+ Content-Type: text/plain;
28953
+ charset=UTF-8
28954
+ Content-Transfer-Encoding: 7bit
28955
+
28956
+ ## Welcome!
28957
+
28958
+ ----==_mimepart_5d9511a9b0dc3_16b33ffea7c2e008223b6
28959
+ Content-Type: text/html;
28960
+ charset=UTF-8
28961
+ Content-Transfer-Encoding: 7bit
28962
+
28963
+ ## Welcome!
28964
+
28965
+ ----==_mimepart_5d9511a9b0dc3_16b33ffea7c2e008223b6--
28966
+
28967
+  (0.1ms) rollback transaction
28968
+  (0.9ms) SELECT sqlite_version(*)
28969
+  (0.1ms) begin transaction
28970
+ -------------------------------------------------------------
28971
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
28972
+ -------------------------------------------------------------
28973
+ Rendering user_no_layout_mailer/welcome.md+erb
28974
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.8ms | Allocations: 302)
28975
+ Rendering user_no_layout_mailer/welcome.md+erb
28976
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 83)
28977
+ UserNoLayoutMailer#welcome: processed outbound mail in 7.0ms
28978
+ Delivered mail 5d9511c0336ad_16ec3fcc1a839fd4540c@rschneeman-ltm6.internal.salesforce.com.mail (5.7ms)
28979
+ Date: Wed, 02 Oct 2019 16:08:16 -0500
28980
+ From: from@example.com
28981
+ Reply-To: noreply@schneems.com
28982
+ To: foo@example.com
28983
+ Message-ID: <5d9511c0336ad_16ec3fcc1a839fd4540c@rschneeman-ltm6.internal.salesforce.com.mail>
28984
+ Subject: hello world
28985
+ Mime-Version: 1.0
28986
+ Content-Type: multipart/alternative;
28987
+ boundary="--==_mimepart_5d9511c032cf3_16ec3fcc1a839fd4539aa";
28988
+ charset=UTF-8
28989
+ Content-Transfer-Encoding: 7bit
28990
+
28991
+
28992
+ ----==_mimepart_5d9511c032cf3_16ec3fcc1a839fd4539aa
28993
+ Content-Type: text/plain;
28994
+ charset=UTF-8
28995
+ Content-Transfer-Encoding: 7bit
28996
+
28997
+ ## Welcome!
28998
+
28999
+ ----==_mimepart_5d9511c032cf3_16ec3fcc1a839fd4539aa
29000
+ Content-Type: text/html;
29001
+ charset=UTF-8
29002
+ Content-Transfer-Encoding: 7bit
29003
+
29004
+ ## Welcome!
29005
+
29006
+ ----==_mimepart_5d9511c032cf3_16ec3fcc1a839fd4539aa--
29007
+
29008
+  (0.1ms) rollback transaction
29009
+  (1.3ms) SELECT sqlite_version(*)
29010
+  (0.2ms) begin transaction
29011
+ -------------------------------------------------------------
29012
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
29013
+ -------------------------------------------------------------
29014
+ Rendering user_no_layout_mailer/welcome.md+erb
29015
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.7ms | Allocations: 298)
29016
+ Rendering user_no_layout_mailer/welcome.md+erb
29017
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.1ms | Allocations: 80)
29018
+ UserNoLayoutMailer#welcome: processed outbound mail in 7.8ms
29019
+ Delivered mail 5d9511f4e4339_176e3fd9bac3c0203152a@rschneeman-ltm6.internal.salesforce.com.mail (7.4ms)
29020
+ Date: Wed, 02 Oct 2019 16:09:08 -0500
29021
+ From: from@example.com
29022
+ Reply-To: noreply@schneems.com
29023
+ To: foo@example.com
29024
+ Message-ID: <5d9511f4e4339_176e3fd9bac3c0203152a@rschneeman-ltm6.internal.salesforce.com.mail>
29025
+ Subject: hello world
29026
+ Mime-Version: 1.0
29027
+ Content-Type: multipart/alternative;
29028
+ boundary="--==_mimepart_5d9511f4e3719_176e3fd9bac3c0203141e";
29029
+ charset=UTF-8
29030
+ Content-Transfer-Encoding: 7bit
29031
+
29032
+
29033
+ ----==_mimepart_5d9511f4e3719_176e3fd9bac3c0203141e
29034
+ Content-Type: text/plain;
29035
+ charset=UTF-8
29036
+ Content-Transfer-Encoding: 7bit
29037
+
29038
+ ## Welcome!
29039
+
29040
+ ----==_mimepart_5d9511f4e3719_176e3fd9bac3c0203141e
29041
+ Content-Type: text/html;
29042
+ charset=UTF-8
29043
+ Content-Transfer-Encoding: 7bit
29044
+
29045
+ ## Welcome!
29046
+
29047
+ ----==_mimepart_5d9511f4e3719_176e3fd9bac3c0203141e--
29048
+
29049
+  (0.0ms) rollback transaction
29050
+  (1.4ms) SELECT sqlite_version(*)
29051
+  (0.1ms) begin transaction
29052
+ -------------------------------------------------------------
29053
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
29054
+ -------------------------------------------------------------
29055
+ Rendering user_no_layout_mailer/welcome.md+erb
29056
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.8ms | Allocations: 302)
29057
+ Rendering user_no_layout_mailer/welcome.md+erb
29058
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 83)
29059
+ UserNoLayoutMailer#welcome: processed outbound mail in 7.4ms
29060
+ Delivered mail 5d951209e5461_17843ff25ac37fd021750@rschneeman-ltm6.internal.salesforce.com.mail (5.8ms)
29061
+ Date: Wed, 02 Oct 2019 16:09:29 -0500
29062
+ From: from@example.com
29063
+ Reply-To: noreply@schneems.com
29064
+ To: foo@example.com
29065
+ Message-ID: <5d951209e5461_17843ff25ac37fd021750@rschneeman-ltm6.internal.salesforce.com.mail>
29066
+ Subject: hello world
29067
+ Mime-Version: 1.0
29068
+ Content-Type: multipart/alternative;
29069
+ boundary="--==_mimepart_5d951209e4aa6_17843ff25ac37fd0216a4";
29070
+ charset=UTF-8
29071
+ Content-Transfer-Encoding: 7bit
29072
+
29073
+
29074
+ ----==_mimepart_5d951209e4aa6_17843ff25ac37fd0216a4
29075
+ Content-Type: text/plain;
29076
+ charset=UTF-8
29077
+ Content-Transfer-Encoding: 7bit
29078
+
29079
+ ## Welcome!
29080
+
29081
+ ----==_mimepart_5d951209e4aa6_17843ff25ac37fd0216a4
29082
+ Content-Type: text/html;
29083
+ charset=UTF-8
29084
+ Content-Transfer-Encoding: 7bit
29085
+
29086
+ ## Welcome!
29087
+
29088
+ ----==_mimepart_5d951209e4aa6_17843ff25ac37fd0216a4--
29089
+
29090
+  (0.1ms) rollback transaction
29091
+  (0.9ms) SELECT sqlite_version(*)
29092
+  (0.1ms) begin transaction
29093
+ -------------------------------------------------------------
29094
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
29095
+ -------------------------------------------------------------
29096
+ Rendering user_no_layout_mailer/welcome.md+erb
29097
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.8ms | Allocations: 303)
29098
+ Rendering user_no_layout_mailer/welcome.md+erb
29099
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 85)
29100
+ UserNoLayoutMailer#welcome: processed outbound mail in 7.1ms
29101
+ Delivered mail 5d951215e9be2_17973fc051c3c0205708f@rschneeman-ltm6.internal.salesforce.com.mail (6.0ms)
29102
+ Date: Wed, 02 Oct 2019 16:09:41 -0500
29103
+ From: from@example.com
29104
+ Reply-To: noreply@schneems.com
29105
+ To: foo@example.com
29106
+ Message-ID: <5d951215e9be2_17973fc051c3c0205708f@rschneeman-ltm6.internal.salesforce.com.mail>
29107
+ Subject: hello world
29108
+ Mime-Version: 1.0
29109
+ Content-Type: multipart/alternative;
29110
+ boundary="--==_mimepart_5d951215e91f4_17973fc051c3c020569da";
29111
+ charset=UTF-8
29112
+ Content-Transfer-Encoding: 7bit
29113
+
29114
+
29115
+ ----==_mimepart_5d951215e91f4_17973fc051c3c020569da
29116
+ Content-Type: text/plain;
29117
+ charset=UTF-8
29118
+ Content-Transfer-Encoding: 7bit
29119
+
29120
+ ## Welcome!
29121
+
29122
+ ----==_mimepart_5d951215e91f4_17973fc051c3c020569da
29123
+ Content-Type: text/html;
29124
+ charset=UTF-8
29125
+ Content-Transfer-Encoding: 7bit
29126
+
29127
+ ## Welcome!
29128
+
29129
+ ----==_mimepart_5d951215e91f4_17973fc051c3c020569da--
29130
+
29131
+  (0.1ms) rollback transaction
29132
+  (1.0ms) SELECT sqlite_version(*)
29133
+  (0.1ms) begin transaction
29134
+ -------------------------------------------------------------
29135
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
29136
+ -------------------------------------------------------------
29137
+ Rendering user_no_layout_mailer/welcome.md+erb
29138
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 43.3ms | Allocations: 18491)
29139
+ Rendering user_no_layout_mailer/welcome.md+erb
29140
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 85)
29141
+ UserNoLayoutMailer#welcome: processed outbound mail in 49.5ms
29142
+ Delivered mail 5d9512b03b119_18813fd964c2dfd0387c1@rschneeman-ltm6.internal.salesforce.com.mail (5.7ms)
29143
+ Date: Wed, 02 Oct 2019 16:12:16 -0500
29144
+ From: from@example.com
29145
+ Reply-To: noreply@schneems.com
29146
+ To: foo@example.com
29147
+ Message-ID: <5d9512b03b119_18813fd964c2dfd0387c1@rschneeman-ltm6.internal.salesforce.com.mail>
29148
+ Subject: hello world
29149
+ Mime-Version: 1.0
29150
+ Content-Type: multipart/alternative;
29151
+ boundary="--==_mimepart_5d9512b03a6ab_18813fd964c2dfd038668";
29152
+ charset=UTF-8
29153
+ Content-Transfer-Encoding: 7bit
29154
+
29155
+
29156
+ ----==_mimepart_5d9512b03a6ab_18813fd964c2dfd038668
29157
+ Content-Type: text/plain;
29158
+ charset=UTF-8
29159
+ Content-Transfer-Encoding: 7bit
29160
+
29161
+ ## Welcome!
29162
+
29163
+ ----==_mimepart_5d9512b03a6ab_18813fd964c2dfd038668
29164
+ Content-Type: text/html;
29165
+ charset=UTF-8
29166
+ Content-Transfer-Encoding: 7bit
29167
+
29168
+ <h2 id="welcome">Welcome!</h2>
29169
+
29170
+ ----==_mimepart_5d9512b03a6ab_18813fd964c2dfd038668--
29171
+
29172
+ Rendering user_no_layout_mailer/welcome.md+erb
29173
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.5ms | Allocations: 199)
29174
+ Rendering user_no_layout_mailer/welcome.md+erb
29175
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 5)
29176
+ UserNoLayoutMailer#welcome: processed outbound mail in 11.8ms
29177
+ Delivered mail 5d9512b03f153_18813fd964c2dfd038921@rschneeman-ltm6.internal.salesforce.com.mail (1.8ms)
29178
+ Date: Wed, 02 Oct 2019 16:12:16 -0500
29179
+ From: from@example.com
29180
+ Reply-To: noreply@schneems.com
29181
+ To: foo@example.com
29182
+ Message-ID: <5d9512b03f153_18813fd964c2dfd038921@rschneeman-ltm6.internal.salesforce.com.mail>
29183
+ Subject: hello world
29184
+ Mime-Version: 1.0
29185
+ Content-Type: multipart/alternative;
29186
+ boundary="--==_mimepart_5d9512b03ed40_18813fd964c2dfd038846";
29187
+ charset=UTF-8
29188
+ Content-Transfer-Encoding: 7bit
29189
+
29190
+
29191
+ ----==_mimepart_5d9512b03ed40_18813fd964c2dfd038846
29192
+ Content-Type: text/plain;
29193
+ charset=UTF-8
29194
+ Content-Transfer-Encoding: 7bit
29195
+
29196
+ ## Welcome!
29197
+
29198
+ ----==_mimepart_5d9512b03ed40_18813fd964c2dfd038846
29199
+ Content-Type: text/html;
29200
+ charset=UTF-8
29201
+ Content-Transfer-Encoding: 7bit
29202
+
29203
+ <h2 id="welcome">Welcome!</h2>
29204
+
29205
+ ----==_mimepart_5d9512b03ed40_18813fd964c2dfd038846--
29206
+
29207
+  (0.1ms) rollback transaction
29208
+  (1.5ms) SELECT sqlite_version(*)
29209
+  (0.1ms) begin transaction
29210
+ -------------------------------------------------------------
29211
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
29212
+ -------------------------------------------------------------
29213
+ Rendering user_no_layout_mailer/welcome.md+erb
29214
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 59.6ms | Allocations: 18482)
29215
+ Rendering user_no_layout_mailer/welcome.md+erb
29216
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.2ms | Allocations: 77)
29217
+ UserNoLayoutMailer#welcome: processed outbound mail in 67.7ms
29218
+ Delivered mail 5d9512bbd82fe_18943fc1e442e01047652@rschneeman-ltm6.internal.salesforce.com.mail (6.1ms)
29219
+ Date: Wed, 02 Oct 2019 16:12:27 -0500
29220
+ From: from@example.com
29221
+ Reply-To: noreply@schneems.com
29222
+ To: foo@example.com
29223
+ Message-ID: <5d9512bbd82fe_18943fc1e442e01047652@rschneeman-ltm6.internal.salesforce.com.mail>
29224
+ Subject: hello world
29225
+ Mime-Version: 1.0
29226
+ Content-Type: multipart/alternative;
29227
+ boundary="--==_mimepart_5d9512bbd788f_18943fc1e442e01047535";
29228
+ charset=UTF-8
29229
+ Content-Transfer-Encoding: 7bit
29230
+
29231
+
29232
+ ----==_mimepart_5d9512bbd788f_18943fc1e442e01047535
29233
+ Content-Type: text/plain;
29234
+ charset=UTF-8
29235
+ Content-Transfer-Encoding: 7bit
29236
+
29237
+ ## Welcome!
29238
+
29239
+ ----==_mimepart_5d9512bbd788f_18943fc1e442e01047535
29240
+ Content-Type: text/html;
29241
+ charset=UTF-8
29242
+ Content-Transfer-Encoding: 7bit
29243
+
29244
+ <h2 id="welcome">Welcome!</h2>
29245
+
29246
+ ----==_mimepart_5d9512bbd788f_18943fc1e442e01047535--
29247
+
29248
+ Rendering user_no_layout_mailer/welcome.md+erb
29249
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.4ms | Allocations: 199)
29250
+ Rendering user_no_layout_mailer/welcome.md+erb
29251
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 5)
29252
+ UserNoLayoutMailer#welcome: processed outbound mail in 10.8ms
29253
+ Delivered mail 5d9512bbdc17f_18943fc1e442e010478ac@rschneeman-ltm6.internal.salesforce.com.mail (1.9ms)
29254
+ Date: Wed, 02 Oct 2019 16:12:27 -0500
29255
+ From: from@example.com
29256
+ Reply-To: noreply@schneems.com
29257
+ To: foo@example.com
29258
+ Message-ID: <5d9512bbdc17f_18943fc1e442e010478ac@rschneeman-ltm6.internal.salesforce.com.mail>
29259
+ Subject: hello world
29260
+ Mime-Version: 1.0
29261
+ Content-Type: multipart/alternative;
29262
+ boundary="--==_mimepart_5d9512bbdbd32_18943fc1e442e01047729";
29263
+ charset=UTF-8
29264
+ Content-Transfer-Encoding: 7bit
29265
+
29266
+
29267
+ ----==_mimepart_5d9512bbdbd32_18943fc1e442e01047729
29268
+ Content-Type: text/plain;
29269
+ charset=UTF-8
29270
+ Content-Transfer-Encoding: 7bit
29271
+
29272
+ ## Welcome!
29273
+
29274
+ ----==_mimepart_5d9512bbdbd32_18943fc1e442e01047729
29275
+ Content-Type: text/html;
29276
+ charset=UTF-8
29277
+ Content-Transfer-Encoding: 7bit
29278
+
29279
+ <h2 id="welcome">Welcome!</h2>
29280
+
29281
+ ----==_mimepart_5d9512bbdbd32_18943fc1e442e01047729--
29282
+
29283
+  (0.1ms) rollback transaction
29284
+  (1.0ms) SELECT sqlite_version(*)
29285
+  (0.1ms) begin transaction
29286
+ ----------------------------------------------------------
29287
+ MarkdownEngineTest: test_default_works_in_multiple_threads
29288
+ ----------------------------------------------------------
29289
+  (0.1ms) rollback transaction
29290
+  (0.0ms) begin transaction
29291
+ ----------------------------------------------------------------
29292
+ MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
29293
+ ----------------------------------------------------------------
29294
+  (0.0ms) rollback transaction
29295
+  (0.0ms) begin transaction
29296
+ ---------------------------------------
29297
+ MarkdownEngineTest: test_can_set_engine
29298
+ ---------------------------------------
29299
+  (0.0ms) rollback transaction
29300
+  (0.0ms) begin transaction
29301
+ -------------------------------------------------------------
29302
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
29303
+ -------------------------------------------------------------
29304
+ Rendering user_no_layout_mailer/welcome.md+erb
29305
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 1.6ms | Allocations: 486)
29306
+ Rendering user_no_layout_mailer/welcome.md+erb
29307
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.3ms | Allocations: 77)
29308
+ UserNoLayoutMailer#welcome: processed outbound mail in 8.0ms
29309
+ Delivered mail 5d9512c42d3b2_189e3fd2ab43c02070554@rschneeman-ltm6.internal.salesforce.com.mail (14.0ms)
29310
+ Date: Wed, 02 Oct 2019 16:12:36 -0500
29311
+ From: from@example.com
29312
+ Reply-To: noreply@schneems.com
29313
+ To: foo@example.com
29314
+ Message-ID: <5d9512c42d3b2_189e3fd2ab43c02070554@rschneeman-ltm6.internal.salesforce.com.mail>
29315
+ Subject: hello world
29316
+ Mime-Version: 1.0
29317
+ Content-Type: multipart/alternative;
29318
+ boundary="--==_mimepart_5d9512c42c9e9_189e3fd2ab43c02070486";
29319
+ charset=UTF-8
29320
+ Content-Transfer-Encoding: 7bit
29321
+
29322
+
29323
+ ----==_mimepart_5d9512c42c9e9_189e3fd2ab43c02070486
29324
+ Content-Type: text/plain;
29325
+ charset=UTF-8
29326
+ Content-Transfer-Encoding: 7bit
29327
+
29328
+ ## Welcome!
29329
+
29330
+ ----==_mimepart_5d9512c42c9e9_189e3fd2ab43c02070486
29331
+ Content-Type: text/html;
29332
+ charset=UTF-8
29333
+ Content-Transfer-Encoding: 7bit
29334
+
29335
+ <h2 id="welcome">Welcome!</h2>
29336
+
29337
+ ----==_mimepart_5d9512c42c9e9_189e3fd2ab43c02070486--
29338
+
29339
+ Rendering user_no_layout_mailer/welcome.md+erb
29340
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.4ms | Allocations: 197)
29341
+ Rendering user_no_layout_mailer/welcome.md+erb
29342
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 5)
29343
+ UserNoLayoutMailer#welcome: processed outbound mail in 1.6ms
29344
+ Delivered mail 5d9512c430cec_189e3fd2ab43c020707df@rschneeman-ltm6.internal.salesforce.com.mail (1.6ms)
29345
+ Date: Wed, 02 Oct 2019 16:12:36 -0500
29346
+ From: from@example.com
29347
+ Reply-To: noreply@schneems.com
29348
+ To: foo@example.com
29349
+ Message-ID: <5d9512c430cec_189e3fd2ab43c020707df@rschneeman-ltm6.internal.salesforce.com.mail>
29350
+ Subject: hello world
29351
+ Mime-Version: 1.0
29352
+ Content-Type: multipart/alternative;
29353
+ boundary="--==_mimepart_5d9512c430952_189e3fd2ab43c0207068c";
29354
+ charset=UTF-8
29355
+ Content-Transfer-Encoding: 7bit
29356
+
29357
+
29358
+ ----==_mimepart_5d9512c430952_189e3fd2ab43c0207068c
29359
+ Content-Type: text/plain;
29360
+ charset=UTF-8
29361
+ Content-Transfer-Encoding: 7bit
29362
+
29363
+ ## Welcome!
29364
+
29365
+ ----==_mimepart_5d9512c430952_189e3fd2ab43c0207068c
29366
+ Content-Type: text/html;
29367
+ charset=UTF-8
29368
+ Content-Transfer-Encoding: 7bit
29369
+
29370
+ <h2 id="welcome">Welcome!</h2>
29371
+
29372
+ ----==_mimepart_5d9512c430952_189e3fd2ab43c0207068c--
29373
+
29374
+  (0.0ms) rollback transaction
29375
+  (0.0ms) begin transaction
29376
+ ----------------------------------------------------
29377
+ TemplateHandlerTest: test_strip_whitespace_templates
29378
+ ----------------------------------------------------
29379
+ Rendering user_no_layout_mailer/leading_whitespace.md+erb
29380
+ Rendered user_no_layout_mailer/leading_whitespace.md+erb (Duration: 0.5ms | Allocations: 278)
29381
+ Rendering user_no_layout_mailer/leading_whitespace.md+erb
29382
+ Rendered user_no_layout_mailer/leading_whitespace.md+erb (Duration: 0.1ms | Allocations: 83)
29383
+ UserNoLayoutMailer#leading_whitespace: processed outbound mail in 2.2ms
29384
+ Delivered mail 5d9512c432186_189e3fd2ab43c020709d6@rschneeman-ltm6.internal.salesforce.com.mail (2.0ms)
29385
+ Date: Wed, 02 Oct 2019 16:12:36 -0500
29386
+ From: from@example.com
29387
+ Reply-To: noreply@schneems.com
29388
+ To: foo@example.com
29389
+ Message-ID: <5d9512c432186_189e3fd2ab43c020709d6@rschneeman-ltm6.internal.salesforce.com.mail>
29390
+ Subject: hello world
29391
+ Mime-Version: 1.0
29392
+ Content-Type: multipart/alternative;
29393
+ boundary="--==_mimepart_5d9512c431d2a_189e3fd2ab43c020708d8";
29394
+ charset=UTF-8
29395
+ Content-Transfer-Encoding: 7bit
29396
+
29397
+
29398
+ ----==_mimepart_5d9512c431d2a_189e3fd2ab43c020708d8
29399
+ Content-Type: text/plain;
29400
+ charset=UTF-8
29401
+ Content-Transfer-Encoding: 7bit
29402
+
29403
+ ## Leading
29404
+
29405
+ ----==_mimepart_5d9512c431d2a_189e3fd2ab43c020708d8
29406
+ Content-Type: text/html;
29407
+ charset=UTF-8
29408
+ Content-Transfer-Encoding: 7bit
29409
+
29410
+ <h2 id="leading">Leading</h2>
29411
+
29412
+ ----==_mimepart_5d9512c431d2a_189e3fd2ab43c020708d8--
29413
+
29414
+  (0.0ms) rollback transaction
29415
+  (0.0ms) begin transaction
29416
+ ----------------------------------------------
29417
+ TemplateHandlerTest: test_.md_template_handler
29418
+ ----------------------------------------------
29419
+ Started GET "/handlers/plain_markdown" for 127.0.0.1 at 2019-10-02 16:12:36 -0500
29420
+ Processing by HandlersController#show as HTML
29421
+ Parameters: {"id"=>"plain_markdown"}
29422
+ Rendering handlers/plain_markdown.html.md within layouts/application
29423
+ Rendered handlers/plain_markdown.html.md within layouts/application (Duration: 1.0ms | Allocations: 263)
29424
+ Completed 200 OK in 144ms (Views: 143.7ms | ActiveRecord: 0.0ms | Allocations: 288249)
29425
+  (0.1ms) rollback transaction
29426
+  (0.1ms) begin transaction
29427
+ ----------------------------------------
29428
+ TemplateHandlerTest: test_dual_templates
29429
+ ----------------------------------------
29430
+ Rendering user_no_layout_mailer/contact.md.erb
29431
+ Rendered user_no_layout_mailer/contact.md.erb (Duration: 1.1ms | Allocations: 329)
29432
+ Rendering user_no_layout_mailer/contact.md.erb
29433
+ Rendered user_no_layout_mailer/contact.md.erb (Duration: 0.2ms | Allocations: 78)
29434
+ UserNoLayoutMailer#contact: processed outbound mail in 3.8ms
29435
+ Delivered mail 5d9512c46a3f9_189e3fd2ab43c020711b6@rschneeman-ltm6.internal.salesforce.com.mail (2.5ms)
29436
+ Date: Wed, 02 Oct 2019 16:12:36 -0500
29437
+ From: from@example.com
29438
+ Reply-To: noreply@schneems.com
29439
+ To: foo@example.com
29440
+ Message-ID: <5d9512c46a3f9_189e3fd2ab43c020711b6@rschneeman-ltm6.internal.salesforce.com.mail>
29441
+ Subject: hello world
29442
+ Mime-Version: 1.0
29443
+ Content-Type: multipart/alternative;
29444
+ boundary="--==_mimepart_5d9512c469ed0_189e3fd2ab43c02071051";
29445
+ charset=UTF-8
29446
+ Content-Transfer-Encoding: 7bit
29447
+
29448
+
29449
+ ----==_mimepart_5d9512c469ed0_189e3fd2ab43c02071051
29450
+ Content-Type: text/plain;
29451
+ charset=UTF-8
29452
+ Content-Transfer-Encoding: 7bit
29453
+
29454
+ Dual templates **rock**!
29455
+
29456
+ ----==_mimepart_5d9512c469ed0_189e3fd2ab43c02071051
29457
+ Content-Type: text/html;
29458
+ charset=UTF-8
29459
+ Content-Transfer-Encoding: 7bit
29460
+
29461
+ <p>Dual templates <strong>rock</strong>!</p>
29462
+
29463
+ ----==_mimepart_5d9512c469ed0_189e3fd2ab43c02071051--
29464
+
29465
+  (0.1ms) rollback transaction
29466
+  (0.1ms) begin transaction
29467
+ ---------------------------------------------------
29468
+ TemplateHandlerTest: test_dont_whitespace_templates
29469
+ ---------------------------------------------------
29470
+ Rendering user_no_layout_mailer/leading_whitespace_again.md+erb
29471
+ Rendered user_no_layout_mailer/leading_whitespace_again.md+erb (Duration: 4.4ms | Allocations: 616)
29472
+ Rendering user_no_layout_mailer/leading_whitespace_again.md+erb
29473
+ Rendered user_no_layout_mailer/leading_whitespace_again.md+erb (Duration: 0.2ms | Allocations: 78)
29474
+ UserNoLayoutMailer#leading_whitespace_again: processed outbound mail in 6.6ms
29475
+ Delivered mail 5d9512c46ccf1_189e3fd2ab43c020713b8@rschneeman-ltm6.internal.salesforce.com.mail (1.9ms)
29476
+ Date: Wed, 02 Oct 2019 16:12:36 -0500
29477
+ From: from@example.com
29478
+ Reply-To: noreply@schneems.com
29479
+ To: foo@example.com
29480
+ Message-ID: <5d9512c46ccf1_189e3fd2ab43c020713b8@rschneeman-ltm6.internal.salesforce.com.mail>
29481
+ Subject: hello world
29482
+ Mime-Version: 1.0
29483
+ Content-Type: multipart/alternative;
29484
+ boundary="--==_mimepart_5d9512c46c89a_189e3fd2ab43c020712b7";
29485
+ charset=UTF-8
29486
+ Content-Transfer-Encoding: 7bit
29487
+
29488
+
29489
+ ----==_mimepart_5d9512c46c89a_189e3fd2ab43c020712b7
29490
+ Content-Type: text/plain;
29491
+ charset=UTF-8
29492
+ Content-Transfer-Encoding: 7bit
29493
+
29494
+ ## Leading again
29495
+
29496
+ ----==_mimepart_5d9512c46c89a_189e3fd2ab43c020712b7
29497
+ Content-Type: text/html;
29498
+ charset=UTF-8
29499
+ Content-Transfer-Encoding: 7bit
29500
+
29501
+ <pre><code> ## Leading again
29502
+ </code></pre>
29503
+
29504
+ ----==_mimepart_5d9512c46c89a_189e3fd2ab43c020712b7--
29505
+
29506
+  (0.0ms) rollback transaction
29507
+  (0.0ms) begin transaction
29508
+ -------------------------------------
29509
+ LayoutsTest: test_layout_renders_fine
29510
+ -------------------------------------
29511
+ Rendering user_with_layout_mailer/welcome.md+erb within layouts/mail_layout
29512
+ Rendered user_with_layout_mailer/welcome.md+erb within layouts/mail_layout (Duration: 0.7ms | Allocations: 270)
29513
+ Rendering user_with_layout_mailer/welcome.md+erb within layouts/mail_layout
29514
+ Rendered user_with_layout_mailer/welcome.md+erb within layouts/mail_layout (Duration: 0.1ms | Allocations: 77)
29515
+ UserWithLayoutMailer#welcome: processed outbound mail in 4.0ms
29516
+ Delivered mail 5d9512c46f73e_189e3fd2ab43c02071564@rschneeman-ltm6.internal.salesforce.com.mail (1.9ms)
29517
+ Date: Wed, 02 Oct 2019 16:12:36 -0500
29518
+ From: from@example.com
29519
+ Reply-To: noreply@schneems.com
29520
+ To: foo@example.com
29521
+ Message-ID: <5d9512c46f73e_189e3fd2ab43c02071564@rschneeman-ltm6.internal.salesforce.com.mail>
29522
+ Subject: hello world
29523
+ Mime-Version: 1.0
29524
+ Content-Type: multipart/alternative;
29525
+ boundary="--==_mimepart_5d9512c46f2be_189e3fd2ab43c02071422";
29526
+ charset=UTF-8
29527
+ Content-Transfer-Encoding: 7bit
29528
+
29529
+
29530
+ ----==_mimepart_5d9512c46f2be_189e3fd2ab43c02071422
29531
+ Content-Type: text/plain;
29532
+ charset=UTF-8
29533
+ Content-Transfer-Encoding: 7bit
29534
+
29535
+ TEXT## Welcome!
29536
+
29537
+
29538
+ ----==_mimepart_5d9512c46f2be_189e3fd2ab43c02071422
29539
+ Content-Type: text/html;
29540
+ charset=UTF-8
29541
+ Content-Transfer-Encoding: 7bit
29542
+
29543
+ HTML<h2 id="welcome">Welcome!</h2>
29544
+
29545
+ ----==_mimepart_5d9512c46f2be_189e3fd2ab43c02071422--
29546
+
29547
+  (0.1ms) rollback transaction
29548
+  (0.0ms) begin transaction
29549
+ ---------------------------
29550
+ LayoutsTest: test_no_layout
29551
+ ---------------------------
29552
+ Rendering user_no_layout_mailer/welcome.md+erb
29553
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.4ms | Allocations: 195)
29554
+ Rendering user_no_layout_mailer/welcome.md+erb
29555
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 5)
29556
+ UserNoLayoutMailer#welcome: processed outbound mail in 1.6ms
29557
+ Delivered mail 5d9512c47098f_189e3fd2ab43c0207178e@rschneeman-ltm6.internal.salesforce.com.mail (1.7ms)
29558
+ Date: Wed, 02 Oct 2019 16:12:36 -0500
29559
+ From: from@example.com
29560
+ Reply-To: noreply@schneems.com
29561
+ To: foo@example.com
29562
+ Message-ID: <5d9512c47098f_189e3fd2ab43c0207178e@rschneeman-ltm6.internal.salesforce.com.mail>
29563
+ Subject: hello world
29564
+ Mime-Version: 1.0
29565
+ Content-Type: multipart/alternative;
29566
+ boundary="--==_mimepart_5d9512c47056f_189e3fd2ab43c020716ad";
29567
+ charset=UTF-8
29568
+ Content-Transfer-Encoding: 7bit
29569
+
29570
+
29571
+ ----==_mimepart_5d9512c47056f_189e3fd2ab43c020716ad
29572
+ Content-Type: text/plain;
29573
+ charset=UTF-8
29574
+ Content-Transfer-Encoding: 7bit
29575
+
29576
+ ## Welcome!
29577
+
29578
+ ----==_mimepart_5d9512c47056f_189e3fd2ab43c020716ad
29579
+ Content-Type: text/html;
29580
+ charset=UTF-8
29581
+ Content-Transfer-Encoding: 7bit
29582
+
29583
+ <h2 id="welcome">Welcome!</h2>
29584
+
29585
+ ----==_mimepart_5d9512c47056f_189e3fd2ab43c020716ad--
29586
+
29587
+  (0.0ms) rollback transaction
29588
+  (0.0ms) begin transaction
29589
+ ----------------------------------------------
29590
+ ExtActionMailerTest: test_monkeypatch_location
29591
+ ----------------------------------------------
29592
+  (0.0ms) rollback transaction
29593
+  (1.3ms) SELECT sqlite_version(*)
29594
+  (0.1ms) begin transaction
29595
+ ----------------------------------------------
29596
+ ExtActionMailerTest: test_monkeypatch_location
29597
+ ----------------------------------------------
29598
+  (0.0ms) rollback transaction
29599
+  (0.0ms) begin transaction
29600
+ ----------------------------------------
29601
+ TemplateHandlerTest: test_dual_templates
29602
+ ----------------------------------------
29603
+ Rendering user_no_layout_mailer/contact.md.erb
29604
+ Rendered user_no_layout_mailer/contact.md.erb (Duration: 46.1ms | Allocations: 18537)
29605
+ Rendering user_no_layout_mailer/contact.md.erb
29606
+ Rendered user_no_layout_mailer/contact.md.erb (Duration: 0.2ms | Allocations: 78)
29607
+ UserNoLayoutMailer#contact: processed outbound mail in 55.2ms
29608
+ Delivered mail 5d951336d9cc8_19873fc65ac2e0108169d@rschneeman-ltm6.internal.salesforce.com.mail (6.2ms)
29609
+ Date: Wed, 02 Oct 2019 16:14:30 -0500
29610
+ From: from@example.com
29611
+ Reply-To: noreply@schneems.com
29612
+ To: foo@example.com
29613
+ Message-ID: <5d951336d9cc8_19873fc65ac2e0108169d@rschneeman-ltm6.internal.salesforce.com.mail>
29614
+ Subject: hello world
29615
+ Mime-Version: 1.0
29616
+ Content-Type: multipart/alternative;
29617
+ boundary="--==_mimepart_5d951336d8fac_19873fc65ac2e01081525";
29618
+ charset=UTF-8
29619
+ Content-Transfer-Encoding: 7bit
29620
+
29621
+
29622
+ ----==_mimepart_5d951336d8fac_19873fc65ac2e01081525
29623
+ Content-Type: text/plain;
29624
+ charset=UTF-8
29625
+ Content-Transfer-Encoding: 7bit
29626
+
29627
+ Dual templates **rock**!
29628
+
29629
+ ----==_mimepart_5d951336d8fac_19873fc65ac2e01081525
29630
+ Content-Type: text/html;
29631
+ charset=UTF-8
29632
+ Content-Transfer-Encoding: 7bit
29633
+
29634
+ <p>Dual templates <strong>rock</strong>!</p>
29635
+
29636
+ ----==_mimepart_5d951336d8fac_19873fc65ac2e01081525--
29637
+
29638
+  (0.1ms) rollback transaction
29639
+  (0.0ms) begin transaction
29640
+ ----------------------------------------------------
29641
+ TemplateHandlerTest: test_strip_whitespace_templates
29642
+ ----------------------------------------------------
29643
+ Rendering user_no_layout_mailer/leading_whitespace.md+erb
29644
+ Rendered user_no_layout_mailer/leading_whitespace.md+erb (Duration: 0.7ms | Allocations: 281)
29645
+ Rendering user_no_layout_mailer/leading_whitespace.md+erb
29646
+ Rendered user_no_layout_mailer/leading_whitespace.md+erb (Duration: 0.2ms | Allocations: 83)
29647
+ UserNoLayoutMailer#leading_whitespace: processed outbound mail in 12.1ms
29648
+ Delivered mail 5d951336de129_19873fc65ac2e010818c3@rschneeman-ltm6.internal.salesforce.com.mail (1.8ms)
29649
+ Date: Wed, 02 Oct 2019 16:14:30 -0500
29650
+ From: from@example.com
29651
+ Reply-To: noreply@schneems.com
29652
+ To: foo@example.com
29653
+ Message-ID: <5d951336de129_19873fc65ac2e010818c3@rschneeman-ltm6.internal.salesforce.com.mail>
29654
+ Subject: hello world
29655
+ Mime-Version: 1.0
29656
+ Content-Type: multipart/alternative;
29657
+ boundary="--==_mimepart_5d951336db85f_19873fc65ac2e0108176c";
29658
+ charset=UTF-8
29659
+ Content-Transfer-Encoding: 7bit
29660
+
29661
+
29662
+ ----==_mimepart_5d951336db85f_19873fc65ac2e0108176c
29663
+ Content-Type: text/plain;
29664
+ charset=UTF-8
29665
+ Content-Transfer-Encoding: 7bit
29666
+
29667
+ ## Leading
29668
+
29669
+ ----==_mimepart_5d951336db85f_19873fc65ac2e0108176c
29670
+ Content-Type: text/html;
29671
+ charset=UTF-8
29672
+ Content-Transfer-Encoding: 7bit
29673
+
29674
+ <h2 id="leading">Leading</h2>
29675
+
29676
+ ----==_mimepart_5d951336db85f_19873fc65ac2e0108176c--
29677
+
29678
+  (0.0ms) rollback transaction
29679
+  (0.0ms) begin transaction
29680
+ ----------------------------------------------
29681
+ TemplateHandlerTest: test_.md_template_handler
29682
+ ----------------------------------------------
29683
+ Started GET "/handlers/plain_markdown" for 127.0.0.1 at 2019-10-02 16:14:30 -0500
29684
+ Processing by HandlersController#show as HTML
29685
+ Parameters: {"id"=>"plain_markdown"}
29686
+ Rendering handlers/plain_markdown.html.md within layouts/application
29687
+ Rendered handlers/plain_markdown.html.md within layouts/application (Duration: 2.2ms | Allocations: 268)
29688
+ Completed 200 OK in 150ms (Views: 149.3ms | ActiveRecord: 0.0ms | Allocations: 285900)
29689
+  (0.1ms) rollback transaction
29690
+  (0.1ms) begin transaction
29691
+ ---------------------------------------------------
29692
+ TemplateHandlerTest: test_dont_whitespace_templates
29693
+ ---------------------------------------------------
29694
+ Rendering user_no_layout_mailer/leading_whitespace_again.md+erb
29695
+ Rendered user_no_layout_mailer/leading_whitespace_again.md+erb (Duration: 2.6ms | Allocations: 621)
29696
+ Rendering user_no_layout_mailer/leading_whitespace_again.md+erb
29697
+ Rendered user_no_layout_mailer/leading_whitespace_again.md+erb (Duration: 0.1ms | Allocations: 78)
29698
+ UserNoLayoutMailer#leading_whitespace_again: processed outbound mail in 5.0ms
29699
+ Delivered mail 5d951337213da_19873fc65ac2e01082042@rschneeman-ltm6.internal.salesforce.com.mail (2.7ms)
29700
+ Date: Wed, 02 Oct 2019 16:14:31 -0500
29701
+ From: from@example.com
29702
+ Reply-To: noreply@schneems.com
29703
+ To: foo@example.com
29704
+ Message-ID: <5d951337213da_19873fc65ac2e01082042@rschneeman-ltm6.internal.salesforce.com.mail>
29705
+ Subject: hello world
29706
+ Mime-Version: 1.0
29707
+ Content-Type: multipart/alternative;
29708
+ boundary="--==_mimepart_5d95133720e6b_19873fc65ac2e010819f1";
29709
+ charset=UTF-8
29710
+ Content-Transfer-Encoding: 7bit
29711
+
29712
+
29713
+ ----==_mimepart_5d95133720e6b_19873fc65ac2e010819f1
29714
+ Content-Type: text/plain;
29715
+ charset=UTF-8
29716
+ Content-Transfer-Encoding: 7bit
29717
+
29718
+ ## Leading again
29719
+
29720
+ ----==_mimepart_5d95133720e6b_19873fc65ac2e010819f1
29721
+ Content-Type: text/html;
29722
+ charset=UTF-8
29723
+ Content-Transfer-Encoding: 7bit
29724
+
29725
+ <pre><code> ## Leading again
29726
+ </code></pre>
29727
+
29728
+ ----==_mimepart_5d95133720e6b_19873fc65ac2e010819f1--
29729
+
29730
+  (0.1ms) rollback transaction
29731
+  (0.0ms) begin transaction
29732
+ -------------------------------------
29733
+ LayoutsTest: test_layout_renders_fine
29734
+ -------------------------------------
29735
+ Rendering user_with_layout_mailer/welcome.md+erb within layouts/mail_layout
29736
+ Rendered user_with_layout_mailer/welcome.md+erb within layouts/mail_layout (Duration: 0.5ms | Allocations: 273)
29737
+ Rendering user_with_layout_mailer/welcome.md+erb within layouts/mail_layout
29738
+ Rendered user_with_layout_mailer/welcome.md+erb within layouts/mail_layout (Duration: 0.1ms | Allocations: 77)
29739
+ UserWithLayoutMailer#welcome: processed outbound mail in 3.6ms
29740
+ Delivered mail 5d95133723f72_19873fc65ac2e01082298@rschneeman-ltm6.internal.salesforce.com.mail (2.3ms)
29741
+ Date: Wed, 02 Oct 2019 16:14:31 -0500
29742
+ From: from@example.com
29743
+ Reply-To: noreply@schneems.com
29744
+ To: foo@example.com
29745
+ Message-ID: <5d95133723f72_19873fc65ac2e01082298@rschneeman-ltm6.internal.salesforce.com.mail>
29746
+ Subject: hello world
29747
+ Mime-Version: 1.0
29748
+ Content-Type: multipart/alternative;
29749
+ boundary="--==_mimepart_5d95133723938_19873fc65ac2e01082190";
29750
+ charset=UTF-8
29751
+ Content-Transfer-Encoding: 7bit
29752
+
29753
+
29754
+ ----==_mimepart_5d95133723938_19873fc65ac2e01082190
29755
+ Content-Type: text/plain;
29756
+ charset=UTF-8
29757
+ Content-Transfer-Encoding: 7bit
29758
+
29759
+ TEXT## Welcome!
29760
+
29761
+
29762
+ ----==_mimepart_5d95133723938_19873fc65ac2e01082190
29763
+ Content-Type: text/html;
29764
+ charset=UTF-8
29765
+ Content-Transfer-Encoding: 7bit
29766
+
29767
+ HTML<h2 id="welcome">Welcome!</h2>
29768
+
29769
+ ----==_mimepart_5d95133723938_19873fc65ac2e01082190--
29770
+
29771
+  (0.0ms) rollback transaction
29772
+  (0.0ms) begin transaction
29773
+ ---------------------------
29774
+ LayoutsTest: test_no_layout
29775
+ ---------------------------
29776
+ Rendering user_no_layout_mailer/welcome.md+erb
29777
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.6ms | Allocations: 272)
29778
+ Rendering user_no_layout_mailer/welcome.md+erb
29779
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.1ms | Allocations: 77)
29780
+ UserNoLayoutMailer#welcome: processed outbound mail in 2.5ms
29781
+ Delivered mail 5d9513372554b_19873fc65ac2e010824e2@rschneeman-ltm6.internal.salesforce.com.mail (2.4ms)
29782
+ Date: Wed, 02 Oct 2019 16:14:31 -0500
29783
+ From: from@example.com
29784
+ Reply-To: noreply@schneems.com
29785
+ To: foo@example.com
29786
+ Message-ID: <5d9513372554b_19873fc65ac2e010824e2@rschneeman-ltm6.internal.salesforce.com.mail>
29787
+ Subject: hello world
29788
+ Mime-Version: 1.0
29789
+ Content-Type: multipart/alternative;
29790
+ boundary="--==_mimepart_5d951337250b9_19873fc65ac2e010823c8";
29791
+ charset=UTF-8
29792
+ Content-Transfer-Encoding: 7bit
29793
+
29794
+
29795
+ ----==_mimepart_5d951337250b9_19873fc65ac2e010823c8
29796
+ Content-Type: text/plain;
29797
+ charset=UTF-8
29798
+ Content-Transfer-Encoding: 7bit
29799
+
29800
+ ## Welcome!
29801
+
29802
+ ----==_mimepart_5d951337250b9_19873fc65ac2e010823c8
29803
+ Content-Type: text/html;
29804
+ charset=UTF-8
29805
+ Content-Transfer-Encoding: 7bit
29806
+
29807
+ <h2 id="welcome">Welcome!</h2>
29808
+
29809
+ ----==_mimepart_5d951337250b9_19873fc65ac2e010823c8--
29810
+
29811
+  (0.1ms) rollback transaction
29812
+  (0.0ms) begin transaction
29813
+ ----------------------------------------------------------
29814
+ MarkdownEngineTest: test_default_works_in_multiple_threads
29815
+ ----------------------------------------------------------
29816
+  (0.0ms) rollback transaction
29817
+  (0.0ms) begin transaction
29818
+ ---------------------------------------
29819
+ MarkdownEngineTest: test_can_set_engine
29820
+ ---------------------------------------
29821
+  (0.0ms) rollback transaction
29822
+  (0.0ms) begin transaction
29823
+ ----------------------------------------------------------------
29824
+ MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
29825
+ ----------------------------------------------------------------
29826
+  (0.0ms) rollback transaction
29827
+  (0.0ms) begin transaction
29828
+ -------------------------------------------------------------
29829
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
29830
+ -------------------------------------------------------------
29831
+ Rendering user_no_layout_mailer/welcome.md+erb
29832
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.3ms | Allocations: 195)
29833
+ Rendering user_no_layout_mailer/welcome.md+erb
29834
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 5)
29835
+ UserNoLayoutMailer#welcome: processed outbound mail in 1.6ms
29836
+ Delivered mail 5d95133727655_19873fc65ac2e0108265a@rschneeman-ltm6.internal.salesforce.com.mail (2.4ms)
29837
+ Date: Wed, 02 Oct 2019 16:14:31 -0500
29838
+ From: from@example.com
29839
+ Reply-To: noreply@schneems.com
29840
+ To: foo@example.com
29841
+ Message-ID: <5d95133727655_19873fc65ac2e0108265a@rschneeman-ltm6.internal.salesforce.com.mail>
29842
+ Subject: hello world
29843
+ Mime-Version: 1.0
29844
+ Content-Type: multipart/alternative;
29845
+ boundary="--==_mimepart_5d951337271fb_19873fc65ac2e0108259d";
29846
+ charset=UTF-8
29847
+ Content-Transfer-Encoding: 7bit
29848
+
29849
+
29850
+ ----==_mimepart_5d951337271fb_19873fc65ac2e0108259d
29851
+ Content-Type: text/plain;
29852
+ charset=UTF-8
29853
+ Content-Transfer-Encoding: 7bit
29854
+
29855
+ ## Welcome!
29856
+
29857
+ ----==_mimepart_5d951337271fb_19873fc65ac2e0108259d
29858
+ Content-Type: text/html;
29859
+ charset=UTF-8
29860
+ Content-Transfer-Encoding: 7bit
29861
+
29862
+ <h2 id="welcome">Welcome!</h2>
29863
+
29864
+ ----==_mimepart_5d951337271fb_19873fc65ac2e0108259d--
29865
+
29866
+ Rendering user_no_layout_mailer/welcome.md+erb
29867
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.4ms | Allocations: 195)
29868
+ Rendering user_no_layout_mailer/welcome.md+erb
29869
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 5)
29870
+ UserNoLayoutMailer#welcome: processed outbound mail in 1.6ms
29871
+ Delivered mail 5d95133728760_19873fc65ac2e010828bf@rschneeman-ltm6.internal.salesforce.com.mail (1.7ms)
29872
+ Date: Wed, 02 Oct 2019 16:14:31 -0500
29873
+ From: from@example.com
29874
+ Reply-To: noreply@schneems.com
29875
+ To: foo@example.com
29876
+ Message-ID: <5d95133728760_19873fc65ac2e010828bf@rschneeman-ltm6.internal.salesforce.com.mail>
29877
+ Subject: hello world
29878
+ Mime-Version: 1.0
29879
+ Content-Type: multipart/alternative;
29880
+ boundary="--==_mimepart_5d95133728366_19873fc65ac2e010827c";
29881
+ charset=UTF-8
29882
+ Content-Transfer-Encoding: 7bit
29883
+
29884
+
29885
+ ----==_mimepart_5d95133728366_19873fc65ac2e010827c
29886
+ Content-Type: text/plain;
29887
+ charset=UTF-8
29888
+ Content-Transfer-Encoding: 7bit
29889
+
29890
+ ## Welcome!
29891
+
29892
+ ----==_mimepart_5d95133728366_19873fc65ac2e010827c
29893
+ Content-Type: text/html;
29894
+ charset=UTF-8
29895
+ Content-Transfer-Encoding: 7bit
29896
+
29897
+ <h2 id="welcome">Welcome!</h2>
29898
+
29899
+ ----==_mimepart_5d95133728366_19873fc65ac2e010827c--
29900
+
29901
+  (0.0ms) rollback transaction
29902
+ -------------------------------------
29903
+ LayoutsTest: test_layout_renders_fine
29904
+ -------------------------------------
29905
+ Rendering user_with_layout_mailer/welcome.md+erb within layouts/mail_layout
29906
+ Rendered user_with_layout_mailer/welcome.md+erb within layouts/mail_layout (Duration: 45.2ms | Allocations: 18496)
29907
+ Rendering user_with_layout_mailer/welcome.md+erb within layouts/mail_layout
29908
+ Rendered user_with_layout_mailer/welcome.md+erb within layouts/mail_layout (Duration: 0.1ms | Allocations: 77)
29909
+ UserWithLayoutMailer#welcome: processed outbound mail in 54.2ms
29910
+ Delivered mail 5d95153d87901_1d8b3ff85f83c01022364@rschneeman-ltm6.internal.salesforce.com.mail (7.4ms)
29911
+ Date: Wed, 02 Oct 2019 16:23:09 -0500
29912
+ From: from@example.com
29913
+ Reply-To: noreply@schneems.com
29914
+ To: foo@example.com
29915
+ Message-ID: <5d95153d87901_1d8b3ff85f83c01022364@rschneeman-ltm6.internal.salesforce.com.mail>
29916
+ Subject: hello world
29917
+ Mime-Version: 1.0
29918
+ Content-Type: multipart/alternative;
29919
+ boundary="--==_mimepart_5d95153d8675c_1d8b3ff85f83c01022225";
29920
+ charset=UTF-8
29921
+ Content-Transfer-Encoding: 7bit
29922
+
29923
+
29924
+ ----==_mimepart_5d95153d8675c_1d8b3ff85f83c01022225
29925
+ Content-Type: text/plain;
29926
+ charset=UTF-8
29927
+ Content-Transfer-Encoding: 7bit
29928
+
29929
+ TEXT## Welcome!
29930
+
29931
+
29932
+ ----==_mimepart_5d95153d8675c_1d8b3ff85f83c01022225
29933
+ Content-Type: text/html;
29934
+ charset=UTF-8
29935
+ Content-Transfer-Encoding: 7bit
29936
+
29937
+ HTML<h2 id="welcome">Welcome!</h2>
29938
+
29939
+ ----==_mimepart_5d95153d8675c_1d8b3ff85f83c01022225--
29940
+
29941
+ ---------------------------
29942
+ LayoutsTest: test_no_layout
29943
+ ---------------------------
29944
+ Rendering user_no_layout_mailer/welcome.md+erb
29945
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.7ms | Allocations: 272)
29946
+ Rendering user_no_layout_mailer/welcome.md+erb
29947
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.1ms | Allocations: 77)
29948
+ UserNoLayoutMailer#welcome: processed outbound mail in 3.6ms
29949
+ Delivered mail 5d95153d8cc24_1d8b3ff85f83c01022536@rschneeman-ltm6.internal.salesforce.com.mail (12.4ms)
29950
+ Date: Wed, 02 Oct 2019 16:23:09 -0500
29951
+ From: from@example.com
29952
+ Reply-To: noreply@schneems.com
29953
+ To: foo@example.com
29954
+ Message-ID: <5d95153d8cc24_1d8b3ff85f83c01022536@rschneeman-ltm6.internal.salesforce.com.mail>
29955
+ Subject: hello world
29956
+ Mime-Version: 1.0
29957
+ Content-Type: multipart/alternative;
29958
+ boundary="--==_mimepart_5d95153d89f0f_1d8b3ff85f83c010224e3";
29959
+ charset=UTF-8
29960
+ Content-Transfer-Encoding: 7bit
29961
+
29962
+
29963
+ ----==_mimepart_5d95153d89f0f_1d8b3ff85f83c010224e3
29964
+ Content-Type: text/plain;
29965
+ charset=UTF-8
29966
+ Content-Transfer-Encoding: 7bit
29967
+
29968
+ ## Welcome!
29969
+
29970
+ ----==_mimepart_5d95153d89f0f_1d8b3ff85f83c010224e3
29971
+ Content-Type: text/html;
29972
+ charset=UTF-8
29973
+ Content-Transfer-Encoding: 7bit
29974
+
29975
+ <h2 id="welcome">Welcome!</h2>
29976
+
29977
+ ----==_mimepart_5d95153d89f0f_1d8b3ff85f83c010224e3--
29978
+
29979
+ ----------------------------------------------------------------
29980
+ MarkdownEngineTest: test_custom_engine_works_in_multiple_threads
29981
+ ----------------------------------------------------------------
29982
+ ---------------------------------------
29983
+ MarkdownEngineTest: test_can_set_engine
29984
+ ---------------------------------------
29985
+ ----------------------------------------------------------
29986
+ MarkdownEngineTest: test_default_works_in_multiple_threads
29987
+ ----------------------------------------------------------
29988
+ ----------------------------------------------
29989
+ ExtActionMailerTest: test_monkeypatch_location
29990
+ ----------------------------------------------
29991
+ -------------------------------------------------------------
29992
+ DoubleCompileTest: test_rendering_the_same_layout_twice_works
29993
+ -------------------------------------------------------------
29994
+ Rendering user_no_layout_mailer/welcome.md+erb
29995
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.3ms | Allocations: 196)
29996
+ Rendering user_no_layout_mailer/welcome.md+erb
29997
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 5)
29998
+ UserNoLayoutMailer#welcome: processed outbound mail in 1.6ms
29999
+ Delivered mail 5d95153d8e582_1d8b3ff85f83c010227d9@rschneeman-ltm6.internal.salesforce.com.mail (1.8ms)
30000
+ Date: Wed, 02 Oct 2019 16:23:09 -0500
30001
+ From: from@example.com
30002
+ Reply-To: noreply@schneems.com
30003
+ To: foo@example.com
30004
+ Message-ID: <5d95153d8e582_1d8b3ff85f83c010227d9@rschneeman-ltm6.internal.salesforce.com.mail>
30005
+ Subject: hello world
30006
+ Mime-Version: 1.0
30007
+ Content-Type: multipart/alternative;
30008
+ boundary="--==_mimepart_5d95153d8e158_1d8b3ff85f83c010226e6";
30009
+ charset=UTF-8
30010
+ Content-Transfer-Encoding: 7bit
30011
+
30012
+
30013
+ ----==_mimepart_5d95153d8e158_1d8b3ff85f83c010226e6
30014
+ Content-Type: text/plain;
30015
+ charset=UTF-8
30016
+ Content-Transfer-Encoding: 7bit
30017
+
30018
+ ## Welcome!
30019
+
30020
+ ----==_mimepart_5d95153d8e158_1d8b3ff85f83c010226e6
30021
+ Content-Type: text/html;
30022
+ charset=UTF-8
30023
+ Content-Transfer-Encoding: 7bit
30024
+
30025
+ <h2 id="welcome">Welcome!</h2>
30026
+
30027
+ ----==_mimepart_5d95153d8e158_1d8b3ff85f83c010226e6--
30028
+
30029
+ Rendering user_no_layout_mailer/welcome.md+erb
30030
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.3ms | Allocations: 195)
30031
+ Rendering user_no_layout_mailer/welcome.md+erb
30032
+ Rendered user_no_layout_mailer/welcome.md+erb (Duration: 0.0ms | Allocations: 5)
30033
+ UserNoLayoutMailer#welcome: processed outbound mail in 1.4ms
30034
+ Delivered mail 5d95153d8f344_1d8b3ff85f83c01022914@rschneeman-ltm6.internal.salesforce.com.mail (1.8ms)
30035
+ Date: Wed, 02 Oct 2019 16:23:09 -0500
30036
+ From: from@example.com
30037
+ Reply-To: noreply@schneems.com
30038
+ To: foo@example.com
30039
+ Message-ID: <5d95153d8f344_1d8b3ff85f83c01022914@rschneeman-ltm6.internal.salesforce.com.mail>
30040
+ Subject: hello world
30041
+ Mime-Version: 1.0
30042
+ Content-Type: multipart/alternative;
30043
+ boundary="--==_mimepart_5d95153d8ef2f_1d8b3ff85f83c010228ae";
30044
+ charset=UTF-8
30045
+ Content-Transfer-Encoding: 7bit
30046
+
30047
+
30048
+ ----==_mimepart_5d95153d8ef2f_1d8b3ff85f83c010228ae
30049
+ Content-Type: text/plain;
30050
+ charset=UTF-8
30051
+ Content-Transfer-Encoding: 7bit
30052
+
30053
+ ## Welcome!
30054
+
30055
+ ----==_mimepart_5d95153d8ef2f_1d8b3ff85f83c010228ae
30056
+ Content-Type: text/html;
30057
+ charset=UTF-8
30058
+ Content-Transfer-Encoding: 7bit
30059
+
30060
+ <h2 id="welcome">Welcome!</h2>
30061
+
30062
+ ----==_mimepart_5d95153d8ef2f_1d8b3ff85f83c010228ae--
30063
+
30064
+ ----------------------------------------------
30065
+ TemplateHandlerTest: test_.md_template_handler
30066
+ ----------------------------------------------
30067
+ Started GET "/handlers/plain_markdown" for 127.0.0.1 at 2019-10-02 16:23:09 -0500
30068
+ Processing by HandlersController#show as HTML
30069
+ Parameters: {"id"=>"plain_markdown"}
30070
+ Rendering handlers/plain_markdown.html.md within layouts/application
30071
+ Rendered handlers/plain_markdown.html.md within layouts/application (Duration: 0.8ms | Allocations: 262)
30072
+ Completed 200 OK in 3ms (Views: 2.7ms | Allocations: 1400)
30073
+ ----------------------------------------------------
30074
+ TemplateHandlerTest: test_strip_whitespace_templates
30075
+ ----------------------------------------------------
30076
+ Rendering user_no_layout_mailer/leading_whitespace.md+erb
30077
+ Rendered user_no_layout_mailer/leading_whitespace.md+erb (Duration: 0.5ms | Allocations: 277)
30078
+ Rendering user_no_layout_mailer/leading_whitespace.md+erb
30079
+ Rendered user_no_layout_mailer/leading_whitespace.md+erb (Duration: 0.1ms | Allocations: 83)
30080
+ UserNoLayoutMailer#leading_whitespace: processed outbound mail in 2.8ms
30081
+ Delivered mail 5d95153d9b1d1_1d8b3ff85f83c0102315c@rschneeman-ltm6.internal.salesforce.com.mail (1.8ms)
30082
+ Date: Wed, 02 Oct 2019 16:23:09 -0500
30083
+ From: from@example.com
30084
+ Reply-To: noreply@schneems.com
30085
+ To: foo@example.com
30086
+ Message-ID: <5d95153d9b1d1_1d8b3ff85f83c0102315c@rschneeman-ltm6.internal.salesforce.com.mail>
30087
+ Subject: hello world
30088
+ Mime-Version: 1.0
30089
+ Content-Type: multipart/alternative;
30090
+ boundary="--==_mimepart_5d95153d9ad8d_1d8b3ff85f83c010230f7";
30091
+ charset=UTF-8
30092
+ Content-Transfer-Encoding: 7bit
30093
+
30094
+
30095
+ ----==_mimepart_5d95153d9ad8d_1d8b3ff85f83c010230f7
30096
+ Content-Type: text/plain;
30097
+ charset=UTF-8
30098
+ Content-Transfer-Encoding: 7bit
30099
+
30100
+ ## Leading
30101
+
30102
+ ----==_mimepart_5d95153d9ad8d_1d8b3ff85f83c010230f7
30103
+ Content-Type: text/html;
30104
+ charset=UTF-8
30105
+ Content-Transfer-Encoding: 7bit
30106
+
30107
+ <h2 id="leading">Leading</h2>
30108
+
30109
+ ----==_mimepart_5d95153d9ad8d_1d8b3ff85f83c010230f7--
30110
+
30111
+ ----------------------------------------
30112
+ TemplateHandlerTest: test_dual_templates
30113
+ ----------------------------------------
30114
+ Rendering user_no_layout_mailer/contact.md.erb
30115
+ Rendered user_no_layout_mailer/contact.md.erb (Duration: 0.7ms | Allocations: 326)
30116
+ Rendering user_no_layout_mailer/contact.md.erb
30117
+ Rendered user_no_layout_mailer/contact.md.erb (Duration: 0.2ms | Allocations: 78)
30118
+ UserNoLayoutMailer#contact: processed outbound mail in 2.6ms
30119
+ Delivered mail 5d95153d9c5f9_1d8b3ff85f83c01023335@rschneeman-ltm6.internal.salesforce.com.mail (1.7ms)
30120
+ Date: Wed, 02 Oct 2019 16:23:09 -0500
30121
+ From: from@example.com
30122
+ Reply-To: noreply@schneems.com
30123
+ To: foo@example.com
30124
+ Message-ID: <5d95153d9c5f9_1d8b3ff85f83c01023335@rschneeman-ltm6.internal.salesforce.com.mail>
30125
+ Subject: hello world
30126
+ Mime-Version: 1.0
30127
+ Content-Type: multipart/alternative;
30128
+ boundary="--==_mimepart_5d95153d9c200_1d8b3ff85f83c010232c3";
30129
+ charset=UTF-8
30130
+ Content-Transfer-Encoding: 7bit
30131
+
30132
+
30133
+ ----==_mimepart_5d95153d9c200_1d8b3ff85f83c010232c3
30134
+ Content-Type: text/plain;
30135
+ charset=UTF-8
30136
+ Content-Transfer-Encoding: 7bit
30137
+
30138
+ Dual templates **rock**!
30139
+
30140
+ ----==_mimepart_5d95153d9c200_1d8b3ff85f83c010232c3
30141
+ Content-Type: text/html;
30142
+ charset=UTF-8
30143
+ Content-Transfer-Encoding: 7bit
30144
+
30145
+ <p>Dual templates <strong>rock</strong>!</p>
30146
+
30147
+ ----==_mimepart_5d95153d9c200_1d8b3ff85f83c010232c3--
30148
+
30149
+ ---------------------------------------------------
30150
+ TemplateHandlerTest: test_dont_whitespace_templates
30151
+ ---------------------------------------------------
30152
+ Rendering user_no_layout_mailer/leading_whitespace_again.md+erb
30153
+ Rendered user_no_layout_mailer/leading_whitespace_again.md+erb (Duration: 2.4ms | Allocations: 616)
30154
+ Rendering user_no_layout_mailer/leading_whitespace_again.md+erb
30155
+ Rendered user_no_layout_mailer/leading_whitespace_again.md+erb (Duration: 0.2ms | Allocations: 78)
30156
+ UserNoLayoutMailer#leading_whitespace_again: processed outbound mail in 5.3ms
30157
+ Delivered mail 5d95153d9e4cc_1d8b3ff85f83c010235b8@rschneeman-ltm6.internal.salesforce.com.mail (2.0ms)
30158
+ Date: Wed, 02 Oct 2019 16:23:09 -0500
30159
+ From: from@example.com
30160
+ Reply-To: noreply@schneems.com
30161
+ To: foo@example.com
30162
+ Message-ID: <5d95153d9e4cc_1d8b3ff85f83c010235b8@rschneeman-ltm6.internal.salesforce.com.mail>
30163
+ Subject: hello world
30164
+ Mime-Version: 1.0
30165
+ Content-Type: multipart/alternative;
30166
+ boundary="--==_mimepart_5d95153d9e01a_1d8b3ff85f83c01023436";
30167
+ charset=UTF-8
30168
+ Content-Transfer-Encoding: 7bit
30169
+
30170
+
30171
+ ----==_mimepart_5d95153d9e01a_1d8b3ff85f83c01023436
30172
+ Content-Type: text/plain;
30173
+ charset=UTF-8
30174
+ Content-Transfer-Encoding: 7bit
30175
+
30176
+ ## Leading again
30177
+
30178
+ ----==_mimepart_5d95153d9e01a_1d8b3ff85f83c01023436
30179
+ Content-Type: text/html;
30180
+ charset=UTF-8
30181
+ Content-Transfer-Encoding: 7bit
30182
+
30183
+ <pre><code> ## Leading again
30184
+ </code></pre>
30185
+
30186
+ ----==_mimepart_5d95153d9e01a_1d8b3ff85f83c01023436--
30187
+