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
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
Dear submitter, Since cancan/raynB hasn't been active for more than 6 months and no body else then ryam himself has commit permissions the cancan project is on a stand still.
Since cancan has several issues including missing support for rails 4 cancan is moving forward to cancancan. More details on: #994
If your feel that your pull request or bug is still applicable (and hasn't been merged in to cancan) it would be really appreciated if you would resubmit it to cancancan (https://github.com/cancancommunity/cancancan)
We hope to see you on the other side!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The two following lines issues unnecessary DB hits (calling empty? and present? on a AR:Relation):
https://github.com/ryanb/cancan/blob/2.0/lib/cancan/rule.rb#L42
changed to
maybe just testing if it's a hash and empty is enough…
then
https://github.com/ryanb/cancan/blob/2.0/lib/cancan/rule.rb#L59
changed to
https://github.com/ryanb/cancan/blob/2.0/lib/cancan/rule.rb#L51
changed to
lastly
https://github.com/ryanb/cancan/blob/2.0/lib/cancan/rule.rb#L63
to
I'm not making a pull request since I'm not sure of the implications of those changes.
PS: I'm posting this here since it's related to cc2.0
The text was updated successfully, but these errors were encountered: