rails--rails/actionpack/test/template
David Heinemeier Hansson 987d9dbf31 Added JavaScriptHelper#button_to_function that works just like JavaScriptHelper#link_to_function but uses a button instead of a href [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3367 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-12-31 04:31:10 +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 benchmark helper takes an optional log level, defaults to :info. Chose symbols log levels rather than Logger::FOO constants for simplicity. Added benchmark helper test suite. 2005-07-05 19:33:25 +00:00
compiled_templates_tests.rb Render refactoring; render error reporting fixes 2005-08-26 22:37:36 +00:00
date_helper_test.rb Change form_for and fields_for method signatures to take object name and object as separate arguments rather than as a Hash. 2005-12-02 00:37:33 +00:00
form_helper_test.rb Change form_for and fields_for method signatures to take object name and object as separate arguments rather than as a Hash. 2005-12-02 00:37:33 +00:00
form_options_helper_test.rb Change form_for and fields_for method signatures to take object name and object as separate arguments rather than as a Hash. 2005-12-02 00:37:33 +00:00
form_tag_helper_test.rb Added :disable_with option to FormTagHelper#submit_tag to allow for easily disabled submit buttons with different text [DHH] 2005-12-30 19:41:25 +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 JavaScriptHelper#button_to_function that works just like JavaScriptHelper#link_to_function but uses a button instead of a href [DHH] 2005-12-31 04:31:10 +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
prototype_helper_test.rb Added delayed execution of Javascript from within RJS (closes #3264) [devslashnull@gmail.com] 2005-12-22 18:05:50 +00:00
scriptaculous_helper_test.rb Added support for toggling visual effects to ScriptaculousHelper::visual_effect, #3323. 2005-12-25 18:53:22 +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 Make auto_link handle nil by returning quickly if blank? 2005-12-30 18:45:04 +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