1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/template
2006-05-11 16:36:59 +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 form.text_area handles the :size option just like the original text_area (:size => '60x10' becomes cols="60" rows="10") 2006-05-11 16:36:59 +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 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 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 Fix double url escaping of remote_function. Add :escape => false option to ActionView's url_for. 2006-03-22 19:41:39 +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 Fix double url escaping of remote_function. Add :escape => false option to ActionView's url_for. 2006-03-22 19:41:39 +00:00