forked from activeadmin/activeadmin
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
amiel edited this page Jun 5, 2012
·
66 revisions
Welcome to the Active Admin wiki.
- Your First Admin Resource: AdminUser
- How to add instance variable for the Dashboard
- Add custom actions and buttons
- Auditing via paper_trail (change history)
- Creating dynamic scopes
- Enable and disable CRUD actions
- Specifiying locale
- How to modify pagination size
- Scoped index resource
- Set page title
- Add a menu entry for a collection action
- Define a resource inside an engine
- Use Spork
- 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?
- Implement a custom decorator
- 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