rails/actionpack/test/template
2005-05-19 17:27:08 +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 that both AssetHelper#stylesheet_link_tag and AssetHelper#javascript_include_tag now accept an option hash as the last parameter, so you can do stuff like: stylesheet_link_tag "style", :media => "all" 2005-05-03 14:39:57 +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 that FormHelper#checkbox should return a checked checkbox if the value is the same as checked_value #1286 [Florian Weber] 2005-05-19 17:27:08 +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 Added TextHelper#sanitize that can will remove any Javascript handlers, blocks, and forms from an input of HTML. This allows for use of HTML on public sites, but still be free of XSS issues. #1277 [Jamis Buck] 2005-05-09 11:24:18 +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