Skip to content

sample application for active_admin_role

Notifications You must be signed in to change notification settings

activeadmin-plugins/active_admin_role_sample

Folders and files

NameName
Last commit message
Last commit date
Apr 8, 2018
Feb 28, 2018
Feb 28, 2018
Feb 28, 2018
Feb 28, 2018
Feb 28, 2018
Feb 28, 2018
Feb 28, 2018
Feb 28, 2018
Apr 13, 2018
Jan 24, 2019
Feb 18, 2019
Apr 15, 2018
Feb 28, 2018
Feb 28, 2018
Feb 28, 2018

Repository files navigation

Sample application for ActiveAdminRole

Setup

$ bin/setup
$ bin/rails s

or

$ docker build -t active_admin_role:latest .
$ docker run --rm -v $PWD:/active_admin_role -p 3000:3000 -it active_admin_role:latest bash
# bin/setup
# bin/rails s -b 0.0.0.0 -p 3000

Step

  1. Open http://localhost:3000/admin

    image

    Login with email: [email protected], password: password

  2. Click Permissions

    image

  3. Click Reload

    image

  4. Then you can edit all permissions.

    image