Actions
Refactor #34010
closedFeature #29991: Enable Zeitwerk autoload mode for Rails 6+
Refactor #33886: Fix early loads of constants
Refactor #34006: Plugin and its rbac_support are using Role and Permission models too early
Add initialization method to RbacRegistry
Difficulty:
Triaged:
No
Description
Initialization method should do all the database manipulation needed to support the Permission.
RbacRegistry will also need to hold the plugin id so it knows what plugin it registers.
We can remove the premature dependency load of `rbac_registry` and especially `rbac_support`.
Actions