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
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
..
abstract_controller deprecating string based terminators 2013-05-14 16:03:09 -07:00
action_controller Revert "Add the options method to action_controller testcase." 2013-05-16 11:10:59 -03:00
action_dispatch Revert "Integration tests support the OPTIONS http method" 2013-05-16 14:41:36 -03:00
action_pack rails/master is now 4.1.0.beta 2013-04-29 13:15:24 -03:00
action_view restore ability to return nil from asset_host proc, add test 2013-05-15 09:07:46 -05:00
abstract_controller.rb
action_controller.rb
action_dispatch.rb Remove extra whitespace 2013-04-06 00:54:44 +03:00
action_pack.rb
action_view.rb