Skip to content

Test suite: ActiveSupport::DeprecationException with Rails 8 #8498

@tagliala

Description

@tagliala
ActiveSupport::DeprecationException:
       DEPRECATION WARNING: Drawing a route with a hash key name is deprecated and will be removed in Rails 8.1. Please use the `to:` option with "controller#action" syntax instead. Instead of: match "path" => "controller#action` Please use: match "path", to: "controller#action" (called from page_routes at /Users/geremia/dev/activeadmin/lib/active_admin/router.rb:68)

Ref: rails/rails#52422

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions