1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/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
..
request if it walks like a duck and talks like a duck, it must be a duck 2010-10-04 16:57:11 -07:00
session Rely on Rack::Session stores API for more compatibility across the Ruby world. 2010-10-03 21:24:22 +02:00
callbacks_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
cookies_test.rb Don't write out secure cookies unless the request is secure 2010-10-25 16:36:35 +01:00
header_test.rb
middleware_stack_test.rb added block arguments to ActionController::Metal#use 2010-09-12 07:35:54 +08:00
mime_type_test.rb Remove useless use of :: in void context. 2010-09-28 16:02:31 -03:00
mount_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
prefix_generation_test.rb Allow mounting engines at '/' 2010-09-30 09:47:05 +02:00
rack_test.rb * Change the object used in routing constraints to be an instance of 2010-04-03 20:24:30 -07:00
request_test.rb make sure request parameters are accessible after rack throws an exception parsing the query string [#3030 state:resolved] 2010-10-12 00:56:07 +02:00
response_test.rb Fix status initialization when custom status provided 2010-10-18 17:34:22 -02:00
routing_test.rb Add additional HTTP request methods from the following RFCs: 2010-11-02 10:56:14 +00:00
show_exceptions_test.rb Show exceptions rescues the original exception 2010-10-12 00:56:07 +02:00
static_test.rb Ensure the proper content type is returned for static files. 2010-10-04 18:06:04 +02:00
test_request_test.rb Expect Rack 1.1 2009-12-26 13:25:35 -06:00
test_response_test.rb Add ActionDispatch::TestResponse tests. 2010-09-25 10:52:57 +02:00
uploaded_file_test.rb only forwarding enough methods to work. People should grab the delegate tempfile if they really need to do hard work 2010-10-04 19:28:40 -07:00
url_generation_test.rb Extended url_for to handle specifying which router should be used. 2010-09-03 22:59:06 +02:00