rails--rails/actionpack/lib/action_view/helpers
David Heinemeier Hansson 5cd815addf Fixed spelling of delimiter #1058
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1134 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-04-10 17:30:38 +00:00
..
javascripts Added JavascriptHelper#periodically_call_remote in order to create areas of a page that update automatically at a set interval #945 [Jon Tirsen] 2005-04-07 06:43:21 +00:00
active_record_helper.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.rb Fixed javascript_include_tag to output type instead of language and conform to XHTML #1018 [Rick Olson] 2005-04-03 16:23:56 +00:00
cache_helper.rb Fixed no-binding fragment caching 2005-01-20 17:54:06 +00:00
capture_helper.rb Added CaptureHelper with CaptureHelper#capture and CaptureHelper#content_for. See documentation in helper #837 [Tobias Luetke] 2005-03-14 23:37:38 +00:00
date_helper.rb Fixed include_blank for select_hour/minute/second #527 [edward@debian.org] 2005-04-02 07:54:01 +00:00
debug_helper.rb
form_helper.rb Fixed that radio buttons shouldn't have a default size attribute #1074 [hendrik@mans.de] Added ActionView::Helpers::InstanceTag::DEFAULT_RADIO_OPTIONS that contains a hash of default options for radio buttons #1074 [hendrik@mans.de] 2005-04-10 15:11:15 +00:00
form_options_helper.rb Fixed options_for_select on selected line issue #624 [Florian Weber] 2005-03-15 00:13:14 +00:00
form_tag_helper.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#periodically_call_remote in order to create areas of a page that update automatically at a set interval #945 [Jon Tirsen] 2005-04-07 06:43:21 +00:00
number_helper.rb Fixed spelling of delimiter #1058 2005-04-10 17:30:38 +00:00
pagination_helper.rb Improved the message display on the exception handler pages #963 [Johan Sorensen] 2005-03-31 14:46:11 +00:00
tag_helper.rb Moved image_tag to AssetTagHelper 2005-03-14 00:18:12 +00:00
text_helper.rb Fixed autolinking to work better in more cases #1013 [Jamis Buck] 2005-04-06 15:22:32 +00:00
url_helper.rb Added options to set cc, bcc, subject, and body for UrlHelper#mail_to #966 [DeLynn] 2005-04-02 08:16:57 +00:00