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_dispatch
Andrew White d446392f76 Add additional HTTP request methods from the following RFCs:
* Hypertext Transfer Protocol -- HTTP/1.1
  http://www.ietf.org/rfc/rfc2616.txt)

* HTTP Extensions for Distributed Authoring -- WEBDAV
  http://www.ietf.org/rfc/rfc2518.txt

* Versioning Extensions to WebDAV
  http://www.ietf.org/rfc/rfc3253.txt

* Ordered Collections Protocol (WebDAV)
  http://www.ietf.org/rfc/rfc3648.txt

* Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol
  http://www.ietf.org/rfc/rfc3744.txt

* Web Distributed Authoring and Versioning (WebDAV) SEARCH
  http://www.ietf.org/rfc/rfc5323.txt

* PATCH Method for HTTP
  http://www.ietf.org/rfc/rfc5789.txt

[#2809 state:resolved] [#5895 state:resolved]
2010-11-02 10:56:14 +00:00
..
http Add additional HTTP request methods from the following RFCs: 2010-11-02 10:56:14 +00:00
middleware Ensure that Rails.env is defined first 2010-10-27 10:30:14 +01:00
routing Add additional HTTP request methods from the following RFCs: 2010-11-02 10:56:14 +00:00
testing Remove this require since active_support/testing/default doesn't exist anymore 2010-10-20 12:50:31 -02:00
railtie.rb First pass at Rack::Cache 2010-09-13 16:06:03 -07:00
routing.rb Removed deprecated RouteSet API, still many tests fail 2010-09-05 13:44:36 +02:00