-
Are all of these parens really needed, or am I missing something?
https://github.com/dfinity/cancan/blob/8c9034ccd0c799664e4aa5ce061f488a0430b3f0/service/CanCan.mo#L97
-
A library for searching across multiple canisters
- [x] [Write design document](https://github.com/matthewhammer/motoko-bigtext/pull/2/files)
- [x] Adapt CanCan to search video tags:
- [x] [Ca…
-
https://lonelyrookie.github.io/about/
Every failure is leading towards success.
-
Compare some of the options and give advice on which ones to use:
- [pundit](https://github.com/elabs/pundit)
- [cancan](https://github.com/ryanb/cancan)
- others?
References:
- http://blog.carbonfiv…
acant updated
6 years ago
-
Hello!
I wanted to use Cancan with Trestle, but it keeps giving me an error message saying : undefined method `authorize_with'
Refering to this line: config.authorize_with cancan: -> { AdminAbil…
-
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
```
@conditions.is_a?(Act…
gamov updated
10 years ago
-
Hi,
I'm quite new to rails and i'm going for a Devise-CanCan-SimpleRoles approach on my project. I'm using CanCan 1.6.9.
It seems that since i rebuilt the project from scratch on rails4 beta1, i'm ge…
-
I have a method(transfer_license) that involves updating a multiple objects. How do I setup permission for the this method. does cancan support method level permissions?
-
Hi!
- Rails 4
- Ruby 2
- Postgresql 9.1
I have this routes configuration and my ability don't work. It redirects to the root path. Why?
```
...
constraints subdomain: /^(?!www|secure|test|local)(\…
-
Given all the fuss about mass-assignment in rails, I've been wondering how CanCan handles this. What do we need to be concerned about?
Didn't think of any place better to ask this. Thanks!