Actions
Refactor #23191
closedUsing a dynamic :controller segment in a route is deprecated in Rails 6.0
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 Lukas Zapletal over 6 years ago
- Related to Tracker #21834: Rails 5.2 upgrade tasks added
Updated by Anonymous about 6 years ago
- Subject changed from Using a dynamic :controller segment in a route is deprecated in Rails 5.2 to Using a dynamic :controller segment in a route is deprecated in Rails 6.0
Updated by Anonymous about 6 years ago
- Blocks Tracker #24837: Rails 6.0 Tracker added
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Anonymous
- Pull request https://github.com/theforeman/foreman/pull/6801 added
Updated by Ohad Levy over 5 years ago
- Target version set to 1.23.0
- Fixed in Releases 1.23.0 added
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset eaa59de341d9fbe32e09c1fa86ba7f8a9edcdeff.
Updated by Lukas Zapletal over 5 years ago
- Related to Bug #27335: Using a dynamic :controller segment in a route is deprecated in Rails 6.0 added
Updated by Marek Hulán over 5 years ago
- Copied to Refactor #27438: Using a dynamic :controller segment in a route is deprecated in Rails 6.0 added
Actions