1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/fixtures/test
2012-05-04 23:31:03 +04:00
..
dot.directory
malformed
_200.html.erb Added view template invalid name check, along with tests. No merges in commit. 2011-07-13 13:06:03 -04:00
_b_layout_for_partial.html.erb Adds :layout option to render :partial when a collection is given. 2012-03-06 16:20:56 +01:00
_b_layout_for_partial_with_object.html.erb Allow layout rendering to access current object being rendered when using partial + collection 2012-04-29 14:45:05 -03:00
_b_layout_for_partial_with_object_counter.html.erb Allow access to current object_counter variable from layout when rendering with partial + collection 2012-04-29 14:45:06 -03:00
_content_tag_nested_in_content_tag.erb test helpers in erb using erb 2011-11-30 17:38:09 +03:00
_counter.html.erb
_customer.erb
_customer_counter.erb
_customer_counter_with_as.erb partial counters with :as [#2804 state:resolved] 2010-05-15 10:32:23 -07:00
_customer_greeting.erb
_customer_with_var.erb More cleanup of ActionView and reduction in need for blocks in some cases: 2009-08-15 12:32:01 -07:00
_form.erb
_from_helper.erb Ported the new ActionView::TestCase from 2-3-stable to master [#3260 2009-09-28 13:31:30 -05:00
_hash_greeting.erb
_hash_object.erb More cleanup of ActionView and reduction in need for blocks in some cases: 2009-08-15 12:32:01 -07:00
_hello.builder
_label_with_block.erb fix label with block in erb 2011-11-27 16:59:44 +03:00
_labelling_form.erb
_layout_for_block_with_args.html.erb
_layout_for_partial.html.erb
_layout_with_partial_and_yield.html.erb Deprecate passing the template handler in the template name. 2011-09-22 15:37:38 +02:00
_local_inspector.html.erb ActionPack components should no longer have undeclared dependencies. 2009-06-08 13:34:07 -07:00
_object_inspector.erb fix rendering a partial with an array as its :object [#5746 state:resolved] 2010-10-08 11:12:11 +13:00
_one.html.erb
_partial.erb
_partial.html.erb
_partial.js.erb
_partial_for_use_in_layout.html.erb
_partial_html_erb.html.erb If partial is rendered in controller, grab format from template 2012-03-27 12:14:56 +02:00
_partial_only.erb
_partial_only_html.html Merge pull request #5480 from drogus/rendering-issues 2012-03-17 11:24:19 -03:00
_partial_with_layout.erb Tests added for rendering partial with layout, when the partial contains another render layout with block call added missing fixtures 2010-11-13 13:40:36 -02:00
_partial_with_layout_block_content.erb Tests added for rendering partial with layout, when the partial contains another render layout with block call added missing fixtures 2010-11-13 13:40:36 -02:00
_partial_with_layout_block_partial.erb Tests added for rendering partial with layout, when the partial contains another render layout with block call added missing fixtures 2010-11-13 13:40:36 -02:00
_partial_with_only_html_version.html.erb
_partial_with_partial.erb Fix render partial with layout and no block 2010-11-11 16:22:39 +01:00
_person.erb
_raise.html.erb
_two.html.erb
_utf8_partial.html.erb Expect an incompatible encoding exception when a template with a magic comment renders a partial without one and its source encoding doesn't match the default external encoding 2010-04-08 20:22:07 -07:00
_utf8_partial_magic.html.erb Expect an incompatible encoding exception when a template with a magic comment renders a partial without one and its source encoding doesn't match the default external encoding 2010-04-08 20:22:07 -07:00
action_talk_to_layout.erb
basic.html.erb
calling_partial_with_layout.html.erb
capturing.erb
content_for.erb Revert "Moved encoding work in progress to a feature branch." 2010-05-17 19:41:54 +04:00
content_for_concatenated.erb Revert "Moved encoding work in progress to a feature branch." 2010-05-17 19:41:54 +04:00
content_for_with_parameter.erb Revert "Moved encoding work in progress to a feature branch." 2010-05-17 19:41:54 +04:00
dont_pick_me
formatted_html_erb.html.erb
formatted_xml_erb.builder
formatted_xml_erb.html.erb
formatted_xml_erb.xml.erb
greeting.html.erb
greeting.xml.erb Rendering a template from ActionView will default to looking for partials only in the current mime type. 2009-08-09 04:12:08 -03:00
hello,world.erb * is not allowed in windows file names. Closes #2574 #2847 2011-09-04 17:44:48 -03:00
hello.builder
hello_world.da.html.erb
hello_world.erb
hello_world.erb~
hello_world.pt-BR.html.erb
hello_world_container.builder
hello_world_from_rxml.builder Remove useless string line causing a warning. 2010-09-28 17:18:48 -03:00
hello_world_with_layout_false.erb
hello_world_with_partial.html.erb Fix assert_template assertion with :layout option 2012-05-04 23:31:03 +04:00
hello_xml_world.builder Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
hyphen-ated.erb
implicit_content_type.atom.builder
layout_render_file.erb Solved a problem that prevented render :file => work in layouts 2010-03-05 08:52:10 -08:00
layout_render_object.erb layout_for works again with objects as specified in the documentation and Rails 2.3 [#5357 state:resolved] 2010-08-11 10:23:07 -03:00
list.erb
nested_layout.erb Add deprecation notices for <% %>. 2010-03-15 14:50:43 -07:00
nested_streaming.erb content_for should work with provide. 2011-04-16 11:34:07 +02:00
non_erb_block_content_for.builder Revert "Moved encoding work in progress to a feature branch." 2010-05-17 19:41:54 +04:00
one.html.erb format lookup for partials is derived from the format in which the template is being rendered 2012-02-22 11:12:03 -02:00
potential_conflicts.erb
proper_block_detection.erb Test correct method behaviour. 2010-09-29 12:42:51 -03:00
render_file_from_template.html.erb
render_file_with_ivar.erb
render_file_with_locals.erb
render_file_with_locals_and_default.erb
render_implicit_html_template_from_xhr_request.da.html.erb
render_implicit_html_template_from_xhr_request.html.erb
render_implicit_js_template_without_layout.js.erb Finish making pending tests pass 2009-06-17 12:54:19 -07:00
render_to_string_test.erb
streaming.erb content_for should work with provide. 2011-04-16 11:34:07 +02:00
streaming_buster.erb content_for should work with provide. 2011-04-16 11:34:07 +02:00
sub_template_raise.html.erb
template.erb
update_element_with_capture.erb
using_layout_around_block.html.erb Add deprecation notices for <% %>. 2010-03-15 14:50:43 -07:00
utf8.html.erb Expect an incompatible encoding exception when a template with a magic comment renders a partial without one and its source encoding doesn't match the default external encoding 2010-04-08 20:22:07 -07:00
utf8_magic.html.erb Expect an incompatible encoding exception when a template with a magic comment renders a partial without one and its source encoding doesn't match the default external encoding 2010-04-08 20:22:07 -07:00
utf8_magic_with_bare_partial.html.erb Expect an incompatible encoding exception when a template with a magic comment renders a partial without one and its source encoding doesn't match the default external encoding 2010-04-08 20:22:07 -07:00
with_html_partial.html.erb Merge pull request #5480 from drogus/rendering-issues 2012-03-17 11:24:19 -03:00
with_partial.html.erb Merge pull request #5480 from drogus/rendering-issues 2012-03-17 11:24:19 -03:00
with_partial.text.erb Merge pull request #5480 from drogus/rendering-issues 2012-03-17 11:24:19 -03:00
with_xml_template.html.erb Merge pull request #5480 from drogus/rendering-issues 2012-03-17 11:24:19 -03:00