1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides
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
..
assets Update rails_welcome.png 2015-06-24 01:38:08 -04:00
bug_report_templates Fix: make Travis CI happy about guides again 2015-09-01 10:00:06 -07:00
rails_guides Simplify RailsGuides::Generator#select_only a bit 2015-11-22 18:37:30 +03:00
source Remove ActionController::TestCase from documentation 2015-12-12 14:44:50 -05:00
.document
CHANGELOG.md rollback changes to changelog 2015-11-14 23:50:56 +05:30
rails_guides.rb
Rakefile Fix WARNINGS flag inside guides/Rakefile 2015-07-29 20:00:58 -04:00
w3c_validator.rb