.. |
dot.directory
|
Purge empty files
|
2007-09-11 19:54:06 +00:00 |
malformed
|
missed template fixtures with ~
|
2009-02-24 11:36:58 -06: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
|
|
|
_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
|
Make render :partial recognise form builders and use the _form partial. Closes #10814 [djanowski]
|
2008-01-16 02:01:57 +00:00 |
_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
|
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
|
2007-09-03 00:18:30 +00:00 |
_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
|
|
|
_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
|
ActionPack components should no longer have undeclared dependencies.
|
2009-06-08 13:34:07 -07:00 |
_one.html.erb
|
Fix rendering html partials from an rjs template
|
2008-12-04 16:35:13 -06:00 |
_partial.erb
|
|
|
_partial.html.erb
|
|
|
_partial.js.erb
|
|
|
_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
|
|
|
_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
|
|
|
_raise.html.erb
|
Improve PartialTemplate tests
|
2008-05-02 10:45:08 +01:00 |
_two.html.erb
|
Fix rendering html partials from an rjs template
|
2008-12-04 16:35:13 -06:00 |
action_talk_to_layout.erb
|
|
|
array_translation.erb
|
translation method of TranslationHelper module returns always SafeBuffer [#4194 status:resolved]
|
2010-03-16 13:49:13 -07:00 |
basic.html.erb
|
Implemented basic template rendering in AC::Base2:
|
2009-03-18 15:58:47 -07: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
|
|
|
content_for.erb
|
|
|
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
|
|
|
deprecated_nested_layout.erb
|
Add deprecation notices for <% %>.
|
2010-03-15 14:50:43 -07:00 |
dont_pick_me
|
Validate template extensions [#1187 state:resolved]
|
2008-12-03 10:57:35 -06:00 |
enum_rjs_test.rjs
|
|
|
formatted_html_erb.html.erb
|
|
|
formatted_xml_erb.builder
|
|
|
formatted_xml_erb.html.erb
|
|
|
formatted_xml_erb.xml.erb
|
|
|
greeting.html.erb
|
Slightly modify things to get content type matching working without breaking other code
|
2009-05-23 00:39:32 -07: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 |
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.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.da.html.erb
|
Add localized templates
|
2009-01-25 22:51:21 -06:00 |
hello_world.erb
|
|
|
hello_world.erb~
|
~ backup files don't clobber original templates [#1818 state:resolved]
|
2009-02-07 12:06:35 -06:00 |
hello_world.pt-BR.html.erb
|
Added support to dashed locales in templates localization [#1888 state:resolved]
|
2009-02-06 23:23:50 -06:00 |
hello_world_container.builder
|
|
|
hello_world_from_rxml.builder
|
Missed commit. Closes #10437.
|
2007-12-10 22:36:11 +00:00 |
hello_world_with_layout_false.erb
|
|
|
hello_xml_world.builder
|
|
|
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 |
layout_render_file.erb
|
Solved a problem that prevented render :file => work in layouts
|
2010-03-05 08:52:10 -08:00 |
list.erb
|
|
|
nested_layout.erb
|
Add deprecation notices for <% %>.
|
2010-03-15 14:50:43 -07: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
|
|
|
render_explicit_html_template.js.rjs
|
Fix rendering html partials from an rjs template
|
2008-12-04 16:35:13 -06: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
|
|
|
render_file_with_locals.erb
|
|
|
render_file_with_locals_and_default.erb
|
Refactor ActionView::Template
|
2009-04-27 11:49:11 -07:00 |
render_implicit_html_template.js.rjs
|
Fix rendering html partials from an rjs template
|
2008-12-04 16:35:13 -06:00 |
render_implicit_html_template_from_xhr_request.da.html.erb
|
Render implicit html template when xhr request now supports localization [#1886 state:resolved]
|
2009-02-07 11:37:02 -06:00 |
render_implicit_html_template_from_xhr_request.html.erb
|
Restore implicit rendering for XHR requests that want a HTML template [#1590 state:resolved]
|
2009-01-27 14:09:11 -06:00 |
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
|
|
|
scoped_array_translation.erb
|
scope_key_by_partial fix for Ruby 1.9 when there's virtual_path [#4202 state:resolved]
|
2010-03-16 16:20:10 -07: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 |
translation.erb
|
Fix t('.helper').
|
2010-01-26 20:43:35 +01:00 |
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
|
Ensure ERB source begins with the encoding comment
|
2009-06-01 12:34:08 -07:00 |
utf8_magic.html.erb
|
Ensure ERB source begins with the encoding comment
|
2009-06-01 12:34:08 -07:00 |