rails/actionpack/test/template
2006-10-14 00:31:30 +00:00
..
active_record_helper_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
asset_tag_helper_test.rb Fixed that AssetTagHelper#image_tag and others using compute_public_path should not modify the incoming source argument (closes #5102) [eule@space.ch] 2006-09-04 20:43:38 +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_test.rb New dependencies implementation 2006-08-08 21:21:04 +00:00
date_helper_test.rb Improved resolution of DateHelper#distance_of_time_in_words for better precision (closes #5994) [Bob Silva] 2006-09-04 17:00:37 +00:00
deprecated_instance_variables_test.rb Deprecation: test deprecated instance vars in partials. 2006-08-26 05:58:16 +00:00
form_helper_test.rb Fixed that FormHelper#radio_button didn't respect an :id being passed in (closes #6266) [evansj] 2006-10-09 00:53: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 radio_button_tag generates unique id attributes. Closes #3353. 2006-09-03 19:32:31 +00:00
java_script_macros_helper_test.rb Added deprecation language for in_place_editor and auto_complete_field that both pieces will become plugins by Rails 2.0 [DHH] 2006-09-03 23:22:24 +00:00
javascript_helper_test.rb Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #6302) [sven@c3d2.de] 2006-10-09 00:34:43 +00:00
number_helper_test.rb Fixed that NumberHelper#number_to_delimiter should respect precision of higher than two digits (closes #6231) [phallstrom] 2006-10-09 00:59:19 +00:00
prototype_helper_test.rb Added an html_options hash parameter to javascript_tag() and update_page_tag() helpers #6311 [tzaharia] 2006-10-09 00:50:11 +00:00
scriptaculous_helper_test.rb Fixed tests (closes #4087) [Rick Olson] 2006-03-05 16:35:27 +00:00
tag_helper_test.rb Make test_tag_options pass (closes #5600) [shugo] 2006-08-05 21:38:03 +00:00
text_helper_test.rb Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred Stienstra] 2006-10-14 00:31:30 +00:00
url_helper_test.rb button_to accepts :method so you can PUT and DELETE with it. Closes #6005. 2006-09-03 15:59:18 +00:00