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
Jeremy Kemper 12ff554cd4 Tighten rescue clauses. Closes #5985.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4885 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-08-31 03:16:28 +00:00
..
javascripts Updated trunk to script.aculo.us 1.6.2 2006-08-15 14:20:55 +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 Make asset timestamping safe to use on assets that don't exist 2006-03-30 15:15:26 +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 Added months and years to the resolution of DateHelper#distance_of_time_in_words, such that "60 days ago" becomes "2 months ago" (closes #5611) [pjhyett@gmail.com] 2006-08-05 21:34:18 +00:00
debug_helper.rb Tighten rescue clauses. Closes #5985. 2006-08-31 03:16:28 +00:00
form_helper.rb Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemper, Matt Lyon] 2006-07-18 15:42:22 +00:00
form_options_helper.rb Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008. 2006-05-09 05:19:32 +00:00
form_tag_helper.rb Added :method handling for other verbs to remote_form_tag and remote_form_for [DHH] 2006-05-28 23:39:37 +00:00
java_script_macros_helper.rb Add support for the param_name parameter to the auto_complete_field helper. Fixes #5026 [david.a.williams@gmail.com] 2006-08-07 11:08:32 +00:00
javascript_helper.rb Change link_to_function and button_to_function to (optionally) take an update_page block instead of a JavaScript string. Closes #4804. 2006-04-19 18:08:15 +00:00
number_helper.rb Added special case for "1 Byte" in NumberHelper#number_to_human_size (closes #5593) [murpyh@rubychan.de] 2006-07-05 01:04:32 +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 Keep onsubmit around for form_remote_for 2006-08-29 07:48:55 +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 r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
url_helper.rb Added :method handling for other verbs to remote_form_tag and remote_form_for [DHH] 2006-05-28 23:39:37 +00:00