Rémi Durieu
Rémi Durieu
I had the same issue. Thanks @Pavlina1979! I think it's pretty common to improperly uninstall the old community version. Maybe it could be useful to point that out directly on...
Redefining `can :edit` afterwards works but is very impractical. In my case, the original `can` definition is not straightforward and would require copy-pasting and keep in sync multiple rules between...
@mameier Your point is completely valid... in an ideal world. Also, organizing my app to satisfy CanCanCan's assumptions feels off. It should be the other way around.
Imagine a form for which some controls are locked because of insufficient permissions or a paid feature you don't have access to. In this case, it seems perfectly logical to...