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
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 Avoid leak into controller's action_methods 2013-04-18 20:03:31 +04:00
activerecord fix db_runtime attribute value after raising ActionView::MissingTemplate exception 2013-02-27 16:35:22 +02:00
assertions
controller Revert "Integration tests support the OPTIONS http method" 2013-05-16 14:41:36 -03:00
dispatch Replace multi_json with json 2013-05-11 21:43:48 -07:00
fixtures Allow numbers in partial name for digesting 2013-05-06 18:30:29 -07:00
journey Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful exception message. 2013-02-27 08:26:51 +08:00
lib/controller Add HTML5 input[type="color"] helper 2012-05-21 17:23:48 -03:00
routing
template restore ability to return nil from asset_host proc, add test 2013-05-15 09:07:46 -05:00
tmp
abstract_unit.rb remove unused variable and assignment 2013-03-31 19:34:40 +05:30
active_record_unit.rb we're not supporting SQLite 2 2012-12-24 12:23:39 +09:00
ts_isolated.rb Add active_support/testing/autorun 2012-12-31 13:57:24 -03:00