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
eileencodes 4414c5d179 Remove ActionController::TestCase from documentation
In Rails 5.1 `ActionController::TestCase` will be moved out of Rails
into it's own gem.

Please use `ActionDispatch::IntegrationTest` going foward.

Because this will be moved to a gem I used `# :stopdoc:` instead of
deleting the documentation. This will remove it from the Rails
documentation but still leave the method documented for when we move it
to a gem.

Guides have been updated to use the routing structure used in Integration
and all test examples have been updated to inherit from
`ActionDispatch::IntegrationTest` instead of `ActionController::TestCase.

Fixes #22496
2015-12-12 14:44:50 -05:00
..
http Avoid calling AD::MimeNegotiation#format_from_path_extension method twice 2015-12-09 14:18:13 -03:00
journey Merge pull request #21849 from yui-knk/refactor_regexp_to_string 2015-10-12 13:28:03 +01:00
middleware Avoid warning because of the mime type 2015-12-09 10:53:46 -03:00
request Catch invalid UTF-8 querystring values and respond with BadRequest 2015-10-23 14:56:47 +01:00
routing Merge pull request #22373 from yui-knk/ad_constraints 2015-11-30 09:12:06 +01:00
testing Remove ActionController::TestCase from documentation 2015-12-12 14:44:50 -05:00
journey.rb
railtie.rb pass a config to the route set 2015-03-05 13:12:06 -08:00
routing.rb Fix usage of word alternatively in docs [ci skip] 2015-10-06 23:20:27 +05:30