1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides/source
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
..
kindle Fixed unclosed tags in kindle guide source [ci skip] 2015-09-19 12:15:34 +05:30
2_2_release_notes.md - Changed IN to ON in markdown renderer condition 2015-01-14 11:52:13 +05:30
2_3_release_notes.md Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci skip] 2015-03-19 22:11:18 +05:30
3_0_release_notes.md Updated bundler link [ci skip] 2015-06-15 08:31:28 +09:00
3_1_release_notes.md Updated bundler link [ci skip] 2015-06-15 08:31:28 +09:00
3_2_release_notes.md Replace an UNIQUE with a UNIQUE as UNIQUE doesn't have a vowel sound [ci skip] 2015-10-07 23:05:01 +05:30
4_0_release_notes.md Updated bundler link [ci skip] 2015-06-15 08:31:28 +09:00
4_1_release_notes.md [ci skip] Fix table of 4_1_release_notes.md 2015-02-28 18:24:15 +09:00
4_2_release_notes.md Revert "[ci skip] removed extra comma" 2015-10-22 20:48:54 +02:00
_license.html.erb
_welcome.html.erb let the guides home point to the new release series endpoints [ci skip] 2015-09-18 12:27:31 -07:00
action_controller_overview.md Change AbstractRequest to ActionDispatch::Request 2015-09-17 16:43:51 -06:00
action_mailer_basics.md correcting word smpt -> smtp in ActionMailer guide [ci skip] 2015-09-20 16:32:03 +05:30
action_view_overview.md [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound 2015-10-06 23:34:05 +05:30
active_job_basics.md Fixed wording. 2015-11-08 20:38:13 -05:00
active_model_basics.md Update docs/comments to use setup/teardown blocks vs. methods. 2015-11-03 19:18:56 -05:00
active_record_basics.md [ci skip] SQL is written using statements, not sentences 2015-08-13 12:43:49 -05:00
active_record_callbacks.md Introduce after_{create,update,delete}_commit callbacks 2015-12-06 20:33:36 +02:00
active_record_migrations.md Issue #22139 : Edge Guides - ActiveRecord Migrations - Remove required option for column 2015-11-01 07:59:15 +05:30
active_record_postgresql.md Fix formatting of ActiveRecord PostgreSQL guide. 2015-10-13 14:50:19 -06:00
active_record_querying.md Merge pull request #22367 from andreynering/docs-ar-enums 2015-12-10 14:40:06 +01:00
active_record_validations.md Merge pull request #22427 from eliotsykes/validation-message-proc-doc 2015-11-30 10:30:35 +01:00
active_support_core_extensions.md Remove ActionController::TestCase from documentation 2015-12-12 14:44:50 -05:00
active_support_instrumentation.md Merge branch 'master' of github.com:rails/docrails 2015-10-31 17:01:41 +00:00
api_app.md Mention the debug_exception_response_format config in guides 2015-12-09 10:53:45 -03:00
api_documentation_guidelines.md API guidelines reword re the Oxford comma [ci skip] 2015-10-22 20:56:50 +02:00
asset_pipeline.md [ci skip] ( ͡° ͜ʖ ͡°) ( ͡⊙ ͜ʖ ͡⊙) ( ͡◉ ͜ʖ ͡◉) javascript => JavaScript 2015-11-05 21:31:46 +01:00
association_basics.md Clarify automatic creation/deletion of join models for has_many through 2015-11-06 12:19:57 -07:00
autoloading_and_reloading_constants.md Update autoloading_and_reloading_constants.md 2015-12-01 13:24:45 -08:00
caching_with_rails.md Revert "Fixed a few grammar issues." 2015-11-18 13:47:45 -02:00
command_line.md Revert "removing Rack::Runtime from the default stack." 2015-10-03 14:21:31 -07:00
configuring.md Merge pull request #22315 from takatoshiono/fix-configuring-doc 2015-11-28 12:37:45 -05:00
contributing_to_ruby_on_rails.md fix links to code of conduct [ci skip] 2015-12-11 09:05:56 +09:00
credits.html.erb Ryan Bigg has changed jobs. 2015-07-27 15:17:01 +10:00
debugging_rails_applications.md Remove valgrind note about linux only support 2015-11-24 12:43:46 +11:00
development_dependencies_install.md [ci skip] fix invalid package name for libmysqlclient-dev 2015-09-02 18:30:03 +09:00
documents.yaml Publish the "Caching with Rails" guide [ci skip] 2015-07-28 23:20:23 +02:00
engines.md Remove ActionController::TestCase from documentation 2015-12-12 14:44:50 -05:00
form_helpers.md Add comma to to make the information clear 2015-11-07 10:37:56 +00:00
generators.md cherry-pick test and source doc from #20050 2015-06-25 15:25:49 +09:00
getting_started.md [ci skip] Better description for starting up with new Rails project 2015-08-28 15:31:59 +02:00
i18n.md Clarify i18n active[model/record] key differences 2015-11-11 07:08:20 +01:00
index.html.erb
initialization.md Edits default config/boot.rb to match what's generated by Rails 4.2. 2015-10-26 15:22:30 -04:00
layout.html.erb
layouts_and_rendering.md Fix typo in docs [ci skip] 2015-10-07 10:27:46 -04:00
maintenance_policy.md - Changed IN to ON in markdown renderer condition 2015-01-14 11:52:13 +05:30
nested_model_forms.md Fix method name for building associated object in nested_model_forms guide 2015-04-25 16:02:39 +05:30
plugins.md [ci skip] fix inconsistent indentation 2015-11-17 14:39:03 -07:00
profiling.md - Changed IN to ON in markdown renderer condition 2015-01-14 11:52:13 +05:30
rails_application_templates.md add description of passing a block to add_source [ci skip] 2015-09-10 21:12:11 +09:00
rails_on_rack.md Replace serve_static_files mentions in docs. 2015-11-04 22:40:58 +01:00
routing.md Merge pull request #22283 from the-undefined/routes-error-singular-resource 2015-11-28 12:47:17 -05:00
ruby_on_rails_guides_guidelines.md Update instructions to build guides locally [ci skip] 2015-04-28 15:33:13 +03:00
security.md Merge branch 'master' of github.com:rails/docrails 2015-10-31 17:01:41 +00:00
testing.md Remove ActionController::TestCase from documentation 2015-12-12 14:44:50 -05:00
upgrading_ruby_on_rails.md Replace serve_static_files mentions in docs. 2015-11-04 22:40:58 +01:00
working_with_javascript_in_rails.md Merge pull request #21195 from brooksreese/fix_broken_link_markup 2015-08-11 17:34:59 +02:00