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_controller
Rafael Mendonça França 6a4ff5cc09 Revert "Add the options method to action_controller testcase."
This reverts commit 0303c2325f.

Conflicts:
	actionpack/lib/action_controller/test_case.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 11:10:59 -03:00
..
caching Remove observers and sweepers 2012-11-28 22:46:49 -02:00
deprecated extract PerformanceTest into rails-performance_tests gem 2013-01-10 17:09:06 +01:00
metal [ci skip] document protect_against_forgery? method 2013-05-10 01:00:57 -05:00
railties Simplify helpers handling. Ensure Metal can run AC hooks. 2012-03-15 08:48:38 +01:00
vendor Add deprecation horizon to html-scanner 2012-08-28 11:19:36 +02:00
base.rb replace present? with any? to reduce dependency on AS 2012-11-13 16:35:15 -08:00
caching.rb Remove caching_allowed? from ActionController::Caching 2013-01-28 21:17:48 +01:00
deprecated.rb Deprecate ActionController::Integration, ActionController::IntegrationTest, ActionController::PerformanceTest,ActionController::AbstractRequest, ActionController::Request, ActionController::AbstractResponse, ActionController::Response and ActionController::Routing 2012-01-15 00:02:07 +05:30
log_subscriber.rb inspect the filter when displaying error messages 2013-05-14 14:13:32 -07:00
metal.rb Increase readability of ternary statement in build method 2013-04-20 15:24:23 +01:00
middleware.rb
model_naming.rb Remove ActiveModel dependency from ActionPack 2012-06-30 11:04:31 -05:00
railtie.rb Restore and adapt the implementation reverted at 2013-01-19 15:32:27 -02:00
record_identifier.rb Deprecate direct calls to AC::RecordIdentifier.dom_id and dom_class 2013-01-16 23:09:36 -02:00
test_case.rb Revert "Add the options method to action_controller testcase." 2013-05-16 11:10:59 -03:00