active_admin_role
active_admin_role copied to clipboard
Role based authorization with CanCanCan for Active Admin
### Steps to reproduce I added new member function. The new permission is loaded. I appended the actions in registered active admin class. But it is not displayed according to...
This makes active_admin_role work with Rails 7.
A solution for the rails 7 autoload of the gem's DSL was forked already by [srgpqt](https://github.com/srgpqt). https://github.com/libroreserve/active_admin_role/commit/a5f35b1a90e69bf337a73e6fc65d266d1a82fa69 Could you guys make it an official release please? Thank you.
### Steps to reproduce   Hi I am gettin the above error all of a...
HI team, could you help update the activeadmin_role . when bundle add active_admin_role in rails project, got some errors as below: ```ruby D:\RUBY\mojo> bundle add active_admin_role Fetching gem metadata from...
how can i localize role
I am trying to change table name of "active_admin_permissions" to with some prefix. How can I do that ?
Hello, I need your kind support I am working on rails 7.0.5, after I install this gem and when I run bin/rails generate active_admin_role: install I got the following error...
### Steps to reproduce 1. I have follow the active_admin_role documentation and add (gem 'active_admin_role'). 2. Run this command (rails generate active_admin:install). 3. then rake db:migrate 4. after running migration...
Rails 7 introduced a new enum syntax, and starting with Rails 7.2, the old syntax is now deprecated with a warning that it'll be removed in Rails 8. This changes...