You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActionsController no longer falls back to Backstage::ResourcesController when no custom controller exists — raises NotImplementedError instead of silently dispatching inherited CRUD actions
Custom action dispatch now uses method_defined?(name, false) so only actions defined directly on the host subclass are callable; inherited methods (index, create, update, destroy, etc.) are blocked
Gemspec homepage corrected to point to the right repository