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-03-20 15:03:32 +00:00
..
active_record_helper_test.rb Fixed that form helpers would treat string and symbol keys differently in html_options (and possibly create duplicate entries) #112 [bitsweat] 2005-03-06 11:50:41 +00:00
asset_tag_helper_test.rb Moved image_tag to AssetTagHelper 2005-03-14 00:18:12 +00:00
date_helper_test.rb Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron] 2005-01-02 15:32:01 +00:00
form_helper_test.rb Fixed that form helpers would treat string and symbol keys differently in html_options (and possibly create duplicate entries) #112 [bitsweat] 2005-03-06 11:50:41 +00:00
form_options_helper_test.rb Fixed options_for_select on selected line issue #624 [Florian Weber] 2005-03-15 00:13:14 +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
tag_helper_test.rb Moved image_tag to AssetTagHelper 2005-03-14 00:18:12 +00:00
text_helper_test.rb Added TextHelper#simple_format as a non-dependency text presentation helper.Fixed TextHelper#markdown to use blank? instead of empty? so it can deal with nil strings passed #814 [Johan Sorensen] 2005-03-20 15:03:32 +00:00
url_helper_test.rb Moved image_tag to AssetTagHelper 2005-03-14 00:18:12 +00:00