ruby-on-railsactiveadminbulk

How to perform bulk actions with Active Admin


In Active Admin, is it possible to add a checkbox to each item in an index page (this isn't hard), and add some kind of menu to perform bulk actions on all selected items, like delete all selected items at once.

I can't find an other way to do this than to create a custom page, but I'd rather not do that; seems like overkill to me.


Solution

  • This is now possible, see this article: Active Admin 0.5.0 has been released! Batch Actions