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
2008-11-19 14:00:16 +01:00
..
dot.directory Purge empty files 2007-09-11 19:54:06 +00:00
_counter.html.erb Added tests for partial collection counters [#766 state:resolved] 2008-08-09 10:48:56 -05:00
_customer.erb Dup local assigns for partial collections so nil values doesn't get overwritten [#1250 state:resolved] 2008-10-30 15:07:47 -05:00
_customer_counter.erb Refactor partial rendering into a PartialTemplate class. [Pratik] 2008-03-03 04:01:35 +00:00
_customer_greeting.erb Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
_customer_with_var.erb Add :as option to render a collection of partials with a custom local variable name. [#509 state:resolved] [Simon Jefford, Pratik Naik] 2008-07-02 16:40:42 +01:00
_form.erb Make render :partial recognise form builders and use the _form partial. Closes #10814 [djanowski] 2008-01-16 02:01:57 +00:00
_hash_greeting.erb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
_hash_object.erb Partials also set 'object' to the default partial variable. Closes #8823. 2007-10-25 21:32:01 +00:00
_hello.builder Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
_labelling_form.erb Make render :partial recognise form builders and use the _form partial. Closes #10814 [djanowski] 2008-01-16 02:01:57 +00:00
_layout_for_block_with_args.html.erb pass yielded arguments to block for ActionView::Base#render with :layout [#847 state:resolved] 2008-08-17 19:29:24 -05:00
_layout_for_partial.html.erb Added partial layouts (see example in action_view/lib/partials.rb) [DHH] 2007-08-02 20:10:03 +00:00
_local_inspector.html.erb Make sure render :collection doesnt set nil local when :as is absent 2008-07-02 17:19:41 +01:00
_partial.erb Assume that rendered partials go by the HTML format by default 2007-05-15 03:13:32 +00:00
_partial.html.erb Assume that rendered partials go by the HTML format by default 2007-05-15 03:13:32 +00:00
_partial.js.erb add test case for js.erb partials on *.js formatted requests 2007-05-15 03:15:36 +00:00
_partial_for_use_in_layout.html.erb Added partial layouts (see example in action_view/lib/partials.rb) [DHH] 2007-08-02 20:10:03 +00:00
_partial_only.erb Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
_partial_with_only_html_version.html.erb Fix rendering html partial via inline render when with :js format [#1399 state:resolved] 2008-11-18 15:19:16 -06:00
_person.erb Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
_raise.html.erb Improve PartialTemplate tests 2008-05-02 10:45:08 +01:00
action_talk_to_layout.erb Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
calling_partial_with_layout.html.erb Added partial layouts (see example in action_view/lib/partials.rb) [DHH] 2007-08-02 20:10:03 +00:00
capturing.erb Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
content_for.erb Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
content_for_concatenated.erb Submit missing fixture files 2007-09-21 14:36:33 +00:00
content_for_with_parameter.erb Submit missing fixture files 2007-09-21 14:36:33 +00:00
delete_with_js.rjs Add support for new rjs templates which wrap an update_page block. 2005-11-17 21:28:59 +00:00
enum_rjs_test.rjs Fixed tests (closes #4087) [Rick Olson] 2006-03-05 16:41:04 +00:00
formatted_html_erb.html.erb Change ActionView template defaults. Look for templates using the request format first, such as show.html.erb or show.xml.builder, before looking for the old defaults like show.erb or show.builder [Rick] 2007-04-02 00:02:11 +00:00
formatted_xml_erb.builder Change ActionView template defaults. Look for templates using the request format first, such as show.html.erb or show.xml.builder, before looking for the old defaults like show.erb or show.builder [Rick] 2007-04-02 00:02:11 +00:00
formatted_xml_erb.html.erb Change ActionView template defaults. Look for templates using the request format first, such as show.html.erb or show.xml.builder, before looking for the old defaults like show.erb or show.builder [Rick] 2007-04-02 00:02:11 +00:00
formatted_xml_erb.xml.erb Change ActionView template defaults. Look for templates using the request format first, such as show.html.erb or show.xml.builder, before looking for the old defaults like show.erb or show.builder [Rick] 2007-04-02 00:02:11 +00:00
greeting.erb Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
greeting.js.rjs Added that requests with JavaScript as the priority mime type in the accept header and no format extension in the parameters will be treated as though their format was :js when it comes to determining which template to render. This makes it possible for JS requests to automatically render action.js.rjs files without an explicit respond_to block [DHH] 2008-02-29 18:09:23 +00:00
hello.builder Changed the default of ActionView#render to assume partials instead of files when not given an options hash [DHH] 2008-11-19 14:00:16 +01:00
hello_world.erb Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
hello_world_container.builder Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
hello_world_from_rxml.builder Missed commit. Closes #10437. 2007-12-10 22:36:11 +00:00
hello_world_with_layout_false.erb Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
hello_xml_world.builder Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
hyphen-ated.erb Rendering default template for missing actions works with non-word characters in action name 2008-07-09 10:42:29 -07:00
implicit_content_type.atom.builder Set the response content type to that of found template if not explicitly set elsewhere [#444 state:resolved] 2008-07-18 20:14:12 -05:00
list.erb Deprecation: privatize deprecated render_partial and render_partial_collection methods. 2007-03-13 05:06:41 +00:00
nested_layout.erb Ensure @content_for_* is checked before yielding to block in render :layout [#8994 state:resolved] 2008-10-28 17:31:33 -05:00
non_erb_block_content_for.builder Check whether blocks are called from erb using a special __in_erb_template variable visible in block binding. 2008-06-19 22:21:56 -07:00
potential_conflicts.erb Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
render_file_from_template.html.erb Ensure render :file works inside templates 2008-06-05 23:33:10 +01:00
render_file_with_ivar.erb Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
render_file_with_locals.erb Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
render_to_string_test.erb Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
sub_template_raise.html.erb Fixed missing template paths on exception [#1082 state:resolved] 2008-09-20 22:57:45 -05:00
template.erb Track rendered templates in stack so the current template can always be accessed. Added ActionView::Base#template to access the template object. 2008-10-28 11:06:08 -05:00
update_element_with_capture.erb Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
using_layout_around_block.html.erb Added partial layouts (see example in action_view/lib/partials.rb) [DHH] 2007-08-02 20:10:03 +00:00
using_layout_around_block_with_args.html.erb pass yielded arguments to block for ActionView::Base#render with :layout [#847 state:resolved] 2008-08-17 19:29:24 -05:00