Refactor #20952

Replace Hash-related methods called on AC::Parameters
Related issues
Associated revisions
History
#1
Updated by Anonymous almost 5 years ago
- Blocks Tracker #15715: Rails 5.0 upgrade tasks added
#2
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4840 added
#3
Updated by Tomer Brisker almost 5 years ago
- Related to Bug #20970: Discovery via fact import is broken for rails 5 added
#4
Updated by Anonymous almost 5 years ago
- Blocks Tracker #20948: Rails 5.1 upgrade tasks added
#5
Updated by Dominic Cleal almost 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 408774ae15561e8386250bf6b15c39a74aaf3510.
Fixes #20952 - Replace AC::Parameters Hash methods
Replaces any methods that used to be from Hash with the more limited
ActionController::Parameters API.