rails/actionpack/test/template
2006-03-29 20:57:53 +00:00
..
active_record_helper_test.rb make error_messages_for return "" for nil objects 2006-01-19 08:47:18 +00:00
asset_tag_helper_test.rb Added automated timestamping to AssetTagHelper methods for stylesheets, javascripts, and images when Action Controller is run under Rails [DHH] 2006-03-29 20:57:53 +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 finish form_for change, allow hash as the second param: form_for :post, :url => { }. 2006-03-26 20:21:27 +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 Add :script option to in_place_editor to support evalScripts (closes #4194) [codyfauser@gmail.com] 2006-03-19 19:40:11 +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 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