gara 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +21 -6
- data/lib/gara/html5_emitter.rb +53 -35
- data/lib/gara/version.rb +1 -1
- data/test/dummy/app/views/hello/show.html.gara +3 -0
- data/test/dummy/app/views/layouts/application.html.gara +4 -3
- data/test/dummy/log/development.log +290 -0
- data/test/dummy/log/test.log +963 -0
- data/test/dummy/test/controllers/hello_controller_test.rb +1 -0
- data/test/handler_test.rb +1 -2
- metadata +1 -1
data/test/dummy/log/test.log
CHANGED
@@ -7485,3 +7485,966 @@ HelloControllerTest: test_should_get_show
|
|
7485
7485
|
Processing by HelloController#show as HTML
|
7486
7486
|
Rendered hello/show.html.gara within layouts/application (10.3ms)
|
7487
7487
|
Completed 200 OK in 39ms (Views: 38.5ms)
|
7488
|
+
-----------------------------------------
|
7489
|
+
HelloControllerTest: test_should_get_show
|
7490
|
+
-----------------------------------------
|
7491
|
+
Processing by HelloController#show as HTML
|
7492
|
+
Rendered hello/show.html.gara within layouts/application (6.9ms)
|
7493
|
+
Completed 500 Internal Server Error in 15ms
|
7494
|
+
-----------------------------
|
7495
|
+
HandlerTest: test_class_names
|
7496
|
+
-----------------------------
|
7497
|
+
--------------------------------------------------------------
|
7498
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
7499
|
+
--------------------------------------------------------------
|
7500
|
+
------------------------------------------------------------------------
|
7501
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
7502
|
+
------------------------------------------------------------------------
|
7503
|
+
----------------------------------------------------------
|
7504
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
7505
|
+
----------------------------------------------------------
|
7506
|
+
-----------------------------
|
7507
|
+
HandlerTest: test_locals_work
|
7508
|
+
-----------------------------
|
7509
|
+
------------------------------------------------------------
|
7510
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
7511
|
+
------------------------------------------------------------
|
7512
|
+
----------------------------------
|
7513
|
+
HandlerTest: test_other_attributes
|
7514
|
+
----------------------------------
|
7515
|
+
-------------------------------------------
|
7516
|
+
HandlerTest: test_our_handler_is_registered
|
7517
|
+
-------------------------------------------
|
7518
|
+
-------------------------------------------------------
|
7519
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
7520
|
+
-------------------------------------------------------
|
7521
|
+
---------------------------------------
|
7522
|
+
HandlerTest: test_string_in_block_works
|
7523
|
+
---------------------------------------
|
7524
|
+
---------------------------------------------
|
7525
|
+
GaraTest: test_Gara.render_renders_a_template
|
7526
|
+
---------------------------------------------
|
7527
|
+
----------------------------------------------
|
7528
|
+
GaraTest: test_another_emitter_may_be_supplied
|
7529
|
+
----------------------------------------------
|
7530
|
+
----------------------------------
|
7531
|
+
GaraTest: test_performance_is_okay
|
7532
|
+
----------------------------------
|
7533
|
+
-------------------------------
|
7534
|
+
GaraTest: test_we_have_a_module
|
7535
|
+
-------------------------------
|
7536
|
+
-----------------------------------------
|
7537
|
+
HelloControllerTest: test_should_get_show
|
7538
|
+
-----------------------------------------
|
7539
|
+
Processing by HelloController#show as HTML
|
7540
|
+
Rendered hello/show.html.gara within layouts/application (6.9ms)
|
7541
|
+
Completed 500 Internal Server Error in 50745ms
|
7542
|
+
-----------------------------------------
|
7543
|
+
HelloControllerTest: test_should_get_show
|
7544
|
+
-----------------------------------------
|
7545
|
+
Processing by HelloController#show as HTML
|
7546
|
+
Rendered hello/show.html.gara within layouts/application (3.7ms)
|
7547
|
+
Completed 500 Internal Server Error in 186208ms
|
7548
|
+
-----------------------------
|
7549
|
+
HandlerTest: test_class_names
|
7550
|
+
-----------------------------
|
7551
|
+
--------------------------------------------------------------
|
7552
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
7553
|
+
--------------------------------------------------------------
|
7554
|
+
---------------------------------------------
|
7555
|
+
GaraTest: test_Gara.render_renders_a_template
|
7556
|
+
---------------------------------------------
|
7557
|
+
---------------------------------------------
|
7558
|
+
GaraTest: test_Gara.render_renders_a_template
|
7559
|
+
---------------------------------------------
|
7560
|
+
----------------------------------------------
|
7561
|
+
GaraTest: test_another_emitter_may_be_supplied
|
7562
|
+
----------------------------------------------
|
7563
|
+
----------------------------------
|
7564
|
+
GaraTest: test_performance_is_okay
|
7565
|
+
----------------------------------
|
7566
|
+
-------------------------------
|
7567
|
+
GaraTest: test_we_have_a_module
|
7568
|
+
-------------------------------
|
7569
|
+
-----------------------------
|
7570
|
+
HandlerTest: test_class_names
|
7571
|
+
-----------------------------
|
7572
|
+
--------------------------------------------------------------
|
7573
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
7574
|
+
--------------------------------------------------------------
|
7575
|
+
------------------------------------------------------------------------
|
7576
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
7577
|
+
------------------------------------------------------------------------
|
7578
|
+
----------------------------------------------------------
|
7579
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
7580
|
+
----------------------------------------------------------
|
7581
|
+
-----------------------------
|
7582
|
+
HandlerTest: test_locals_work
|
7583
|
+
-----------------------------
|
7584
|
+
------------------------------------------------------------
|
7585
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
7586
|
+
------------------------------------------------------------
|
7587
|
+
----------------------------------
|
7588
|
+
HandlerTest: test_other_attributes
|
7589
|
+
----------------------------------
|
7590
|
+
-------------------------------------------
|
7591
|
+
HandlerTest: test_our_handler_is_registered
|
7592
|
+
-------------------------------------------
|
7593
|
+
-------------------------------------------------------
|
7594
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
7595
|
+
-------------------------------------------------------
|
7596
|
+
---------------------------------------
|
7597
|
+
HandlerTest: test_string_in_block_works
|
7598
|
+
---------------------------------------
|
7599
|
+
-----------------------------------------
|
7600
|
+
HelloControllerTest: test_should_get_show
|
7601
|
+
-----------------------------------------
|
7602
|
+
Processing by HelloController#show as HTML
|
7603
|
+
Rendered hello/show.html.gara within layouts/application (9.5ms)
|
7604
|
+
Completed 200 OK in 36ms (Views: 36.0ms)
|
7605
|
+
---------------------------------------------
|
7606
|
+
GaraTest: test_Gara.render_renders_a_template
|
7607
|
+
---------------------------------------------
|
7608
|
+
----------------------------------------------
|
7609
|
+
GaraTest: test_another_emitter_may_be_supplied
|
7610
|
+
----------------------------------------------
|
7611
|
+
----------------------------------
|
7612
|
+
GaraTest: test_performance_is_okay
|
7613
|
+
----------------------------------
|
7614
|
+
-------------------------------
|
7615
|
+
GaraTest: test_we_have_a_module
|
7616
|
+
-------------------------------
|
7617
|
+
-----------------------------
|
7618
|
+
HandlerTest: test_class_names
|
7619
|
+
-----------------------------
|
7620
|
+
--------------------------------------------------------------
|
7621
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
7622
|
+
--------------------------------------------------------------
|
7623
|
+
------------------------------------------------------------------------
|
7624
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
7625
|
+
------------------------------------------------------------------------
|
7626
|
+
----------------------------------------------------------
|
7627
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
7628
|
+
----------------------------------------------------------
|
7629
|
+
-----------------------------
|
7630
|
+
HandlerTest: test_locals_work
|
7631
|
+
-----------------------------
|
7632
|
+
------------------------------------------------------------
|
7633
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
7634
|
+
------------------------------------------------------------
|
7635
|
+
----------------------------------
|
7636
|
+
HandlerTest: test_other_attributes
|
7637
|
+
----------------------------------
|
7638
|
+
-------------------------------------------
|
7639
|
+
HandlerTest: test_our_handler_is_registered
|
7640
|
+
-------------------------------------------
|
7641
|
+
-------------------------------------------------------
|
7642
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
7643
|
+
-------------------------------------------------------
|
7644
|
+
---------------------------------------
|
7645
|
+
HandlerTest: test_string_in_block_works
|
7646
|
+
---------------------------------------
|
7647
|
+
-----------------------------------------
|
7648
|
+
HelloControllerTest: test_should_get_show
|
7649
|
+
-----------------------------------------
|
7650
|
+
Processing by HelloController#show as HTML
|
7651
|
+
Rendered hello/show.html.gara within layouts/application (11.3ms)
|
7652
|
+
Completed 200 OK in 31ms (Views: 30.9ms)
|
7653
|
+
---------------------------------------------
|
7654
|
+
GaraTest: test_Gara.render_renders_a_template
|
7655
|
+
---------------------------------------------
|
7656
|
+
----------------------------------------------
|
7657
|
+
GaraTest: test_another_emitter_may_be_supplied
|
7658
|
+
----------------------------------------------
|
7659
|
+
----------------------------------
|
7660
|
+
GaraTest: test_performance_is_okay
|
7661
|
+
----------------------------------
|
7662
|
+
-------------------------------
|
7663
|
+
GaraTest: test_we_have_a_module
|
7664
|
+
-------------------------------
|
7665
|
+
-----------------------------
|
7666
|
+
HandlerTest: test_class_names
|
7667
|
+
-----------------------------
|
7668
|
+
--------------------------------------------------------------
|
7669
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
7670
|
+
--------------------------------------------------------------
|
7671
|
+
------------------------------------------------------------------------
|
7672
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
7673
|
+
------------------------------------------------------------------------
|
7674
|
+
----------------------------------------------------------
|
7675
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
7676
|
+
----------------------------------------------------------
|
7677
|
+
-----------------------------
|
7678
|
+
HandlerTest: test_locals_work
|
7679
|
+
-----------------------------
|
7680
|
+
------------------------------------------------------------
|
7681
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
7682
|
+
------------------------------------------------------------
|
7683
|
+
----------------------------------
|
7684
|
+
HandlerTest: test_other_attributes
|
7685
|
+
----------------------------------
|
7686
|
+
-------------------------------------------
|
7687
|
+
HandlerTest: test_our_handler_is_registered
|
7688
|
+
-------------------------------------------
|
7689
|
+
-------------------------------------------------------
|
7690
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
7691
|
+
-------------------------------------------------------
|
7692
|
+
---------------------------------------
|
7693
|
+
HandlerTest: test_string_in_block_works
|
7694
|
+
---------------------------------------
|
7695
|
+
-----------------------------------------
|
7696
|
+
HelloControllerTest: test_should_get_show
|
7697
|
+
-----------------------------------------
|
7698
|
+
Processing by HelloController#show as HTML
|
7699
|
+
Rendered hello/show.html.gara within layouts/application (10.2ms)
|
7700
|
+
Completed 200 OK in 37ms (Views: 36.6ms)
|
7701
|
+
-----------------------------------------
|
7702
|
+
HelloControllerTest: test_should_get_show
|
7703
|
+
-----------------------------------------
|
7704
|
+
Processing by HelloController#show as HTML
|
7705
|
+
Rendered hello/show.html.gara within layouts/application (4.1ms)
|
7706
|
+
Completed 200 OK in 33ms (Views: 32.8ms)
|
7707
|
+
-----------------------------
|
7708
|
+
HandlerTest: test_class_names
|
7709
|
+
-----------------------------
|
7710
|
+
--------------------------------------------------------------
|
7711
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
7712
|
+
--------------------------------------------------------------
|
7713
|
+
------------------------------------------------------------------------
|
7714
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
7715
|
+
------------------------------------------------------------------------
|
7716
|
+
----------------------------------------------------------
|
7717
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
7718
|
+
----------------------------------------------------------
|
7719
|
+
-------------------------------------------
|
7720
|
+
HandlerTest: test_layout_with_helpers_works
|
7721
|
+
-------------------------------------------
|
7722
|
+
-----------------------------
|
7723
|
+
HandlerTest: test_locals_work
|
7724
|
+
-----------------------------
|
7725
|
+
------------------------------------------------------------
|
7726
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
7727
|
+
------------------------------------------------------------
|
7728
|
+
----------------------------------
|
7729
|
+
HandlerTest: test_other_attributes
|
7730
|
+
----------------------------------
|
7731
|
+
-------------------------------------------
|
7732
|
+
HandlerTest: test_our_handler_is_registered
|
7733
|
+
-------------------------------------------
|
7734
|
+
-------------------------------------------------------
|
7735
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
7736
|
+
-------------------------------------------------------
|
7737
|
+
---------------------------------------
|
7738
|
+
HandlerTest: test_string_in_block_works
|
7739
|
+
---------------------------------------
|
7740
|
+
---------------------------------------------
|
7741
|
+
GaraTest: test_Gara.render_renders_a_template
|
7742
|
+
---------------------------------------------
|
7743
|
+
----------------------------------------------
|
7744
|
+
GaraTest: test_another_emitter_may_be_supplied
|
7745
|
+
----------------------------------------------
|
7746
|
+
----------------------------------
|
7747
|
+
GaraTest: test_performance_is_okay
|
7748
|
+
----------------------------------
|
7749
|
+
-------------------------------
|
7750
|
+
GaraTest: test_we_have_a_module
|
7751
|
+
-------------------------------
|
7752
|
+
-----------------------------------------
|
7753
|
+
HelloControllerTest: test_should_get_show
|
7754
|
+
-----------------------------------------
|
7755
|
+
Processing by HelloController#show as HTML
|
7756
|
+
Rendered hello/show.html.gara within layouts/application (6.8ms)
|
7757
|
+
Completed 200 OK in 50ms (Views: 50.1ms)
|
7758
|
+
-----------------------------
|
7759
|
+
HandlerTest: test_class_names
|
7760
|
+
-----------------------------
|
7761
|
+
--------------------------------------------------------------
|
7762
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
7763
|
+
--------------------------------------------------------------
|
7764
|
+
------------------------------------------------------------------------
|
7765
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
7766
|
+
------------------------------------------------------------------------
|
7767
|
+
----------------------------------------------------------
|
7768
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
7769
|
+
----------------------------------------------------------
|
7770
|
+
-------------------------------------------
|
7771
|
+
HandlerTest: test_layout_with_helpers_works
|
7772
|
+
-------------------------------------------
|
7773
|
+
-----------------------------
|
7774
|
+
HandlerTest: test_locals_work
|
7775
|
+
-----------------------------
|
7776
|
+
------------------------------------------------------------
|
7777
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
7778
|
+
------------------------------------------------------------
|
7779
|
+
----------------------------------
|
7780
|
+
HandlerTest: test_other_attributes
|
7781
|
+
----------------------------------
|
7782
|
+
-------------------------------------------
|
7783
|
+
HandlerTest: test_our_handler_is_registered
|
7784
|
+
-------------------------------------------
|
7785
|
+
-------------------------------------------------------
|
7786
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
7787
|
+
-------------------------------------------------------
|
7788
|
+
---------------------------------------
|
7789
|
+
HandlerTest: test_string_in_block_works
|
7790
|
+
---------------------------------------
|
7791
|
+
---------------------------------------------
|
7792
|
+
GaraTest: test_Gara.render_renders_a_template
|
7793
|
+
---------------------------------------------
|
7794
|
+
----------------------------------------------
|
7795
|
+
GaraTest: test_another_emitter_may_be_supplied
|
7796
|
+
----------------------------------------------
|
7797
|
+
----------------------------------
|
7798
|
+
GaraTest: test_performance_is_okay
|
7799
|
+
----------------------------------
|
7800
|
+
-------------------------------
|
7801
|
+
GaraTest: test_we_have_a_module
|
7802
|
+
-------------------------------
|
7803
|
+
-----------------------------------------
|
7804
|
+
HelloControllerTest: test_should_get_show
|
7805
|
+
-----------------------------------------
|
7806
|
+
Processing by HelloController#show as HTML
|
7807
|
+
Rendered hello/show.html.gara within layouts/application (4.4ms)
|
7808
|
+
Completed 200 OK in 36ms (Views: 35.9ms)
|
7809
|
+
---------------------------------------------
|
7810
|
+
GaraTest: test_Gara.render_renders_a_template
|
7811
|
+
---------------------------------------------
|
7812
|
+
----------------------------------------------
|
7813
|
+
GaraTest: test_another_emitter_may_be_supplied
|
7814
|
+
----------------------------------------------
|
7815
|
+
----------------------------------
|
7816
|
+
GaraTest: test_performance_is_okay
|
7817
|
+
----------------------------------
|
7818
|
+
-------------------------------
|
7819
|
+
GaraTest: test_we_have_a_module
|
7820
|
+
-------------------------------
|
7821
|
+
-----------------------------
|
7822
|
+
HandlerTest: test_class_names
|
7823
|
+
-----------------------------
|
7824
|
+
--------------------------------------------------------------
|
7825
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
7826
|
+
--------------------------------------------------------------
|
7827
|
+
------------------------------------------------------------------------
|
7828
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
7829
|
+
------------------------------------------------------------------------
|
7830
|
+
----------------------------------------------------------
|
7831
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
7832
|
+
----------------------------------------------------------
|
7833
|
+
-----------------------------
|
7834
|
+
HandlerTest: test_locals_work
|
7835
|
+
-----------------------------
|
7836
|
+
------------------------------------------------------------
|
7837
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
7838
|
+
------------------------------------------------------------
|
7839
|
+
----------------------------------
|
7840
|
+
HandlerTest: test_other_attributes
|
7841
|
+
----------------------------------
|
7842
|
+
-------------------------------------------
|
7843
|
+
HandlerTest: test_our_handler_is_registered
|
7844
|
+
-------------------------------------------
|
7845
|
+
-------------------------------------------------------
|
7846
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
7847
|
+
-------------------------------------------------------
|
7848
|
+
---------------------------------------
|
7849
|
+
HandlerTest: test_string_in_block_works
|
7850
|
+
---------------------------------------
|
7851
|
+
-----------------------------------------
|
7852
|
+
HelloControllerTest: test_should_get_show
|
7853
|
+
-----------------------------------------
|
7854
|
+
Processing by HelloController#show as HTML
|
7855
|
+
Rendered hello/show.html.gara within layouts/application (4.2ms)
|
7856
|
+
Completed 200 OK in 36ms (Views: 35.9ms)
|
7857
|
+
-----------------------------
|
7858
|
+
HandlerTest: test_class_names
|
7859
|
+
-----------------------------
|
7860
|
+
--------------------------------------------------------------
|
7861
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
7862
|
+
--------------------------------------------------------------
|
7863
|
+
------------------------------------------------------------------------
|
7864
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
7865
|
+
------------------------------------------------------------------------
|
7866
|
+
----------------------------------------------------------
|
7867
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
7868
|
+
----------------------------------------------------------
|
7869
|
+
-----------------------------
|
7870
|
+
HandlerTest: test_locals_work
|
7871
|
+
-----------------------------
|
7872
|
+
------------------------------------------------------------
|
7873
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
7874
|
+
------------------------------------------------------------
|
7875
|
+
----------------------------------
|
7876
|
+
HandlerTest: test_other_attributes
|
7877
|
+
----------------------------------
|
7878
|
+
-------------------------------------------
|
7879
|
+
HandlerTest: test_our_handler_is_registered
|
7880
|
+
-------------------------------------------
|
7881
|
+
-------------------------------------------------------
|
7882
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
7883
|
+
-------------------------------------------------------
|
7884
|
+
---------------------------------------
|
7885
|
+
HandlerTest: test_string_in_block_works
|
7886
|
+
---------------------------------------
|
7887
|
+
---------------------------------------------
|
7888
|
+
GaraTest: test_Gara.render_renders_a_template
|
7889
|
+
---------------------------------------------
|
7890
|
+
----------------------------------------------
|
7891
|
+
GaraTest: test_another_emitter_may_be_supplied
|
7892
|
+
----------------------------------------------
|
7893
|
+
----------------------------------
|
7894
|
+
GaraTest: test_performance_is_okay
|
7895
|
+
----------------------------------
|
7896
|
+
-------------------------------
|
7897
|
+
GaraTest: test_we_have_a_module
|
7898
|
+
-------------------------------
|
7899
|
+
-----------------------------------------
|
7900
|
+
HelloControllerTest: test_should_get_show
|
7901
|
+
-----------------------------------------
|
7902
|
+
Processing by HelloController#show as HTML
|
7903
|
+
Rendered hello/show.html.gara within layouts/application (3.8ms)
|
7904
|
+
Completed 200 OK in 33ms (Views: 32.4ms)
|
7905
|
+
---------------------------------------------
|
7906
|
+
GaraTest: test_Gara.render_renders_a_template
|
7907
|
+
---------------------------------------------
|
7908
|
+
----------------------------------------------
|
7909
|
+
GaraTest: test_another_emitter_may_be_supplied
|
7910
|
+
----------------------------------------------
|
7911
|
+
----------------------------------
|
7912
|
+
GaraTest: test_performance_is_okay
|
7913
|
+
----------------------------------
|
7914
|
+
-------------------------------
|
7915
|
+
GaraTest: test_we_have_a_module
|
7916
|
+
-------------------------------
|
7917
|
+
-----------------------------
|
7918
|
+
HandlerTest: test_class_names
|
7919
|
+
-----------------------------
|
7920
|
+
--------------------------------------------------------------
|
7921
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
7922
|
+
--------------------------------------------------------------
|
7923
|
+
------------------------------------------------------------------------
|
7924
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
7925
|
+
------------------------------------------------------------------------
|
7926
|
+
----------------------------------------------------------
|
7927
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
7928
|
+
----------------------------------------------------------
|
7929
|
+
-----------------------------
|
7930
|
+
HandlerTest: test_locals_work
|
7931
|
+
-----------------------------
|
7932
|
+
------------------------------------------------------------
|
7933
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
7934
|
+
------------------------------------------------------------
|
7935
|
+
----------------------------------
|
7936
|
+
HandlerTest: test_other_attributes
|
7937
|
+
----------------------------------
|
7938
|
+
-------------------------------------------
|
7939
|
+
HandlerTest: test_our_handler_is_registered
|
7940
|
+
-------------------------------------------
|
7941
|
+
-------------------------------------------------------
|
7942
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
7943
|
+
-------------------------------------------------------
|
7944
|
+
---------------------------------------
|
7945
|
+
HandlerTest: test_string_in_block_works
|
7946
|
+
---------------------------------------
|
7947
|
+
---------------------------------------------
|
7948
|
+
GaraTest: test_Gara.render_renders_a_template
|
7949
|
+
---------------------------------------------
|
7950
|
+
----------------------------------------------
|
7951
|
+
GaraTest: test_another_emitter_may_be_supplied
|
7952
|
+
----------------------------------------------
|
7953
|
+
----------------------------------
|
7954
|
+
GaraTest: test_performance_is_okay
|
7955
|
+
----------------------------------
|
7956
|
+
-------------------------------
|
7957
|
+
GaraTest: test_we_have_a_module
|
7958
|
+
-------------------------------
|
7959
|
+
-----------------------------------------
|
7960
|
+
HelloControllerTest: test_should_get_show
|
7961
|
+
-----------------------------------------
|
7962
|
+
Processing by HelloController#show as HTML
|
7963
|
+
Rendered hello/show.html.gara within layouts/application (19.4ms)
|
7964
|
+
Completed 500 Internal Server Error in 25ms
|
7965
|
+
-----------------------------
|
7966
|
+
HandlerTest: test_class_names
|
7967
|
+
-----------------------------
|
7968
|
+
--------------------------------------------------------------
|
7969
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
7970
|
+
--------------------------------------------------------------
|
7971
|
+
------------------------------------------------------------------------
|
7972
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
7973
|
+
------------------------------------------------------------------------
|
7974
|
+
----------------------------------------------------------
|
7975
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
7976
|
+
----------------------------------------------------------
|
7977
|
+
-----------------------------
|
7978
|
+
HandlerTest: test_locals_work
|
7979
|
+
-----------------------------
|
7980
|
+
------------------------------------------------------------
|
7981
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
7982
|
+
------------------------------------------------------------
|
7983
|
+
----------------------------------
|
7984
|
+
HandlerTest: test_other_attributes
|
7985
|
+
----------------------------------
|
7986
|
+
-------------------------------------------
|
7987
|
+
HandlerTest: test_our_handler_is_registered
|
7988
|
+
-------------------------------------------
|
7989
|
+
-------------------------------------------------------
|
7990
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
7991
|
+
-------------------------------------------------------
|
7992
|
+
---------------------------------------
|
7993
|
+
HandlerTest: test_string_in_block_works
|
7994
|
+
---------------------------------------
|
7995
|
+
-----------------------------------------
|
7996
|
+
HelloControllerTest: test_should_get_show
|
7997
|
+
-----------------------------------------
|
7998
|
+
Processing by HelloController#show as HTML
|
7999
|
+
Rendered hello/show.html.gara within layouts/application (4.0ms)
|
8000
|
+
Completed 200 OK in 31ms (Views: 30.9ms)
|
8001
|
+
-----------------------------
|
8002
|
+
HandlerTest: test_class_names
|
8003
|
+
-----------------------------
|
8004
|
+
--------------------------------------------------------------
|
8005
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
8006
|
+
--------------------------------------------------------------
|
8007
|
+
------------------------------------------------------------------------
|
8008
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
8009
|
+
------------------------------------------------------------------------
|
8010
|
+
----------------------------------------------------------
|
8011
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
8012
|
+
----------------------------------------------------------
|
8013
|
+
-----------------------------
|
8014
|
+
HandlerTest: test_locals_work
|
8015
|
+
-----------------------------
|
8016
|
+
------------------------------------------------------------
|
8017
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
8018
|
+
------------------------------------------------------------
|
8019
|
+
----------------------------------
|
8020
|
+
HandlerTest: test_other_attributes
|
8021
|
+
----------------------------------
|
8022
|
+
-------------------------------------------
|
8023
|
+
HandlerTest: test_our_handler_is_registered
|
8024
|
+
-------------------------------------------
|
8025
|
+
-------------------------------------------------------
|
8026
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
8027
|
+
-------------------------------------------------------
|
8028
|
+
---------------------------------------
|
8029
|
+
HandlerTest: test_string_in_block_works
|
8030
|
+
---------------------------------------
|
8031
|
+
---------------------------------------------
|
8032
|
+
GaraTest: test_Gara.render_renders_a_template
|
8033
|
+
---------------------------------------------
|
8034
|
+
----------------------------------------------
|
8035
|
+
GaraTest: test_another_emitter_may_be_supplied
|
8036
|
+
----------------------------------------------
|
8037
|
+
----------------------------------
|
8038
|
+
GaraTest: test_performance_is_okay
|
8039
|
+
----------------------------------
|
8040
|
+
-------------------------------
|
8041
|
+
GaraTest: test_we_have_a_module
|
8042
|
+
-------------------------------
|
8043
|
+
-----------------------------
|
8044
|
+
HandlerTest: test_class_names
|
8045
|
+
-----------------------------
|
8046
|
+
--------------------------------------------------------------
|
8047
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
8048
|
+
--------------------------------------------------------------
|
8049
|
+
------------------------------------------------------------------------
|
8050
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
8051
|
+
------------------------------------------------------------------------
|
8052
|
+
----------------------------------------------------------
|
8053
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
8054
|
+
----------------------------------------------------------
|
8055
|
+
-----------------------------
|
8056
|
+
HandlerTest: test_locals_work
|
8057
|
+
-----------------------------
|
8058
|
+
------------------------------------------------------------
|
8059
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
8060
|
+
------------------------------------------------------------
|
8061
|
+
----------------------------------
|
8062
|
+
HandlerTest: test_other_attributes
|
8063
|
+
----------------------------------
|
8064
|
+
-------------------------------------------
|
8065
|
+
HandlerTest: test_our_handler_is_registered
|
8066
|
+
-------------------------------------------
|
8067
|
+
-------------------------------------------------------
|
8068
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
8069
|
+
-------------------------------------------------------
|
8070
|
+
---------------------------------------
|
8071
|
+
HandlerTest: test_string_in_block_works
|
8072
|
+
---------------------------------------
|
8073
|
+
-----------------------------------------
|
8074
|
+
HelloControllerTest: test_should_get_show
|
8075
|
+
-----------------------------------------
|
8076
|
+
Processing by HelloController#show as HTML
|
8077
|
+
Rendered hello/show.html.gara within layouts/application (3.6ms)
|
8078
|
+
Completed 200 OK in 36ms (Views: 35.9ms)
|
8079
|
+
---------------------------------------------
|
8080
|
+
GaraTest: test_Gara.render_renders_a_template
|
8081
|
+
---------------------------------------------
|
8082
|
+
----------------------------------------------
|
8083
|
+
GaraTest: test_another_emitter_may_be_supplied
|
8084
|
+
----------------------------------------------
|
8085
|
+
----------------------------------
|
8086
|
+
GaraTest: test_performance_is_okay
|
8087
|
+
----------------------------------
|
8088
|
+
-------------------------------
|
8089
|
+
GaraTest: test_we_have_a_module
|
8090
|
+
-------------------------------
|
8091
|
+
---------------------------------------------
|
8092
|
+
GaraTest: test_Gara.render_renders_a_template
|
8093
|
+
---------------------------------------------
|
8094
|
+
----------------------------------------------
|
8095
|
+
GaraTest: test_another_emitter_may_be_supplied
|
8096
|
+
----------------------------------------------
|
8097
|
+
----------------------------------
|
8098
|
+
GaraTest: test_performance_is_okay
|
8099
|
+
----------------------------------
|
8100
|
+
-------------------------------
|
8101
|
+
GaraTest: test_we_have_a_module
|
8102
|
+
-------------------------------
|
8103
|
+
-----------------------------
|
8104
|
+
HandlerTest: test_class_names
|
8105
|
+
-----------------------------
|
8106
|
+
--------------------------------------------------------------
|
8107
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
8108
|
+
--------------------------------------------------------------
|
8109
|
+
------------------------------------------------------------------------
|
8110
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
8111
|
+
------------------------------------------------------------------------
|
8112
|
+
----------------------------------------------------------
|
8113
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
8114
|
+
----------------------------------------------------------
|
8115
|
+
-----------------------------
|
8116
|
+
HandlerTest: test_locals_work
|
8117
|
+
-----------------------------
|
8118
|
+
------------------------------------------------------------
|
8119
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
8120
|
+
------------------------------------------------------------
|
8121
|
+
----------------------------------
|
8122
|
+
HandlerTest: test_other_attributes
|
8123
|
+
----------------------------------
|
8124
|
+
-------------------------------------------
|
8125
|
+
HandlerTest: test_our_handler_is_registered
|
8126
|
+
-------------------------------------------
|
8127
|
+
-------------------------------------------------------
|
8128
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
8129
|
+
-------------------------------------------------------
|
8130
|
+
---------------------------------------
|
8131
|
+
HandlerTest: test_string_in_block_works
|
8132
|
+
---------------------------------------
|
8133
|
+
-----------------------------------------
|
8134
|
+
HelloControllerTest: test_should_get_show
|
8135
|
+
-----------------------------------------
|
8136
|
+
Processing by HelloController#show as HTML
|
8137
|
+
Rendered hello/show.html.gara within layouts/application (15.7ms)
|
8138
|
+
Completed 200 OK in 54ms (Views: 53.5ms)
|
8139
|
+
-----------------------------------------
|
8140
|
+
HelloControllerTest: test_should_get_show
|
8141
|
+
-----------------------------------------
|
8142
|
+
Processing by HelloController#show as HTML
|
8143
|
+
Rendered hello/show.html.gara within layouts/application (14.5ms)
|
8144
|
+
Completed 500 Internal Server Error in 25ms
|
8145
|
+
-----------------------------------------
|
8146
|
+
HelloControllerTest: test_should_get_show
|
8147
|
+
-----------------------------------------
|
8148
|
+
Processing by HelloController#show as HTML
|
8149
|
+
Rendered hello/show.html.gara within layouts/application (4940.4ms)
|
8150
|
+
Completed 200 OK in 5010ms (Views: 5009.5ms)
|
8151
|
+
-----------------------------------------
|
8152
|
+
HelloControllerTest: test_should_get_show
|
8153
|
+
-----------------------------------------
|
8154
|
+
Processing by HelloController#show as HTML
|
8155
|
+
Rendered hello/show.html.gara within layouts/application (14453.4ms)
|
8156
|
+
Completed 200 OK in 14488ms (Views: 14488.1ms)
|
8157
|
+
-----------------------------------------
|
8158
|
+
HelloControllerTest: test_should_get_show
|
8159
|
+
-----------------------------------------
|
8160
|
+
Processing by HelloController#show as HTML
|
8161
|
+
Rendered hello/show.html.gara within layouts/application (3.8ms)
|
8162
|
+
Completed 200 OK in 28ms (Views: 27.9ms)
|
8163
|
+
-----------------------------
|
8164
|
+
HandlerTest: test_class_names
|
8165
|
+
-----------------------------
|
8166
|
+
--------------------------------------------------------------
|
8167
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
8168
|
+
--------------------------------------------------------------
|
8169
|
+
------------------------------------------------------------------------
|
8170
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
8171
|
+
------------------------------------------------------------------------
|
8172
|
+
----------------------------------------------------------
|
8173
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
8174
|
+
----------------------------------------------------------
|
8175
|
+
-----------------------------
|
8176
|
+
HandlerTest: test_locals_work
|
8177
|
+
-----------------------------
|
8178
|
+
------------------------------------------------------------
|
8179
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
8180
|
+
------------------------------------------------------------
|
8181
|
+
----------------------------------
|
8182
|
+
HandlerTest: test_other_attributes
|
8183
|
+
----------------------------------
|
8184
|
+
-------------------------------------------
|
8185
|
+
HandlerTest: test_our_handler_is_registered
|
8186
|
+
-------------------------------------------
|
8187
|
+
-------------------------------------------------------
|
8188
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
8189
|
+
-------------------------------------------------------
|
8190
|
+
---------------------------------------
|
8191
|
+
HandlerTest: test_string_in_block_works
|
8192
|
+
---------------------------------------
|
8193
|
+
-----------------------------------------
|
8194
|
+
HelloControllerTest: test_should_get_show
|
8195
|
+
-----------------------------------------
|
8196
|
+
Processing by HelloController#show as HTML
|
8197
|
+
Rendered hello/show.html.gara within layouts/application (7.6ms)
|
8198
|
+
Completed 200 OK in 37ms (Views: 36.9ms)
|
8199
|
+
---------------------------------------------
|
8200
|
+
GaraTest: test_Gara.render_renders_a_template
|
8201
|
+
---------------------------------------------
|
8202
|
+
----------------------------------------------
|
8203
|
+
GaraTest: test_another_emitter_may_be_supplied
|
8204
|
+
----------------------------------------------
|
8205
|
+
----------------------------------
|
8206
|
+
GaraTest: test_performance_is_okay
|
8207
|
+
----------------------------------
|
8208
|
+
-------------------------------
|
8209
|
+
GaraTest: test_we_have_a_module
|
8210
|
+
-------------------------------
|
8211
|
+
-----------------------------------------
|
8212
|
+
HelloControllerTest: test_should_get_show
|
8213
|
+
-----------------------------------------
|
8214
|
+
Processing by HelloController#show as HTML
|
8215
|
+
Rendered hello/show.html.gara within layouts/application (4.4ms)
|
8216
|
+
Completed 200 OK in 29ms (Views: 29.0ms)
|
8217
|
+
-----------------------------
|
8218
|
+
HandlerTest: test_class_names
|
8219
|
+
-----------------------------
|
8220
|
+
--------------------------------------------------------------
|
8221
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
8222
|
+
--------------------------------------------------------------
|
8223
|
+
------------------------------------------------------------------------
|
8224
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
8225
|
+
------------------------------------------------------------------------
|
8226
|
+
----------------------------------------------------------
|
8227
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
8228
|
+
----------------------------------------------------------
|
8229
|
+
-----------------------------
|
8230
|
+
HandlerTest: test_locals_work
|
8231
|
+
-----------------------------
|
8232
|
+
------------------------------------------------------------
|
8233
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
8234
|
+
------------------------------------------------------------
|
8235
|
+
----------------------------------
|
8236
|
+
HandlerTest: test_other_attributes
|
8237
|
+
----------------------------------
|
8238
|
+
-------------------------------------------
|
8239
|
+
HandlerTest: test_our_handler_is_registered
|
8240
|
+
-------------------------------------------
|
8241
|
+
-------------------------------------------------------
|
8242
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
8243
|
+
-------------------------------------------------------
|
8244
|
+
---------------------------------------
|
8245
|
+
HandlerTest: test_string_in_block_works
|
8246
|
+
---------------------------------------
|
8247
|
+
---------------------------------------------
|
8248
|
+
GaraTest: test_Gara.render_renders_a_template
|
8249
|
+
---------------------------------------------
|
8250
|
+
----------------------------------------------
|
8251
|
+
GaraTest: test_another_emitter_may_be_supplied
|
8252
|
+
----------------------------------------------
|
8253
|
+
----------------------------------
|
8254
|
+
GaraTest: test_performance_is_okay
|
8255
|
+
----------------------------------
|
8256
|
+
-------------------------------
|
8257
|
+
GaraTest: test_we_have_a_module
|
8258
|
+
-------------------------------
|
8259
|
+
-----------------------------------------
|
8260
|
+
HelloControllerTest: test_should_get_show
|
8261
|
+
-----------------------------------------
|
8262
|
+
Processing by HelloController#show as HTML
|
8263
|
+
Rendered hello/show.html.gara within layouts/application (5.5ms)
|
8264
|
+
Completed 200 OK in 143ms (Views: 142.5ms)
|
8265
|
+
-----------------------------------------
|
8266
|
+
HelloControllerTest: test_should_get_show
|
8267
|
+
-----------------------------------------
|
8268
|
+
Processing by HelloController#show as HTML
|
8269
|
+
Rendered hello/show.html.gara within layouts/application (5.4ms)
|
8270
|
+
Completed 200 OK in 145ms (Views: 144.9ms)
|
8271
|
+
-----------------------------------------
|
8272
|
+
HelloControllerTest: test_should_get_show
|
8273
|
+
-----------------------------------------
|
8274
|
+
Processing by HelloController#show as HTML
|
8275
|
+
Rendered hello/show.html.gara within layouts/application (4.2ms)
|
8276
|
+
Completed 200 OK in 138ms (Views: 138.3ms)
|
8277
|
+
-----------------------------------------
|
8278
|
+
HelloControllerTest: test_should_get_show
|
8279
|
+
-----------------------------------------
|
8280
|
+
Processing by HelloController#show as HTML
|
8281
|
+
Rendered hello/show.html.gara within layouts/application (4.2ms)
|
8282
|
+
Completed 200 OK in 148ms (Views: 148.1ms)
|
8283
|
+
-----------------------------------------
|
8284
|
+
HelloControllerTest: test_should_get_show
|
8285
|
+
-----------------------------------------
|
8286
|
+
Processing by HelloController#show as HTML
|
8287
|
+
Rendered hello/show.html.gara within layouts/application (5.4ms)
|
8288
|
+
Completed 200 OK in 142ms (Views: 141.4ms)
|
8289
|
+
-----------------------------------------
|
8290
|
+
HelloControllerTest: test_should_get_show
|
8291
|
+
-----------------------------------------
|
8292
|
+
Processing by HelloController#show as HTML
|
8293
|
+
Rendered hello/show.html.gara within layouts/application (4.2ms)
|
8294
|
+
Completed 200 OK in 144ms (Views: 144.3ms)
|
8295
|
+
-----------------------------------------
|
8296
|
+
HelloControllerTest: test_should_get_show
|
8297
|
+
-----------------------------------------
|
8298
|
+
Processing by HelloController#show as HTML
|
8299
|
+
Rendered hello/show.html.gara within layouts/application (4.1ms)
|
8300
|
+
Completed 200 OK in 162ms (Views: 161.3ms)
|
8301
|
+
-----------------------------------------
|
8302
|
+
HelloControllerTest: test_should_get_show
|
8303
|
+
-----------------------------------------
|
8304
|
+
Processing by HelloController#show as HTML
|
8305
|
+
Rendered hello/show.html.gara within layouts/application (4.5ms)
|
8306
|
+
Completed 200 OK in 148ms (Views: 147.4ms)
|
8307
|
+
-----------------------------------------
|
8308
|
+
HelloControllerTest: test_should_get_show
|
8309
|
+
-----------------------------------------
|
8310
|
+
Processing by HelloController#show as HTML
|
8311
|
+
Rendered hello/show.html.gara within layouts/application (4.3ms)
|
8312
|
+
Completed 200 OK in 148ms (Views: 147.4ms)
|
8313
|
+
-----------------------------------------
|
8314
|
+
HelloControllerTest: test_should_get_show
|
8315
|
+
-----------------------------------------
|
8316
|
+
Processing by HelloController#show as HTML
|
8317
|
+
Rendered hello/show.html.gara within layouts/application (4.4ms)
|
8318
|
+
Completed 200 OK in 141ms (Views: 140.9ms)
|
8319
|
+
-----------------------------------------
|
8320
|
+
HelloControllerTest: test_should_get_show
|
8321
|
+
-----------------------------------------
|
8322
|
+
Processing by HelloController#show as HTML
|
8323
|
+
Rendered hello/show.html.gara within layouts/application (4.3ms)
|
8324
|
+
Completed 200 OK in 143ms (Views: 142.8ms)
|
8325
|
+
-----------------------------------------
|
8326
|
+
HelloControllerTest: test_should_get_show
|
8327
|
+
-----------------------------------------
|
8328
|
+
Processing by HelloController#show as HTML
|
8329
|
+
Rendered hello/show.html.gara within layouts/application (6.2ms)
|
8330
|
+
Completed 200 OK in 29077ms (Views: 29076.5ms)
|
8331
|
+
-----------------------------------------
|
8332
|
+
HelloControllerTest: test_should_get_show
|
8333
|
+
-----------------------------------------
|
8334
|
+
Processing by HelloController#show as HTML
|
8335
|
+
Rendered hello/show.html.gara within layouts/application (4.1ms)
|
8336
|
+
Completed 200 OK in 143ms (Views: 143.0ms)
|
8337
|
+
-----------------------------------------
|
8338
|
+
HelloControllerTest: test_should_get_show
|
8339
|
+
-----------------------------------------
|
8340
|
+
Processing by HelloController#show as HTML
|
8341
|
+
Rendered hello/show.html.gara within layouts/application (4.2ms)
|
8342
|
+
Completed 200 OK in 3529ms (Views: 3528.5ms)
|
8343
|
+
-----------------------------------------
|
8344
|
+
HelloControllerTest: test_should_get_show
|
8345
|
+
-----------------------------------------
|
8346
|
+
Processing by HelloController#show as HTML
|
8347
|
+
Rendered hello/show.html.gara within layouts/application (5.5ms)
|
8348
|
+
Completed 500 Internal Server Error in 15ms
|
8349
|
+
-----------------------------------------
|
8350
|
+
HelloControllerTest: test_should_get_show
|
8351
|
+
-----------------------------------------
|
8352
|
+
Processing by HelloController#show as HTML
|
8353
|
+
Rendered hello/show.html.gara within layouts/application (7.3ms)
|
8354
|
+
Completed 200 OK in 156ms (Views: 155.3ms)
|
8355
|
+
-----------------------------
|
8356
|
+
HandlerTest: test_class_names
|
8357
|
+
-----------------------------
|
8358
|
+
--------------------------------------------------------------
|
8359
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
8360
|
+
--------------------------------------------------------------
|
8361
|
+
------------------------------------------------------------------------
|
8362
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
8363
|
+
------------------------------------------------------------------------
|
8364
|
+
----------------------------------------------------------
|
8365
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
8366
|
+
----------------------------------------------------------
|
8367
|
+
-----------------------------
|
8368
|
+
HandlerTest: test_locals_work
|
8369
|
+
-----------------------------
|
8370
|
+
------------------------------------------------------------
|
8371
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
8372
|
+
------------------------------------------------------------
|
8373
|
+
----------------------------------
|
8374
|
+
HandlerTest: test_other_attributes
|
8375
|
+
----------------------------------
|
8376
|
+
-------------------------------------------
|
8377
|
+
HandlerTest: test_our_handler_is_registered
|
8378
|
+
-------------------------------------------
|
8379
|
+
-------------------------------------------------------
|
8380
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
8381
|
+
-------------------------------------------------------
|
8382
|
+
---------------------------------------
|
8383
|
+
HandlerTest: test_string_in_block_works
|
8384
|
+
---------------------------------------
|
8385
|
+
-----------------------------------------
|
8386
|
+
HelloControllerTest: test_should_get_show
|
8387
|
+
-----------------------------------------
|
8388
|
+
Processing by HelloController#show as HTML
|
8389
|
+
Rendered hello/show.html.gara within layouts/application (7.7ms)
|
8390
|
+
Completed 200 OK in 32ms (Views: 32.0ms)
|
8391
|
+
---------------------------------------------
|
8392
|
+
GaraTest: test_Gara.render_renders_a_template
|
8393
|
+
---------------------------------------------
|
8394
|
+
----------------------------------------------
|
8395
|
+
GaraTest: test_another_emitter_may_be_supplied
|
8396
|
+
----------------------------------------------
|
8397
|
+
----------------------------------
|
8398
|
+
GaraTest: test_performance_is_okay
|
8399
|
+
----------------------------------
|
8400
|
+
-------------------------------
|
8401
|
+
GaraTest: test_we_have_a_module
|
8402
|
+
-------------------------------
|
8403
|
+
-----------------------------
|
8404
|
+
HandlerTest: test_class_names
|
8405
|
+
-----------------------------
|
8406
|
+
--------------------------------------------------------------
|
8407
|
+
HandlerTest: test_helpers_returning_html_when_alone_in_a_block
|
8408
|
+
--------------------------------------------------------------
|
8409
|
+
------------------------------------------------------------------------
|
8410
|
+
HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
|
8411
|
+
------------------------------------------------------------------------
|
8412
|
+
----------------------------------------------------------
|
8413
|
+
HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
|
8414
|
+
----------------------------------------------------------
|
8415
|
+
-----------------------------
|
8416
|
+
HandlerTest: test_locals_work
|
8417
|
+
-----------------------------
|
8418
|
+
------------------------------------------------------------
|
8419
|
+
HandlerTest: test_nesting_elements_with_ruby_block_structure
|
8420
|
+
------------------------------------------------------------
|
8421
|
+
----------------------------------
|
8422
|
+
HandlerTest: test_other_attributes
|
8423
|
+
----------------------------------
|
8424
|
+
-------------------------------------------
|
8425
|
+
HandlerTest: test_our_handler_is_registered
|
8426
|
+
-------------------------------------------
|
8427
|
+
-------------------------------------------------------
|
8428
|
+
HandlerTest: test_real_document_has_doctype_and_newline
|
8429
|
+
-------------------------------------------------------
|
8430
|
+
---------------------------------------
|
8431
|
+
HandlerTest: test_string_in_block_works
|
8432
|
+
---------------------------------------
|
8433
|
+
---------------------------------------------
|
8434
|
+
GaraTest: test_Gara.render_renders_a_template
|
8435
|
+
---------------------------------------------
|
8436
|
+
----------------------------------------------
|
8437
|
+
GaraTest: test_another_emitter_may_be_supplied
|
8438
|
+
----------------------------------------------
|
8439
|
+
----------------------------------
|
8440
|
+
GaraTest: test_performance_is_okay
|
8441
|
+
----------------------------------
|
8442
|
+
-------------------------------
|
8443
|
+
GaraTest: test_we_have_a_module
|
8444
|
+
-------------------------------
|
8445
|
+
-----------------------------------------
|
8446
|
+
HelloControllerTest: test_should_get_show
|
8447
|
+
-----------------------------------------
|
8448
|
+
Processing by HelloController#show as HTML
|
8449
|
+
Rendered hello/show.html.gara within layouts/application (12.4ms)
|
8450
|
+
Completed 200 OK in 31ms (Views: 31.0ms)
|