rails/actionpack/test/template
2006-05-28 23:39:37 +00:00
..
active_record_helper_test.rb Allow error_messages_for to report errors for multiple objects, as well as support for customizing the name of the object in the error summary header. Closes #4186. [andrew@redlinesoftware.com, Marcel Molina Jr.] 2006-04-26 23:09:08 +00:00
asset_tag_helper_test.rb Skip complete URLs 2006-03-29 21:11:44 +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 Fix failing test due to hard coded year 2006-01-13 07:08:55 +00:00
form_helper_test.rb Expanded :method option in FormHelper#form_tag to allow for verbs other than GET and POST by automatically creating a hidden form field named _method, which will simulate the other verbs over post [DHH] 2006-05-28 01:04:27 +00:00
form_options_helper_test.rb Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008. 2006-05-09 05:19:32 +00:00
form_tag_helper_test.rb Expanded :method option in FormHelper#form_tag to allow for verbs other than GET and POST by automatically creating a hidden form field named _method, which will simulate the other verbs over post [DHH] 2006-05-28 01:04:27 +00:00
java_script_macros_helper_test.rb Add additional autocompleter options [aballai, Thomas Fuchs] 2006-04-02 14:04:03 +00:00
javascript_helper_test.rb Change link_to_function and button_to_function to (optionally) take an update_page block instead of a JavaScript string. Closes #4804. 2006-04-19 18:08:15 +00:00
number_helper_test.rb Refactor human_size to exclude decimal place if it is zero. 2006-01-19 05:31:48 +00:00
prototype_helper_test.rb Added :method handling for other verbs to remote_form_tag and remote_form_for [DHH] 2006-05-28 23:39:37 +00:00
scriptaculous_helper_test.rb Fixed tests (closes #4087) [Rick Olson] 2006-03-05 16:35:27 +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 Update description 2006-03-28 01:11:09 +00:00
url_helper_test.rb Added :method option to UrlHelper#link_to, which allows for using other verbs than GET for the link. This replaces the :post option, which is now deprecated. Example: link_to "Destroy", person_url(:id => person), :method => :delete [DHH] 2006-05-28 00:33:53 +00:00