rails--rails/actionpack/test/template
Jeremy Kemper adba181060 The auto_link text helper accepts an optional block to format the link text for each url and email address. References #2628.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2963 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-11-10 06:04:50 +00:00
..
active_record_helper_test.rb Optimized tag_options to not sort keys, which is no longer necessary when assert_dom_equal and friend is available #1995 [skae]. Added assert_dom_equal and assert_dom_not_equal to compare tags generated by the helpers in an order-indifferent manner #1995 [skae] 2005-09-20 07:54:55 +00:00
asset_tag_helper_test.rb Change javascript_include_tag :defaults to not use script.aculo.us loader, which facilitates the use of plugins for future script.aculo.us and third party javascript extensions, and provide register_javascript_include_default for plugins to specify additional JavaScript files to load. Removed scriptaculous.js, slider.js and builder.js 2005-11-01 06:34:40 +00:00
benchmark_helper_test.rb
compiled_templates_tests.rb Render refactoring; render error reporting fixes 2005-08-26 22:37:36 +00:00
date_helper_test.rb Fixed more Windows tests 2005-10-16 22:08:11 +00:00
form_helper_test.rb Ensure radio_button works as expected with values other than strings. 2005-10-14 02:07:51 +00:00
form_options_helper_test.rb Optimized tag_options to not sort keys, which is no longer necessary when assert_dom_equal and friend is available #1995 [skae]. Added assert_dom_equal and assert_dom_not_equal to compare tags generated by the helpers in an order-indifferent manner #1995 [skae] 2005-09-20 07:54:55 +00:00
form_tag_helper_test.rb Make xyz_tag(..., :id => "foo") work again 2005-10-12 01:05:29 +00:00
java_script_macros_helper_test.rb Wrap javascript_tag contents in a CDATA section and add a cdata_section method to TagHelper. Closes #1691. 2005-10-12 22:47:39 +00:00
javascript_helper_test.rb Added support for the queue option on visual_effect 2005-10-29 15:01:39 +00:00
number_helper_test.rb Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000", instead of "$1,000." #2122 [sd@notso.net] 2005-09-09 08:43:02 +00:00
tag_helper_test.rb Wrap javascript_tag contents in a CDATA section and add a cdata_section method to TagHelper. Closes #1691. 2005-10-12 22:47:39 +00:00
text_helper_test.rb The auto_link text helper accepts an optional block to format the link text for each url and email address. References #2628. 2005-11-10 06:04:50 +00:00
upload_progress_helper_testx.rb Optimized tag_options to not sort keys, which is no longer necessary when assert_dom_equal and friend is available #1995 [skae]. Added assert_dom_equal and assert_dom_not_equal to compare tags generated by the helpers in an order-indifferent manner #1995 [skae] 2005-09-20 07:54:55 +00:00
url_helper_test.rb Escape query strings in the href attribute of URLs created by url_helper. #2333 2005-10-13 22:44:45 +00:00