This change provides the ability to post the same form with different HTTP methods. For example PUT and a DELETE requests can be made from the same form.
The option config.action_view.preload_links_header was added to allow disabling of the Link header when using stylesheet_link_tag and javascript_include_tag.