forked from activeadmin/activeadmin
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
jpmckinney edited this page Jun 9, 2012
·
66 revisions
Welcome to the Active Admin wiki.
- Your First Admin Resource: AdminUser
- Add custom actions and buttons
- Enable and disable CRUD actions
- Creating dynamic scopes
- Scoped index resource
- How to modify pagination size
- Set page title
- Add a menu entry for a collection action
- How to disable sidebar
- Hide Default Actions or Sidebars
- Extend default controller methods
- Disable export (csv, xml, json) links
- How do I prevent extra full table queries on my index pages?
- Form Partial Tricks
- Showing an uploaded image in the form
- Nested model form image upload
- CKEditor integration
- Combine datetime picker with active_admin
Integrating with CanCan
- How to work with cancan
- CanCan and forms
- Cancan and existing resource action items (buttons)
- Cancan and collection resource action items (buttons)
- Conditional Columns in the index page (CanCan)
- Enforce CanCan constraints