rails/actionpack/test/template
David Heinemeier Hansson a7a1c4e2cd Added cuba to country list #1351 [todd]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1440 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-06-16 06:36:09 +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 image_tag so an exception is not thrown just because the image is missing and alt value can't be generated #1395 [Marcel] 2005-06-16 06:04:23 +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 Added cuba to country list #1351 [todd] 2005-06-16 06:36:09 +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 Added :extension option to NumberHelper#number_to_phone #1361 [delynnb] 2005-06-16 06:33:10 +00:00
tag_helper_test.rb Fixed TagHelper such that :name and 'name' keys in the options doesn't result in two attributes #1455 [take_tk] 2005-06-16 05:04:17 +00:00
text_helper_test.rb Added a third parameter to TextHelper#auto_link called href_options for specifying additional tag options on the links generated #1401 [tyler.kovacs@gmail.com] 2005-06-16 06:00:18 +00:00
url_helper_test.rb Added button_to as a form-based solution to deal with harmful actions that should be hidden behind POSTs. This makes it just as easy as link_to to create a safe trigger for actions like destroy, although it's limited by being a block element, the fixed look, and a no-no inside other forms. #1371 [tom@moertel.com] 2005-06-16 06:17:51 +00:00