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-21 07:16:11 +00:00
..
active_record_helper_test.rb Added option to pass in parameters to CaptureHelper#capture, so you can create more advanced view helper methods #1466 [duane.johnson@gmail.com] 2005-06-21 06:43:14 +00:00
asset_tag_helper_test.rb Added tag_options as a third parameter to AssetHelper#auto_discovery_link_tag to control options like the title of the link #1430 [kevin.clark@gmail.com] 2005-06-21 06:52:05 +00:00
date_helper_test.rb r1335@iwill: jeremy | 2005-06-17 11:41:50 -0700 2005-06-17 13:42:23 +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 More tests for JavascriptHelper #1460 2005-06-18 05:17:39 +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 TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se] 2005-06-21 07:16:11 +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