forked from activeadmin/activeadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mike Atlas edited this page May 22, 2013
·
77 revisions
Welcome to the Active Admin wiki.
- 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
- New Dashboard with Page
- How to add instance variable for the Dashboard
- How to add instance methods for the Dashboard
- Form Partial Tricks
- Showing an uploaded image in the form
- Nested model form image upload
- Embed namespaced nested form
- CKEditor integration
- Combine datetime picker with active_admin
- Customizing filter form fields
- 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
- Auditing via paper_trail (change history)
- Use Spork
- How to work with will_paginate
- How to work with AASM
- How to work with sunspot-solr
- How to work with Draper
- How to work with acts-as-taggable-on
- How to invite users in Active Admin with devise_invitable