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
Rafael Mendonça França c9d75e0814 Revert "Integration tests support the OPTIONS http method"
This reverts commit ad46884af5.

Conflicts:
	actionpack/CHANGELOG.md
	actionpack/lib/action_dispatch/testing/integration.rb
	actionpack/test/controller/integration_test.rb

Reason: It will conflict with a lot of test cases. Better to call
`process` directly since this is a very uncommon HTTP method.

Fixes #10638.
2013-05-16 14:41:36 -03:00
..
http use constant for encoding 2013-05-02 04:45:47 +05:00
journey rails -> Rails [ci skip] 2013-05-09 17:27:58 +05:30
middleware Fixing build broken by this change 2013-05-13 12:19:25 +02:00
request Integrate Action Pack with Rack 1.5 2013-01-25 17:28:41 -02:00
routing Rack::Mount was replaced by Journey, Fixed comment 2013-04-30 23:11:17 +05:30
testing Revert "Integration tests support the OPTIONS http method" 2013-05-16 14:41:36 -03:00
journey.rb
railtie.rb Add 'X-UA-Compatible' => 'chrome=1' to default headers 2013-01-29 14:55:03 -05:00
routing.rb The HTTP method helpers are preferred over match and should be explained before named routes 2013-03-18 06:35:19 -05:00