rails/actionpack/lib/action_view/helpers
Sam Stephenson c192bdfc74 Update to Prototype 1.5.0_rc2
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5497 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-11-12 03:44:35 +00:00
..
javascripts Update to Prototype 1.5.0_rc2 2006-11-12 03:44:35 +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 Fixed that setting RAILS_ASSET_ID to "" should not add a trailing slash after assets (closes #6454) [BobSilva/chrismear] 2006-10-22 23:41:11 +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 Fixed that setting RAILS_ASSET_ID to "" should not add a trailing slash after assets (closes #6454) [BobSilva/chrismear] 2006-10-22 23:41:11 +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
deprecated_helper.rb Deprecate JavaScriptHelper#update_element_function, which is superseeded by RJS [Thomas Fuchs] 2006-11-06 09:40:30 +00:00
form_helper.rb Set ActionView::Base.default_form_builder once rather than passing the :builder option to every form or overriding the form helper methods. 2006-11-03 04:16:58 +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 Use new deprecate syntax so that alternatives are given with the warning 2006-10-24 17:14:50 +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 Use new deprecate syntax so that alternatives are given with the warning 2006-10-24 17:14:50 +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 Remove JavaScriptLiteral in favor of ActiveSupport::JSON::Variable. 2006-11-11 18:29:11 +00:00
scriptaculous_helper.rb Docfix (closes #6462) 2006-10-23 00:01:51 +00:00
tag_helper.rb Added block-usage to PrototypeHelper#form_remote_tag, document block-usage of FormTagHelper#form_tag [Rick] 2006-10-24 03:06:57 +00:00
text_helper.rb pluralize helper interprets nil as zero. Closes #6474. 2006-11-05 05:04:21 +00:00
url_helper.rb make sure link_to_image is deprecated as well as link_image_to 2006-10-24 18:30:50 +00:00