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
2005-07-03 12:23:16 +00:00
..
javascripts AJAX error handling fix, Prototype event handling #1589 [Thomas Fuchs] 2005-07-03 08:00:38 +00:00
active_record_helper.rb Added that UrlHelper#mail_to will now also encode the default link title #749 [f.svehla@gmail.com] 2005-07-02 06:46:41 +00:00
asset_tag_helper.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
benchmark_helper.rb Dont benchmark if the logger has been turned off 2005-05-02 07:05:15 +00:00
cache_helper.rb Fixed no-binding fragment caching 2005-01-20 17:54:06 +00:00
capture_helper.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
date_helper.rb Added :field_name option to DateHelper#select_(year|month|day) to deviate from the year/month/day defaults #1266 [Marcel Molina] 2005-07-02 18:38:22 +00:00
debug_helper.rb Initial 2004-11-24 01:04:44 +00:00
form_helper.rb Removed the default option of wrap=virtual on FormHelper#text_area to ensure XHTML compatibility #1300 [thomas@columbus.rr.com] 2005-07-02 06:39:43 +00:00
form_options_helper.rb Added :prompt option to FormOptions#select (and the users of it, like FormOptions#select_country etc) to create "Please select" style descriptors #1181 [Michael Schuerig] 2005-07-03 12:23:16 +00:00
form_tag_helper.rb Changed the default name of the input tag generated by FormTagHelper#submit_tag from "submit" to "commit" so it doesnt clash with form.submit() calls in Javascript #1271 2005-06-21 05:26:40 +00:00
javascript_helper.rb Added JavascriptHelper#update_element_function, which returns a Javascript function (or expression) that'll update a DOM element according to the options passed #933 [mortonda@dgrmm.net] 2005-07-03 11:01:43 +00:00
number_helper.rb Added :extension option to NumberHelper#number_to_phone #1361 [delynnb] 2005-06-16 06:33:10 +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 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.rb Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se] 2005-06-21 07:16:11 +00:00
upload_progress_helper.rb Load models and frequency typo on upoad progress #1555 [Sean Treadway] 2005-07-01 08:31:30 +00:00
url_helper.rb Added that UrlHelper#mail_to will now also encode the default link title #749 [f.svehla@gmail.com] 2005-07-02 06:46:41 +00:00