1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test/fixtures/test
Matthew Draper 87b3e226d6 Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
This reverts commit 3420a14590, reversing
changes made to afb66a5a59.
2017-07-02 02:15:17 +09:30
..
_directory
dot.directory
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
_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_json_partial.json.erb
_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
_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_json_partial.json.erb
_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
calling_partial_with_layout.html.erb
change_priority.html.erb
dont_pick_me
greeting.xml.erb
hello.builder Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" 2017-07-02 02:15:17 +09:30
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
layout_render_file.erb
layout_render_object.erb
list.erb
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_ivar.erb
render_file_with_locals.erb
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_two_partials.html.erb
streaming.erb
streaming_buster.erb
sub_template_raise.html.erb
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