-
if i install the activeadmin gem from the current github repo, then i get that errormessage
NoMethodError - protected method `authorize!' called for #Admin::UsersController:0xa4f301c:
if i go back t…
ghost updated
11 years ago
-
Implement proper user authentication from the front-end to the server.
Make sure that the "Add item" and "Delete item" links are accessible only by users who are admins.
-
-
I get errors when running the script:
$: ./bootstrap.sh
Running bootstrap script...
dfx build
> cancan@0.0.1 deploy /Users/icp/cancan/cancan
> npm run start:dfx; dfx deploy
> cancan@0.0…
-
Hi guys,
I am in need of using something like this gem, ideally this gem :) but I need functionality of cancan 2.0 with allowing attributes and stuff.... please can you do the hop from 1.6 to cancan…
-
hello,
Is possible split my CanCan 2.0 Ability similar RailsCast episode 386?
```
if user.nil?
GuestPermission.new
elsif user.admin?
AdminPermission.new(user)
else
Membe…
-
is cancan ability integrated already with this?
I have an existing ability.rb, I am hoping i am in light with this?
-
-
Redefine signedin? method. It is old-world; referring to CAS authentication
-
My initializer code.
Myapp::Application.config.after_initialize do
LoggedExceptionsController.class_eval do
load_and_authorize_resource
end
end
When logged in as an unauthorized user I get r…