rails--rails/actionpack/test/template
Rick Olson da6f5a1cb4 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]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6499 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-04-02 00:02:11 +00:00
..
active_record_helper_test.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
asset_tag_helper_test.rb Added subdirectory test 2007-02-21 15:58:42 +00:00
base_test.rb 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
benchmark_helper_test.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
compiled_templates_test.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
date_helper_test.rb Give time_ago_in_words test some DST slop. 2007-03-11 12:29:20 +00:00
form_helper_test.rb fix form_for example in ActionController::Resources documentation. Closes #7362 [gnarg], Added enhanced docs to routing assertions. Closes #7359 [Rob Sanheim], improve error message for Routing for named routes. Closes #7346 [Rob Sanheim] 2007-02-04 19:07:08 +00:00
form_options_helper_test.rb select :multiple => true suffixes the attribute name with [] unless already suffixed. Closes #6977. 2007-01-28 16:17:55 +00:00
form_tag_helper_test.rb Added that FormTagHelper#submit_tag will return to its original state if the submit fails and you're using :disable_with [DHH] 2007-03-27 19:42:54 +00:00
java_script_macros_helper_test.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
javascript_helper_test.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
number_helper_test.rb Deprecation: remove deprecated human_size helper alias. Use number_to_human_size instead. 2007-03-13 05:18:49 +00:00
prototype_helper_test.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
scriptaculous_helper_test.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
tag_helper_test.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
text_helper_test.rb Highlight helper highlights one or many terms in a single pass. 2007-03-30 01:19:01 +00:00
url_helper_test.rb Deprecation: remove deprecated link_to_image and link_image_to methods. Use link_to(image_path(...), url). 2007-03-13 05:12:59 +00:00