rails/actionpack/lib/action_controller
Petrik 94050d7dde Move PermissionsPolicy docs to ActionDispatch::HTTP::PermissionsPolicy [ci-skip]
As most of the PermissionsPolicy is defined in
ActionDispatch::HTTP::PermissionsPolicy, it should include most of the
documentation. ActionController::Metal::PermissionsPolicy should
describe controller overrides.

This PR also makes the documentation more similar to the
ActionDispatch::HTTP::ContentSecurityPolicy documentation.

Note:
The Feature-Policy header has been renamed to Permissions-Policy
in the specification. The Permissions-Policy requires a different
implementation and isn't yet supported by all browsers. To avoid
having to rename this middleware in the future we use the new
name for the middleware but keep the old header name in the
documentation for now.

Co-authored-by: Jonathan Hefner <jonathan@hefner.pro>
2022-02-22 21:27:39 +01:00
..
api Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
metal Move PermissionsPolicy docs to ActionDispatch::HTTP::PermissionsPolicy [ci-skip] 2022-02-22 21:27:39 +01:00
railties Fix call sites 2018-10-02 15:31:29 -04:00
api.rb Documentation for ActionController::API use neutral language [ci skip] 2021-06-22 10:21:39 -07:00
base.rb Rename HTTP Feature Policy to Permissions Policy 2020-11-14 17:31:58 +01:00
caching.rb No need to extend ActionController::Caching by ActiveSupport::Autoload 2020-05-26 22:00:13 +03:00
form_builder.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
log_subscriber.rb Remove unused instrumentation hooks from action_controller 2021-10-03 21:23:42 +09:00
metal.rb Fix typos [ci-skip] 2022-02-21 11:11:11 -06:00
railtie.rb Wrap ActionController::TestCase with Rails executor 2021-11-26 17:54:47 -06:00
renderer.rb Fix inline code markup [ci-skip] 2021-02-14 11:20:35 -06:00
template_assertions.rb Remove compatibility module from docs [ci skip] 2019-05-22 11:58:14 -04:00
test_case.rb Add Oxford commas [ci-skip] 2022-02-21 11:11:11 -06:00