.. |
_directory
|
|
|
dot.directory
|
Remove deprecated support to passing relative paths to render file:
|
2020-10-30 00:25:14 +00:00 |
hello
|
|
|
malformed
|
Restore mistakenly removed malformed file fixtures
|
2013-06-20 23:35:48 +02:00 |
_200.html.erb
|
|
|
_a-in.html.erb
|
Partial template name does no more have to be a valid Ruby identifier
|
2015-02-06 01:46:59 +09:00 |
_b_layout_for_partial.html.erb
|
|
|
_b_layout_for_partial_with_object.html.erb
|
|
|
_b_layout_for_partial_with_object_counter.html.erb
|
|
|
_builder_tag_nested_in_content_tag.erb
|
New syntax for tag helpers i.e. tag.br instead of tag(br) #25195
|
2016-06-27 19:00:54 +02:00 |
_cached_customer.erb
|
Collections automatically cache and fetch partials.
|
2015-02-21 16:06:57 +01:00 |
_cached_customer_as.erb
|
Collections automatically cache and fetch partials.
|
2015-02-21 16:06:57 +01:00 |
_cached_nested_cached_customer.erb
|
Use a hash to record every partial's cache hit status instead of sharing a boolean.
|
2017-06-08 21:42:46 +02:00 |
_cached_set.erb
|
Fix partial caching ignore repeated items issue
|
2019-04-04 09:59:06 +08:00 |
_changing_priority.html.erb
|
|
|
_changing_priority.json.erb
|
|
|
_content_tag_nested_in_content_tag.erb
|
|
|
_counter.html.erb
|
|
|
_customer.erb
|
|
|
_customer.mobile.erb
|
Fix partial rendering with dot in filename
|
2016-03-04 13:53:11 +01:00 |
_customer_greeting.erb
|
|
|
_customer_with_var.erb
|
|
|
_first.html.erb
|
Adding another failing test case
|
2019-02-11 17:55:53 -08:00 |
_first.xml.erb
|
Adding another failing test case
|
2019-02-11 17:55:53 -08:00 |
_first_json_partial.json.erb
|
|
|
_first_layer.html.erb
|
Address to useless assignment formats = nil after #35254
|
2019-02-14 02:17:15 +09:00 |
_first_layer.xml.erb
|
Adding another failing test case
|
2019-02-11 17:55:53 -08:00 |
_FooBar.html.erb
|
Partial template name does no more have to be a valid Ruby identifier
|
2015-02-06 01:46:59 +09:00 |
_from_helper.erb
|
|
|
_js_html_fallback.html.erb
|
Add test for HTML format fallback from JS template
|
2020-05-29 22:07:17 +01:00 |
_json_change_priority.json.erb
|
|
|
_klass.erb
|
Respect value of :object if :object is false when rendering
|
2015-11-13 12:26:15 +09:00 |
_label_with_block.erb
|
Some valid block calls in templates caused syntax errors
|
2014-11-20 07:21:50 +09:00 |
_layout_for_block_with_args.html.erb
|
|
|
_layout_for_partial.html.erb
|
|
|
_layout_with_partial_and_yield.html.erb
|
|
|
_local_inspector.html.erb
|
|
|
_nested_cached_customer.erb
|
Use a hash to record every partial's cache hit status instead of sharing a boolean.
|
2017-06-08 21:42:46 +02:00 |
_object_inspector.erb
|
|
|
_one.html.erb
|
|
|
_partial.erb
|
|
|
_partial.html.erb
|
|
|
_partial.js.erb
|
|
|
_partial_for_use_in_layout.html.erb
|
|
|
_partial_iteration_1.erb
|
Add partial iteration variable to template keys
|
2017-01-25 09:23:43 -05:00 |
_partial_iteration_2.erb
|
Add partial iteration variable to template keys
|
2017-01-25 09:23:43 -05:00 |
_partial_name_in_local_assigns.erb
|
Do not put partial name to local_assigns when rendering without an object
|
2015-05-14 10:46:44 +03:00 |
_partial_name_local_variable.erb
|
|
|
_partial_only.erb
|
|
|
_partial_shortcut_with_block_content.html.erb
|
Make possible to use blocks with short version of render partial
|
2014-12-19 13:52:12 +01:00 |
_partial_with_layout.erb
|
|
|
_partial_with_layout_block_content.erb
|
|
|
_partial_with_layout_block_partial.erb
|
|
|
_partial_with_only_html_version.html.erb
|
|
|
_partial_with_partial.erb
|
|
|
_partial_with_variants.html+grid.erb
|
Add tests for render template/partial with variants option.
|
2017-04-14 17:34:51 +08:00 |
_partialhtml.html
|
Add Html template handler that wraps Raw output in an OutputBuffer
|
2016-01-05 16:54:39 -03:00 |
_raise.html.erb
|
|
|
_raise_indentation.html.erb
|
|
|
_second.html.erb
|
Adding another failing test case
|
2019-02-11 17:55:53 -08:00 |
_second.xml.erb
|
Adding another failing test case
|
2019-02-11 17:55:53 -08:00 |
_second_json_partial.json.erb
|
|
|
_second_layer.html.erb
|
Adding another failing test case
|
2019-02-11 17:55:53 -08:00 |
_second_layer.xml.erb
|
Adding another failing test case
|
2019-02-11 17:55:53 -08:00 |
_template_not_named_customer.html.erb
|
Add a regression test that ActionText caught
|
2020-02-27 16:47:22 -08:00 |
_two.html.erb
|
|
|
_utf8_partial.html.erb
|
|
|
_utf8_partial_magic.html.erb
|
|
|
_🍣.erb
|
Add render allows unicode text name in partials - 🍣
|
2016-04-17 19:18:50 +05:30 |
basic.html.erb
|
|
|
cache_fragment_inside_render_layout_block_1.html.erb
|
Ensure cache fragment digests include all templates
|
2020-05-26 15:52:05 -04:00 |
cache_fragment_inside_render_layout_block_2.html.erb
|
Ensure cache fragment digests include all templates
|
2020-05-26 15:52:05 -04:00 |
calling_partial_with_layout.html.erb
|
|
|
change_priority.html.erb
|
|
|
dont_pick_me
|
|
|
greeting.xml.erb
|
|
|
hello.builder
|
Prefer render template: in tests
|
2019-03-21 13:44:56 -07:00 |
hello_world.da.html.erb
|
|
|
hello_world.erb
|
|
|
hello_world.erb~
|
Restore mistakenly removed malformed file fixtures
|
2013-06-20 23:35:48 +02:00 |
hello_world.html+phone.erb
|
Ensure LookupContext in Digestor selects correct variant
|
2014-03-09 08:47:17 +01:00 |
hello_world.pt-BR.html.erb
|
|
|
hello_world.text+phone.erb
|
Ensure LookupContext in Digestor selects correct variant
|
2014-03-09 08:47:17 +01:00 |
hello_world_with_partial.html.erb
|
|
|
html_template.html.erb
|
|
|
js_html_fallback.js.erb
|
Add test for HTML format fallback from JS template
|
2020-05-29 22:07:17 +01:00 |
layout_render_file.erb
|
Prefer render template: in tests
|
2019-03-21 13:44:56 -07:00 |
layout_render_object.erb
|
|
|
list.erb
|
|
|
mixing_formats.html.erb
|
Adding another failing test case
|
2019-02-11 17:55:53 -08:00 |
mixing_formats_deep.html.erb
|
Adding another failing test case
|
2019-02-11 17:55:53 -08:00 |
nested_layout.erb
|
|
|
nested_streaming.erb
|
|
|
nil_return.erb
|
handle <%== nil %> cases
|
2014-09-14 17:11:13 -07:00 |
one.html.erb
|
|
|
render_file_inspect_local_assigns.erb
|
Change render to support any hash keys in locals
|
2016-10-02 00:21:17 -07:00 |
render_file_instance_variable.erb
|
Allow render locals to be assigned to instance variables
|
2017-01-15 13:41:39 +00:00 |
render_file_unicode_local.erb
|
Change render to support any hash keys in locals
|
2016-10-02 00:21:17 -07:00 |
render_file_with_locals_and_default.erb
|
|
|
render_file_with_ruby_keyword_locals.erb
|
Change render to support any hash keys in locals
|
2016-10-02 00:21:17 -07:00 |
render_partial_inside_directory.html.erb
|
|
|
render_template_with_ivar.erb
|
Remove deprecated support to passing relative paths to render file:
|
2020-10-30 00:25:14 +00:00 |
render_template_with_locals.erb
|
Remove deprecated support to passing relative paths to render file:
|
2020-10-30 00:25:14 +00:00 |
render_two_partials.html.erb
|
|
|
streaming.erb
|
|
|
streaming_buster.erb
|
|
|
streaming_with_locale.erb
|
fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stores the current locale in Thread.current[:local] (see: https://github.com/svenfuchs/i18n/blob/master/lib/i18n.rb#L23). StreamingTemplateRenderer is implemented with Fiber which have its own stack of locals and can not access Thread.current.locals(keys, see: https://ruby-doc.org/core-2.2.0/Thread.html#class-Thread-label-Fiber-local+vs.+Thread-local).
|
2017-11-25 21:32:02 +01:00 |
sub_template_raise.html.erb
|
|
|
syntax_error.html.erb
|
Add handling and tests.
|
2019-02-17 23:07:16 -05:00 |
template.erb
|
|
|
test_template_with_delegation_reserved_keywords.erb
|
split DELEGATION_RESERVED_METHOD_NAMES in half
|
2016-12-09 05:21:11 +09:00 |
update_element_with_capture.erb
|
|
|
utf8.html.erb
|
|
|
utf8_magic.html.erb
|
|
|
utf8_magic_with_bare_partial.html.erb
|
|
|