rails/actionpack/test/template
2005-04-17 09:44:28 +00:00
..
active_record_helper_test.rb Fixed DateHelper to return values on the option tags such that they'll work properly in IE with form_remote_tag #1024 [rscottmace@gmail.com] 2005-04-17 09:44:28 +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 Fixed DateHelper to return values on the option tags such that they'll work properly in IE with form_remote_tag #1024 [rscottmace@gmail.com] 2005-04-17 09:44:28 +00:00
form_helper_test.rb Fixed FormTagHelper#check_box to respect checked #1049 [DelynnB] 2005-04-17 09:39:01 +00:00
form_options_helper_test.rb Fixed DateHelper to return values on the option tags such that they'll work properly in IE with form_remote_tag #1024 [rscottmace@gmail.com] 2005-04-17 09:44:28 +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