1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/template
2005-06-14 15:19:03 +00:00
..
active_record_helper_test.rb r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700 2005-06-12 05:33:23 +00:00
asset_tag_helper_test.rb Fixed that compute_public_path should recognize external URLs, so image_tag("http://www.example.com/images/icon.gif") is not prefixed with the relative url path #1254 [victor-ronr-trac@carotena.net] 2005-05-19 18:06:12 +00:00
date_helper_test.rb Allow distance_of_time_in_words to work with any value that responds to #to_time (like dates) #969 2005-06-14 15:19:03 +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 Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_to do the right thing when passed either a path or url. Introduced r as a unified method for render (still under construction) 2005-05-22 07:43:05 +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