rails--rails/actionpack/test/template
Marcel Molina 139e2c4aad Change form_for and fields_for method signatures to take object name and object as separate arguments rather than as a Hash.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3201 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-12-02 00:37:33 +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 FormHelper#form_for and FormHelper#fields_for that makes it easier to work with forms for single objects also if they don't reside in instance variables [DHH] 2005-11-13 11:13:11 +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 Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Added PrototypeHelper::JavaScriptGenerator and PrototypeHelper#update_page for easily modifying multiple elements in an Ajax response. 2005-11-14 22:28:47 +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 Pass multiple arguments to Element.show and Element.hide in JavaScriptGenerator instead of using iterators 2005-11-21 01:54:36 +00:00
scriptaculous_helper_test.rb Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Added PrototypeHelper::JavaScriptGenerator and PrototypeHelper#update_page for easily modifying multiple elements in an Ajax response. 2005-11-14 22:28:47 +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 Correct length for the truncate text helper. Closes #2913. 2005-11-18 01:25:39 +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