1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_view/helpers
David Heinemeier Hansson 48739f3a49 Respect :onclick in link_to_toggle_display
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@891 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-03-12 16:18:29 +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 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
cache_helper.rb Fixed no-binding fragment caching 2005-01-20 17:54:06 +00:00
date_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
debug_helper.rb Initial 2004-11-24 01:04:44 +00:00
form_helper.rb Updated docs on auto-indexing #765 [Astinus] 2005-03-06 13:57:16 +00:00
form_options_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
form_tag_helper.rb Fixed that the :multipart option in FormTagHelper#form_tag would be ignored [Yonatan Feldman] 2005-03-07 11:42:40 +00:00
javascript_helper.rb Respect :onclick in link_to_toggle_display 2005-03-12 16:18:29 +00:00
tag_helper.rb Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended approach is to combine image_tag and link_to instead) 2005-03-09 13:53:47 +00:00
text_helper.rb Fixed textilize to be resilient to getting nil parsed (by using Object#blank? instead of String#empty?) 2005-03-09 13:11:40 +00:00
url_helper.rb Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended approach is to combine image_tag and link_to instead) 2005-03-09 13:53:47 +00:00