rails--rails/railties/html
David Heinemeier Hansson 8498c74a99 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@4376 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-05-29 00:05:41 +00:00
..
images Added an omnipresent RailsInfoController with a properties action that delivers an HTML rendering of Rails::Info (but only when local_request? is true). Added a new default index.html which fetches this with Ajax. 2005-11-08 04:26:34 +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:41 +00:00
404.html Added a DOCTYPE of HTML transitional to the HTML files generated by Rails #1124 [Michael Koziarski] 2005-07-02 11:21:25 +00:00
500.html My beautiful eyes [DHH] 2006-03-20 05:39:13 +00:00
favicon.ico Added an empty favicon.ico file to the public directory of new applications (so the logs are not spammed by its absence) 2005-03-06 17:22:56 +00:00
index.html Fix rails info for when js is off (closes #4472) [erik@codefaktor.de] 2006-04-01 22:28:46 +00:00
robots.txt Added an empty robots.txt to public/, so that web servers asking for it won't trigger a dynamic call, like favicon.ico #1738 [michael@schubert] 2005-07-22 06:18:25 +00:00