rails--rails/actionpack/lib/action_view
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
..
helpers 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
base.rb Fixed that template extensions would be cached development mode #4624 [Stefan Kaes] 2006-04-06 18:08:31 +00:00
compiled_templates.rb Fixed docs 2006-03-28 03:19:27 +00:00
partials.rb Inline a method used by render_partial. Closes #2881. 2005-11-17 19:08:53 +00:00
template_error.rb Fix line number detection and escape RAILS_ROOT in backtrace Regexp 2005-10-27 21:58:39 +00:00