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/metal
kentakag d7516f471a Fix exception in raw_params method
Prevent the raw_params method from throwing an exception
if the argument auth is blank.

Add tests for the raw_params method

Fix typo

Fix rubocop offenses
2021-02-01 16:22:42 +09:00
..
basic_implicit_render.rb Remove args from default_render 2019-01-17 14:33:14 -08:00
conditional_get.rb Fix code formatting 2020-12-15 10:54:26 -05:00
content_security_policy.rb Use try only when we're unsure if the receiver would respond_to the method 2019-08-01 17:58:00 +09:00
cookies.rb Document ActionController::Cookies#cookies [ci-skip] 2020-11-09 16:38:42 -06:00
data_streaming.rb [ActionController] Fix send_file example for 404 2019-07-19 14:39:48 +09:00
default_headers.rb Include default headers by default in API mode 2018-04-06 15:13:28 -04:00
etag_with_flash.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
etag_with_template_digest.rb Don't require "action_view/base" in action pack: 2019-12-19 17:28:24 +01:00
exceptions.rb Add an integration test for DYM 2020-05-12 15:55:15 -07:00
flash.rb Ensure external redirects are explicitly allowed 2019-01-17 13:28:14 -05:00
head.rb In head, set response body after headers. 2020-03-16 20:56:23 -07:00
helpers.rb [ci skip] Update Documentation: Add a code example and clarify docs 2020-02-22 12:47:20 +11:00
http_authentication.rb Fix exception in raw_params method 2021-02-01 16:22:42 +09:00
implicit_render.rb A few action_controller docs corrections 2020-05-26 22:01:58 +03:00
instrumentation.rb ActiveSupport::Calbacks#halted_callback_hook receive callback name: 2020-03-03 16:17:55 -04:00
live.rb Call MonitorMixin initializer before use methods provided by MonitorMixin 2019-11-28 12:14:54 +09:00
logging.rb Add ActionController::Base.log_at 2019-09-24 13:47:34 -04:00
mime_responds.rb Modify respond_to behaviour always setting the request's content type: 2019-11-21 14:40:42 +01:00
parameter_encoding.rb Copy-edit the documentation [ci skip] 2020-10-27 18:13:40 +00:00
params_wrapper.rb Merge pull request #40504 from tbrisker/paramobjects 2020-11-02 12:52:24 -05:00
permissions_policy.rb Rename HTTP Feature Policy to Permissions Policy 2020-11-14 17:31:58 +01:00
redirecting.rb feat(rubocop): Add Style/RedundantRegexpEscape 2020-12-08 18:57:09 +00:00
renderers.rb Use media_type instead of content_type internally 2019-08-04 00:35:49 +01:00
rendering.rb Revert "Raise when calling render with invalid options" 2020-10-29 13:49:30 -07:00
request_forgery_protection.rb Add application config for URL-safe Base64 CSRF tokens 2020-06-11 11:39:37 -04:00
rescue.rb Reduce Array assignment by not giving a name for unused *args 2019-07-31 17:41:34 +09:00
streaming.rb AC::Streaming uses no AS::Concern feature since 7da88c5b29 2020-11-26 01:37:55 +09:00
strong_parameters.rb Remove more references to white list 2020-06-09 13:47:12 -04:00
testing.rb AC::Testing uses no AS::Concern feature since 879d540adc 2020-11-26 01:37:55 +09:00
url_for.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00