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
2006-10-09 00:59:19 +00:00
..
javascripts Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson] 2006-09-16 23:00:17 +00:00
active_record_helper.rb Provide support for decimal columns to form helpers. Closes #5672. [dave@pragprog.com] 2006-07-13 03:25:17 +00:00
asset_tag_helper.rb caller is necessary for proper trace in deprecation 2006-09-05 22:08:33 +00:00
benchmark_helper.rb benchmark helper takes an optional log level, defaults to :info. Chose symbols log levels rather than Logger::FOO constants for simplicity. Added benchmark helper test suite. 2005-07-05 19:33:25 +00:00
cache_helper.rb Fixed no-binding fragment caching 2005-01-20 17:54:06 +00:00
capture_helper.rb Fix documentation indentation 2006-04-26 14:40:26 +00:00
date_helper.rb Improved resolution of DateHelper#distance_of_time_in_words for better precision (closes #5994) [Bob Silva] 2006-09-04 17:00:37 +00:00
debug_helper.rb Tighten rescue clauses. Closes #5985. 2006-08-31 03:16:28 +00:00
form_helper.rb Fixed that FormHelper#radio_button didn't respect an :id being passed in (closes #6266) [evansj] 2006-10-09 00:53:59 +00:00
form_options_helper.rb Fixed FormOptionsHelper#select to respect :selected value (closes #5813) 2006-09-04 19:35:18 +00:00
form_tag_helper.rb Since to_sing, we need to check for empty string 2006-09-08 19:23:33 +00:00
java_script_macros_helper.rb Expose more options of inplace_editor (but its still going plugin with v2.0) (closes #5103) 2006-09-04 20:41:38 +00:00
javascript_helper.rb Added an html_options hash parameter to javascript_tag() and update_page_tag() helpers #6311 [tzaharia] 2006-10-09 00:50:11 +00:00
number_helper.rb Fixed that NumberHelper#number_to_delimiter should respect precision of higher than two digits (closes #6231) [phallstrom] 2006-10-09 00:59:19 +00:00
pagination_helper.rb trivial documentation patch for #pagination_links [Francois Beausoleil] closes #4258 2006-03-16 06:38:08 +00:00
prototype_helper.rb Added an html_options hash parameter to javascript_tag() and update_page_tag() helpers #6311 [tzaharia] 2006-10-09 00:50:11 +00:00
scriptaculous_helper.rb allow RJS enum values to be passed to visual_effect() and other scriptaculous helpers #4080 [Rick Olson] 2006-03-05 06:42:58 +00:00
tag_helper.rb Wrap javascript_tag contents in a CDATA section and add a cdata_section method to TagHelper. Closes #1691. 2005-10-12 22:47:39 +00:00
text_helper.rb strip_links is case-insensitive. Closes #6285. 2006-09-26 16:26:00 +00:00
url_helper.rb button_to accepts :method so you can PUT and DELETE with it. Closes #6005. 2006-09-03 15:59:18 +00:00