rails--rails/actionpack/lib/action_view/helpers
David Heinemeier Hansson 2b5894741b Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, PrototypeHelper#remote_form_for, PrototypeHelper#remote_form_tag, and PrototypeHelper#link_to_remote to allow for verbs other than GET and POST by automatically creating a hidden form field named _method, which will simulate the other verbs over post [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4375 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-05-29 00:05:13 +00:00
..
javascripts Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, PrototypeHelper#remote_form_for, PrototypeHelper#remote_form_tag, and PrototypeHelper#link_to_remote to allow for verbs other than GET and POST by automatically creating a hidden form field named _method, which will simulate the other verbs over post [DHH] 2006-05-29 00:05:13 +00:00
active_record_helper.rb Allow error_messages_for to report errors for multiple objects, as well as support for customizing the name of the object in the error summary header. Closes #4186. [andrew@redlinesoftware.com, Marcel Molina Jr.] 2006-04-26 23:09:08 +00:00
asset_tag_helper.rb
benchmark_helper.rb
cache_helper.rb
capture_helper.rb
date_helper.rb
debug_helper.rb
form_helper.rb form.text_area handles the :size option just like the original text_area (:size => '60x10' becomes cols="60" rows="10") 2006-05-11 16:36:59 +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 Fixes bad rendering of JavaScriptMacrosHelper rdoc (closes #4910) [Frederick Ros] 2006-04-27 17:26:39 +00:00
javascript_helper.rb
number_helper.rb
pagination_helper.rb
prototype_helper.rb Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, PrototypeHelper#remote_form_for, PrototypeHelper#remote_form_tag, and PrototypeHelper#link_to_remote to allow for verbs other than GET and POST by automatically creating a hidden form field named _method, which will simulate the other verbs over post [DHH] 2006-05-29 00:05:13 +00:00
scriptaculous_helper.rb
tag_helper.rb
text_helper.rb Fix text_helper.rb documentation rendering. Closes #4725. [Frederick Ros] 2006-04-27 17:38:20 +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