Actions
Refactor #27438
closedUsing a dynamic :controller segment in a route is deprecated in Rails 6.0
Difficulty:
Triaged:
No
Description
This is the problematic line
get '(:controller)/help', :action => 'welcome', :as => "help"
and it seems we need to explicitly add those to all controllers.
Updated by Marek Hulán about 5 years ago
- Copied from Refactor #23191: Using a dynamic :controller segment in a route is deprecated in Rails 6.0 added
Updated by Marek Hulán about 5 years ago
- Fixed in Releases foreman_virt_who_configure-0.4.2 added
- Fixed in Releases deleted (
foreman_virt_who_configure-0.4.1)
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_virt_who_configure/pull/106 added
Updated by Marek Hulán about 5 years ago
- Pull request deleted (
https://github.com/theforeman/foreman/pull/6801)
Updated by Marek Hulán about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_virt_who_configure|505b2c218c5182658b4ba69cf994e7ec0f28c932.
Actions