Methods
- T
-
- test_absolute_pathed_layout,
- test_layout_except_exception_when_excepted,
- test_layout_except_exception_when_included,
- test_layout_is_not_set_when_none_rendered,
- test_layout_is_picked_from_the_controller_instances_view_path,
- test_layout_only_exception_when_excepted,
- test_layout_only_exception_when_included,
- test_layout_proc_set_in_controller_returning_nil_falls_back_to_default,
- test_layout_set_when_set_in_controller,
- test_layout_set_when_using_default_layout,
- test_layout_set_when_using_render,
- test_layout_set_when_using_streaming_layout,
- test_layout_symbol_set_in_controller_returning_nil_falls_back_to_default
Included Modules
Instance Public methods
test_absolute_pathed_layout()
Link
test_layout_except_exception_when_excepted()
Link
test_layout_except_exception_when_included()
Link
test_layout_is_not_set_when_none_rendered()
Link
test_layout_is_picked_from_the_controller_instances_view_path()
Link
test_layout_only_exception_when_excepted()
Link
test_layout_only_exception_when_included()
Link
test_layout_proc_set_in_controller_returning_nil_falls_back_to_default()
Link
test_layout_set_when_set_in_controller()
Link
test_layout_set_when_using_default_layout()
Link
test_layout_set_when_using_render()
Link
# File actionview/test/actionpack/controller/layout_test.rb, line 203 def test_layout_set_when_using_render with_template_handler :mab, lambda { |template| template.source.inspect } do @controller = SetsLayoutInRenderController.new get :hello assert_includes @response.body, 'layouts/third_party_template_library.mab' end end
test_layout_set_when_using_streaming_layout()
Link
test_layout_symbol_set_in_controller_returning_nil_falls_back_to_default()
Link