Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7676659

Browse files
committed
Remove deprecatedActionDispatch::Request#deep_munge
1 parent7fe7973 commit7676659

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

‎actionpack/CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* Remove deprecated`ActionDispatch::Request#deep_munge`.
2+
3+
*Rafael Mendonça França*
4+
15
* Remove deprecated`ActionDispatch::Http::Parameters#symbolized_path_parameters`.
26

37
*Rafael Mendonça França*

‎actionpack/lib/action_dispatch/http/request.rb‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -337,15 +337,6 @@ def local?
337337
LOCALHOST =~remote_addr &&LOCALHOST =~remote_ip
338338
end
339339

340-
# Extracted into ActionDispatch::Request::Utils.deep_munge, but kept here for backwards compatibility.
341-
defdeep_munge(hash)
342-
ActiveSupport::Deprecation.warn(
343-
'This method has been extracted into `ActionDispatch::Request::Utils.deep_munge`. Please start using that instead.'
344-
)
345-
346-
Utils.deep_munge(hash)
347-
end
348-
349340
protected
350341
defparse_query(qs)
351342
Utils.deep_munge(super)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp