forked from activeadmin/activeadmin
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
jpmckinney edited this page Jul 20, 2012
·
66 revisions
Welcome to the Active Admin wiki.
- Your First Admin Resource: AdminUser
- How to add User Accounts for users to administer their personal accounts
- Creating dynamic scopes
- Scoped index resource
- How to modify pagination size
- Set page title
- How to disable sidebar
- Disable export (csv, xml, json) links
- Preventing Extra Queries on Index Pages
- Define a resource inside an engine
- Add custom actions and buttons
- Enable and disable CRUD actions
- Hide Default Actions or Sidebars
- Extend default controller methods
- Form Partial Tricks
- Showing an uploaded image in the form
- Nested model form image upload
- CKEditor integration
- Combine datetime picker with active_admin
- Specifiying locale
- Implement a custom decorator
- Heroku Cedar deployment with the Asset Pipeline
- Site title options
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