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
Thomas Fuchs 0f8ed48bf5 Update trunk to script.aculo.us 1.7.0
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6004 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-01-19 20:56:31 +00:00
..
javascripts Update trunk to script.aculo.us 1.7.0 2007-01-19 20:56:31 +00:00
active_record_helper.rb Fix no method error with error_messages_on. Closes #6935 [nik.wakelin Koz] 2007-01-07 08:56:57 +00:00
asset_tag_helper.rb Lookup the mime type for #auto_discovery_link_tag in the Mime::Type class. Closes #6941 [Josh Peek] 2007-01-08 04:09:24 +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 ActionView::Base.erb_variable accessor names the buffer variable used to render templates. Defaults to _erbout; use _buf for erubis. 2006-11-17 13:10:23 +00:00
date_helper.rb Fix #distance_of_time_in_words to report accurately against the Duration class. #7114 [eventualbuddha] 2007-01-17 06:28:57 +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 Allow fields_for to be nested in form_for 2007-01-17 00:04:02 +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 Refactor #form_tag to allow easy extending. [Rick] 2007-01-17 06:25:30 +00:00
java_script_macros_helper.rb [DOCS] fix reference to ActionController::Macros::AutoComplete for #text_field_with_auto_complete. Closes #2578 [Jan Prill] 2007-01-05 20:12:01 +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 Allow inGroupsOf and eachSlice to be called through rjs. Closes #7046 2007-01-15 15:11:29 +00:00
scriptaculous_helper.rb Docfix (closes #6462) 2006-10-23 00:01:51 +00:00
tag_helper.rb Clean up multiple calls to #stringify_keys in TagHelper, add better documentation and testing for TagHelper. Closes #6394 [Bob Silva] 2007-01-05 20:32:03 +00:00
text_helper.rb Improved auto_link to match more valid urls correctly 2006-12-07 22:12:48 +00:00
url_helper.rb link_to_unless_current works with full URLs as well as paths. Closes #6891. 2007-01-12 07:02:38 +00:00