ErrLookup › CanCanCommunity/cancancan

CanCanCommunity/cancancan

The authorization Gem for Ruby on Rails. · Ruby · 42 source files

Analyzed at 8c1bf153a3 on 2026-08-21. 17 documented errors.

Code / MessageTypeSeverityTags
You are not authorized to access this page.
exception error authorization, access-denied, cancancan, ruby, rails
You are not authorized to access this page.
exception error authorization, nested-resources, through-option, cancancan, rails
You can't specify target (#{target}) as alias because it is
exception error alias-action, naming, rule-definition, cancancan, ruby
The can? and cannot? call cannot be used with a raw sql 'can
exception error raw-sql, conditions, can-predicate, cancancan, ruby
The accessible_by call cannot be used with a block 'can' def
exception error accessible-by, block-conditions, sql, cancancan, rails
accessible_by_strategy = :subquery requires ActiveRecord 5 o
exception error configuration, version-compatibility, active-record, cancancan, ruby
accessible_by_strategy must be one of #{valid_accessible_by_
exception error configuration, argument-validation, cancancan, ruby
This action failed the check_authorization because it does n
exception error authorization, controller-check, rails, cancancan
This model adapter does not support matching on a conditions
exception error model-adapter, custom-orm, not-implemented, cancancan, ruby
This model adapter does not support matching on a nested sub
exception error model-adapter, nested-conditions, not-implemented, cancancan, ruby
This model adapter does not support matching on a specific c
exception error model-adapter, condition-matching, not-implemented, cancancan, ruby
This model adapter does not support fetching records from th
exception error model-adapter, orm, accessible-by, not-implemented, cancancan
Unable to merge an Active Record scope with other conditions
exception error accessible-by, scopes, conditions-merge, active-record, cancancan
Association '#{key}' not defined in model '#{model_class.nam
exception error conditions-hash, associations, typo, rails, cancancan
Subject is required for #{action}
exception error rule-definition, missing-argument, cancancan, ruby
A hash of conditions is mutually exclusive with a block. Che
exception error rule-definition, conditions, block, cancancan, ruby
RSpec < 3 will not be supported in the CanCanCan >= 2.0.0
console warning rspec, deprecation, version-compatibility, cancancan, ruby