rails/actionpack/test/template
2005-04-17 06:23:27 +00:00
..
active_record_helper_test.rb Fixed that form helpers would treat string and symbol keys differently in html_options (and possibly create duplicate entries) #112 [bitsweat] 2005-03-06 11:50:41 +00:00
asset_tag_helper_test.rb Added AssetTagHelper#image_path, AssetTagHelper#javascript_path, and AssetTagHelper#stylesheet_path #1110 [Larry Halff] 2005-04-17 06:23:27 +00:00
date_helper_test.rb Added minute_step as an option to select_minute (and the helpers that use it) to jump in larger increments than just 1 minute. At 15, it would return 0, 15, 30, 45 options #1085 [ordwaye@evergreen.edu] 2005-04-13 05:15:41 +00:00
form_helper_test.rb Fixed that radio buttons shouldn't have a default size attribute #1074 [hendrik@mans.de] Added ActionView::Helpers::InstanceTag::DEFAULT_RADIO_OPTIONS that contains a hash of default options for radio buttons #1074 [hendrik@mans.de] 2005-04-10 15:11:15 +00:00
form_options_helper_test.rb Fixed options_for_select on selected line issue #624 [Florian Weber] 2005-03-15 00:13:14 +00:00
form_tag_helper_test.rb Added that the html options disabled, readonly, and multiple can all be treated as booleans. So specifying <tt>disabled => :true</tt> will give <tt>disabled="disabled"</tt>. #809 [mindel] 2005-03-20 14:49:37 +00:00
javascript_helper.rb Added JavascriptHelper#escape_javascript as a public method (was private) and made it escape both single and double quotes and new lines #940 [mortonda@dgrmm.net] 2005-03-26 14:03:55 +00:00
number_helper_test.rb Improved tests for NumberHelper 2005-04-13 04:49:01 +00:00
tag_helper_test.rb Moved image_tag to AssetTagHelper 2005-03-14 00:18:12 +00:00
text_helper_test.rb Moved TextHelper#human_size to NumberHelper#number_to_human_size, but kept an deprecated alias to the old method name 2005-04-12 08:04:38 +00:00
url_helper_test.rb Added options to set cc, bcc, subject, and body for UrlHelper#mail_to #966 [DeLynn] 2005-04-02 08:16:57 +00:00